HomeSort by relevance Sort by last modified time
    Searched refs:GetKind (Results 1 - 25 of 27) sorted by null

1 2

  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.h 78 Kind GetKind() const { return m_kind; }
131 assert(GetKind() == eExitMessage || GetKind() == eLimboMessage);
136 assert(GetKind() == eSignalMessage || GetKind() == eCrashMessage ||
137 GetKind() == eSignalDeliveredMessage);
142 assert(GetKind() == eSignalMessage);
147 assert(GetKind() == eCrashMessage);
152 assert(GetKind() == eCrashMessage);
157 assert(GetKind() == eWatchpointMessage || GetKind() == eTraceMessage)
    [all...]
ProcessPOSIX.cpp 393 switch (message.GetKind())
511 if (message.GetKind() == ProcessMessage::eNewThreadMessage)
529 if (message.GetKind() == ProcessMessage::eExitMessage)
POSIXThread.cpp 276 switch (message.GetKind())
504 assert(message.GetKind() == ProcessMessage::eCrashMessage);
  /art/compiler/optimizing/
locations.h 108 return GetKind() == kRegister;
131 return GetKind() == kStackSlot;
143 return GetKind() == kDoubleStackSlot;
168 return GetKind() == kQuickParameter;
175 Kind GetKind() const {
184 switch (GetKind()) {
204 return GetKind() == kUnallocated;
  /external/chromium_org/chrome/browser/drive/
drive_api_util.h 96 google_apis::DriveEntryKind GetKind(
drive_api_util.cc 244 google_apis::DriveEntryKind GetKind(
275 entry->set_kind(GetKind(file_resource));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 141 virtual Kind GetKind() const = 0;
159 Kind GetKind() const;
185 Kind GetKind() const;
367 Kind GetKind() const;
mkvparser.cpp     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 81 const google_apis::DriveEntryKind entry_kind = util::GetKind(input);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 132 virtual Kind GetKind() const = 0;
147 Kind GetKind() const;
167 Kind GetKind() const;
378 Kind GetKind() const;
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 145 virtual Kind GetKind() const = 0;
163 Kind GetKind() const;
190 Kind GetKind() const;
424 Kind GetKind() const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 132 virtual Kind GetKind() const = 0;
147 Kind GetKind() const;
167 Kind GetKind() const;
378 Kind GetKind() const;
  /external/lldb/include/lldb/Target/
ThreadPlan.h 446 ThreadPlanKind GetKind() const
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 145 virtual Kind GetKind() const = 0;
163 Kind GetKind() const;
190 Kind GetKind() const;
424 Kind GetKind() const;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.cc 79 google_apis::DriveEntryKind kind = drive::util::GetKind(file_resource);
  /external/lldb/source/Target/
ThreadPlanStepInRange.cpp 338 if (current_plan->GetKind() == eKindStepInRange)
Thread.cpp 577 if (cur_plan->GetKind() != ThreadPlan::eKindStepOverBreakpoint)
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 711 return GetKind() == Invalid;
714 /// GetKind - Returns the current node's type.
715 DiffKind GetKind() {
757 if (TA.getKind() != TemplateArgument::Pack) return;
799 if (TA.getKind() != TemplateArgument::Pack) break;
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 197 CHECK_EQ(req.GetKind(), DeoptimizationRequest::kNothing);
279 CHECK_EQ(req.GetKind(), DeoptimizationRequest::kNothing);
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp     [all...]
  /art/runtime/
debugger.h 162 Kind GetKind() const {
debugger.cc     [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 1139 stop_monitoring = message.GetKind() == ProcessMessage::eExitMessage;
    [all...]

Completed in 1426 milliseconds

1 2