HomeSort by relevance Sort by last modified time
    Searched refs:versions (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /cts/tests/tests/drm/
Android.mk 19 # Include both the 32 and 64 bit versions of libs
  /cts/tests/tests/jni/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/media/
Android.mk 24 # include both the 32 and 64 bit versions
  /cts/tests/tests/mediastress/
Android.mk 23 # Include both the 32 and 64 bit versions
  /cts/tests/tests/nativeopengl/
Android.mk 27 # Include both the 32 and 64 bit versions
  /cts/tests/tests/opengl/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/openglperf/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/provider/
Android.mk 22 # Include both the 32 and 64 bit versions of libs
  /cts/tests/tests/renderscript/
Android.mk 25 # Include both the 32 and 64 bit versions
  /cts/tests/tests/rscpp/
Android.mk 25 # Include both the 32 and 64 bit versions
  /device/generic/goldfish/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.
  /external/chromium_org/net/quic/test_tools/
quic_connection_peer.cc 228 QuicVersionVector versions) {
229 connection->framer_.SetSupportedVersions(versions);
  /external/chromium_org/third_party/webrtc/test/manual/
adapter.js 37 // Unify them for earlier Chrome versions in the coexisting period.
  /external/lldb/scripts/Python/
python-typemaps.swig 318 // is necessary - this will break if more than 50 versions are ever returned
319 %typemap(typecheck) (uint32_t *versions, uint32_t num_versions) {
323 %typemap(in, numinputs=0) (uint32_t *versions) {
331 %typemap(argout) (uint32_t *versions, uint32_t num_versions) {
354 %typemap(freearg) (uint32_t *versions) {
  /external/chromium_org/chrome/browser/component_updater/
widevine_cdm_component_installer.cc 90 // Interface versions are lists of integers (e.g. "1" or "1,2,4").
92 // All match the interface versions from content_decryption_module.h that the
95 const char kCdmModuleVersionsName[] = "x-cdm-module-versions";
97 const char kCdmInterfaceVersionsName[] = "x-cdm-interface-versions";
99 const char kCdmHostVersionsName[] = "x-cdm-host-versions";
158 std::vector<std::string> versions; local
159 base::SplitString(versions_string, kCdmValueDelimiter, &versions);
161 for (size_t i = 0; i < versions.size(); ++i) {
163 if (base::StringToInt(versions[i], &version))
173 // Returns whether the CDM's API versions, as specified in the manifest, ar
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.cc 103 const base::ListValue* versions = NULL; local
104 if (plugin_dict->GetList("versions", &versions)) {
105 for (base::ListValue::const_iterator it = versions->begin();
106 it != versions->end(); ++it) {
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 121 const std::vector<Version>& versions)>
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 128 /// Scans all loaded plug-in interfaces that implement versions of
161 /// Scans all loaded plug-in interfaces that implement versions of
571 /// will extract the versions from object files if they are available.
573 /// If \a versions is NULL, or if \a num_versions is 0, the return
576 /// function with a value of \a versions and \a num_versions that
579 /// @param[out] versions
583 /// to this function so that all versions can be retrieved. If
585 /// existing versions numbers will be filled into \a versions.
586 /// If there is no version information available, \a versions
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.cc 70 versions(other.versions) {
211 string QuicVersionVectorToString(const QuicVersionVector& versions) {
213 for (size_t i = 0; i < versions.size(); ++i) {
217 result.append(QuicVersionToString(versions[i]));
231 for (size_t i = 0; i < header.public_header.versions.size(); ++i) {
232 os << header.public_header.versions[0] << " ";
quic_framer.h 188 // list of supported QUIC versions. |quic_version_| is set to the maximum
369 void SetSupportedVersions(const QuicVersionVector& versions) {
370 supported_versions_ = versions;
371 quic_version_ = versions[0];
508 // This vector contains QUIC versions which we currently support.
510 // element, with subsequent elements in descending order (versions can be
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /development/build/
Android.mk 121 ALL_SDK_FILES += $(HOST_OUT)/development/sdk/generated-api-versions.xml
132 $(HOST_OUT)/development/sdk/generated-api-versions.xml :
135 --pattern $(TOPDIR)prebuilts/tools/common/api-versions/android-%/android.jar \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 234 Map<String, Integer> versions = manager.getExtrasVersions(); local
235 Integer version = versions.get(VENDOR_ID + '/' + SUPPORT_ID);
240 version = versions.get(VENDOR_ID + '/' + COMPATIBILITY_ID);
373 Map<String, Integer> versions = manager.getExtrasVersions(); local
374 Integer version = versions.get(VENDOR_ID + '/' + SUPPORT_ID);
386 version = versions.get(VENDOR_ID + '/' + COMPATIBILITY_ID);
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 180 int[] versions = new int[ropRegCount]; local
186 + versions[ropReg] + "]");
187 versions[ropReg]++;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 181 int[] versions = new int[ropRegCount]; local
187 + versions[ropReg] + "]");
188 versions[ropReg]++;

Completed in 819 milliseconds

12 3 4 5 6 7 8 91011