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

  /external/libbrillo/brillo/
file_utils.cc 51 kEmpty = 2 // Anything that was at the path has been deleted.
85 return kEmpty;
104 case kEmpty:
  /external/skia/include/private/
SkMiniRecorder.h 38 kEmpty,
  /external/v8/src/profiler/
circular-queue.h 45 kEmpty, // Marks clean (processed) entries.
51 Entry() : marker(kEmpty) {}
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
RunQueue.h 47 array_[i].state.store(kEmpty, std::memory_order_relaxed);
58 if (s != kEmpty ||
77 e->state.store(kEmpty, std::memory_order_release);
90 if (s != kEmpty ||
113 e->state.store(kEmpty, std::memory_order_release);
145 e->state.store(kEmpty, std::memory_order_release);
188 kEmpty,
  /external/skia/src/gpu/
GrShape.h 41 GrShape() { this->initType(Type::kEmpty); }
122 ~GrShape() { this->changeType(Type::kEmpty); }
176 case Type::kEmpty:
209 bool isEmpty() const { return Type::kEmpty == fType; }
230 case Type::kEmpty:
251 case Type::kEmpty:
289 case Type::kEmpty:
304 case Type::kEmpty:
338 kEmpty,
345 fType = Type::kEmpty;
    [all...]
  /external/v8/src/zone/
zone-chunk-list.h 43 kEmpty = 0,
52 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty)
54 if (start_mode != StartMode::kEmpty) {
  /external/skia/src/core/
SkClipStack.h 109 //!< Call if getType() is not kEmpty to get the set operation used to combine this element.
118 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
122 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
140 static const SkRect kEmpty = { 0, 0, 0, 0 };
148 return kEmpty;
151 return kEmpty;
  /external/v8/src/parsing/
preparser.h 128 : code_(TypeField::encode(kEmpty)), identifiers_(nullptr) {}
227 bool IsEmpty() const { return TypeField::decode(code_) == kEmpty; }
336 kEmpty,
    [all...]

Completed in 936 milliseconds