Searched refs:global (Results 1 – 25 of 63) sorted by relevance
123
/system/core/liblog/ |
D | liblog.map.txt | 2 global: 16 global: 32 global: 52 global: 58 global: 69 global: 84 global:
|
/system/core/libunwindstack/tests/ |
D | ElfTest.cpp | 364 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 …]
|
D | ElfFake.cpp | 46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument 47 auto entry = globals_.find(global); in GetGlobalVariable()
|
D | ElfFake.h | 81 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument 82 globals_[global] = offset; in FakeSetGlobalVariable()
|
/system/core/libprocessgroup/cgrouprc/ |
D | libcgrouprc.llndk.txt | 2 global: 14 global:
|
/system/core/adb/libs/libadbd_fs/ |
D | libadbd_fs.map.txt | 2 global:
|
/system/core/libvndksupport/ |
D | libvndksupport.map.txt | 2 global:
|
/system/core/adb/pairing_connection/ |
D | libadb_pairing_server.map.txt | 2 global:
|
D | libadb_pairing_connection.map.txt | 2 global:
|
/system/memory/libmemunreachable/ |
D | libmemunreachable.map | 2 global:
|
/system/core/libcutils/arch-arm/ |
D | memset32.S | 26 .global android_memset32 28 .global android_memset16
|
/system/core/adb/pairing_auth/ |
D | libadb_pairing_auth.map.txt | 2 global:
|
/system/libufdt/utils/ |
D | README.md | 69 $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/ |
D | libstatssocket.map.txt | 2 global:
|
/system/core/rootdir/ |
D | init.environ.rc.in | 1 # set up the global environment
|
/system/core/libunwindstack/ |
D | AsmGetRegsX86.S | 30 .global AsmGetRegs
|
D | AsmGetRegsX86_64.S | 30 .global AsmGetRegs
|
/system/core/adb/libs/adbconnection/ |
D | libadbconnection_client.map.txt | 18 global:
|
/system/libartpalette/ |
D | libartpalette.map.txt | 18 global:
|
/system/core/libsync/ |
D | libsync.map.txt | 18 global:
|
/system/core/libpixelflinger/arch-arm64/ |
D | col32cb16blend.S | 31 .global scanline_col32cb16blend_arm64
|
/system/core/libpixelflinger/ |
D | col32cb16blend.S | 21 .global scanline_col32cb16blend_arm
|
/system/bt/doc/ |
D | directory_layout.md | 20 * include - **Deprecated** - System global include files.
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 93 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/ |
D | README.property | 47 log.tag string persist The global logging level, VERBOSE, 67 such as main, system, ... override global default.
|
123