HomeSort by relevance Sort by last modified time
    Searched defs:rootEntry (Results 1 - 18 of 18) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
MockFileUtil.java 40 IFileEntry rootEntry = EasyMock.createMock(IFileEntry.class);
41 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry);
43 EasyMock.expect(rootEntry.isDirectory()).andStubReturn(isDir);
44 EasyMock.expect(rootEntry.getFullEscapedPath()).andStubReturn(rootPath);
45 EasyMock.expect(rootEntry.getName()).andStubReturn(rootPath);
56 EasyMock.expect(rootEntry.getChildren(EasyMock.anyBoolean()))
58 EasyMock.replay(rootEntry);
72 IFileEntry rootEntry = EasyMock.createMock(IFileEntry.class);
73 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry);
74 EasyMock.expect(rootEntry.getFullEscapedPath()).andStubReturn(rootPath)
    [all...]
  /external/icu/icu4c/source/i18n/
ucol_imp.h 102 * Returns the rootEntry (with one addRef()) if loc==root,
121 const CollationCacheEntry *rootEntry;
ucol_res.cpp 149 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode);
155 rootEntry->addRef();
156 return rootEntry;
161 CollationLoader loader(rootEntry, locale, errorCode);
169 : cache(UnifiedCache::getInstance(errorCode)), rootEntry(re),
236 rootEntry->addRef();
237 return rootEntry;
383 LocalPointer<CollationTailoring> t(new CollationTailoring(rootEntry->tailoring->settings));
395 CollationDataReader::read(rootEntry->tailoring, inBytes, length, *t, errorCode);
477 rootEntry->addRef()
    [all...]
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 28 const CollationCacheEntry *rootEntry = CollationRoot::getRootCacheEntry(errorCode);
33 const UVersionInfo &version = rootEntry->tailoring->version;
34 const UnicodeSet *unsafeBackwardSet = rootEntry->tailoring->unsafeBackwardSet;
  /external/toybox/kconfig/
conf.c 36 static struct menu *rootEntry;
424 if (input_mode == ask_silent && rootEntry != menu) {
484 rootEntry = menu_get_parent_menu(menu);
485 conf(rootEntry);
597 rootEntry = &rootmenu;
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GoogleBenchmarkTest.java 152 String rootEntry = root.substring(root.lastIndexOf("/") + 1);
153 String runName = (mReportRunName == null ? rootEntry : mReportRunName);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 147 milliseconds