Searched refs:mod (Results 1 – 13 of 13) sorted by relevance
/system/media/camera/docs/ |
D | metadata-check-dependencies | 79 local mod=$1 85 if python3 -c "import $mod" >& /dev/null 100 echo "Missing python module $mod, please install with '$(packager_install $pkg)'"
|
/system/libziparchive/ |
D | zip_writer_test.cc | 169 struct tm mod = data.GetModificationTime(); in TEST_F() local 170 EXPECT_EQ(tm.tm_sec, mod.tm_sec); in TEST_F() 171 EXPECT_EQ(tm.tm_min, mod.tm_min); in TEST_F() 172 EXPECT_EQ(tm.tm_hour, mod.tm_hour); in TEST_F() 173 EXPECT_EQ(tm.tm_mday, mod.tm_mday); in TEST_F() 174 EXPECT_EQ(tm.tm_mon, mod.tm_mon); in TEST_F() 175 EXPECT_EQ(tm.tm_year, mod.tm_year); in TEST_F() 219 struct tm mod = data.GetModificationTime(); in TEST_F() local 220 EXPECT_EQ(tm.tm_sec, mod.tm_sec); in TEST_F() 221 EXPECT_EQ(tm.tm_min, mod.tm_min); in TEST_F() [all …]
|
/system/tools/aidl/build/ |
D | aidl_rust_glue.py | 44 for name, mod in self.nested.items(): 47 mod.emit(output_file, indent + " ") 55 for name, mod in self.nested.items(): 57 mod.emit_mangled(output_file, indent, prefix=new_prefix)
|
/system/core/toolbox/ |
D | modprobe.cpp | 129 for (auto mod : android::base::Split(stripComments(mods), "\n")) { in modprobe_main() local 130 mod = android::base::Trim(mod); in modprobe_main() 131 if (mod == "") continue; in modprobe_main() 132 if (std::find(modules.begin(), modules.end(), mod) != modules.end()) continue; in modprobe_main() 133 modules.emplace_back(mod); in modprobe_main()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 203 uint32_t testRandMod(uint32_t mod) in testRandMod() argument 209 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod() 219 if (mod <= 0x10000) { in testRandMod() 224 if (mod <= 0x100) { in testRandMod() 229 return val % mod; in testRandMod()
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | main.js | 27 var mod = 10 32 hash += weight * (name.charCodeAt(i) % mod) 33 maxHash += weight * (mod - 1)
|
/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 41 const hw_module_t *mod; in gatekeeper_device_initialize() local 42 ret = hw_get_module_by_class(GATEKEEPER_HARDWARE_MODULE_ID, NULL, &mod); in gatekeeper_device_initialize() 46 ret = gatekeeper_open(mod, dev); in gatekeeper_device_initialize()
|
/system/extras/tests/lib/testUtil/include/ |
D | testUtil.h | 43 uint32_t testRandMod(uint32_t mod);
|
/system/logging/logcat/ |
D | logcat.cpp | 496 for (unsigned long mod = 1UL; mod < modulo.tv_nsec; mod *= 10) { in lastLogTime() local 497 if (t.tv_nsec % (mod * 10)) { in lastLogTime() 498 modulo.tv_nsec = mod; in lastLogTime()
|
/system/tools/aidl/ |
D | ast_java.cpp | 45 void WriteModifiers(CodeWriter* to, int mod, int mask) { in WriteModifiers() argument 46 int m = mod & mask; in WriteModifiers()
|
D | ast_java.h | 54 void WriteModifiers(CodeWriter* to, int mod, int mask);
|
/system/tools/hidl/test/hidl_test/ |
D | static_test.cpp | 191 static_assert(IExpression::OperatorSanityCheck::mod == 1, "");
|
/system/memory/libmeminfo/testdata1/ |
D | smaps | 54534 7007fb045000-7007fb046000 rw-p 00000000 00:00 0 [anon:dalvik-mod union bit… 54535 Name: [anon:dalvik-mod union bitmap]
|