HomeSort by relevance Sort by last modified time
    Searched refs:vendors (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceListener.java 120 Set<String> vendors = mVendorHashMap.keySet(); local
121 for(String vendor : vendors) {
  /external/google-breakpad/src/processor/
minidump_processor.cc 353 } vendors[] = { local
410 for (size_t i = 0; i < sizeof(vendors)/sizeof(vendors[0]); ++i) {
411 if (vendors[i].id == vendor_id) {
412 vendor = vendors[i].name;
    [all...]
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 226 boolean[] vendors = new boolean[] {false, true};
227 for (boolean v : vendors) {
  /external/autotest/client/bin/
utils.py 428 vendors = [cpu['vendor_id'] for cpu in cpuinfo]
429 for v in vendors[1:]:
430 if v != vendors[0]:
431 raise error.TestError('multiple cpu vendors found: ' + str(vendors))
432 return vendors[0]
    [all...]
  /build/soong/cc/
llndk_library.go 57 // libraries. This effectively hides this module from vendors. Default value is true.
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 67 // IDs above that range are defined by third-party vendors.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 8 // This package is shared by the standard library (which vendors it)
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 67 // IDs above that range are defined by third-party vendors.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lex/httplex/
httplex.go 8 // This package is shared by the standard library (which vendors it)
  /external/ImageMagick/
configure     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
configure     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
configure     [all...]

Completed in 1304 milliseconds