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

1 2 3 4

  /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 67 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
69 if (fState != State::kEmpty) {
74 SkASSERT(fState == State::kEmpty);
78 if (fState != State::kEmpty) { return false; } \
100 fState = State::kEmpty; \
107 case State::kEmpty:
122 fState = State::kEmpty; \
129 case State::kEmpty: return;
SkMiniRecorder.h 39 kEmpty,
SkClipStack.cpp 24 case DeviceSpaceType::kEmpty:
63 case DeviceSpaceType::kEmpty:
72 static const SkRect kEmpty = {0, 0, 0, 0};
79 case DeviceSpaceType::kEmpty:
80 return kEmpty;
83 return kEmpty;
95 case DeviceSpaceType::kEmpty:
112 case DeviceSpaceType::kEmpty:
137 case DeviceSpaceType::kEmpty:
218 case DeviceSpaceType::kEmpty
    [all...]
  /external/skqp/src/core/
SkMiniRecorder.cpp 67 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
69 if (fState != State::kEmpty) {
74 SkASSERT(fState == State::kEmpty);
78 if (fState != State::kEmpty) { return false; } \
100 fState = State::kEmpty; \
107 case State::kEmpty:
122 fState = State::kEmpty; \
129 case State::kEmpty: return;
SkMiniRecorder.h 39 kEmpty,
SkClipStack.cpp 24 case DeviceSpaceType::kEmpty:
63 case DeviceSpaceType::kEmpty:
72 static const SkRect kEmpty = {0, 0, 0, 0};
79 case DeviceSpaceType::kEmpty:
80 return kEmpty;
83 return kEmpty;
95 case DeviceSpaceType::kEmpty:
112 case DeviceSpaceType::kEmpty:
137 case DeviceSpaceType::kEmpty:
218 case DeviceSpaceType::kEmpty
    [all...]
  /system/bt/types/
raw_address.h 44 bool IsEmpty() const { return *this == kEmpty; }
59 static const RawAddress kEmpty; // 00:00:00:00:00:00
raw_address.cc 30 const RawAddress RawAddress::kEmpty{{0x00, 0x00, 0x00, 0x00, 0x00, 0x00}};
  /system/bt/bta/ag/
bta_ag_api.cc 40 const tBTA_AG_RES_DATA tBTA_AG_RES_DATA::kEmpty = {};
114 BTA_AG_API_DEREGISTER_EVT, tBTA_AG_DATA::kEmpty));
152 BTA_AG_API_CLOSE_EVT, tBTA_AG_DATA::kEmpty));
169 BTA_AG_API_AUDIO_OPEN_EVT, tBTA_AG_DATA::kEmpty));
186 BTA_AG_API_AUDIO_CLOSE_EVT, tBTA_AG_DATA::kEmpty));
bta_ag_cmd.cc 760 bta_ag_svc_conn_open(p_scb, tBTA_AG_DATA::kEmpty);
939 bta_ag_svc_conn_open(p_scb, tBTA_AG_DATA::kEmpty);
    [all...]
  /external/skqp/src/gpu/
GrShape.h 41 GrShape() { this->initType(Type::kEmpty); }
122 ~GrShape() { this->changeType(Type::kEmpty); }
195 case Type::kEmpty:
232 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; }
253 case Type::kEmpty:
276 case Type::kEmpty:
317 case Type::kEmpty:
334 case Type::kEmpty:
387 kEmpty,
395 fType = Type::kEmpty;
    [all...]
GrShape.cpp 14 case Type::kEmpty:
90 result.fType = Type::kEmpty;
93 case Type::kEmpty:
94 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty;
97 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty;
123 case Type::kEmpty:
212 case Type::kEmpty:
249 case Type::kEmpty:
356 case Type::kEmpty:
385 this->initType(Type::kEmpty);
    [all...]
GrProcessorSet.h 23 enum class Empty { kEmpty };
152 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::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/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/src/gpu/
GrShape.h 41 GrShape() { this->initType(Type::kEmpty); }
125 ~GrShape() { this->changeType(Type::kEmpty); }
198 case Type::kEmpty:
245 bool isEmpty() const { return Type::kEmpty == fType || Type::kInvertedEmpty == fType; }
266 case Type::kEmpty:
293 case Type::kEmpty:
337 case Type::kEmpty:
356 case Type::kEmpty:
414 kEmpty,
423 fType = Type::kEmpty;
    [all...]
GrShape.cpp 14 case Type::kEmpty:
101 result.fType = Type::kEmpty;
104 case Type::kEmpty:
105 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty;
108 result.fType = is_inverted(true, inversion) ? Type::kInvertedEmpty : Type::kEmpty;
134 case Type::kEmpty:
226 case Type::kEmpty:
267 case Type::kEmpty:
401 case Type::kEmpty:
433 this->initType(Type::kEmpty);
    [all...]
GrProcessorSet.h 23 enum class Empty { kEmpty };
152 static constexpr const Analysis EmptySetAnalysis() { return Analysis(Empty::kEmpty); }
  /system/bt/stack/avdt/
avdt_scb_act.cc 417 avdt_scb_to_hdl(p_scb), RawAddress::kEmpty, AVDT_RECONFIG_IND_EVT,
451 avdt_scb_to_hdl(p_scb), RawAddress::kEmpty, AVDT_RECONFIG_CFM_EVT,
474 avdt_scb_to_hdl(p_scb), RawAddress::kEmpty, AVDT_SECURITY_IND_EVT,
492 avdt_scb_to_hdl(p_scb), RawAddress::kEmpty, AVDT_SECURITY_CFM_EVT,
542 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : RawAddress::kEmpty,
578 avdt_scb_to_hdl(p_scb), RawAddress::kEmpty, AVDT_OPEN_CFM_EVT,
622 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : RawAddress::kEmpty,
639 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : RawAddress::kEmpty,
658 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : RawAddress::kEmpty,
675 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : RawAddress::kEmpty,
    [all...]
  /system/bt/btif/include/
btif_pan_internal.h 106 return addr == RawAddress::kEmpty;
  /system/bt/test/suite/rfcomm/
rfcomm_test.cc 40 bt_remote_bdaddr_ = RawAddress::kEmpty;
  /external/tensorflow/tensorflow/core/lib/gtl/
flatrep.h 36 // (a) kEmpty: the entry is empty
86 b->marker[i] = kEmpty;
135 } else if (x == kEmpty) {
166 } else if (x == kEmpty) {
224 enum { kEmpty = 0, kDeleted = 1 }; // Special markers for an entry.
232 size_t not_empty_; // Count of entries with marker != kEmpty
237 // Avoid kEmpty and kDeleted markers when computing hash values to
251 memset(b->marker, kEmpty, kWidth);
  /system/bt/profile/avrcp/tests/
avrcp_connection_handler_test.cc 362 conn_cb.ctrl_cback.Run(2, AVRC_OPEN_IND_EVT, 0, &RawAddress::kEmpty);
392 conn_cb.ctrl_cback.Run(2, AVRC_OPEN_IND_EVT, 0, &RawAddress::kEmpty);
416 connection_handler_->ConnectDevice(RawAddress::kEmpty);
421 EXPECT_CALL(mock_avrcp_, Open(_, _, RawAddress::kEmpty))
441 conn_cb.ctrl_cback.Run(2, AVRC_OPEN_IND_EVT, 0, &RawAddress::kEmpty);
461 connection_handler_->ConnectDevice(RawAddress::kEmpty);
466 EXPECT_CALL(mock_avrcp_, Open(_, _, RawAddress::kEmpty))
486 conn_cb.ctrl_cback.Run(1, AVRC_OPEN_IND_EVT, 0, &RawAddress::kEmpty);

Completed in 496 milliseconds

1 2 3 4