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

<<11121314151617181920>>

  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
taskstats.h 19 __u16 version; member in struct:taskstats
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 19 __u16 version; member in struct:taskstats
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
taskstats.h 19 __u16 version; member in struct:taskstats
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
ScreenRatioQualifier.java 4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
167 AndroidVersion version = target.getVersion(); local
168 if (version.getApiLevel() >= 4 ||
169 (version.getApiLevel() == 3 && "Donut".equals(version.getCodename()))) {
ScreenSizeQualifier.java 4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
171 AndroidVersion version = target.getVersion(); local
172 if (version.getApiLevel() >= 4 ||
173 (version.getApiLevel() == 3 && "Donut".equals(version.getCodename()))) {
  /external/bluetooth/bluez/tools/
hciattach_ti.c 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
81 uint32_t version; member in struct:bts_header
114 static FILE *bts_load_script(const char* file_name, uint32_t* version)
135 if (NULL != version)
136 *version = header.version;
193 uint16_t version = 0, chip = 0, min_ver = 0, maj_ver = 0; local
195 version = MAKEWORD(respond[13], respond[14]);
196 chip = (version & 0x7C00) >> 10
    [all...]
  /external/elfutils/src/
ldscript.c 8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
24 in version 1.24 of Bison. */
131 modify it under the terms of the Open Software License version 1.0 as
136 License version 1.0 from http://www.opensource.org/licenses/osl.php or
173 static struct version *new_version (struct id_list *local,
175 static struct version *merge_versions (struct version *one,
176 struct version *two);
177 static void add_versions (struct version *versions)
208 struct version *version; member in union:YYSTYPE
    [all...]
ldscript.h 8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
24 in version 1.24 of Bison. */
103 struct version *version; member in union:YYSTYPE
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
267 int version; local
269 version = pref.getInt(KEY_VERSION, 0);
271 version = 0;
273 if (version == CURRENT_VERSION) return;
276 if (version == 0) {
277 // We won't use the preference which change in version 1.
278 // So, just upgrade to version 1 directly
279 version = 1;
281 if (version == 1)
    [all...]
  /build/tools/acp/
Android.mk 3 # Custom version of cp.
  /cts/tools/dx-tests/etc/
starttests 5 # Licensed under the Apache License, Version 2.0 (the "License");
81 echo "Version 1.0"
114 dx --version &> /dev/null
125 version=`${exe} -version 2> /dev/null | grep -o "version.*$"`
126 echo "Using Dalvik VM ${version}"
134 version=`adb shell dalvikvm -version 2> /dev/null | grep -o "version.*$"
    [all...]
  /cts/tools/signature-tools/src/signature/
Main.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
68 } else if (arg.equals("--version")) {
69 version(); method
102 * Prints the version message.
104 private static void version() { method in class:Main
105 System.err.println("android sigtools version " + Version.VERSION);
  /dalvik/libcore/luni/src/main/java/java/util/
UUID.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
51 private transient int version; field in class:UUID
96 // setup version field
97 version = (int) ((mostSigBits & 0x000000000000F000) >>> 12);
99 if (variant != 2 && version != 1) {
118 * Generates a variant 2, version 4 (randomly generated number) UUID as per
139 msb |= (0x4L << 12); // set the version to 4
156 * Generates a variant 2, version 3 (name-based, MD5-hashed) UUID as per <a
183 msb |= (0x3L << 12); // set the version to 3
269 * The version of the variant 2 UUID as per <
282 public int version() { method in class:UUID
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedData.java 10 * version Version,
49 int version = ((DERInteger)seq.getObjectAt(0)).getValue().intValue(); local
51 if (version != 0)
53 throw new IllegalArgumentException("sequence not version 0");
Pfx.java 25 BigInteger version = ((DERInteger)seq.getObjectAt(0)).getValue(); local
26 if (version.intValue() != 3)
28 throw new IllegalArgumentException("wrong version for PFX PDU");
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
output_html.properties 6 # to you under the Apache License, Version 2.0 (the "License");
29 version=4.0
33 # <xsl:stylesheet version="1.0"
output_xml.properties 6 # to you under the Apache License, Version 2.0 (the "License");
27 version=1.0
36 # <xsl:stylesheet version="1.0"
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java 51 public boolean hasFeature(String feature, String version) {
52 return builder.getDOMImplementation().hasFeature(feature, version);
  /external/bluetooth/glib/gio/
gicon.c 8 * version 2 of the License, or (at your option) any later version.
38 /* There versioning of this is implicit, version 1 would be ".1 " */
167 gint version; local
181 if (!icon_iface->to_tokens (icon, tokens, &version))
187 /* format: TypeName[.Version] <token_0> .. <token_N-1>
188 version 0 is implicit and can be omitted
192 if (version != 0)
193 g_string_append_printf (s, ".%d", version);
309 gint version; local
    [all...]
  /external/clearsilver/python/examples/trans/
trans.sql 11 version integer default 0,
  /external/e2fsprogs/lib/blkid/
Android.mk 16 version.c \
  /external/e2fsprogs/lib/ss/
ss.h 46 int version; member in struct:_ss_request_table
53 int version; /* SS_RP_V1 */ member in struct:_ss_rp_options
  /external/grub/docs/
help2man 3 # Generate a short man page from --help and --version output.
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
42 `$this_program' generates a man page out of `--help' and `--version' output.
53 --version print version number, then exit
55 EXECUTABLE should accept `--help' and `--version' options.
73 version => sub { print $version_info; exit },
163 # Grab help and version info from executable.
167 } qw(help version);
    [all...]
  /external/grub/
missing 12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
53 # Exit code 63 means version mismatch. This often happens
54 # when the user try to use an ancient version of a tool on
55 # a file that requires a minimum version. In this case we
73 -v, --version output version information and exit
93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
107 # don't have it and --version was passed (most likely to detect
111 # Not GNU programs, they don't have --version
    [all...]
  /external/ipsec-tools/src/racoon/
nattraversal.h 59 int version; member in struct:ph1natt_options
81 int natt_fill_options (struct ph1natt_options *opts, int version);

Completed in 2257 milliseconds

<<11121314151617181920>>