Home
last modified time | relevance | path

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

12

/external/v8/src/builtins/
Dbuiltins-interpreter.cc24 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsAndCall()
37 masm, TailCallMode::kDisallow, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsAndCall()
54 masm, TailCallMode::kAllow, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsAndTailCall()
70 case InterpreterPushArgsMode::kOther: in InterpreterPushArgsAndConstruct()
79 masm, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsAndConstruct()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp24 case SkSVGLengthContext::LengthType::kOther: in length_size_for_type()
170 SkSVGLengthContext::LengthType::kOther)); in commitToPaint()
183 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
235 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.cpp24 case SkSVGLengthContext::LengthType::kOther: in length_size_for_type()
170 SkSVGLengthContext::LengthType::kOther)); in commitToPaint()
183 SkSVGLengthContext::LengthType::kOther); in commitToPaint()
235 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/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/v8/testing/gmock/include/gmock/internal/
Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
132 enum { value = kOther }; // The default kind.
/external/v8/testing/gmock/test/
Dgmock-internal-utils_test.cc184 EXPECT_EQ(kOther, GMOCK_KIND_OF_(void*)); // NOLINT in TEST()
185 EXPECT_EQ(kOther, GMOCK_KIND_OF_(char**)); // NOLINT in TEST()
186 EXPECT_EQ(kOther, GMOCK_KIND_OF_(Base)); // NOLINT in TEST()
/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
132 enum { value = kOther }; // The default kind.
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc185 EXPECT_EQ(kOther, GMOCK_KIND_OF_(void*)); // NOLINT in TEST()
186 EXPECT_EQ(kOther, GMOCK_KIND_OF_(char**)); // NOLINT in TEST()
187 EXPECT_EQ(kOther, GMOCK_KIND_OF_(Base)); // NOLINT in TEST()
/external/v8/src/
Dglobals.h1214 kOther enumerator
1228 case InterpreterPushArgsMode::kOther:
/external/v8/src/interpreter/
Dinterpreter-assembler.cc714 isolate(), tail_call_mode, InterpreterPushArgsMode::kOther); in CallJSWithFeedback()
732 isolate(), tail_call_mode, InterpreterPushArgsMode::kOther); in CallJS()
891 isolate(), InterpreterPushArgsMode::kOther); in Construct()
/external/icu/icu4c/source/common/
Dmessagepattern.cpp84 static const UChar kOther[]={ // "other" variable
863 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) { in parsePluralOrSelectStyle()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h541 const bool kTIsOther = GMOCK_KIND_OF_(RawT) == internal::kOther; in Cast()
542 const bool kUIsOther = GMOCK_KIND_OF_(RawU) == internal::kOther; in Cast()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h654 const bool kTIsOther = GMOCK_KIND_OF_(RawT) == internal::kOther; in Cast()
655 const bool kUIsOther = GMOCK_KIND_OF_(RawU) == internal::kOther; in Cast()
/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h654 const bool kTIsOther = GMOCK_KIND_OF_(RawT) == internal::kOther; in Cast()
655 const bool kUIsOther = GMOCK_KIND_OF_(RawU) == internal::kOther; in Cast()
/external/v8/src/heap/
Dheap.cc2678 "undefined", Oddball::kOther)); in CreateInitialObjects()
2682 handle(Smi::FromInt(-3), isolate()), "undefined", Oddball::kOther)); in CreateInitialObjects()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp676 kOther, enumerator

12