Searched refs:kNone (Results 276 - 300 of 454) sorted by relevance

<<111213141516171819

/external/skqp/src/codec/
H A DSkCodec.cpp262 if (requiredFrame != kNone) {
263 if (options.fPriorFrame != kNone) {
/external/skqp/src/gpu/
H A DGrClipStackClip.cpp197 if (GrFSAAType::kNone != renderTargetContext->fsaaType()) {
254 if ((GrFSAAType::kNone == renderTargetContext->fsaaType() && reducedClip.maskRequiresAA()) ||
/external/skqp/src/gpu/ops/
H A DGrAtlasTextOp.cpp70 return FixedFunctionFlags::kNone;
95 coverage = GrProcessorAnalysisCoverage::kNone;
H A DGrDefaultPathRenderer.cpp382 this->coverage() == 0xFF ? GrProcessorAnalysisCoverage::kNone
680 GrAAType aaType = GrAAType::kNone;
/external/skqp/tools/bookmaker/
H A DincludeWriter.cpp23 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
60 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
81 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
91 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
123 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) {
133 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart,
860 SkASSERT(MarkType::kNone == token.fMarkType);
1724 return Wrote::kNone;
/external/v8/src/compiler/
H A Dregister-allocator-verifier.cc174 constraint->type_ = kNone;
254 case kNone:
H A Dbytecode-graph-builder.h92 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
H A Djs-operator.cc629 Name##Operator<BinaryOperationHint::kNone> k##Name##NoneOperator; \
648 Name##Operator<CompareOperationHint::kNone> k##Name##NoneOperator; \
679 case BinaryOperationHint::kNone: \
701 case CompareOperationHint::kNone: \
H A Dmachine-operator.cc673 case MachineRepresentation::kNone:
759 case MachineRepresentation::kNone:
779 case MachineRepresentation::kNone:
827 case MachineRepresentation::kNone:
H A Dschedule.h36 kNone, // Control not initialized yet. enumerator in enum:v8::internal::compiler::final::Control
/external/v8/src/
H A Dtype-info.cc181 case CompareOperationHint::kNone:
204 case BinaryOperationFeedback::kNone:
H A Ddateparser-inl.h154 tz.SetAbsoluteMinute(kNone);
/external/webrtc/talk/app/webrtc/
H A Ddatachannel_unittest.cc379 config.open_handshake_role = webrtc::InternalDataChannelInit::kNone;
417 EXPECT_EQ(webrtc::InternalDataChannelInit::kNone, init2.open_handshake_role);
H A Dpeerconnectioninterface.h212 kNone, enumerator in enum:webrtc::PeerConnectionInterface::IceTransportsType
/external/skqp/tools/flags/
H A DSkCommonFlagsConfig.cpp195 , fContextOverrides(ContextOverrides::kNone)
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dfully_connected.cc54 // The range of the fused activation layer. For example for kNone and
168 macro_name(target_namespace, kNone); \
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dallocate_transient_arrays.cc154 if (array->data_type == ArrayDataType::kNone) {
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
H A Dfuse_binary_into_following_affine.cc212 FusedActivationFunctionType::kNone) {
H A Dfuse_binary_into_preceding_affine.cc250 FusedActivationFunctionType::kNone) {
/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc413 case Condition::kNone:
/external/skia/tests/
H A DProcessorTest.cpp40 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; }
46 fProcessors.finalize(kUnknownColor, GrProcessorAnalysisCoverage::kNone, clip, false, caps,
288 GrAAType::kNone);
/external/skqp/tests/
H A DProcessorTest.cpp40 FixedFunctionFlags fixedFunctionFlags() const override { return FixedFunctionFlags::kNone; }
46 fProcessors.finalize(kUnknownColor, GrProcessorAnalysisCoverage::kNone, clip, false, caps,
288 GrAAType::kNone);
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Doptimized_ops.h624 static_assert(Ac == FusedActivationFunctionType::kNone ||
921 static_assert(Ac == FusedActivationFunctionType::kNone ||
926 if (Ac == FusedActivationFunctionType::kNone) {
948 static_assert(Ac == FusedActivationFunctionType::kNone ||
1033 static_assert(Ac == FusedActivationFunctionType::kNone ||
1224 static_assert(Ac == FusedActivationFunctionType::kNone, "");
1411 static_assert(Ac == FusedActivationFunctionType::kNone ||
1417 if (Ac == FusedActivationFunctionType::kNone) {
1514 TFLITE_DCHECK(Ac == FusedActivationFunctionType::kNone);
1661 static_assert(Ac == FusedActivationFunctionType::kNone ||
[all...]
/external/skia/tools/bookmaker/
H A DmdOut.cpp747 TableState::kNone != fTableState) {
751 fTableState = TableState::kNone;
794 if (TableState::kNone == fTableState) {
958 fTableState = TableState::kNone;
966 if (TableState::kNone == fTableState) {
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc1162 case AsmTyper::kNone: {
1563 enum ConvertOperation { kNone, kAsIs, kToInt, kToDouble }; enumerator in enum:v8::internal::wasm::final::ConvertOperation
1570 return kNone;
1579 return kNone;
1599 return kNone;
1611 return kNone;
1626 return kNone;

Completed in 642 milliseconds

<<111213141516171819