Searched refs:version (Results 426 - 450 of 4103) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseResource.h46 static PassRefPtrWillBeRawPtr<InspectorDatabaseResource> create(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
55 InspectorDatabaseResource(PassRefPtrWillBeRawPtr<Database>, const String& domain, const String& name, const String& version);
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccessor.h57 virtual void didAddInputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) OVERRIDE;
58 virtual void didAddOutputPort(const WebString& id, const WebString& manufacturer, const WebString& name, const WebString& version) OVERRIDE;
H A DMIDIOutput.h45 static MIDIOutput* create(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
58 MIDIOutput(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
H A DMIDIPort.cpp38 MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version) argument
43 , m_version(version)
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dmakefile5 NPM_VERSION := $(shell npm --version 2>/dev/null)
6 BOWER_VERSION := $(shell bower --version 2>/dev/null)
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-head-table.hh56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head
61 * 0x00010000u for version 1.0. */
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_misc.c67 static const VGubyte *version = (VGubyte *)"1.1"; local
78 return version;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A DMakefile8 $(shell $(PKG_CONFIG) xextproto --atleast-version=7.0.99.1 \
10 $(shell $(PKG_CONFIG) libkms --atleast-version=1.0 \
/external/chromium_org/third_party/ots/src/
H A Dpost.cc20 if (!table.ReadU32(&post->version) ||
32 if (post->version == 0x00010000) {
34 } else if (post->version == 0x00030000) {
36 } else if (post->version != 0x00020000) {
41 // We have a version 2 table with a list of Pascal strings at the end
62 OTS_WARNING("table version is 1, but no glyf names are found");
65 post->version = 0x00010000;
129 if (file->post && file->cff && file->post->version != 0x00030000) {
133 if (!out->WriteU32(post->version) ||
145 if (post->version !
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2.h28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
/external/chromium_org/third_party/webrtc/base/
H A Dversionparsing.cc19 int version[]) {
31 version[i] = atoi(version_str.substr(pos, n).c_str());
17 ParseVersionString(const std::string& version_str, int num_expected_segments, int version[]) argument
/external/clang/
H A Dclang.mk7 CLANG_VERSION_INC_MK := $(CLANG_ROOT_PATH)/clang-version-inc.mk
/external/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C28 int version() CONST { return _version; }
68 void (^b)(void) = ^{ printf("my const copy of one is %d\n", one.version()); };
/external/deqp/framework/randomshaders/
H A DrsgParameters.hpp85 , version (VERSION_100)
97 Version version; member in class:rsg::ProgramParameters
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head
61 * 0x00010000u for version 1.0. */
/external/icu/icu4c/source/i18n/
H A Dcollationtailoring.h57 static void makeBaseVersion(const UVersionInfo ucaVersion, UVersionInfo version);
68 // UCA version u.v.w & rules version r.s.t.q:
69 // version[0]: builder version (runtime version is mixed in at runtime)
70 // version[1]: bits 7..3=u, bits 2..0=v
71 // version[2]: bits 7..6=w, bits 5..0=r
72 // version[3]= (s<<5)+(s>>3)+t+(q<<4)+(q>>4)
73 UVersionInfo version; member in struct:CollationTailoring
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dipc.h47 #define IPC_OLD 0 /* Old version (no 32-bit UID support on many
49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
78 #define IPCCALL(version,op) ((version)<<16 | (op))
H A Dncp_mount.h27 int version; member in struct:ncp_mount_data
47 int version; member in struct:ncp_mount_data_v4
/external/kernel-headers/original/uapi/scsi/
H A Dscsi_netlink.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
43 uint8_t version; member in struct:scsi_nl_hdr
50 /* scsi_nl_hdr->version value */
115 (hdr)->version = SCSI_NL_VERSION; \
/external/libcxx/test/containers/associative/map/
H A DAndroid.mk23 test_name := containers/associative/map/version
24 test_src := version.pass.cpp
/external/libcxx/test/containers/sequences/deque/
H A DAndroid.mk19 test_name := containers/sequences/deque/version
20 test_src := version.pass.cpp
/external/libcxx/test/containers/sequences/forwardlist/
H A DAndroid.mk19 test_name := containers/sequences/forwardlist/version
20 test_src := version.pass.cpp
/external/libcxx/test/thread/thread.condition/
H A DAndroid.mk27 test_name := thread/thread.condition/version
28 test_src := version.pass.cpp
/external/libutf/
H A DNOTICE24 version 1.02; see http://plan9.bell-labs.com/plan9dist/license.html
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_misc.c67 static const VGubyte *version = (VGubyte *)"1.1"; local
78 return version;

Completed in 542 milliseconds

<<11121314151617181920>>