/system/core/liblog/ |
D | liblog.map.txt | 2 global: 16 global: 32 global: 52 global:
|
/system/core/libunwindstack/tests/ |
D | ElfTest.cpp | 398 std::string global("something"); in TEST_F() local 400 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 412 std::string global("something"); in TEST_F() local 413 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)).WillOnce(::testing::Return(false)); in TEST_F() 415 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 427 std::string global("something"); in TEST_F() local 428 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)) in TEST_F() 431 ASSERT_FALSE(elf.GetGlobalVariable(global, &offset)); in TEST_F() 446 std::string global("something"); in TEST_F() local 447 EXPECT_CALL(*interface, GetGlobalVariable(global, &offset)).WillOnce(::testing::Return(false)); 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 | 78 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument 79 globals_[global] = offset; in FakeSetGlobalVariable()
|
/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/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/libpixelflinger/ |
D | col32cb16blend.S | 21 .global scanline_col32cb16blend_arm
|
D | col32cb16blend_neon.S | 22 .global scanline_col32cb16blend_neon
|
/system/iot/attestation/partner-tools/ |
D | README.md | 21 Message. encrypted.keyset encrypts unencrypted.keyset with a global key
|
/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/connectivity/wifilogd/ |
D | Android.mk | 20 -Wno-weak-vtables -Wno-sign-conversion -Wno-global-constructors \
|
/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/bt/doc/ |
D | directory_layout.md | 20 * include - **Deprecated** - System global include files.
|
/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/core/libpixelflinger/arch-mips/ |
D | col32cb16blend.S | 64 .global scanline_col32cb16blend_mips
|
/system/core/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 124 TEST_F(MemunreachableTest, global) { in TEST_F() argument
|
/system/extras/ANRdaemon/ |
D | README | 5 global control /d/trace/trace_on. The raw trace file is stored at
|