Searched refs:kNone (Results 26 - 50 of 454) sorted by relevance

1234567891011>>

/external/skia/include/encode/
H A DSkPngEncoder.h22 kNone = 0x08, member in class:SkPngEncoder::FilterFlag
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
/external/skia/include/gpu/
H A DGrRenderTarget.h42 return GrFSAAType::kNone;
120 GrRenderTargetFlags = GrRenderTargetFlags::kNone,
/external/skia/src/gpu/ops/
H A DGrDashLinePathRenderer.cpp36 GrDashOp::AAMode aaMode = GrDashOp::AAMode::kNone;
38 case GrAAType::kNone:
/external/skqp/include/encode/
H A DSkPngEncoder.h22 kNone = 0x08, member in class:SkPngEncoder::FilterFlag
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
/external/skqp/include/gpu/
H A DGrRenderTarget.h42 return GrFSAAType::kNone;
120 GrRenderTargetFlags = GrRenderTargetFlags::kNone,
/external/skqp/src/gpu/ops/
H A DGrDashLinePathRenderer.cpp36 GrDashOp::AAMode aaMode = GrDashOp::AAMode::kNone;
38 case GrAAType::kNone:
/external/v8/src/
H A Dfeedback-vector-inl.h123 case BinaryOperationFeedback::kNone:
124 return BinaryOperationHint::kNone;
137 return BinaryOperationHint::kNone;
143 case CompareOperationFeedback::kNone:
144 return CompareOperationHint::kNone;
161 return CompareOperationHint::kNone;
210 if (hint != BinaryOperationHint::kNone) {
228 if (hint != CompareOperationHint::kNone) {
H A Ddateparser.h42 static const int kNone = kMaxInt; member in class:v8::internal::DateParser
273 TimeZoneComposer() : sign_(kNone), hour_(kNone), minute_(kNone) {}
283 return hour_ != kNone && minute_ == kNone && TimeComposer::IsMinute(n);
287 bool IsEmpty() { return hour_ == kNone; }
296 TimeComposer() : index_(0), hour_offset_(kNone) {}
330 DayComposer() : index_(0), named_month_(kNone), is_iso_date_(false) {}
/external/v8/src/interpreter/
H A Dbytecode-operands.cc17 case AccumulatorUse::kNone:
56 case OperandSize::kNone:
H A Dbytecode-traits.h18 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};
H A Dbytecode-operands.h14 #define INVALID_OPERAND_TYPE_LIST(V) V(None, OperandTypeInfo::kNone)
75 kNone = 0, member in class:v8::internal::interpreter::OperandScale::OperandSize
85 V(None, false, false, OperandSize::kNone) \
110 kNone = 0, member in class:v8::internal::interpreter::OperandScale::OperandSize::OperandType::AccumulatorUse
/external/skia/tests/
H A DCodecAnimTest.cpp44 options.fPriorFrame = SkCodec::kNone;
82 { SkCodec::kNone, 0, 0, 0, 0, 5, 6, SkCodec::kNone,
83 SkCodec::kNone, 9, 10, 11 },
135 { "images/blendBG.webp", 7, { 0, SkCodec::kNone, SkCodec::kNone, SkCodec::kNone,
141 { 0, 1, 1, SkCodec::kNone, 4, 4 },
277 REPORTER_ASSERT(r, frameInfo.fRequiredFrame == SkCodec::kNone);
307 if (cachedIndex != SkCodec::kNone) {
[all...]
/external/skqp/tests/
H A DCodecAnimTest.cpp44 options.fPriorFrame = SkCodec::kNone;
82 { SkCodec::kNone, 0, 0, 0, 0, 5, 6, SkCodec::kNone,
83 SkCodec::kNone, 9, 10, 11 },
135 { "images/blendBG.webp", 7, { 0, SkCodec::kNone, SkCodec::kNone, SkCodec::kNone,
141 { 0, 1, 1, SkCodec::kNone, 4, 4 },
277 REPORTER_ASSERT(r, frameInfo.fRequiredFrame == SkCodec::kNone);
307 if (cachedIndex != SkCodec::kNone) {
[all...]
/external/skqp/tools/bookmaker/
H A Ddefinition.cpp82 kNone, member in class:OpType
95 kNone, member in class:OpMod
117 { DEFOP::kUnknown, "??", "???", BLANK, OpType::kNone, OpMod::kNone, BLANK,
119 { DEFOP::kAdd, "+", "add", BLANK, OpType::kThis, OpMod::kNone, BLANK,
122 { DEFOP::kAddTo, "+=", "addto", BLANK, OpType::kVoid, OpMod::kNone, BLANK,
129 {{ CONST, OpType::kChar, OpMod::kNone, }}},
130 { DEFOP::kArray, "[]", "array", BLANK, OpType::kScalar, OpMod::kNone, CONST,
131 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
133 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
[all...]
/external/v8/src/compiler/
H A Drepresentation-change.h18 static Truncation None() { return Truncation(TruncationKind::kNone); }
30 bool IsUnused() const { return kind_ == TruncationKind::kNone; }
61 kNone, member in class:v8::internal::compiler::final::TruncationKind
79 kNone, member in class:v8::internal::compiler::TypeCheckKind
89 case TypeCheckKind::kNone:
122 TypeCheckKind type_check = TypeCheckKind::kNone,
197 return UseInfo(MachineRepresentation::kNone, Truncation::Any());
200 return UseInfo(MachineRepresentation::kNone, Truncation::Bool());
205 return UseInfo(MachineRepresentation::kNone, Truncation::None());
H A Dcontrol-builders.h48 void If(Node* condition, BranchHint hint = BranchHint::kNone);
141 void BreakWhen(Node* condition, BranchHint = BranchHint::kNone);
142 void BreakUnless(Node* condition, BranchHint hint = BranchHint::kNone);
H A Dschedule.cc25 control_(kNone),
99 case BasicBlock::kNone:
197 DCHECK_EQ(BasicBlock::kNone, block->control());
222 DCHECK_EQ(BasicBlock::kNone, block->control());
233 DCHECK_EQ(BasicBlock::kNone, block->control());
244 DCHECK_EQ(BasicBlock::kNone, block->control());
255 DCHECK_EQ(BasicBlock::kNone, block->control());
263 DCHECK_EQ(BasicBlock::kNone, block->control());
271 DCHECK_EQ(BasicBlock::kNone, block->control());
279 DCHECK_EQ(BasicBlock::kNone, bloc
[all...]
/external/skia/tools/gpu/
H A DGrContextFactory.h57 kNone = 0x0, member in class:sk_gpu_test::GrContextFactory::ContextOverrides
136 ContextOverrides overrides = ContextOverrides::kNone);
148 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
/external/skqp/tools/gpu/
H A DGrContextFactory.h57 kNone = 0x0, member in class:sk_gpu_test::GrContextFactory::ContextOverrides
136 ContextOverrides overrides = ContextOverrides::kNone);
148 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp68 case FormType::kNone:
93 case FormType::kNone:
111 case FormType::kNone:
176 case FormType::kNone:
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dunfuse_activation_functions.cc59 op->fused_activation_function = FusedActivationFunctionType::kNone;
/external/skia/include/core/
H A DSkImageGenerator.h187 kNone, //image generator does not implement onGenerateTexture member in class:SkImageGenerator::TexGenType
192 virtual TexGenType onCanGenerateTexture() const { return TexGenType::kNone; }
/external/skqp/include/core/
H A DSkImageGenerator.h187 kNone, //image generator does not implement onGenerateTexture member in class:SkImageGenerator::TexGenType
192 virtual TexGenType onCanGenerateTexture() const { return TexGenType::kNone; }
/external/skia/tools/bookmaker/
H A Ddefinition.cpp82 kNone, member in class:OpType
95 kNone, member in class:OpMod
117 { DEFOP::kUnknown, "??", "???", BLANK, OpType::kNone, OpMod::kNone, BLANK,
119 { DEFOP::kAdd, "+", "add", BLANK, OpType::kThis, OpMod::kNone, BLANK,
122 { DEFOP::kAddTo, "+=", "addto", BLANK, OpType::kVoid, OpMod::kNone, BLANK,
129 {{ CONST, OpType::kChar, OpMod::kNone, }}},
130 { DEFOP::kArray, "[]", "array", BLANK, OpType::kScalar, OpMod::kNone, CONST,
131 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
133 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
[all...]
/external/skia/bench/
H A DPicturePlaybackBench.cpp147 enum BBH { kNone, kRTree }; enumerator in enum:BBH
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 ); )

Completed in 545 milliseconds

1234567891011>>