HomeSort by relevance Sort by last modified time
    Searched refs:vendors (Results 1 - 7 of 7) 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) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
ServiceListener.java 120 Set<String> vendors = mVendorHashMap.keySet(); local
121 for(String vendor : vendors) {
  /external/autotest/client/bin/
base_utils.py 456 vendors = [cpu['vendor_id'] for cpu in cpuinfo]
457 for v in vendors[1:]:
458 if v != vendors[0]:
459 raise error.TestError('multiple cpu vendors found: ' + str(vendors))
460 return vendors[0]
  /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...]
  /bionic/libc/tools/
genlibgcc_compat.py 42 * from vendors to fail to load properly.
  /external/libvorbis/doc/
05-comment.tex 170 Individual 'vendors' may use non-standard field names within
175 Vendors should make some effort to avoid arbitrarily polluting the
  /external/ImageMagick/
configure     [all...]

Completed in 359 milliseconds