/external/vixl/src/ |
D | cpu-features.h | 170 kNone = -1, enumerator 183 Feature feature1 = kNone, 184 Feature feature2 = kNone, 185 Feature feature3 = kNone); 211 Feature feature1 = kNone, 212 Feature feature2 = kNone, 213 Feature feature3 = kNone); 220 Feature feature1 = kNone, 221 Feature feature2 = kNone, 222 Feature feature3 = kNone); [all …]
|
D | cpu-features.cc | 36 if (feature == CPUFeatures::kNone) { in MakeFeatureMask() 149 case CPUFeatures::kNone: in operator <<() 160 if (features_ == 0) return const_iterator(this, kNone); in begin() 169 return const_iterator(this, kNone); in end() 194 feature_ = CPUFeatures::kNone; in operator ++() 195 VIXL_STATIC_ASSERT(CPUFeatures::kNone == -1); in operator ++() 197 VIXL_ASSERT(CPUFeatures::kNone <= feature_); in operator ++()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.def | 23 // movCC0 reg, #1 /* only if CC0 != kNone */ 24 // movCC1 reg, #1 /* only if CC1 != kNone */ 36 X(False, kNone, kNone, none , none , false, false) \ 37 X(Oeq , EQ , kNone, eq , none , false, false) \ 38 X(Ogt , GT , kNone, gt , none , false, false) \ 39 X(Oge , GE , kNone, ge , none , false, false) \ 40 X(Olt , MI , kNone, gt , none , true , false) \ 41 X(Ole , LS , kNone, ge , none , true , false) \ 43 X(Ord , VC , kNone, ge , gt , false, false) \ 45 X(Ugt , HI , kNone, ge , none , true , true) \ [all …]
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_cmdline_flags.cc | 191 kNone, enumerator 252 PARSE_TOCO_FLAG(IODataType, inference_type, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 253 PARSE_TOCO_FLAG(IODataType, inference_input_type, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 254 READ_TOCO_FLAG(default_ranges_min, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 255 READ_TOCO_FLAG(default_ranges_max, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 256 READ_TOCO_FLAG(default_int16_ranges_min, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 257 READ_TOCO_FLAG(default_int16_ranges_max, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 258 READ_TOCO_FLAG(drop_fake_quant, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 259 READ_TOCO_FLAG(reorder_across_fake_quant, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() 260 READ_TOCO_FLAG(allow_custom_ops, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags() [all …]
|
/external/v8/src/ |
D | machine-type.h | 17 kNone, enumerator 43 kNone, enumerator 60 : representation_(MachineRepresentation::kNone), in MachineType() 61 semantic_(MachineSemantic::kNone) {} in MachineType() 81 return representation() == MachineRepresentation::kNone; in IsNone() 143 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone); in Simd128() 146 return MachineType(PointerRepresentation(), MachineSemantic::kNone); in Pointer() 166 return MachineType(MachineRepresentation::kNone, MachineSemantic::kNone); in None() 171 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kNone); in RepWord8() 174 return MachineType(MachineRepresentation::kWord16, MachineSemantic::kNone); in RepWord16() [all …]
|
D | dateparser.cc | 21 int month = kNone; in Write() 22 int day = kNone; in Write() 24 if (named_month_ == kNone) { in Write() 77 if (hour_offset_ != kNone) { in Write() 100 if (sign_ != kNone) { in Write() 101 if (hour_ == kNone) hour_ = 0; in Write() 102 if (minute_ == kNone) minute_ = 0; in Write()
|
D | dateparser.h | 42 static const int kNone = kMaxInt; variable 273 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {} in TimeZoneComposer() 283 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n); in IsExpecting() 287 bool IsEmpty() { return hour_ == kNone; } in IsEmpty() 296 TimeComposer() : index_(0), hour_offset_(kNone) {} in TimeComposer() 330 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {} in DayComposer()
|
D | feedback-vector-inl.h | 129 if (!slot->ToSmi(&value)) return OptimizationMarker::kNone; in optimization_marker() 139 optimization_marker() != OptimizationMarker::kNone; in has_optimization_marker() 189 case BinaryOperationFeedback::kNone: in BinaryOperationHintFromFeedback() 190 return BinaryOperationHint::kNone; in BinaryOperationHintFromFeedback() 212 case CompareOperationFeedback::kNone: in CompareOperationHintFromFeedback() 213 return CompareOperationHint::kNone; in CompareOperationHintFromFeedback() 239 case ForInFeedback::kNone: in ForInHintFromFeedback() 240 return ForInHint::kNone; in ForInHintFromFeedback() 299 if (hint != BinaryOperationHint::kNone) { in ComputeCounts() 311 if (hint != CompareOperationHint::kNone) { in ComputeCounts() [all …]
|
D | machine-type.cc | 29 case MachineRepresentation::kNone: in MachineReprToString() 59 case MachineSemantic::kNone: in operator <<() 83 } else if (type.representation() == MachineRepresentation::kNone) { in operator <<() 85 } else if (type.semantic() == MachineSemantic::kNone) { in operator <<()
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_handle.h | 45 kNone, in COMPONENT_EXPORT() enumerator 107 type_ = Type::kNone; in COMPONENT_EXPORT() 112 type_ = Type::kNone; in COMPONENT_EXPORT() 122 type_ = Type::kNone; in COMPONENT_EXPORT() 127 type_ = Type::kNone; in COMPONENT_EXPORT() 139 type_ = Type::kNone; in COMPONENT_EXPORT() 144 type_ = Type::kNone; in COMPONENT_EXPORT() 159 type_ = Type::kNone; in COMPONENT_EXPORT() 164 type_ = Type::kNone; in COMPONENT_EXPORT() 170 Type type_ = Type::kNone; in COMPONENT_EXPORT()
|
/external/skia/tools/bookmaker/ |
D | definition.cpp | 40 kNone, enumerator 52 kNone, enumerator 74 { DEFOP::kUnknown, "??", "???", BLANK, OpType::kNone, OpMod::kNone, BLANK, 76 { DEFOP::kAdd, "+", "add", BLANK, OpType::kThis, OpMod::kNone, BLANK, 79 { DEFOP::kAddTo, "+=", "addto", BLANK, OpType::kVoid, OpMod::kNone, BLANK, 86 {{ CONST, OpType::kChar, OpMod::kNone, }}}, 87 { DEFOP::kArray, "[]", "array", BLANK, OpType::kScalar, OpMod::kNone, CONST, 88 {{ BLANK, OpType::kInt, OpMod::kNone, }}}, 90 {{ BLANK, OpType::kInt, OpMod::kNone, }}}, 91 { DEFOP::kArray, "[]", "array2", BLANK, OpType::kChar, OpMod::kNone, CONST, [all …]
|
D | definition.h | 19 kNone, enumerator 29 kNone, enumerator 61 kNone, enumerator 247 MarkType fMarkType = MarkType::kNone; 248 KeyWord fKeyWord = KeyWord::kNone; 249 Bracket fBracket = Bracket::kNone; 250 Punctuation fPunctuation = Punctuation::kNone; 251 MethodType fMethodType = MethodType::kNone; 253 Type fType = Type::kNone; 259 Details fDetails = Details::kNone;
|
/external/skqp/tools/bookmaker/ |
D | definition.cpp | 40 kNone, enumerator 52 kNone, enumerator 74 { DEFOP::kUnknown, "??", "???", BLANK, OpType::kNone, OpMod::kNone, BLANK, 76 { DEFOP::kAdd, "+", "add", BLANK, OpType::kThis, OpMod::kNone, BLANK, 79 { DEFOP::kAddTo, "+=", "addto", BLANK, OpType::kVoid, OpMod::kNone, BLANK, 86 {{ CONST, OpType::kChar, OpMod::kNone, }}}, 87 { DEFOP::kArray, "[]", "array", BLANK, OpType::kScalar, OpMod::kNone, CONST, 88 {{ BLANK, OpType::kInt, OpMod::kNone, }}}, 90 {{ BLANK, OpType::kInt, OpMod::kNone, }}}, 91 { DEFOP::kArray, "[]", "array2", BLANK, OpType::kChar, OpMod::kNone, CONST, [all …]
|
D | definition.h | 19 kNone, enumerator 29 kNone, enumerator 61 kNone, enumerator 247 MarkType fMarkType = MarkType::kNone; 248 KeyWord fKeyWord = KeyWord::kNone; 249 Bracket fBracket = Bracket::kNone; 250 Punctuation fPunctuation = Punctuation::kNone; 251 MethodType fMethodType = MethodType::kNone; 253 Type fType = Type::kNone; 259 Details fDetails = Details::kNone;
|
D | bookmaker.h | 55 kNone, enumerator 102 kNone, enumerator 169 kNone, enumerator 184 kNone, enumerator 192 kNone, enumerator
|
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 18 static const OperandSize kUnscaledSize = OperandSize::kNone; 33 typedef OperandTypeInfoTraits<OperandTypeInfo::kNone> TypeInfoTraits; 34 static const OperandTypeInfo kOperandTypeInfo = OperandTypeInfo::kNone; 133 BytecodeTraits<accumulator_use>::kOperandTypes[] = {OperandType::kNone}; 137 OperandTypeInfo::kNone}; 141 OperandSize::kNone}; 145 OperandSize::kNone}; 149 OperandSize::kNone};
|
D | bytecode-source-info.h | 20 : position_type_(PositionType::kNone), in BytecodeSourceInfo() 68 bool is_valid() const { return position_type_ != PositionType::kNone; } in is_valid() 70 position_type_ = PositionType::kNone; in set_invalid() 85 enum class PositionType : uint8_t { kNone, kExpression, kStatement }; enumerator
|
/external/skia/src/gpu/ops/ |
D | GrFillRectOp.cpp | 145 GrProcessorAnalysisCoverage::kNone; in finalize() 171 if (fColorType == ColorType::kNone && !result.hasColorFragmentProcessor()) { in finalize() 285 if (fHelper.aaType() == GrAAType::kNone && that->fHelper.aaType() == GrAAType::kCoverage) { in onCombineIfPossible() 309 if (aaType != GrAAType::kNone) { in addQuad() 311 SkASSERT(fHelper.aaType() == GrAAType::kNone); in addQuad() 464 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in Make() 476 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in MakeWithLocalMatrix() 488 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in MakeWithLocalRect() 503 GrAAType aaType = GrAAType::kNone; in GR_DRAW_OP_TEST_DEFINE() 510 GrQuadAAFlags aaFlags = GrQuadAAFlags::kNone; in GR_DRAW_OP_TEST_DEFINE() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrFillRectOp.cpp | 143 GrProcessorAnalysisCoverage::kNone; in finalize() 260 if (fHelper.aaType() == GrAAType::kNone && that->fHelper.aaType() == GrAAType::kCoverage) { in onCombineIfPossible() 284 if (aaType != GrAAType::kNone) { in addQuad() 286 SkASSERT(fHelper.aaType() == GrAAType::kNone); in addQuad() 415 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in Make() 427 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in MakeWithLocalMatrix() 439 aaType == GrAAType::kCoverage ? GrQuadAAFlags::kAll : GrQuadAAFlags::kNone, in MakeWithLocalRect() 454 GrAAType aaType = GrAAType::kNone; in GR_DRAW_OP_TEST_DEFINE() 461 GrQuadAAFlags aaFlags = GrQuadAAFlags::kNone; in GR_DRAW_OP_TEST_DEFINE() 462 aaFlags |= random->nextBool() ? GrQuadAAFlags::kLeft : GrQuadAAFlags::kNone; in GR_DRAW_OP_TEST_DEFINE() [all …]
|
/external/v8/src/compiler/ |
D | schedule.cc | 25 control_(kNone), in BasicBlock() 122 case BasicBlock::kNone: in operator <<() 218 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddGoto() 244 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddCall() 255 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddBranch() 266 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddSwitch() 277 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddTailCall() 285 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddReturn() 293 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddDeoptimize() 301 DCHECK_EQ(BasicBlock::kNone, block->control()); in AddThrow() [all …]
|
/external/skia/bench/ |
D | PicturePlaybackBench.cpp | 25 enum BBH { kNone, kRTree }; enumerator 31 case kNone: fName.append("_none" ); break; in TiledPlaybackBench() 46 case kNone: break; in onDelayedSetup() 94 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); ) 95 DEF_BENCH( return new TiledPlaybackBench(kNone, kTiled ); )
|
D | EncodeBench.cpp | 109 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 110 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 111 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 1), "PNG_1n")); 121 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 6), "PNG_6n")); 122 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 3), "PNG_3n")); 123 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 1), "PNG_1n"));
|
/external/skqp/bench/ |
D | PicturePlaybackBench.cpp | 25 enum BBH { kNone, kRTree }; enumerator 31 case kNone: fName.append("_none" ); break; in TiledPlaybackBench() 46 case kNone: break; in onDelayedSetup() 94 DEF_BENCH( return new TiledPlaybackBench(kNone, kRandom); ) 95 DEF_BENCH( return new TiledPlaybackBench(kNone, kTiled ); )
|
D | EncodeBench.cpp | 109 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 6), "PNG_6n")); 110 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 3), "PNG_3n")); 111 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kNone, 1), "PNG_1n")); 121 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 6), "PNG_6n")); 122 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 3), "PNG_3n")); 123 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kNone, 1), "PNG_1n"));
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 16 kNone = 0u, enumerator 49 : OperandMode::kNone))) 63 : OperandMode::kNone))) 321 case MachineRepresentation::kNone: in SelectLoadOpcode() 809 case MachineRepresentation::kNone: in VisitStore() 1146 VisitWord32UnaryOp(this, node, kS390_Abs32, OperandMode::kNone); in VisitInt32AbsWithOverflow() 1150 VisitWord64UnaryOp(this, node, kS390_Abs64, OperandMode::kNone); in VisitInt64AbsWithOverflow() 1336 OperandMode::kNone, null) \ 1338 OperandMode::kNone, null) \ 1339 V(Float64, RoundFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \ [all …]
|