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

  /system/connectivity/shill/
crypto_rot47_unittest.cc 29 const char kEmpty[] = "";
47 EXPECT_TRUE(crypto_.Encrypt(kEmpty, &text));
48 EXPECT_EQ(kEmpty, text);
55 EXPECT_TRUE(crypto_.Decrypt(kEmpty, &text));
56 EXPECT_EQ(kEmpty, text);
  /external/v8/src/profiler/
circular-queue.h 45 kEmpty, // Marks clean (processed) entries.
51 Entry() : marker(kEmpty) {}
circular-queue-inl.h 37 base::Release_Store(&dequeue_pos_->marker, kEmpty);
45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
  /external/skia/src/core/
SkMiniRecorder.cpp 60 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
62 if (fState != State::kEmpty) {
67 SkASSERT(fState == State::kEmpty);
71 if (fState != State::kEmpty) { return false; } \
107 fState = State::kEmpty; \
111 case State::kEmpty: return SkRef(gEmptyPicture.get([]{ return new SkEmptyPicture; }));
125 fState = State::kEmpty; \
132 case State::kEmpty: return;
  /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 40 kEmpty,
  /external/skia/include/core/
SkClipStack.h 95 //!< Call if getType() is not kEmpty to get the set operation used to combine this element.
101 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
105 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
123 static const SkRect kEmpty = { 0, 0, 0, 0 };
131 return kEmpty;
134 return kEmpty;
  /external/protobuf/src/google/protobuf/
descriptor.cc 513 static const FileDescriptorTables kEmpty;
608 const FileDescriptorTables FileDescriptorTables::kEmpty;
    [all...]

Completed in 208 milliseconds