Searched refs:captures (Results 1 – 25 of 203) sorted by relevance
123456789
/external/angle/src/tests/perf_tests/ |
D | EGLInitializePerf.cpp | 31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() local 32 return captures->timer.getElapsedTime(); in CapturePlatform_currentTime() 42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() local 47 captures->loadDLLsMS += static_cast<size_t>(sample); in CapturePlatform_histogramCustomCounts() 52 captures->createDeviceMS += static_cast<size_t>(sample); in CapturePlatform_histogramCustomCounts() 56 captures->initResourcesMS += static_cast<size_t>(sample); in CapturePlatform_histogramCustomCounts()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | function_serialization.py | 124 captures = concrete_function.graph._captures # pylint: disable=protected-access 131 for capture, placeholder in concrete_function.graph.captures: 137 remapped_captures[id(capture)] = captures[id(capture)] 138 captures[id(capture)] = (new_cached_value, placeholder) 160 captures[key] = capture
|
/external/fmtlib/support/ |
D | C++.sublime-syntax | 135 captures: 183 captures: 186 captures: 234 captures: 361 captures: 397 captures: 438 captures: 448 captures: 460 captures: 469 captures: [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/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/tensorflow/tensorflow/python/eager/ |
D | lift_to_graph.py | 294 captures = [] 299 captures = base_graph.captures 300 for external_capture, internal_capture in captures:
|
/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/grpc-grpc/src/android/test/interop/ |
D | .gitignore | 8 /captures
|
/external/grpc-grpc/examples/android/helloworld/ |
D | .gitignore | 8 /captures
|
/external/walt/android/WALT/ |
D | .gitignore | 8 /captures
|
/external/subsampling-scale-image-view/ |
D | .gitignore | 10 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/igt-gpu-tools/tools/ |
D | intel_aubdump.in | 8 Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer
|
/external/tensorflow/tensorflow/examples/android/ |
D | .gitignore | 28 /captures
|
/external/tensorflow/tensorflow/lite/java/demo/ |
D | .gitignore | 28 /captures
|
/external/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.in | 8 Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.swa4.approved.txt | 176 #748 - captures with unexpected exceptions 188 #748 - captures with unexpected exceptions 201 #748 - captures with unexpected exceptions
|
/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-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/swiftshader/third_party/llvm-7.0/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/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
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
|
123456789