Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 63) sorted by relevance

123

/system/core/liblog/
Dliblog.map.txt2 global:
16 global:
32 global:
52 global:
58 global:
69 global:
84 global:
/system/core/libunwindstack/tests/
DElfTest.cpp364 std::string global("something"); in TEST_F() local
366 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
376 std::string global("something"); in TEST_F() local
377 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
381 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
391 std::string global("something"); in TEST_F() local
392 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
396 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
409 std::string global("something"); in TEST_F() local
410 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
[all …]
DElfFake.cpp46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument
47 auto entry = globals_.find(global); in GetGlobalVariable()
DElfFake.h81 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument
82 globals_[global] = offset; in FakeSetGlobalVariable()
/system/core/libprocessgroup/cgrouprc/
Dlibcgrouprc.llndk.txt2 global:
14 global:
/system/core/adb/libs/libadbd_fs/
Dlibadbd_fs.map.txt2 global:
/system/core/libvndksupport/
Dlibvndksupport.map.txt2 global:
/system/core/adb/pairing_connection/
Dlibadb_pairing_server.map.txt2 global:
Dlibadb_pairing_connection.map.txt2 global:
/system/memory/libmemunreachable/
Dlibmemunreachable.map2 global:
/system/core/libcutils/arch-arm/
Dmemset32.S26 .global android_memset32
28 .global android_memset16
/system/core/adb/pairing_auth/
Dlibadb_pairing_auth.map.txt2 global:
/system/libufdt/utils/
DREADME.md69 $mkdtimg create <image_filename> (<global-option>...) \
144 # global options
166 # global options
174 id=0x6800 # override the value of id in global options
/system/core/libstats/socket/
Dlibstatssocket.map.txt2 global:
/system/core/rootdir/
Dinit.environ.rc.in1 # set up the global environment
/system/core/libunwindstack/
DAsmGetRegsX86.S30 .global AsmGetRegs
DAsmGetRegsX86_64.S30 .global AsmGetRegs
/system/core/adb/libs/adbconnection/
Dlibadbconnection_client.map.txt18 global:
/system/libartpalette/
Dlibartpalette.map.txt18 global:
/system/core/libsync/
Dlibsync.map.txt18 global:
/system/core/libpixelflinger/arch-arm64/
Dcol32cb16blend.S31 .global scanline_col32cb16blend_arm64
/system/core/libpixelflinger/
Dcol32cb16blend.S21 .global scanline_col32cb16blend_arm
/system/bt/doc/
Ddirectory_layout.md20 * include - **Deprecated** - System global include files.
/system/core/debuggerd/crasher/
Dcrasher.cpp93 void* global = 0; // So GCC doesn't optimize the tail recursion out of overflow_stack. variable
98 global = buf; in overflow_stack()
/system/core/logd/
DREADME.property47 log.tag string persist The global logging level, VERBOSE,
67 such as main, system, ... override global default.

123