HomeSort by relevance Sort by last modified time
    Searched refs:kNone (Results 26 - 50 of 218) sorted by null

12 3 4 5 6 7 8 9

  /external/skia/bench/
PicturePlaybackBench.cpp 147 enum BBH { kNone, kRTree };
153 case kNone: fName.append("_none" ); break;
168 case kNone: break;
216 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); )
217 DEF_BENCH( return new TiledPlaybackBench(kNone, kTiled ); )
  /external/v8/src/compiler/
control-builders.h 48 void If(Node* condition, BranchHint hint = BranchHint::kNone);
135 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
136 void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
diamond.h 26 BranchHint hint = BranchHint::kNone) {
register-allocator-verifier.h 36 kNone,
access-info.h 59 kNone,
79 FieldCheck field_check = FieldCheck::kNone,
representation-change.h 18 static Truncation None() { return Truncation(TruncationKind::kNone); }
55 kNone,
  /external/v8/src/
typing-asm.h 29 kNone = 0,
83 standard_member(kNone) {}
88 standard_member(kNone) {}
property-details.h 89 kNone,
103 Representation() : kind_(kNone) { }
105 static Representation None() { return Representation(kNone); }
133 if (kind_ == kExternal && other.kind_ == kNone) return true;
135 if (kind_ == kNone && other.kind_ == kExternal) return false;
170 bool IsNone() const { return kind_ == kNone; }
pending-compilation-error-handler.h 28 message_(MessageTemplate::kNone),
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 169 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
186 } else if (fDateStyle != DateFormat::kNone) {
188 } else if (fTimeStyle != DateFormat::kNone) {
205 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
digitlst.h 479 kNone=0,
521 fHave = kNone;
  /external/drm_hwcomposer/
drmhwcomposer.h 132 kNone = HWC_BLENDING_NONE,
143 DrmHwcBlending blending = DrmHwcBlending::kNone;
  /external/v8/test/unittests/compiler/
live-range-builder.h 56 nullptr, UsePositionHintType::kNone);
  /system/connectivity/shill/wifi/
tdls_manager.h 53 kNone,
  /system/update_engine/common/
certificate_checker.h 83 kNone,
  /art/compiler/optimizing/
intrinsics.cc 37 case Intrinsics::kNone:
53 case Intrinsics::kNone:
69 case Intrinsics::kNone:
85 case Intrinsics::kNone:
394 return Intrinsics::kNone;
507 return Intrinsics::kNone;
512 return Intrinsics::kNone;
516 return Intrinsics::kNone;
584 if (intrinsic != Intrinsics::kNone) {
606 case Intrinsics::kNone
    [all...]
  /external/libweave/src/privet/
cloud_delegate.cc 167 CHECK(user_info.scope() != AuthScope::kNone);
192 CHECK(user_info.scope() != AuthScope::kNone);
203 CHECK(user_info.scope() != AuthScope::kNone);
213 CHECK(user_info.scope() != AuthScope::kNone);
315 CHECK(user_info.scope() != AuthScope::kNone);
338 SetupState setup_state_{SetupState::kNone};
auth_manager.cc 270 return AuthScope::kNone;
284 SetAuthSecret({}, RootClientTokenOwner::kNone);
295 SetAuthSecret(auth_secret, RootClientTokenOwner::kNone);
306 owner = RootClientTokenOwner::kNone;
359 if (auth_scope == AuthScope::kNone) {
390 CHECK(RootClientTokenOwner::kNone != owner);
430 CHECK(RootClientTokenOwner::kNone != owner);
479 if (auth_scope == AuthScope::kNone) {
wifi_bootstrap_manager.h 100 SetupState setup_state_{SetupState::kNone};
  /art/compiler/driver/
compiled_method_storage_test.cc 36 /* instruction_set_ */ kNone,
98 &driver, kNone, c, 0u, 0u, 0u, s, v, f, p));
  /external/libweave/src/
config.h 25 kNone,
38 RootClientTokenOwner root_client_token_owner{RootClientTokenOwner::kNone};
config.cc 82 {RootClientTokenOwner::kNone, "none"},
141 CHECK(settings_.root_client_token_owner == RootClientTokenOwner::kNone);
210 AuthScope scope{AuthScope::kNone};
241 RootClientTokenOwner token_owner{RootClientTokenOwner::kNone};
  /external/webrtc/talk/app/webrtc/
datachannel.h 72 kNone
80 open_handshake_role = kNone;
  /frameworks/base/libs/hwui/
VertexBuffer.h 28 kNone = 0,
41 , mMeshFeatureFlags(kNone)
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.h 80 kNone,

Completed in 522 milliseconds

12 3 4 5 6 7 8 9