Home
last modified time | relevance | path

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

123

/system/core/liblog/
Dliblog.map.txt2 global:
16 global:
32 global:
52 global:
/system/core/libunwindstack/tests/
DElfTest.cpp398 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 …]
DElfFake.cpp46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument
47 auto entry = globals_.find(global); in GetGlobalVariable()
DElfFake.h78 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument
79 globals_[global] = offset; in FakeSetGlobalVariable()
/system/core/libvndksupport/
Dlibvndksupport.map.txt2 global:
/system/core/libcutils/arch-arm/
Dmemset32.S26 .global android_memset32
28 .global android_memset16
/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/rootdir/
Dinit.environ.rc.in1 # set up the global environment
/system/core/libunwindstack/
DAsmGetRegsX86.S30 .global AsmGetRegs
DAsmGetRegsX86_64.S30 .global AsmGetRegs
/system/core/libpixelflinger/arch-arm64/
Dcol32cb16blend.S31 .global scanline_col32cb16blend_arm64
/system/core/libsync/
Dlibsync.map.txt18 global:
/system/core/libpixelflinger/
Dcol32cb16blend.S21 .global scanline_col32cb16blend_arm
Dcol32cb16blend_neon.S22 .global scanline_col32cb16blend_neon
/system/iot/attestation/partner-tools/
DREADME.md21 Message. encrypted.keyset encrypts unencrypted.keyset with a global key
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dasm_mips_test_jacket.S32 .global asm_mips_test_jacket
/system/core/libgrallocusage/
DAndroid.bp26 "-Wno-global-constructors",
/system/connectivity/wifilogd/
DAndroid.mk20 -Wno-weak-vtables -Wno-sign-conversion -Wno-global-constructors \
/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/bt/doc/
Ddirectory_layout.md20 * include - **Deprecated** - System global include files.
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S58 .global scanline_col32cb16blend_mips64
/system/core/logd/
DREADME.property48 log.tag string persist The global logging level, VERBOSE,
68 such as main, system, ... override global default.
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S64 .global scanline_col32cb16blend_mips
/system/core/libmemunreachable/tests/
DMemUnreachable_test.cpp124 TEST_F(MemunreachableTest, global) { in TEST_F() argument
/system/extras/ANRdaemon/
DREADME5 global control /d/trace/trace_on. The raw trace file is stored at

123