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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/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/bison/build-aux/
Makefile.am 2 EXTRA_DIST = prev-version.txt
  /development/tools/zoneinfo/
generate 3 version=tzdata2009s
7 for i in $version/africa \
8 $version/antarctica \
9 $version/asia \
10 $version/australasia \
11 $version/etcetera \
12 $version/europe \
13 $version/factory \
14 $version/northamerica \
15 $version/solar87
    [all...]
  /cts/tools/host/src/com/android/cts/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
19 public class Version {
20 // The CTS version string
21 private static final String version = "2.2_r1"; field in class:Version
23 private Version() {
28 return version;
  /external/elfutils/libelf/
elf_version.c 7 the Free Software Foundation, version 2.
25 /* Is the version initialized? */
28 /* Currently selected version. */
33 elf_version (version)
34 unsigned int version;
36 if (version == EV_NONE)
39 if (likely (version < EV_NUM))
41 /* Phew, we know this version. */
44 /* Store the new version. */
45 __libelf_version = version;
    [all...]
  /dalvik/libcore/x-net/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/WebKit/mac/Misc/
WebKitVersionChecks.m 32 BOOL WebKitLinkedOnOrAfter(int version)
34 return (WebKitLinkTimeVersion() >= version);
  /external/webkit/WebKit/win/
ProgIDMacros.h 29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
35 #define VERSIONED_PROGID(versionIndependentProgID, version) versionIndependentProgID L##"." STRINGIFIED_VERSION(version)
  /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 \
  /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...]
  /dalvik/libcore/xml/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...]
  /frameworks/base/awt/javax/imageio/spi/
IIOServiceProvider.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
19 * @version $Revision: 1.3 $
40 * The version of this service provider.
42 protected String version; field in class:IIOServiceProvider
49 * @param version
50 * the version of service provider.
52 public IIOServiceProvider(String vendorName, String version) {
56 if (version == null) {
57 throw new NullPointerException("version name cannot be NULL");
60 this.version = version
    [all...]
  /dalvik/libcore/xml/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...]
  /external/e2fsprogs/lib/e2p/
setversion.c 2 * setversion.c - Set a file version on an ext2 file system
24 int setversion (int fd, unsigned long version)
29 ver = (int) version;
  /external/libpng/scripts/
libpng-config-head.in 14 version=1.2.44
  /external/opencore/fileformats/mp4/composer/src/
dataentryatom.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
27 PVA_FF_DataEntryAtom::PVA_FF_DataEntryAtom(uint32 type, uint8 version, uint32 flags)
28 : PVA_FF_FullAtom(type, version, flags)
mediainformationheaderatom.cpp 4 * Licensed under the Apache License, Version 2.0 (the "License");
33 PVA_FF_MediaInformationHeaderAtom::PVA_FF_MediaInformationHeaderAtom(uint32 atomType, uint8 version, uint32 flags)
34 : PVA_FF_FullAtom(atomType, version, flags)
  /external/webkit/WebCore/html/
HTMLHtmlElement.idl 7 * version 2 of the License, or (at your option) any later version.
24 attribute [ConvertNullToNullString] DOMString version;
  /bootable/recovery/updater/
updater.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
26 int version; member in struct:__anon594
  /external/e2fsprogs/lib/blkid/
version.c 2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
  /external/e2fsprogs/lib/ext2fs/
version.c 2 * version.c --- Return the version of the ext2 library
22 #include "../../version.h"
30 int version = 0, dot_count = 0; local
41 version = (version * 10) + (*cp - '0');
43 return version;
  /bionic/libc/kernel/common/linux/
utsname.h 21 char version[9]; member in struct:oldold_utsname
31 char version[65]; member in struct:old_utsname
39 char version[65]; member in struct:new_utsname
  /external/kernel-headers/original/linux/
utsname.h 10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[65]; member in struct:new_utsname
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
utsname.h 21 char version[9]; member in struct:oldold_utsname
31 char version[65]; member in struct:old_utsname
39 char version[65]; member in struct:new_utsname

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>