HomeSort by relevance Sort by last modified time
    Searched refs:docList (Results 1 - 8 of 8) 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...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DirectoryListBot.java 150 final UiSelector docList = new UiSelector().resourceId(
155 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout);
157 // new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
158 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
  /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 67 final UiSelector docList = new UiSelector().resourceId(
73 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT));
76 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
77 return new UiObject(docList.childSelector(new UiSelector().text(label)));
  /external/llvm/unittests/Support/
YAMLIOTest.cpp     [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 1227 milliseconds