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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
shell.js 3 * License Version 1.1 (the "License"); you may not use this file
22 /* all files in this dir need version(120) called before they are *loaded* */
24 version(120)
  /external/tcpdump/
version.c 1 char version[] = "3.9.8"; variable
  /external/valgrind/main/coregrind/m_gdbserver/
version.c 2 const char version[] = "gdbserver protocol box extracted from gdb 6.6"; variable
  /external/mesa3d/src/glsl/glcpp/tests/
064-version.c 0 #version 130
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
20 echo "Version: $version"
21 mv iexploder-$$ iexploder-$version
22 cd iexploder-$version
27 GZIP="-9" tar -zcvf iexploder-${version}.tgz iexploder-${version}/
    [all...]
  /external/bison/build-aux/
Makefile.am 2 EXTRA_DIST = prev-version.txt
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 20 static const char* version="0.2.10.1-18peaks"; member in namespace:mcld::internal
  /external/clang/test/Driver/
darwin-version.c 5 #error Invalid version
13 #error Invalid version
21 #error Invalid version
29 #error Invalid version
  /external/webkit/Source/WebKit/mac/Misc/
WebKitVersionChecks.m 35 BOOL WebKitLinkedOnOrAfter(int version)
37 return (WebKitLinkTimeVersion() >= version);
40 void setWebKitLinkTimeVersion(int version)
42 overridenWebKitLinkTimeVersion = version;
  /external/webrtc/src/common_audio/signal_processing/
spl_version.c 21 WebRtc_Word16 WebRtcSpl_get_version(char* version, WebRtc_Word16 length_in_bytes)
23 strncpy(version, "1.2.0", length_in_bytes);
  /external/elfutils/libelf/
elf_version.c 8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
58 /* Is the version initialized? */
61 /* Currently selected version. */
66 elf_version (version)
67 unsigned int version;
69 if (version == EV_NONE)
72 if (likely (version < EV_NUM))
74 /* Phew, we know this version. *
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBVersionChangeEvent.cpp 36 PassRefPtr<IDBVersionChangeEvent> IDBVersionChangeEvent::create(const String& version, const AtomicString& eventType)
38 return adoptRef(new IDBVersionChangeEvent(version, eventType));
41 IDBVersionChangeEvent::IDBVersionChangeEvent(const String& version, const AtomicString& eventType)
43 , m_version(version)
51 String IDBVersionChangeEvent::version() function in class:WebCore::IDBVersionChangeEvent
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ProtocolVersion.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
23 * Represents Protocol Version
36 * Returns true if protocol version is supported
38 * @param version
40 public static boolean isSupported(byte[] version) {
41 if (version[0] != 3 || (version[1] != 0 && version[1] != 1)) {
50 * @param version
53 public static ProtocolVersion getByVersion(byte[] version) {
139 public final byte[] version; field in class:ProtocolVersion
    [all...]
  /external/webkit/Source/WebKit/win/
ProgIDMacros.h 29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
35 #define VERSIONED_PROGID(versionIndependentProgID, version) versionIndependentProgID L##"." STRINGIFIED_VERSION(version)
  /dalvik/dx/src/com/android/dx/dex/
DexFormat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
47 /** dex file version number for the current format variant */
50 /** dex file version number for API level 13 and earlier */
73 String version = "" + ((char) magic[4]) + ((char) magic[5]) +((char) magic[6]); local
75 if (version.equals(VERSION_CURRENT)) {
77 } else if (version.equals(VERSION_FOR_API_13)) {
88 String version; local
91 version = VERSION_CURRENT;
93 version = VERSION_FOR_API_13;
96 return MAGIC_PREFIX + version + MAGIC_SUFFIX
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/
DexFormat.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
47 /** dex file version number for the current format variant */
50 /** dex file version number for API level 13 and earlier */
73 String version = "" + ((char) magic[4]) + ((char) magic[5]) +((char) magic[6]); local
75 if (version.equals(VERSION_CURRENT)) {
77 } else if (version.equals(VERSION_FOR_API_13)) {
88 String version; local
91 version = VERSION_CURRENT;
93 version = VERSION_FOR_API_13;
96 return MAGIC_PREFIX + version + MAGIC_SUFFIX
    [all...]
  /external/bluetooth/bluez/src/
plugin.h 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
29 const char *version; member in struct:bluetooth_plugin_desc
36 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
38 #name, version, priority, init, exit \
41 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
45 #name, version, priority, init, exit \
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
ClientRegistrationMessage.java 51 private int version; field in class:ClientRegistrationMessage
69 public void setVersion( int version ) {
70 this.version = version;
74 return version;
  /dalvik/dx/tests/003-magic-version-access/
run 5 # Licensed under the Apache License, Version 2.0 (the "License");
26 dx --dump --strict class-version-44.0.txt
27 dx --dump --strict class-version-44.65535.txt
30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.tx
    [all...]
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
31 MulticlassPA* CreateMulticlassPA(const string& version,
36 if (StringCaseEqual(version, "max")) {
39 } else if (StringCaseEqual(version, "opt")) {
42 } else if (StringCaseEqual(version, "random")) {
44 } else if (StringCaseEqual(version, "warp")) {
48 LOG(ERROR) << "Machine type (" << version << ") unknown";
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 25 * @version TBS
30 private String version; field in class:Locator2Impl
43 * <em>encoding</em> and <em>version</em>strings are copied,
54 version = l2.getXMLVersion ();
64 * Returns the current value of the version property.
66 * @return the current value of the version property.
71 { return version; }
89 * Assigns the current value of the version property.
91 * @param version the new "version" valu
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
global.h 14 * published by the Free Software Foundation; either version 2.1 of
15 * the License, or (at your option) any later version.
57 #define __SND_DLSYM_VERSION(name, version) _ ## name ## version
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
62 #define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version);
75 #define __SND_DLSYM_VERSION(prefix, name, version) _ ## prefix ## name ## version
78 * \brief Appends the build version to the name of a versioned dynamic symbol
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 14 * published by the Free Software Foundation; either version 2.1 of
15 * the License, or (at your option) any later version.
57 #define __SND_DLSYM_VERSION(name, version) _ ## name ## version
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
62 #define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version);
75 #define __SND_DLSYM_VERSION(prefix, name, version) _ ## prefix ## name ## version
78 * \brief Appends the build version to the name of a versioned dynamic symbol
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
global.h 14 * published by the Free Software Foundation; either version 2.1 of
15 * the License, or (at your option) any later version.
57 #define __SND_DLSYM_VERSION(name, version) _ ## name ## version
60 * \brief Appends the build version to the name of a versioned dynamic symbol.
62 #define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version);
75 #define __SND_DLSYM_VERSION(prefix, name, version) _ ## prefix ## name ## version
78 * \brief Appends the build version to the name of a versioned dynamic symbol
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMImplementationImpl.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
52 public boolean hasFeature(String feature, String version) {
53 boolean anyVersion = version == null || version.length() == 0;
63 return anyVersion || version.equals("1.0") || version.equals("2.0") || version.equals("3.0");
65 return anyVersion || version.equals("1.0") || version.equals("2.0") || version.equals("3.0")
    [all...]

Completed in 1755 milliseconds

1 2 3 4 5 6 7 8 91011>>