Searched refs:onetwo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_unittest.cc72 // and |two| differ in the prefix, while |one| and |onetwo| have the
74 SBFullHash one, onetwo, two; local
76 memset(&onetwo, 0, sizeof(onetwo));
80 onetwo.prefix = 1;
81 onetwo.full_hash[sizeof(SBPrefix)] = 2;
92 SBAddFullHash(11, onetwo)));
94 SBAddFullHash(10, onetwo)));
98 SBAddFullHash(10, onetwo)));
99 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(10, onetwo),
123 SBFullHash one, onetwo, two; local
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
H A DCommonSuperclassTest.java45 // onetwo
60 TestUtils.makeClassDef("Ltest/onetwo;", "Ltest/one;"),
61 TestUtils.makeClassDef("Ltest/onetwothree;", "Ltest/onetwo;"),
107 String onetwo = "Ltest/onetwo;";
119 superclassTest(onetwo, onetwo, onetwo);
129 onetwo,
130 classPath.getClass(onetwo)
[all...]

Completed in 164 milliseconds