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

1 2 3

  /external/chromium_org/v8/src/
property-details.h 94 Representation() : kind_(kNone) { }
111 return kind_ == other.kind_;
124 ASSERT(kind_ != kExternal);
125 ASSERT(other.kind_ != kExternal);
127 return kind_ > other.kind_;
140 Kind kind() const { return static_cast<Kind>(kind_); }
141 bool IsNone() const { return kind_ == kNone; }
142 bool IsTagged() const { return kind_ == kTagged;
161 int8_t kind_; member in class:v8::internal::Representation
    [all...]
variables.h 129 bool is_this() const { return kind_ == THIS; }
130 bool is_arguments() const { return kind_ == ARGUMENTS; }
164 Kind kind_; member in class:v8::internal::Variable
variables.cc 68 kind_(kind),
  /external/chromium_org/content/renderer/media/
webinbandtexttrack_impl.cc 18 kind_(kind),
46 return kind_;
50 switch (kind_) {
webinbandtexttrack_impl.h 39 Kind kind_; member in class:content::WebInbandTextTrackImpl
  /dalvik/vm/
IndirectRefTable.cpp 46 kind_ = desiredKind;
97 indirectRefKindToString(kind_), max_entries_);
112 indirectRefKindToString(kind_),
129 result = toIndirectRef(slot - table_, slot->serial, kind_);
142 if (kind != kind_) {
144 ALOGW("Attempt to look up NULL %s reference", indirectRefKindToString(kind_));
149 indirectRefKindToString(kind_), iref);
162 indirectRefKindToString(kind_), iref, index, topIndex);
170 indirectRefKindToString(kind_), iref);
178 indirectRefKindToString(kind_), iref)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.h 35 Kind kind_; member in class:SadTabGtk
  /external/chromium_org/chrome/browser/ui/gtk/
sad_tab_gtk.h 32 chrome::SadTabKind kind_; member in class:SadTabGtk
sad_tab_gtk.cc 58 kind_(kind) {
61 switch (kind_) {
177 switch (kind_) {
210 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
  /external/chromium_org/chrome/browser/ui/views/
sad_tab_view.cc 48 kind_(kind),
60 UMA_HISTOGRAM_COUNTS("SadTab.Created", kind_);
66 switch (kind_) {
87 (kind_ == chrome::SAD_TAB_KIND_CRASHED) ? kCrashColor : kKillColor));
101 (kind_ == chrome::SAD_TAB_KIND_CRASHED) ? IDR_SAD_TAB : IDR_KILLED_TAB));
106 (kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
114 (kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
129 (kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
132 if (kind_ == chrome::SAD_TAB_KIND_CRASHED) {
170 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED)
    [all...]
sad_tab_view.h 63 chrome::SadTabKind kind_; member in class:SadTabView
  /art/runtime/
indirect_reference_table.cc 53 kind_ = desiredKind;
70 << " stale " << kind_ << " " << iref
93 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow "
109 << kind_ << " table (from "
166 LOG(WARNING) << "Attempt to look up NULL " << kind_;
170 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref;
178 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " "
185 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref;
318 os << kind_ << " table dump:\n"; local
indirect_reference_table.h 340 uint32_t uref = serialChunk << 20 | (tableIndex << 2) | kind_;
368 IndirectRefKind kind_; member in class:art::IndirectReferenceTable
  /external/chromium_org/courgette/
patch_generator_x86_32.h 25 kind_(kind) {
28 virtual ExecutableType Kind() { return kind_; }
143 ExecutableType kind_; member in class:courgette::PatchGeneratorX86_32
assembly_program.h 68 ExecutableType kind() const { return kind_; }
136 ExecutableType kind_; member in class:courgette::AssemblyProgram
ensemble.h 44 ExecutableType kind() const { return kind_; }
55 ExecutableType kind_; member in class:courgette::Element
ensemble.cc 19 : kind_(kind), ensemble_(ensemble), region_(region) {
  /external/v8/src/
variables.h 136 bool is_this() const { return kind_ == THIS; }
137 bool is_arguments() const { return kind_ == ARGUMENTS; }
171 Kind kind_; member in class:v8::internal::Variable
variables.cc 67 kind_(kind),
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.h 64 Kind kind_; member in class:SadTabView
sad_tab_view.cc 58 kind_(kind) {
81 kind_ == CRASHED ? kCrashBackgroundColor : kKillBackgroundColor,
82 kind_ == CRASHED ?
138 google_util::AppendGoogleLocaleParam(GURL(kind_ == CRASHED ?
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 164 kind_(kind),
197 << " (" << FormatKind(kind_)
231 if (kind_ == Prog::kLongestMatch)
251 kind_ != Prog::kLongestMatch) {
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 164 kind_(kind),
197 << " (" << FormatKind(kind_)
231 if (kind_ == Prog::kLongestMatch)
251 kind_ != Prog::kLongestMatch) {
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
    [all...]
  /art/compiler/dex/
growable_array.h 83 kind_(kind) {
164 OatListKind kind_; member in class:art::GrowableArray
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
custom_events.h 161 : Event(modifiers), kind_(kind), timestamp_(time) {}
186 Kind kind_; member in class:TouchEvent

Completed in 724 milliseconds

1 2 3