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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tools/localize/
Values.cpp 16 version(ve),
29 version(),
42 version(that.version),
63 if (version != that.version) {
64 return version < that.version ? -1 : 1;
file_utils.h 14 int version, const string& versionString, bool printOnFailure);
16 int version, const string& versionString, bool printOnFailure);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/
loc_api_cb.xdr 1 /* LOC_API TOOL VERSION: 3.28 */
81 version LOC_APICBVERS_0001 {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
31 String version = System.getProperty("os.version"); typedefs
32 final String[] parts = version.split("\\.");
  /bionic/libc/include/sys/
utsname.h 41 char version [SYS_NMLN]; member in struct:utsname
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 5 * The ASF licenses this file to You under the Apache License, Version 2.0
74 * type(1) + version(2) + length(2) + MAX_CIPHERED_DATA_LENGTH
80 // protocol version of the connection
81 private byte[] version; field in class:SSLRecordProtocol
139 ? 6 // type + version + length + 1 byte of data
150 return 5+data_size; // type + version + length + data_size
170 record_size -= 5; // - (type + version + length + data_size)
230 return packetize(content_type, version, ciphered_fragment);
233 private byte[] packetize(byte type, byte[] version, byte[] fragment) {
236 if (version != null)
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 11 * to you under the Apache License, Version 2.0 (the
105 * Sets the version of the cookie specification to which this
108 * @param version the version of the cookie.
112 void setVersion(int version);
  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
10 Please upgrade to a more recent version (>=1.1.0) of dpkg.
  /external/e2fsprogs/lib/e2p/
e2p.h 20 int fgetversion (const char * name, unsigned long * version);
22 int fsetversion (const char * name, unsigned long version);
24 int getversion (int fd, unsigned long * version);
34 int setversion (int fd, unsigned long version);
  /external/icu4c/layout/
GlyphLookupTables.h 22 fixed32 version; member in struct:GlyphLookupTableHeader
  /external/opencore/fileformats/mp4/composer/include/
degradationpriorityatom.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
34 PVA_FF_DegradationPriorityAtom(uint8 version, uint32 flags); // Constructor
fullatom.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
34 PVA_FF_FullAtom(uint32 type, uint8 version, uint32 flags); // Constructor
  /external/opencore/fileformats/mp4/parser/include/
dataentryurnatom.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 DataEntryUrnAtom(uint8 version, uint32 flags); // Constructor
degradationpriorityatom.h 4 * Licensed under the Apache License, Version 2.0 (the "License");
44 DegradationPriorityAtom(uint8 version, uint32 flags); // Constructor
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_mcsn.h 8 version 2 of the License, or (at your option) any later version.
34 unsigned short version; /* Version */ member in struct:__anon4282
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxwm.c 8 version 2.1 of the License, or (at your option) any later version.
56 if ( info->version.major <= SDL_MAJOR_VERSION ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxwm.c 9 version 2 of the License, or (at your option) any later version.
51 if (info -> version.major <= SDL_MAJOR_VERSION) {
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 6 Displays the system info regarding os version, wxPython version, and Python version
10 Licensed under the Apache License, Version 2.0 (the "License");
29 print("wxPython Version:")
33 print("Python Version:")
34 print(sys.version)
  /external/tcpdump/
print-vrrp.c 7 * - print version, type string and packet length
49 * |Version| Type | Virtual Rtr ID| Priority | Count IP Addrs|
90 int version, type, auth_type; local
94 version = (bp[0] & 0xf0) >> 4;
97 printf("VRRPv%u, %s", version, type_s);
100 if (version != 2 || type != VRRP_TYPE_ADVERTISEMENT)
  /external/webkit/WebCore/html/
HTMLHtmlElement.h 10 * version 2 of the License, or (at your option) any later version.
44 String version() const;
  /external/webkit/WebCore/inspector/front-end/
Database.js 29 WebInspector.Database = function(id, domain, name, version)
34 this._version = version;
53 get version()
58 set version(x)
  /external/wpa_supplicant/
wpa_common.h 6 * it under the terms of the GNU General Public License version 2 as
30 u8 version; member in struct:ieee802_1x_hdr
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
eapol_common.h 6 * it under the terms of the GNU General Public License version 2 as
25 u8 version; member in struct:ieee802_1x_hdr
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.h 6 * it under the terms of the GNU General Public License version 2 as
20 struct eap_method * eap_server_method_alloc(int version, int vendor,
  /frameworks/base/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
69 public void setVersion(int version, boolean ext, boolean pack) {
70 if (version == 0) {
73 } else if (version == 1) {
79 throw new RuntimeException("Bad version: " + version);

Completed in 516 milliseconds

1 2 3 4 56 7 8 91011>>