/system/logging/logd/ |
D | PkgIds.cpp | 52 struct PkgIdMap* global = static_cast<struct PkgIdMap*>(userdata); in PackageParseCallback() local 54 global->appid_to_package.emplace(info->uid, info->name); in PackageParseCallback() 60 static bool ReadPackageList(struct PkgIdMap* global) { in ReadPackageList() argument 61 std::lock_guard<std::mutex> guard(global->lock); in ReadPackageList() 62 global->appid_to_package.clear(); in ReadPackageList() 63 bool rc = packagelist_parse(PackageParseCallback, global); in ReadPackageList() 64 LOG(INFO) << "ReadPackageList, total packages: " << global->appid_to_package.size(); in ReadPackageList() 68 static void WatchPackageList(struct PkgIdMap* global) { in WatchPackageList() argument 78 global->active = false; in WatchPackageList() 80 if (!global->active) { in WatchPackageList() [all …]
|
D | README.property | 45 log.tag string persist The global logging level, VERBOSE, 65 such as main, system, ... override global default.
|
/system/logging/liblog/ |
D | liblog.map.txt | 2 global: 16 global: 32 global: 52 global: 58 global: 69 global: 84 global:
|
/system/unwinding/libunwindstack/tests/ |
D | ElfTest.cpp | 373 std::string global("something"); in TEST_F() local 375 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 385 std::string global("something"); in TEST_F() local 386 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 390 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 400 std::string global("something"); in TEST_F() local 401 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 405 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 418 std::string global("something"); in TEST_F() local 419 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() [all …]
|
D | ElfFake.cpp | 47 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument 48 auto entry = globals_.find(global); in GetGlobalVariable()
|
D | ElfFake.h | 82 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument 83 globals_[global] = offset; in FakeSetGlobalVariable()
|
/system/libartpalette/ |
D | libartpalette.map.txt | 18 global: 44 global: 50 global: 56 global:
|
/system/core/libprocessgroup/cgrouprc/ |
D | libcgrouprc.map.txt | 2 global: 14 global:
|
/system/extras/module_ndk_libs/libnativehelper/ |
D | libnativehelper.map.txt | 2 global: 18 global:
|
/system/apex/libs/libapexsupport/ |
D | libapexsupport.map.txt | 18 global: 28 global:
|
/system/unwinding/libunwindstack/ |
D | exported.map | 2 global:
|
D | exported_x86.map | 2 global:
|
D | AsmGetRegsX86.S | 30 .global AsmGetRegs
|
D | AsmGetRegsX86_64.S | 30 .global AsmGetRegs
|
/system/core/libvendorsupport/ |
D | libvendorsupport.map.txt | 2 global:
|
/system/core/libvndksupport/ |
D | libvndksupport.map.txt | 2 global:
|
/system/memory/libmemunreachable/ |
D | libmemunreachable.map | 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/rootdir/ |
D | init.environ.rc.in | 1 # set up the global environment
|
/system/core/libsync/ |
D | libsync.map.txt | 18 global:
|
/system/extras/simpleperf/ |
D | cmd_monitor_test.cpp | 74 TEST(monitor_cmd, global) { in TEST() argument
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 101 void* global = 0; // So GCC doesn't optimize the tail recursion out of overflow_stack. variable 106 global = buf; in overflow_stack()
|
/system/netd/ |
D | Android.bp | 80 "-google-global-names-in-headers",
|
/system/extras/ANRdaemon/ |
D | README | 5 global control /d/trace/trace_on. The raw trace file is stored at
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 129 TEST_F(MemunreachableTest, global) { in TEST_F() argument
|