Searched refs:version (Results 176 - 200 of 4103) sorted by relevance

1234567891011>>

/external/pdfium/fpdfsdk/include/
H A Dfpdfoom.h23 int version; member in struct:_OOM_INFO
/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/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
53 int version, type; local
57 version = (bp[0] & 0xf0) >> 4;
63 printf("CARPv%d-%s %d: ", version, type_s, len);
66 if (version != 2 || type != 1)
/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_org/chrome/common/extensions/docs/server2/
H A Drietveld_patcher.py38 # In RietveldPatcher, the version is the latest patchset number.
60 def GetPatchedFiles(self, version=None):
61 if version is None:
64 patchset = version
96 def Apply(self, paths, file_system, version=None):
97 if version is None:
98 version = self.GetVersion()
104 (self._issue, version, tarball_result.status_code))
111 version))
126 (self._issue, version, tar_pat
[all...]
/external/chromium_org/chrome/browser/net/
H A Dservice_providers_win.h12 int version; member in struct:WinsockNamespaceProvider
21 int version; member in struct:WinsockLayeredServiceProvider
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler_chromeos.cc18 // Start the asynchronous load of the version.
28 void VersionHandlerChromeOS::OnVersion(const std::string& version) { argument
29 base::StringValue arg(version);
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
H A Dbackground.js6 chrome.debugger.attach({tabId:tab.id}, version,
10 var version = "1.0"; variable
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.h33 // Creates a handle for a live version. The version's corresponding
35 // This may return NULL if |context|.get() or |version| is NULL.
44 ServiceWorkerVersion* version);
51 ServiceWorkerVersion* version);
55 virtual void OnWorkerStarted(ServiceWorkerVersion* version) OVERRIDE;
56 virtual void OnWorkerStopped(ServiceWorkerVersion* version) OVERRIDE;
57 virtual void OnErrorReported(ServiceWorkerVersion* version,
62 virtual void OnReportConsoleMessage(ServiceWorkerVersion* version,
68 virtual void OnVersionStateChanged(ServiceWorkerVersion* version) OVERRID
76 ServiceWorkerVersion* version() { return version_.get(); } function in class:content::ServiceWorkerHandle
[all...]
/external/chromium_org/sync/test/
H A Dtrackable_mock_invalidation.cc13 int64 version,
17 : MockInvalidation(is_unknown_version, version, payload),
11 TrackableMockInvalidation( bool is_unknown_version, int64 version, const std::string& payload, MockInvalidationTracker* tracker, int tracking_id) argument
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIAccessorClient.h40 virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
41 virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
/external/chromium_org/third_party/ots/src/
H A Dkern.h21 uint16_t version; member in struct:ots::OpenTypeKERNFormat0
34 uint16_t version; member in struct:ots::OpenTypeKERN
/external/chromium_org/third_party/skia/tools/
H A Dxsan_build28 $CC --version
/external/chromium_org/tools/gyp/test/mac/sdkroot/
H A Dtest_shorthand.sh10 if expected=$(xcodebuild -version -sdk macosx$sdk Path 2>/dev/null) ; then
/external/libcxx/test/containers/container.adaptors/queue/
H A DAndroid.mk19 test_name := containers/container.adaptors/queue/version
20 test_src := version.pass.cpp
/external/libcxx/test/containers/container.adaptors/stack/
H A DAndroid.mk19 test_name := containers/container.adaptors/stack/version
20 test_src := version.pass.cpp
/external/libcxx/test/depr/depr.str.strstreams/
H A DAndroid.mk19 test_name := depr/depr.str.strstreams/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/file.streams/fstreams/
H A DAndroid.mk19 test_name := input.output/file.streams/fstreams/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/iostream.format/input.streams/
H A DAndroid.mk19 test_name := input.output/iostream.format/input.streams/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/iostream.format/output.streams/
H A DAndroid.mk19 test_name := input.output/iostream.format/output.streams/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/iostream.objects/
H A DAndroid.mk19 test_name := input.output/iostream.objects/version
20 test_src := version.pass.cpp
/external/libcxx/test/input.output/iostreams.base/
H A DAndroid.mk19 test_name := input.output/iostreams.base/version
20 test_src := version.pass.cpp

Completed in 2114 milliseconds

1234567891011>>