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

1 2

  /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...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OperationDialogFragment.java 92 final ArrayList<DocumentInfo> docList = getArguments().getParcelableArrayList(
97 dialogType, operationType, docList, uriList);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 91 final UiSelector docList = new UiSelector().resourceId(
96 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout);
98 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
DirectoryListBot.java 238 final UiSelector docList = new UiSelector().resourceId(
243 new UiObject(docList.childSelector(new UiSelector())).waitForExists(mTimeout);
245 // new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
246 return mDevice.findObject(docList.childSelector(new UiSelector().text(label)));
259 final UiSelector docList = new UiSelector().resourceId(
264 UiObject doc = new UiObject(docList.childSelector(new UiSelector()));
  /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 96 final UiSelector docList = new UiSelector().resourceId(
102 new UiObject(docList.childSelector(new UiSelector())).waitForExists(TIMEOUT));
105 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label));
106 return new UiObject(docList.childSelector(new UiSelector().text(label)));
  /external/llvm/unittests/Support/
YAMLIOTest.cpp     [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
FilesActivity.java 262 final ArrayList<DocumentInfo> docList =
269 docList,
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1029 milliseconds

1 2