Searched refs:version (Results 76 - 100 of 2312) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DhasFeature03.js82 var version = null;
87 hasXML = domImpl.hasFeature("XML",version);
88 state = domImpl.hasFeature("xhTmL",version);
H A DhasFeature04.js82 var version = "2.0";
86 hasXML = domImpl.hasFeature("XML",version);
87 state = domImpl.hasFeature("xhTmL",version);
/external/webkit/LayoutTests/storage/resources/
H A Ddatabase-common.js3 function openDatabaseWithSuffix(name, version, description, size, callback)
6 return openDatabase(name + DB_TEST_SUFFIX, version, description, size, callback);
8 return openDatabase(name + DB_TEST_SUFFIX, version, description, size);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTranslatorGLSL.cpp16 int version = versionGLSL.getVersion(); local
17 // We need to write version directive only if it is greater than 110.
18 // If there is no version directive in the shader, 110 is implied.
19 if (version > 110) {
20 sink << "#version " << version << "\n"; local
31 // Write GLSL version.
/external/chromium/chrome/browser/extensions/
H A Dextension_sync_data.h11 #include "base/version.h"
22 // version of the currently-installed extension doesn't match
23 // |version|).
29 // version of the currenty-installed extension matches |version|).
30 Version version; member in struct:ExtensionSyncData
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py23 version='2.3.5', variable
/external/iptables/extensions/
H A Dlibip6t_eui64.c6 .version = XTABLES_VERSION,
H A Dlibipt_MIRROR.c6 .version = XTABLES_VERSION,
H A Dlibipt_unclean.c6 .version = XTABLES_VERSION,
H A Dlibxt_NOTRACK.c7 .version = XTABLES_VERSION,
/external/kernel-headers/original/linux/
H A Dkeychord.h8 * License version 2, as published by the Free Software Foundation, and
38 __u16 version; member in struct:input_keychord
/external/libusb_aah/
H A Dautogen.sh4 if (libtoolize --version) < /dev/null > /dev/null 2>&1; then
6 elif (glibtoolize --version) < /dev/null > /dev/null 2>&1; then
/external/libvpx/libvpx/vp8/common/
H A Dheader.h19 unsigned int version: 3; member in struct:__anon8996
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFullBox.java12 void setVersion(int version); argument
/external/sonivox/jet_tools/JetCreator/
H A DJetSystemInfo.py6 Displays the system info regarding os version, wxPython version, and Python version
34 print(sys.version)
/external/webkit/Source/WebCore/inspector/
H A DInspectorDatabaseResource.cpp43 PassRefPtr<InspectorDatabaseResource> InspectorDatabaseResource::create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
45 return adoptRef(new InspectorDatabaseResource(database, domain, name, version));
48 InspectorDatabaseResource::InspectorDatabaseResource(PassRefPtr<Database> database, const String& domain, const String& name, const String& version) argument
53 , m_version(version)
63 jsonObject->setString("version", m_version);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_peap_common.h12 int peap_prfplus(int version, const u8 *key, size_t key_len,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_peap_common.h12 int peap_prfplus(int version, const u8 *key, size_t key_len,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_peap_common.h12 int peap_prfplus(int version, const u8 *key, size_t key_len,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DHolder.java52 private int version = V2_CERTIFICATE_HOLDER; field in class:Holder
90 version = 0;
126 version = 1;
138 * @param version The version of the attribute certificate.
140 public Holder(IssuerSerial baseCertificateID, int version) argument
143 this.version = version;
149 * @return The version of the attribute certificate.
153 return version;
173 Holder(GeneralNames entityName, int version) argument
[all...]
/external/chromium/chrome/browser/net/
H A Dservice_providers_win.h15 int version; member in struct:WinsockNamespaceProvider
24 int version; member in struct:WinsockLayeredServiceProvider
/external/webkit/LayoutTests/dom/html/level2/html/
H A DhasFeature01.js82 var version = null;
86 state = domImpl.hasFeature("hTmL",version);
H A DhasFeature02.js82 var version = "2.0";
85 state = domImpl.hasFeature("hTmL",version);
H A DhasFeature05.js82 var version = null;
86 state = domImpl.hasFeature("cOrE",version);
H A DhasFeature06.js82 var version = "2.0";
85 state = domImpl.hasFeature("cOrE",version);

Completed in 2640 milliseconds

1234567891011>>