Searched refs:global (Results 1 – 25 of 59) sorted by relevance
123
/system/core/liblog/ |
D | liblog.map.txt | 2 global: 16 global: 32 global: 52 global: 58 global: 69 global:
|
/system/core/libunwindstack/tests/ |
D | ElfTest.cpp | 349 std::string global("something"); in TEST_F() local 351 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 362 std::string global("something"); in TEST_F() local 363 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)).WillOnce(::testing::Return(false)); in TEST_F() 365 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 377 std::string global("something"); in TEST_F() local 378 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)) in TEST_F() 381 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 393 std::string global("something"); in TEST_F() local 394 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)) 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 | 79 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument 80 globals_[global] = offset; in FakeSetGlobalVariable()
|
/system/core/libprocessgroup/cgrouprc/ |
D | libcgrouprc.llndk.txt | 2 global:
|
/system/core/libvndksupport/ |
D | libvndksupport.map.txt | 2 global:
|
/system/core/libcutils/arch-arm/ |
D | memset32.S | 26 .global android_memset32 28 .global android_memset16
|
/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/rootdir/ |
D | init.environ.rc.in | 1 # set up the global environment
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 6 # the global rlimit. Once bpfloader is running as its own user in the
|
/system/core/libunwindstack/ |
D | AsmGetRegsX86.S | 30 .global AsmGetRegs
|
D | AsmGetRegsX86_64.S | 30 .global AsmGetRegs
|
/system/core/libpixelflinger/arch-arm64/ |
D | col32cb16blend.S | 31 .global scanline_col32cb16blend_arm64
|
/system/core/libsync/ |
D | libsync.map.txt | 18 global:
|
/system/core/libnativeloader/ |
D | libnativeloader.map.txt | 19 global:
|
/system/netd/resolv/ |
D | libnetd_resolv.map.txt | 22 global:
|
/system/core/libpixelflinger/ |
D | col32cb16blend.S | 21 .global scanline_col32cb16blend_arm
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | asm_mips_test_jacket.S | 32 .global asm_mips_test_jacket
|
/system/core/libgrallocusage/ |
D | Android.bp | 26 "-Wno-global-constructors",
|
/system/core/libnativebridge/ |
D | libnativebridge.map.txt | 20 global:
|
/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/libpixelflinger/arch-mips64/ |
D | col32cb16blend.S | 58 .global scanline_col32cb16blend_mips64
|
/system/core/logd/ |
D | README.property | 48 log.tag string persist The global logging level, VERBOSE, 68 such as main, system, ... override global default.
|
/system/connectivity/wifilogd/ |
D | Android.bp | 64 "-Wno-global-constructors",
|
123