HomeSort by relevance Sort by last modified time
    Searched defs:found_type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 104 InstallationValidator::InstallationType found_type = local
108 &found_type));
109 return found_type;
116 InstallationValidator::InstallationType found_type = local
120 machine_state, system_level, &found_type));
121 return found_type;
  /external/chromium_org/components/storage_monitor/
storage_info.cc 106 Type found_type; local
108 found_type = REMOVABLE_MASS_STORAGE_WITH_DCIM;
110 found_type = REMOVABLE_MASS_STORAGE_NO_DCIM;
112 found_type = FIXED_MASS_STORAGE;
114 found_type = MTP_OR_PTP;
116 found_type = MAC_IMAGE_CAPTURE;
118 found_type = ITUNES;
120 found_type = PICASA;
122 found_type = IPHOTO;
128 *type = found_type;
    [all...]
  /art/runtime/
common_throws.cc 213 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
218 << expected_type << " but instead was found to be of type " << found_type; local
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 413 const int* found_type = local
415 if (found_type == NULL) {
419 map_type = *found_type;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 415 const int* found_type = local
417 if (found_type == NULL) {
421 map_type = *found_type;
    [all...]

Completed in 198 milliseconds