Home
last modified time | relevance | path

Searched defs:As (Results 1 – 19 of 19) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieValue.cpp39 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() function in skottie::ValueTraits
69 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& v) { in As() function in skottie::ValueTraits
84 SkColor4f ValueTraits<VectorValue>::As<SkColor4f>(const VectorValue& v) { in As() function in skottie::ValueTraits
96 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() function in skottie::ValueTraits
106 SkV3 ValueTraits<VectorValue>::As<SkV3>(const VectorValue& vec) { in As() function in skottie::ValueTraits
117 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As() function in skottie::ValueTraits
231 SkPath ValueTraits<ShapeValue>::As<SkPath>(const ShapeValue& shape) { in As() function in skottie::ValueTraits
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-variadics.cpp39 auto L = [](auto ... As) { in test()
44 auto L = [](auto A, auto B, auto ... As) { in test()
51 auto L = [](auto ... As) { in test()
64 auto L = [](auto A, auto ... As) { in test()
Dunaddressable-functions.cpp53 template <typename Fn, typename... Args> void call(Fn F, Args... As) { in call()
70 void callMem(Fn F, T t, Args... As) { in callMem()
93 template <typename Fn, typename... Args> auto call(Fn F, Args... As) { in call()
Dcxx1y-generic-lambdas.cpp782 auto L = [](auto ... As) { in test()
784 vfun([](decltype(As) a) -> decltype(a) { return a; } ...)(first<decltype(As)...>{}); in test() local
/external/skqp/modules/skottie/src/
DSkottieValue.cpp39 SkScalar ValueTraits<ScalarValue>::As<SkScalar>(const ScalarValue& v) { in As() function in skottie::ValueTraits
68 SkColor ValueTraits<VectorValue>::As<SkColor>(const VectorValue& v) { in As() function in skottie::ValueTraits
83 SkPoint ValueTraits<VectorValue>::As<SkPoint>(const VectorValue& vec) { in As() function in skottie::ValueTraits
92 SkSize ValueTraits<VectorValue>::As<SkSize>(const VectorValue& vec) { in As() function in skottie::ValueTraits
207 SkPath ValueTraits<ShapeValue>::As<SkPath>(const ShapeValue& shape) { in As() function in skottie::ValueTraits
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp9 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in __anon6f5cbb160202()
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon6f5cbb160302()
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anon6f5cbb160402()
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
DTypeSameAsType.java72 List<ResolvedType> As = T.asReferenceType().typeParametersValues(); in reduce() local
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp38 T As() { in As() function in Foo
/external/pdfium/core/fxcrt/
Dretain_ptr.h46 RetainPtr<U> As() const { in As() function
Dfx_coordinates.h74 CFX_STemplate<OtherType> As() const { in As() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp307 unsigned As = PT->getAddressSpace(); in isGlobalAddr() local
348 unsigned As = PT->getAddressSpace(); in isConstantAddr() local
/external/eigen/test/
Dsparse_product.cpp109 SparseMatrixType As(Ad.sparseView()), B(2,2); in sparse_product() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h229 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As, in reduceBasicBlock()
233 R_SExpr reducePhi(Phi &Orig, Container<R_SExpr> &As) { in reducePhi()
DThreadSafetyTIL.h1552 BasicBlock(BasicBlock &B, MemRegionRef A, InstrArray &&As, InstrArray &&Is, in BasicBlock()
/external/swiftshader/src/Reactor/
DReactor.hpp3233 RValue<T> As(Value *val) in As() function
3240 RValue<T> As(RValue<S> val) in As() function
3246 RValue<T> As(const LValue<S> &var) in As() function
3252 RValue<T> As(const Reference<S> &val) in As() function
/external/mesa3d/src/mesa/swrast/
Ds_blend.c483 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c353 uint32_t As; member
/external/v8/include/
Dv8.h293 V8_INLINE Local<S> As() const { in As() function
735 V8_INLINE Persistent<S>& As() const { // NOLINT in As() function
922 V8_INLINE BasicTracedReference<S>& As() const { in As() function
1057 V8_INLINE TracedGlobal<S>& As() const { in As() function
1178 V8_INLINE TracedReference<S>& As() const { in As() function
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h1369 uint32_t As; member