Home
last modified time | relevance | path

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

123

/system/logging/logd/
DPkgIds.cpp52 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 …]
DREADME.property47 log.tag string persist The global logging level, VERBOSE,
67 such as main, system, ... override global default.
/system/logging/liblog/
Dliblog.map.txt2 global:
16 global:
32 global:
52 global:
58 global:
69 global:
84 global:
/system/unwinding/libunwindstack/tests/
DElfTest.cpp386 std::string global("something"); in TEST_F() local
388 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
398 std::string global("something"); in TEST_F() local
399 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
403 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
413 std::string global("something"); in TEST_F() local
414 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
418 ASSERT_FALSE(elf.GetGlobalVariableOffset(global, &offset)); in TEST_F()
431 std::string global("something"); in TEST_F() local
432 EXPECT_CALL(*interface, GetGlobalVariable(global, ::testing::_)) in TEST_F()
[all …]
DElfFake.cpp47 bool ElfInterfaceFake::GetGlobalVariable(const std::string& global, uint64_t* offset) { in GetGlobalVariable() argument
48 auto entry = globals_.find(global); in GetGlobalVariable()
DElfFake.h82 void FakeSetGlobalVariable(const std::string& global, uint64_t offset) { in FakeSetGlobalVariable() argument
83 globals_[global] = offset; in FakeSetGlobalVariable()
/system/core/libprocessgroup/cgrouprc/
Dlibcgrouprc.map.txt2 global:
14 global:
/system/extras/module_ndk_libs/libnativehelper/
Dlibnativehelper.map.txt2 global:
18 global:
/system/core/libvndksupport/
Dlibvndksupport.map.txt2 global:
/system/memory/libmemunreachable/
Dlibmemunreachable.map2 global:
/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/unwinding/libunwindstack/
DAsmGetRegsX86.S30 .global AsmGetRegs
DAsmGetRegsX86_64.S30 .global AsmGetRegs
/system/core/libsync/
Dlibsync.map.txt18 global:
/system/libartpalette/
Dlibartpalette.map.txt18 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/extras/simpleperf/
Dcmd_monitor_test.cpp71 TEST(monitor_cmd, global) { in TEST() argument
/system/netd/
DAndroid.bp70 "-google-global-names-in-headers",
/system/extras/ANRdaemon/
DREADME5 global control /d/trace/trace_on. The raw trace file is stored at
/system/memory/libmemunreachable/tests/
DMemUnreachable_test.cpp125 TEST_F(MemunreachableTest, global) { in TEST_F() argument
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp77 bool global = data_provider->ConsumeBool(); in ElfPushFakeFunctionData() local
78 if (global) { in ElfPushFakeFunctionData()
/system/extras/tests/workloads/
Dpwrtest.sh219 adb shell settings put global airplane_mode_on $setting
/system/linkerconfig/
DAndroid.bp144 // Device does not boot when global ThinLTO is enabled for linkerconfig.

123