HomeSort by relevance Sort by last modified time
    Searched refs:found_type (Results 1 - 9 of 9) 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...]
  /external/lldb/test/functionalities/watchpoint/watchpoint_events/
TestWatchpointEvents.py 41 found_type = lldb.SBWatchpoint.GetWatchpointEventTypeFromEvent (event)
42 self.assertTrue (found_type == event_type, "Event is not correct type, expected: %d, found: %d"%(event_type, found_type))
  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 555 /// @param[out] found_type
574 TypeFromUser *found_type = NULL,
  /art/runtime/
common_throws.h 107 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
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/e2fsprogs/lib/blkid/
probe.c     [all...]
  /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 131 milliseconds