HomeSort by relevance Sort by last modified time
    Searched refs:version (Results 451 - 475 of 10124) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/input.output/iostreams.base/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := input.output/iostreams.base/version
20 test_src := version.pass.cpp
  /external/libcxx/test/input.output/stream.buffers/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := input.output/stream.buffers/version
20 test_src := version.pass.cpp
  /external/libcxx/test/input.output/string.streams/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := input.output/string.streams/version
20 test_src := version.pass.cpp
  /external/libcxx/test/language.support/support.dynamic/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := language.support/support.dynamic/version
20 test_src := version.pass.cpp
  /external/libcxx/test/language.support/support.exception/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := language.support/support.exception/version
20 test_src := version.pass.cpp
  /external/libcxx/test/language.support/support.rtti/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := language.support/support.rtti/version
20 test_src := version.pass.cpp
  /external/libcxx/test/numerics/rand/rand.synopsis/
Android.mk 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 test_name := numerics/rand/rand.synopsis/version
20 test_src := version.pass.cpp
  /external/skia/tools/
xsan_build 28 $CC --version
  /frameworks/rs/tests/cppbasic-getpointer/
mono.rs 4 * Licensed under the Apache License, Version 2.0 (the "License");
17 #pragma version(1)
  /libcore/luni/src/main/java/java/security/
AuthProvider.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
28 protected AuthProvider(String name, double version, String info) { super(name, version, info); }
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 24 * version, as specified in .
26 * @param version This is the version number of the feature to test.
28 * specified version, <code>false</code> otherwise.
31 String version);
112 * specialized APIs of the specified feature and version, as specified
121 * @param version This is the version number of the feature to test.
123 * the specified feature and version, if any, or <code>null</code> if
134 String version);
    [all...]
  /ndk/tests/build/lambda-defarg3/jni/
Android.mk 6 LOCAL_CFLAGS += -std=c++11 -fabi-version=0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis_callback.x 60 version CB_VERS {
spray.x 62 version SPRAYVERS {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_callback.x 60 version CB_VERS {
spray.x 62 version SPRAYVERS {
  /sdk/find_java/src/source/
find_java_exe.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
30 * TODO for later version:
31 * - provide an env variable to let users override which version is being used.
33 * - and in that case take the one with the highest Java version number.
96 "-v / -version: Only prints the Java version found.\n"
102 // Find the first suitable version of Java we can use.
104 int version = findJavaInEnvPath(&javaPath); local
105 if (version < MIN_JAVA_VERSION) {
106 version = findJavaInRegistry(&javaPath);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.src 6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.src 468654 2006-10-28 07:09:23Z minchau $
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information.</P>
31 public final class Version
35 * Get the basic version string for the current Serializer.
36 * Version String formatted like
39 * Futurework: have this read version info from jar manifest.
41 * @return String denoting our current version
    [all...]
  /external/chromium_org/chrome/installer/mac/
make_signers.sh 31 echo "usage: ${ME} packaging_dir mac_product_name version" >& 2
37 version="${3}"
49 version_regex="$(echo "${version}" | sed -e 's/\./\\\\./g')"
56 -e "s/@VERSION@/${version}/g" \
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessInitializer.h 31 String version; member in struct:WebCore::MIDIAccessInitializer::PortDescriptor
33 PortDescriptor(const String& id, const String& manufacturer, const String& name, MIDIPort::MIDIPortTypeCode type, const String& version)
38 , version(version) { }
52 virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
53 virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
  /system/extras/tests/crypto/
get_dm_versions.c 15 io->version[0] = 4;
16 io->version[1] = 0;
17 io->version[2] = 0;
47 /* Iterate over the returned versions, and print each subsystem's version */
50 printf("%s: %d.%d.%d\n", v->name, v->version[0], v->version[1], v->version[2]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 45 # 0.8.0 - added sys.version parser and various new access
50 # 0.6.2 - support for OpenVMS - requires version 1.5.2-V006 or higher and
87 # You can always get the latest version of this module at:
141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
148 Returns a tuple of strings (lib,version) which default to the
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion and soversion > version
1331 def version(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 45 # 0.8.0 - added sys.version parser and various new access
50 # 0.6.2 - support for OpenVMS - requires version 1.5.2-V006 or higher and
87 # You can always get the latest version of this module at:
141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
148 Returns a tuple of strings (lib,version) which default to the
180 version = glibcversion
181 elif glibcversion > version:
182 version = glibcversion
186 if soversion and soversion > version
1331 def version(): function
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.cc 52 // If we don't have a SwiftShader component, this is the version we claim.
63 // SwiftShader has version encoded in the path itself
68 Version* latest,
76 Version version(path.BaseName().MaybeAsASCII());
77 if (!version.IsValid())
79 if (version.CompareTo(*latest) > 0 &&
84 *latest = version;
102 explicit SwiftShaderComponentInstaller(const Version& version);
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
version_change_blocked.js 19 var delreq = window.indexedDB.deleteDatabase('version-change-blocked');
28 request = indexedDB.open('version-change-blocked');
41 function doSetVersion(version)
44 var openreq = window.indexedDB.open('version-change-blocked', version);
48 result('setVersion(' + version + ') blocked');
52 result('setVersion(' + version + ') complete');

Completed in 1840 milliseconds

<<11121314151617181920>>