HomeSort by relevance Sort by last modified time
    Searched defs:kEmpty (Results 1 - 22 of 22) 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/src/core/
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...]
SkClipStack.h 53 kEmpty,
120 //!< Call if getDeviceSpaceType() is not kEmpty to get the set operation used to combine
133 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
137 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
  /external/skqp/src/core/
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...]
SkClipStack.h 53 kEmpty,
120 //!< Call if getDeviceSpaceType() is not kEmpty to get the set operation used to combine
133 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
137 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty.
  /external/v8/src/profiler/
circular-queue.h 45 kEmpty, // Marks clean (processed) entries.
51 Entry() : marker(kEmpty) {}
  /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_main.cc 309 const tBTA_AG_DATA tBTA_AG_DATA::kEmpty = {};
549 bta_ag_sm_execute(p_scb, BTA_AG_COLLISION_EVT, tBTA_AG_DATA::kEmpty);
633 bta_ag_sm_execute(p_scb, BTA_AG_API_DEREGISTER_EVT, tBTA_AG_DATA::kEmpty);
799 tBTA_AG_DATA::kEmpty);
bta_ag_int.h 161 static const tBTA_AG_DATA kEmpty;
174 * Check if this union is empty by comparing it to the kEmpty constant
178 bool IsEmpty() const { return *this == kEmpty; }
  /system/bt/types/bluetooth/
uuid.h 43 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000
106 // Returns true if this UUID is equal to kEmpty
uuid.cc 31 const Uuid Uuid::kEmpty = Uuid::From128BitBE(UUID128Bit{{0x00}});
155 bool Uuid::IsEmpty() const { return *this == kEmpty; }
  /system/bt/types/
raw_address.h 44 bool IsEmpty() const { return *this == kEmpty; }
59 static const RawAddress kEmpty; // 00:00:00:00:00:00
  /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); }
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...]
  /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...]
  /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);
  /external/v8/src/zone/
zone-chunk-list.h 44 kEmpty = 0,
53 explicit ZoneChunkList(Zone* zone, StartMode start_mode = StartMode::kEmpty)
55 if (start_mode != StartMode::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/bta/include/
bta_ag_api.h 289 static const tBTA_AG_RES_DATA kEmpty;
  /external/v8/src/parsing/
preparser.h 131 : code_(TypeField::encode(kEmpty)), variables_(nullptr) {}
247 bool IsEmpty() const { return TypeField::decode(code_) == kEmpty; }
345 kEmpty,
    [all...]

Completed in 1021 milliseconds