Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 25 of 136) sorted by relevance

123456

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaDescriptor.java43 final DexTypeList captures; field in LambdaDescriptor
54 captures = null; in LambdaDescriptor()
60 DexMethodHandle implHandle, DexType mainInterface, DexTypeList captures) { in LambdaDescriptor() argument
68 assert captures != null; in LambdaDescriptor()
75 this.captures = captures; in LambdaDescriptor()
85 DexType[] captures = this.captures.values; in getImplReceiverType() local
86 assert captures.length > 0 || params.length > 0; in getImplReceiverType()
87 return captures.length > 0 ? captures[0] : params[0]; in getImplReceiverType()
148 return captures.isEmpty(); in isStateless()
254 DexTypeList captures = lambdaFactoryProto.parameters; in infer() local
[all …]
DSynthesizedLambdaSourceCode.java33 final DexType[] captures() { in captures() method in SynthesizedLambdaSourceCode
34 DexTypeList captures = descriptor().captures; in captures() local
35 assert captures != null; in captures()
36 return captures.values; in captures()
DLambdaConstructorSourceCode.java30 DexType[] capturedTypes = captures(); in prepareInstructions()
51 return captures().length == 0 in hashCode()
60 if (captures().length == 0) { in equals()
62 return ((LambdaConstructorSourceCode) obj).captures().length == 0; in equals()
/external/llvm/test/Analysis/BasicAA/
Dnoalias-param.ll3 declare i32* @captures(i32* %cap) nounwind readonly
8 %cap = call i32* @captures(i32* %a) nounwind readonly
18 %cap = call i32* @captures(i32* %c) nounwind readonly
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
35 template int captures(int, int);
36 template X captures(X, X);
/external/clang/test/SemaObjC/
Darc-jump-block.m22 …eLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}}
25 …Right]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
/external/walt/android/WALT/
D.gitignore8 /captures
/external/v8/src/regexp/
Dinterpreter-irregexp.h22 int* captures,
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt1 Used to analyze the chaos logs & packet captures and produce a consolidated analysis of each test a…
17 3. The analysis output for each attempt is stored in the same folder as the packet captures with th…
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
DHOW_TO_RUN4 It's just a GL application that sets R600_DEBUG and captures stderr.
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/autotest/server/site_tests/enterprise_CFM_Perf/
Dcontrol17 This test enrolls ChromeOS device in to hotrod mode and captures device usage
Dcontrol.meet_app18 and captures device usage data including cpu, memory, temperature and JMI
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Dcontrol.stratosmedia16 This test enrolls ChromeOS device into kiosk mode and captures device resource
Dcontrol.riseplayer16 This test enrolls ChromeOS device into kiosk mode and captures device resource
Dcontrol.chromesign_3hr17 This test enrolls ChromeOS device into kiosk mode and captures device resource
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml28 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml28 (* proto - This type represents the "prototype" for a function, which captures

123456