/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_implies.py | 19 mg = modulegraph.ModuleGraph(path=[root]+sys.path) 20 mg.run_script(os.path.join(root, 'script.py')) 21 node = mg.findNode('mod') 24 node = mg.findNode('syslog') 29 mg = modulegraph.ModuleGraph(path=[root]+sys.path, implies={ 32 mg.run_script(os.path.join(root, 'script.py')) 33 node = mg.findNode('mod') 36 node = mg.findNode('syslog') 40 self.assertTrue(mg.findNode('mod') in mg.get_edges(node)[1]) 41 self.assertTrue(node in mg.get_edges(mg.findNode('mod'))[0]) [all …]
|
D | test_basic.py | 14 mg = modulegraph.ModuleGraph() 18 for sm in mg._find_all_submodules(m): 23 mg = modulegraph.ModuleGraph() 28 for sm in mg._find_all_submodules(m): 35 mg = modulegraph.ModuleGraph() 38 for sm in mg._find_all_submodules(m):
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_HtrdProc.cpp | 17 FX_DWORD ng, mg; in decode_Arith() local 26 for (mg = 0; mg < HGH; mg++) { in decode_Arith() 28 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith() 29 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith() 32 HSKIP->setPixel(ng, mg, 1); in decode_Arith() 34 HSKIP->setPixel(ng, mg, 0); in decode_Arith() 55 for (mg = 0; mg < HGH; mg++) { in decode_Arith() 57 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith() 58 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith() 59 FX_DWORD pat_index = GI[mg * HGW + ng]; in decode_Arith() [all …]
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | npb.control | 21 # mg.A mg.B mg.S mg.W
|
/external/autotest/client/tests/npb/ |
D | control | 21 # mg.A mg.B mg.S mg.W
|
D | enable-all-tests.patch | 179 +# The name is one of "cg", "is", "dc", "ep", mg", "ft", "sp", 189 +mg A 190 +mg B 191 +mg S 192 +mg W
|
/external/icu/icu4c/source/data/lang/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{ 34 mg{"Malagasy"}
|
D | ps.txt | 33 mg{"ملغاسي"}
|
D | zh_Hant_HK.txt | 40 mg{"馬拉加斯文"}
|
D | kok.txt | 80 mg{"मलागसी"}
|
/external/icu/icu4c/source/data/zone/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{
|
/external/icu/icu4c/source/data/unit/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{
|
D | am.txt | 452 dnam{"mg"} 453 one{"{0} mg"} 454 other{"{0} mg"} 1393 dnam{"mg"} 1394 one{"{0} mg"} 1395 other{"{0} mg"}
|
D | sl.txt | 606 dnam{"mg"} 607 few{"{0} mg"} 608 one{"{0} mg"} 609 other{"{0} mg"} 610 two{"{0} mg"} 1886 dnam{"mg"} 1887 few{"{0} mg"} 1888 one{"{0} mg"} 1889 other{"{0} mg"} 1890 two{"{0} mg"}
|
D | zu.txt | 452 dnam{"mg"} 453 one{"{0} mg"} 454 other{"{0} mg"} 1286 dnam{"mg"} 1287 one{"{0} mg"} 1288 other{"{0} mg"}
|
/external/testng/ |
D | verify-release | 13 v1=`perl -ne 'BEGIN{undef $/}; print "$1" if m/(TestNG.*\n.*version)/mg' pom.xml | awk -F ">" '{ pr… 15 v2=`perl -ne 'BEGIN{undef $/}; print "$1" if m/(artifactId.testng.*\n.*version)/mg' pom-test.xml | …
|
/external/icu/icu4c/source/data/curr/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{
|
/external/apache-harmony/security/src/test/resources/ |
D | hyts_badpem.cer | 2 MIIFATCCA+mg^wIBAgIBADANBgkqhkiG9w0BAQQFADB/MQswCQYDVQQGEwJkZTEg
|
/external/testng/src/main/java/org/testng/internal/ |
D | Yaml.java | 150 Map<String, List<String>> mg = t.getMetaGroups(); in toYaml() local 151 if (mg.size() > 0) { in toYaml() 154 for (Map.Entry<String, List<String>> entry : mg.entrySet()) { in toYaml()
|
/external/testng/src/test/java/test/ |
D | BaseTest.java | 255 public void addMetaGroup(String mg, List<String> l) { in addMetaGroup() argument 256 getTest().getMetaGroups().put(mg, l); in addMetaGroup() 259 public void addMetaGroup(String mg, String n) { in addMetaGroup() argument 262 addMetaGroup(mg, l); in addMetaGroup()
|
/external/icu/icu4c/source/data/locales/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{
|
/external/robolectric/ |
D | .pairs | 20 mg: Mike Grafton
|
/external/ceres-solver/data/nist/ |
D | BoxBOD.dat | 13 oxygen demand (BOD) in mg/l, and the predictor
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_shader_state.c | 497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; in nv50_vp_gp_mapping() local 508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) { in nv50_vp_gp_mapping() 509 if (mg & mv & 1) in nv50_vp_gp_mapping() 512 if (mg & 1) in nv50_vp_gp_mapping()
|
/external/icu/icu4c/source/data/region/ |
D | mg.txt | 6 // * Source File: <path>/common/main/mg.xml 9 mg{
|