HomeSort by relevance Sort by last modified time
    Searched refs:docList (Results 1 - 6 of 6) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 98 self.docList = None
163 self.docList = []
175 self.docList.append( [doc, entry.startGlyphID, entry.endGlyphID] )
188 docList = []
190 numEntries = len(self.docList)
194 for doc, startGlyphID, endGlyphID in self.docList:
200 docList.append(tobytes(doc, encoding="utf-8"))
201 entryList.extend(docList)
235 numEntries = len(self.docList)
238 docList = [
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 66 List docList = new ArrayList();
84 docList.add(tag);
86 docList.add(tok);
93 docList.add(tag);
102 docList.add(tag);
104 String[] docWords = new String[docList.size()];
105 docWords = (String[])docList.toArray(docWords);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 98 final UiSelector docList = new UiSelector().resourceId(
104 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT));
107 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
108 return new UiObject(docList.childSelector(new UiSelector().text(label)));
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1155 std::vector<FooBarMap> docList;
1156 docList.push_back(doc1);
1157 docList.push_back(doc2);
1161 yout << docList;
1224 std::vector<MyDouble> docList;
1227 yin >> docList;
1229 EXPECT_EQ(docList.size(), 2UL);
1230 EXPECT_EQ(docList[0].value, 3.0);
1231 EXPECT_EQ(docList[1].value, 4.5);
1244 std::vector<MyDouble> docList;
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1091 milliseconds