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

1 2 34 5 6 7 8 9

  /external/icu/icu4c/source/i18n/
datefmt.cpp 391 return createDateTimeInstance(kNone, style, aLocale);
400 return createDateTimeInstance(style, kNone, aLocale);
410 if(dateStyle != kNone)
516 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
  /external/libweave/src/
base_api_handler.cc 143 AuthScope auth_scope{AuthScope::kNone};
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 107 kNone
  /external/v8/src/compiler/
js-builtin-reducer.cc 110 common()->Select(MachineRepresentation::kNone),
control-flow-optimizer.cc 210 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false;
233 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break;
access-info.cc 301 FieldCheck::kNone, holder);
476 Type::Class(map, zone()), field_index, field_type, FieldCheck::kNone,
simplified-lowering.cc 102 return UseInfo(MachineRepresentation::kNone, Truncation::Any());
105 return UseInfo(MachineRepresentation::kNone, Truncation::None());
117 return UseInfo(MachineRepresentation::kNone, Truncation::Bool());
145 case MachineRepresentation::kNone:
168 case MachineRepresentation::kNone:
246 : type_(Type::None()), representation_(MachineRepresentation::kNone) {}
252 return NodeOutputInfo(MachineRepresentation::kNone, Type::None());
469 case MachineSemantic::kNone:
541 if (use.preferred() == MachineRepresentation::kNone)
677 rep = MachineRepresentation::kNone;
    [all...]
  /external/v8/src/interpreter/
constant-array-builder.cc 130 return OperandSize::kNone;
  /external/webp/src/enc/
backward_references.h 35 kNone
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.h 112 kNone = -1
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 80 enum VCMProtectionMethodEnum { kNack, kFec, kNackFec, kNone };
  /system/core/adb/
services.cpp 226 SubprocessProtocol protocol = SubprocessProtocol::kNone;
321 ret = StartSubprocess(name + 5, nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone);
337 nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone);
340 SubprocessProtocol::kNone);
shell_service.cpp 215 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) {
361 if (protocol_ == SubprocessProtocol::kNone) {
749 protocol == SubprocessProtocol::kNone ? "none" : "shell",
  /system/update_engine/common/
certificate_checker.cc 104 case ServerToCheck::kNone:
  /system/update_engine/update_manager/
boxed_value.cc 183 case UpdateRequestStatus::kNone:
real_updater_provider.cc 402 UpdateRequestStatus new_value = UpdateRequestStatus::kNone;
412 UpdateRequestStatus update_request_status_ = UpdateRequestStatus::kNone;
  /external/libweave/src/privet/
mock_delegates.h 167 SetupState setup_state_{SetupState::kNone};
234 SetupState setup_state_{SetupState::kNone};
security_manager.cc 435 return GetSettings().local_anonymous_access_role != AuthScope::kNone;
443 return GetSettings().root_client_token_owner != RootClientTokenOwner::kNone;
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 41 kNone,
87 static TestOperand Use(VReg vreg) { return TestOperand(kNone, vreg); }
  /external/v8/src/
types.cc 178 return kNone;
316 return kNone;
319 return kNone;
393 int lub = kNone;
417 int glb = kNone;
663 if (number_bits == BitsetType::kNone) {
732 BitsetType::kNone)); // (6)
844 if (number_bits == BitsetType::kNone) {
970 BitsetType::New(BitsetType::kNone, region), region);
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 420 stream.AddDexRegisterEntry(Kind::kNone, 0); // No location.
460 ASSERT_EQ(Kind::kNone, dex_register_map.GetLocationKind(
464 ASSERT_EQ(Kind::kNone, dex_register_map.GetLocationInternalKind(
478 ASSERT_EQ(Kind::kNone, location0.GetKind());
480 ASSERT_EQ(Kind::kNone, location0.GetInternalKind());
    [all...]
  /art/cmdline/
cmdline_parser_test.cc 546 EXPECT_SINGLE_PARSE_DEFAULT_VALUE(ExperimentalFlags::kNone,
551 EXPECT_SINGLE_PARSE_VALUE(ExperimentalFlags::kNone,
563 EXPECT_SINGLE_PARSE_VALUE(verifier::VerifyMode::kNone, "-Xverify:none", M::Verify);
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 144 test_channel_state_(kNone),
247 test_channel_state_ = kNone;
274 test_channel_state_ = kNone;
  /external/v8/src/wasm/
asm-wasm-builder.cc 629 enum ConvertOperation { kNone, kAsIs, kToInt, kToDouble };
635 return kNone;
644 return kNone;
664 return kNone;
676 return kNone;
691 return kNone;
    [all...]
  /art/runtime/
runtime_options.def 121 RUNTIME_OPTIONS_KEY (ExperimentalFlags, Experimental, ExperimentalFlags::kNone) // -Xexperimental:{none, lambdas}

Completed in 533 milliseconds

1 2 34 5 6 7 8 9