Home
last modified time | relevance | path

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

123456789

/external/angle/src/tests/perf_tests/
DEGLInitializePerf.cpp31 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/
Dfunction_serialization.py124 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/
DC++.sublime-syntax135 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/
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/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/tensorflow/tensorflow/python/eager/
Dlift_to_graph.py294 captures = []
299 captures = base_graph.captures
300 for external_capture, internal_capture in captures:
/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/grpc-grpc/src/android/test/interop/
D.gitignore8 /captures
/external/grpc-grpc/examples/android/helloworld/
D.gitignore8 /captures
/external/walt/android/WALT/
D.gitignore8 /captures
/external/subsampling-scale-image-view/
D.gitignore10 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/igt-gpu-tools/tools/
Dintel_aubdump.in8 Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer
/external/tensorflow/tensorflow/examples/android/
D.gitignore28 /captures
/external/tensorflow/tensorflow/lite/java/demo/
D.gitignore28 /captures
/external/mesa3d/src/intel/tools/
Dintel_dump_gpu.in8 Run COMMAND with ARGUMENTS and dump an AUB file that captures buffer
/external/catch2/projects/SelfTest/Baselines/
Dconsole.swa4.approved.txt176 #748 - captures with unexpected exceptions
188 #748 - captures with unexpected exceptions
201 #748 - captures with unexpected exceptions
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
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/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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

123456789