Searched refs:kNone (Results 76 - 100 of 454) sorted by relevance

1234567891011>>

/external/v8/src/interpreter/
H A Dbytecodes.h27 V(Wide, AccumulatorUse::kNone) \
28 V(ExtraWide, AccumulatorUse::kNone) \
51 V(PopContext, AccumulatorUse::kNone, OperandType::kReg) \
81 V(Mov, AccumulatorUse::kNone, OperandType::kReg, OperandType::kRegOut) \
165 V(CallRuntimeForPair, AccumulatorUse::kNone, OperandType::kRuntimeId, \
213 V(CreateObjectLiteral, AccumulatorUse::kNone, OperandType::kIdx, \
236 V(JumpLoop, AccumulatorUse::kNone, OperandType::kUImm, OperandType::kImm) \
238 V(Jump, AccumulatorUse::kNone, OperandType::kUImm) \
240 V(JumpConstant, AccumulatorUse::kNone, OperandType::kIdx) \
265 V(ForInPrepare, AccumulatorUse::kNone, OperandTyp
[all...]
/external/icu/icu4c/source/i18n/
H A Dwindtfmt.cpp244 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
257 } else if (fDateStyle != DateFormat::kNone) {
259 } else if (fTimeStyle != DateFormat::kNone) {
276 if (fDateStyle != DateFormat::kNone && fTimeStyle != DateFormat::kNone) {
H A Ddigitlst.h481 kNone=0, enumerator in enum:DigitList::EHave
519 fHave = kNone;
/external/v8/src/
H A Dproperty-details.h88 kNone, enumerator in enum:v8::internal::Representation::Kind
102 Representation() : kind_(kNone) { }
104 static Representation None() { return Representation(kNone); }
132 if (kind_ == kExternal && other.kind_ == kNone) return true;
134 if (kind_ == kNone && other.kind_ == kExternal) return false;
169 bool IsNone() const { return kind_ == kNone; }
/external/drm_hwcomposer/
H A Ddrmhwcomposer.h132 kNone = HWC_BLENDING_NONE, member in class:android::DrmHwcBlending
143 DrmHwcBlending blending = DrmHwcBlending::kNone;
/external/skia/tests/
H A DPathRendererCacheTests.cpp75 GrAAType aaType = GrAAType::kNone,
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
/external/skqp/tests/
H A DPathRendererCacheTests.cpp75 GrAAType aaType = GrAAType::kNone,
129 test_path(reporter, create_concave_path, createPR, kExpectedResources, GrAAType::kNone, style);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcall_graph.h46 // During call graph construction kNone is used to indicate that the context
50 kNone
166 CallContext context_ = CallContext::kNone;
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dpropagate_array_data_types.cc42 model->GetArray(input).data_type == ArrayDataType::kNone) {
88 if (range_op->dtype != ArrayDataType::kNone) {
H A Dmake_initial_dequantize_operator.cc60 input_array.final_data_type == ArrayDataType::kNone) {
H A Dresolve_constant_stack.cc63 if (output_array.data_type == ArrayDataType::kNone) {
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
H A Dtypes.cc148 case FusedActivationFunctionType::kNone:
165 return FusedActivationFunctionType::kNone;
/external/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc74 if (BranchHintOf(branch->op()) != BranchHint::kNone) return false;
97 if (BranchHintOf(branch1->op()) != BranchHint::kNone) break;
H A Drepresentation-change.cc21 case TruncationKind::kNone:
54 // kNone
73 return TruncationKind::kNone;
80 case TruncationKind::kNone:
117 if (output_rep == MachineRepresentation::kNone &&
125 if (use_info.type_check() == TypeCheckKind::kNone ||
142 DCHECK(use_info.type_check() == TypeCheckKind::kNone ||
147 DCHECK(use_info.type_check() == TypeCheckKind::kNone ||
152 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
156 DCHECK(use_info.type_check() == TypeCheckKind::kNone);
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.h80 kNone, enumerator in enum:polo::wire::protobuf::ProtobufWireAdapter::ReadState
/external/skia/src/gpu/ops/
H A DGrNonAAStrokeRectOp.cpp87 Helper::Flags flags = Helper::Flags::kNone;
135 GrProcessorAnalysisCoverage::kNone, &fColor);
234 GrAAType aaType = GrAAType::kNone;
236 aaType = random->nextBool() ? GrAAType::kMSAA : GrAAType::kNone;
H A DGrRegionOp.cpp106 GrProcessorAnalysisCoverage::kNone, &fRegions[0].fColor);
180 if (aaType != GrAAType::kNone && aaType != GrAAType::kMSAA) {
210 GrAAType aaType = GrAAType::kNone;
/external/skia/tools/skiaserve/
H A DRequest.cpp76 GrContextFactory::ContextOverrides::kNone).glContext();
79 GrContextFactory::ContextOverrides::kNone).glContext();
122 GrContextFactory::ContextOverrides::kNone);
125 GrContextFactory::ContextOverrides::kNone);
/external/skqp/src/gpu/ops/
H A DGrNonAAStrokeRectOp.cpp87 Helper::Flags flags = Helper::Flags::kNone;
135 GrProcessorAnalysisCoverage::kNone, &fColor);
234 GrAAType aaType = GrAAType::kNone;
236 aaType = random->nextBool() ? GrAAType::kMSAA : GrAAType::kNone;
/external/skqp/tools/skiaserve/
H A DRequest.cpp76 GrContextFactory::ContextOverrides::kNone).glContext();
79 GrContextFactory::ContextOverrides::kNone).glContext();
122 GrContextFactory::ContextOverrides::kNone);
125 GrContextFactory::ContextOverrides::kNone);
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
H A Dcommon.h59 case FusedActivationFunctionType::kNone:
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dl2norm.cc67 type::L2Normalization<FusedActivationFunctionType::kNone>( \
/external/tensorflow/tensorflow/core/kernels/neon/
H A Dtypes.h23 enum class FusedActivationFunctionType { kNone, kRelu6, kRelu1, kRelu }; member in class:tensorflow::neon::FusedActivationFunctionType
/external/webrtc/talk/app/webrtc/objc/
H A DRTCEnumConverter.mm142 case webrtc::PeerConnectionInterface::kNone:
157 return webrtc::PeerConnectionInterface::kNone;
/external/avb/tools/avbctl/
H A Davbctl.cc231 kNone, member in class:Command
244 Command cmd = Command::kNone;
278 case Command::kNone:

Completed in 5653 milliseconds

1234567891011>>