/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
buildTools.jar | |
/external/chromium_org/v8/test/webkit/ |
array-enumerators-functions.js | 25 "This test checks the behavior of the various array enumeration functions in certain edge case scenarios"
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 26 import java.util.Enumeration; 355 * enumeration of them. If there are no resources with the given 356 * name, then this method returns an empty enumeration. 358 public Enumeration<URL> findResources(String name) { 368 return Collections.enumeration(result);
|
/libcore/libart/src/main/java/java/lang/ |
ClassLoader.java | 43 import java.util.Enumeration; 155 * Returns an enumeration of URLs for the resource with the specified name. 159 * @return an enumeration of {@code URL} objects containing the requested 166 public static Enumeration<URL> getSystemResources(String resName) throws IOException { 409 * Returns an enumeration of URLs for the resource with the specified name. 412 * URLs. The returned enumeration contains the {@code URL} objects of both 415 * @return an enumeration of {@code URL} objects for the requested resource. 422 public Enumeration<URL> getResources(String resName) throws IOException { 424 Enumeration<URL> first = parent.getResources(resName); 425 Enumeration<URL> second = findResources(resName) [all...] |
/external/chromium_org/components/json_schema/ |
json_schema_validator.cc | 454 const base::ListValue* enumeration = NULL; local 455 if (schema->GetList(schema::kEnum, &enumeration)) { 456 ValidateEnum(instance, enumeration, path);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 24 import java.util.Enumeration; 498 Enumeration enumeration = (anErrorTracker.getTestLogs()).elements(); local 501 while (enumeration.hasMoreElements()) { 502 String testLogName = enumeration.nextElement().toString(); [all...] |
/frameworks/base/keystore/java/android/security/ |
AndroidKeyStore.java | 48 import java.util.Enumeration; 405 public Enumeration<String> engineAliases() { 406 return Collections.enumeration(getUniqueAliases());
|
/developers/build/lib/ |
assetstudio.jar | |
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 55 /// static void enumeration(IO &io, Colors &value) { 64 // static void enumeration(IO &io, T &value); 167 static char test(SameType<Signature_enumeration, &U::enumeration>*); 446 ScalarEnumerationTraits<T>::enumeration(io, Val); [all...] |
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/external/mdnsresponder/mDNSShared/ |
uds_daemon.c | 209 } enumeration; member in union:request_state::__anon22766 [all...] |
/libcore/luni/src/main/java/java/util/ |
Collections.java | 49 private static final Enumeration<?> EMPTY_ENUMERATION = new Enumeration<Object>() { [all...] |
/external/chromium_org/v8/src/ |
liveedit-debugger.js | [all...] |
/external/v8/src/ |
liveedit-debugger.js | [all...] |
/external/clang/lib/Format/ |
Format.cpp | 38 static void enumeration(IO &IO, function in struct:llvm::yaml::ScalarEnumerationTraits 49 enumeration(IO &IO, clang::format::FormatStyle::BraceBreakingStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits 61 enumeration(IO &IO, function in struct:llvm::yaml::ScalarEnumerationTraits [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Collections.pas | 296 raise EInvalidOperation.Create('Collection was modified; enumeration operation may not execute.');
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CollectionsTest.java | 29 import java.util.Enumeration; 391 * @tests java.util.Collections#enumeration(java.util.Collection) 394 // Test for method java.util.Enumeration 395 // java.util.Collections.enumeration(java.util.Collection) 398 Enumeration e = Collections.enumeration(ts); 401 assertEquals("Returned incorrect enumeration", e.nextElement(), 404 assertEquals("Enumeration missing elements: " + count, objArray.length, [all...] |
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 115 '/w14064', # switch of incomplete enum 'enumeration'
|
/libcore/luni/src/test/java/tests/api/java/util/ |
CollectionsTest.java | 24 import java.util.Enumeration; 413 * java.util.Collections#enumeration(java.util.Collection) 416 // Test for method java.util.Enumeration 417 // java.util.Collections.enumeration(java.util.Collection) 420 Enumeration e = Collections.enumeration(ts); 423 assertTrue("Returned incorrect enumeration", 425 assertTrue("Enumeration missing elements: " + count, [all...] |
/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 36 import java.util.Enumeration; 577 * @return the enumeration of URLs which point to the specified resource. 582 public Enumeration<URL> findResources(final String name) throws IOException { 595 return Collections.enumeration(result); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/chromium_org/third_party/libjingle/source/talk/ |
main.scons | 166 '/w14064', # switch of incomplete enum 'enumeration'
|
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 52 [llvm::Type::TypeID] enumeration. *) 149 See the [llvm::ICmpInst::Predicate] enumeration. *) 165 See the [llvm::FCmpInst::Predicate] enumeration. *) [all...] |