Home
last modified time | relevance | path

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

123

/system/core/liblog/
Dliblog.map.txt2 global:
16 global:
32 global:
52 global:
58 global:
69 global:
/system/core/libunwindstack/tests/
DElfTest.cpp349 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 …]
DElfFake.cpp46 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument
47 auto entry = globals_.find(global); in GetGlobalVariable()
DElfFake.h79 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument
80 globals_[global] = offset; in FakeSetGlobalVariable()
/system/core/libprocessgroup/cgrouprc/
Dlibcgrouprc.llndk.txt2 global:
/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/bpf/bpfloader/
Dbpfloader.rc6 # the global rlimit. Once bpfloader is running as its own user in the
/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/libnativeloader/
Dlibnativeloader.map.txt19 global:
/system/netd/resolv/
Dlibnetd_resolv.map.txt22 global:
/system/core/libpixelflinger/
Dcol32cb16blend.S21 .global scanline_col32cb16blend_arm
/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/core/libnativebridge/
Dlibnativebridge.map.txt20 global:
/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/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/connectivity/wifilogd/
DAndroid.bp64 "-Wno-global-constructors",

123