/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 | 47 log.tag string persist The global logging level, VERBOSE, 67 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 | 396 std::string global("something"); in TEST_F() local 398 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 408 std::string global("something"); in TEST_F() local 409 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 413 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 423 std::string global("something"); in TEST_F() local 424 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F() 428 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F() 441 std::string global("something"); in TEST_F() local 442 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 | 81 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument 82 globals_[global] = offset; in FakeSetGlobalVariable()
|
/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/libartpalette/ |
D | libartpalette.map.txt | 18 global: 44 global: 50 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/unwinding/libunwindstack/ |
D | AsmGetRegsX86.S | 30 .global AsmGetRegs
|
D | AsmGetRegsX86_64.S | 30 .global AsmGetRegs
|
/system/core/libsync/ |
D | libsync.map.txt | 18 global:
|
/system/extras/simpleperf/ |
D | cmd_monitor_test.cpp | 71 TEST(monitor_cmd, global) { in TEST() argument
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 95 void* global = 0; // So GCC doesn't optimize the tail recursion out of overflow_stack. variable 100 global = buf; in overflow_stack()
|
/system/netd/ |
D | Android.bp | 80 "-google-global-names-in-headers",
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 129 TEST_F(MemunreachableTest, global) { in TEST_F() argument
|
/system/extras/simpleperf/doc/ |
D | sample_filter.md | 28 ### global time filter commands
|
/system/extras/ANRdaemon/ |
D | README | 5 global control /d/trace/trace_on. The raw trace file is stored at
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 77 bool global = data_provider->ConsumeBool(); in ElfPushFakeFunctionData() local 78 if (global) { in ElfPushFakeFunctionData()
|
/system/linkerconfig/ |
D | Android.bp | 145 // Device does not boot when global ThinLTO is enabled for linkerconfig.
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 219 adb shell settings put global airplane_mode_on $setting
|