Home
last modified time | relevance | path

Searched refs:kOther (Results 1 – 25 of 49) sorted by relevance

12

/external/v8/src/builtins/
Dbuiltins-interpreter-gen.cc14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall()
21 InterpreterPushArgsMode::kOther); in Generate_InterpreterPushUndefinedAndArgsThenCall()
33 masm, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenConstruct()
Dbuiltins-interpreter.cc23 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsThenCall()
42 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsThenConstruct()
/external/v8/src/interpreter/
Dbytecode-flags.cc64 return LiteralFlag::kOther; in GetFlagForLiteral()
75 DCHECK_LE(raw_flag, static_cast<uint8_t>(LiteralFlag::kOther)); in Decode()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp26 case SkSVGLengthContext::LengthType::kOther: in length_size_for_type()
172 SkSVGLengthContext::LengthType::kOther)); in commitToPaint()
185 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
237 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
DSkSVGRenderContext.h31 kOther, enumerator
DSkSVGCircle.cpp52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in resolve()
DSkSVGRadialGradient.cpp72 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in onMakeShader()
DSkSVGGradient.cpp62 pos->push_back(SkTPin(ltx.resolve(stop.offset(), SkSVGLengthContext::LengthType::kOther), in collectColorStops()
/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp26 case SkSVGLengthContext::LengthType::kOther: in length_size_for_type()
172 SkSVGLengthContext::LengthType::kOther)); in commitToPaint()
185 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
237 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
DSkSVGRenderContext.h31 kOther, enumerator
DSkSVGCircle.cpp52 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in resolve()
DSkSVGRadialGradient.cpp72 const auto r = lctx.resolve(fR , SkSVGLengthContext::LengthType::kOther); in onMakeShader()
DSkSVGGradient.cpp62 pos->push_back(SkTPin(ltx.resolve(stop.offset(), SkSVGLengthContext::LengthType::kOther), in collectColorStops()
/external/skia/src/gpu/ops/
DGrOp.h87 kOther, enumerator
89 virtual void visitProxies(const VisitProxyFunc&, VisitorType = VisitorType::kOther) const {
/external/skqp/src/gpu/ops/
DGrOp.h87 kOther, enumerator
89 virtual void visitProxies(const VisitProxyFunc&, VisitorType = VisitorType::kOther) const {
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc160 EXPECT_EQ(kOther, GMOCK_KIND_OF_(void*)); // NOLINT in TEST()
161 EXPECT_EQ(kOther, GMOCK_KIND_OF_(char**)); // NOLINT in TEST()
162 EXPECT_EQ(kOther, GMOCK_KIND_OF_(Base)); // NOLINT in TEST()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
132 enum { value = kOther }; // The default kind.
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
132 enum { value = kOther }; // The default kind.
/external/v8/src/asmjs/
Dasm-parser.h108 enum class BlockKind { kRegular, kLoop, kOther }; enumerator
313 void BareBegin(BlockKind kind = BlockKind::kOther,
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc189 EXPECT_EQ(kOther, GMOCK_KIND_OF_(void*)); // NOLINT in TEST()
190 EXPECT_EQ(kOther, GMOCK_KIND_OF_(char**)); // NOLINT in TEST()
191 EXPECT_EQ(kOther, GMOCK_KIND_OF_(Base)); // NOLINT in TEST()
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h131 kBool, kInteger, kFloatingPoint, kOther
136 enum { value = kOther }; // The default kind.
/external/skia/src/gpu/
DGrRenderTargetOpList.cpp400 chain.visitProxies(func, GrOp::VisitorType::kOther); in visitProxies_debugOnly()
605 recordedOp.visitProxies(checkInstantiation, GrOp::VisitorType::kOther); in purgeOpsWithUninstantiatedProxies()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp398 chain.visitProxies(func, GrOp::VisitorType::kOther); in visitProxies_debugOnly()
601 recordedOp.visitProxies(checkInstantiation, GrOp::VisitorType::kOther); in purgeOpsWithUninstantiatedProxies()
/external/v8/src/compiler/
Djs-heap-broker.h25 kOther // Oddball, but none of the above. enumerator
/external/v8/src/wasm/
Dwasm-code-manager.h105 enum Tier : int8_t { kLiftoff, kTurbofan, kOther }; enumerator

12