/external/r8/src/main/java/com/android/tools/r8/ir/desugar/ |
D | LambdaDescriptor.java | 43 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 …]
|
D | SynthesizedLambdaSourceCode.java | 33 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()
|
D | LambdaConstructorSourceCode.java | 30 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/ |
D | noalias-param.ll | 3 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/ |
D | templates.cpp | 19 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/ |
D | arc-jump-block.m | 22 …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 | .gitignore | 8 /captures
|
/external/v8/src/regexp/ |
D | interpreter-irregexp.h | 22 int* captures,
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 1 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/ |
D | HOW_TO_RUN | 4 It's just a GL application that sets R600_DEBUG and captures stderr.
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/autotest/server/site_tests/enterprise_CFM_Perf/ |
D | control | 17 This test enrolls ChromeOS device in to hotrod mode and captures device usage
|
D | control.meet_app | 18 and captures device usage data including cpu, memory, temperature and JMI
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | control.stratosmedia | 16 This test enrolls ChromeOS device into kiosk mode and captures device resource
|
D | control.riseplayer | 16 This test enrolls ChromeOS device into kiosk mode and captures device resource
|
D | control.chromesign_3hr | 17 This test enrolls ChromeOS device into kiosk mode and captures device resource
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 25 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 25 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | ast.ml | 28 (* proto - This type represents the "prototype" for a function, which captures
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | ast.ml | 28 (* proto - This type represents the "prototype" for a function, which captures
|