Searched defs:version (Results 226 - 250 of 837) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_syswm.h8 version 2.1 of the License, or (at your option) any later version.
73 SDL_version version; member in struct:SDL_SysWMmsg
85 SDL_version version; member in struct:SDL_SysWMinfo
121 SDL_version version; member in struct:SDL_SysWMmsg
127 SDL_version version ; member in struct:SDL_SysWMinfo
137 SDL_version version; member in struct:SDL_SysWMmsg
146 SDL_version version; member in struct:SDL_SysWMinfo
155 SDL_version version; member in struct:SDL_SysWMmsg
162 SDL_version version; member in struct:SDL_SysWMinfo
174 SDL_version version; member in struct:SDL_SysWMmsg
180 SDL_version version; member in struct:SDL_SysWMinfo
187 SDL_version version; member in struct:SDL_SysWMmsg
192 SDL_version version; member in struct:SDL_SysWMinfo
200 SDL_version version; member in struct:SDL_SysWMmsg
206 SDL_version version; member in struct:SDL_SysWMinfo
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_sb3.h8 version 2 of the License, or (at your option) any later version.
64 unsigned short version; member in struct:__anon11579
/external/quake/quake/src/QW/client/
H A Dspritegn.h6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
72 int version; member in struct:__anon12264
/external/quake/quake/src/WinQuake/
H A Dspritegn.h6 as published by the Free Software Foundation; either version 2
7 of the License, or (at your option) any later version.
72 int version; member in struct:__anon12709
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSQLiteOpenHelperTest.java106 CursorFactory factory, int version) {
107 super(context, name, factory, version);
105 TestOpenHelper(Context context, String name, CursorFactory factory, int version) argument
/external/sepolicy/tools/
H A Dinsertkeys.py112 XML_ENCODING_TAG = '<?xml version="1.0" encoding="iso-8859-1"?>'
171 usage += "then they are unioned to produce a final version."
173 version = "%prog " + str(__VERSION) variable
175 parser = OptionParser(usage=usage, version=version)
/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp83 GrGLVersion version = ctxInfo.version(); local
104 fBGRAFormatSupport = version >= GR_GL_VER(1,2) ||
118 fTextureSwizzleSupport = version >= GR_GL_VER(3,3) ||
143 version >= GR_GL_VER(4,2)) ||
149 fTextureRedSupport = version >= GR_GL_VER(3,0) ||
231 if ((ctxInfo.version() >= GR_GL_VER(3,0)) ||
313 ctxInfo.version() >= GR_GL_VER(3,0) ||
/external/tcpdump/
H A Dprint-bfd.c174 u_int8_t version; local
178 version = BFD_EXTRACT_VERSION(bfd_header->version_diag);
180 switch (port << 8 | version) {
187 version,
195 version,
220 version,
229 version,
H A Dprint-ntp.c82 int mode, version, leapind; local
88 version = (int)(bp->status & VERSIONMASK) >> 3;
89 printf("NTPv%d", version);
/external/tremolo/Tremolo/
H A Divorbiscodec.h52 int version; member in struct:vorbis_info
/external/webkit/Source/WebCore/storage/
H A DIDBDatabase.cpp106 PassRefPtr<IDBVersionChangeRequest> IDBDatabase::setVersion(ScriptExecutionContext* context, const String& version, ExceptionCode& ec) argument
108 RefPtr<IDBVersionChangeRequest> request = IDBVersionChangeRequest::create(context, IDBAny::create(this), version);
109 m_backend->setVersion(version, request, m_databaseCallbacks, ec);
163 void IDBDatabase::onVersionChange(const String& version) argument
165 enqueueEvent(IDBVersionChangeEvent::create(version, eventNames().versionchangeEvent));
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h54 int version; member in struct:WKTextCheckerClient
/external/webp/src/dec/
H A Dbuffer.c172 int WebPInitDecBufferInternal(WebPDecBuffer* buffer, int version) { argument
173 if (WEBP_ABI_IS_INCOMPATIBLE(version, WEBP_DECODER_ABI_VERSION)) {
174 return 0; // version mismatch
/external/webrtc/src/modules/audio_processing/
H A Dhigh_pass_filter_impl.cc146 int HighPassFilterImpl::get_version(char* version, argument
148 // An empty string is used to indicate no version information.
149 memset(version, 0, version_len_bytes);
H A Dlevel_estimator_impl.cc133 int LevelEstimatorImpl::get_version(char* version, argument
135 // An empty string is used to indicate no version information.
136 memset(version, 0, version_len_bytes);
H A Dvoice_detection_impl.cc160 int VoiceDetectionImpl::get_version(char* version, argument
162 if (WebRtcVad_get_version(version, version_len_bytes) != 0) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c269 * @version: Version of the EAP peer method interface (set to
279 struct eap_method * eap_peer_method_alloc(int version, int vendor, argument
286 eap->version = version;
318 method->version != EAP_PEER_METHOD_INTERFACE_VERSION)
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c269 * @version: Version of the EAP peer method interface (set to
279 struct eap_method * eap_peer_method_alloc(int version, int vendor, argument
286 eap->version = version;
318 method->version != EAP_PEER_METHOD_INTERFACE_VERSION)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c269 * @version: Version of the EAP peer method interface (set to
279 struct eap_method * eap_peer_method_alloc(int version, int vendor, argument
286 eap->version = version;
318 method->version != EAP_PEER_METHOD_INTERFACE_VERSION)
/external/zlib/src/contrib/minizip/
H A Dmztools.c54 unsigned int version = READ_16(header + 4); local
153 WRITE_16(header + 4, version);
154 WRITE_16(header + 6, version);
/external/emma/lib/internal/
H A Dstamptool.jar ... MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ com/vladium/util/version/VersionStampTool.class VersionStampTool.java ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs57 public string version; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
322 version = antlrElements[1];
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs60 public string version; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
403 version = antlrElements[1];
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java39 /** Because I may change the stats, I need to track version for later
46 String version; field in class:GrammarReport.ReportData
90 data.version = Version;
317 * return a human-readable version. Return null if there is a
355 buf.append(data.version);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParametersTest.java594 MyProvider(String name, double version, String info) { argument
595 super(name, version, info);

Completed in 968 milliseconds

1234567891011>>