Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 25 of 117) sorted by relevance

12345

/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md11 ### Function calls
43 #### Function conversion rules
63 ### Nested functions
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dcustom_call.md169 ### Tuple outputs as temp buffers
190 ### Tuples in CPU custom-calls
197 ### Tuples in GPU custom-calls
/external/mesa3d/.gitlab-ci/tracie/
Ddump_trace_images.py70 def dump_with_apitrace(retrace_cmd, trace_path, calls, device_name): argument
82 def dump_with_renderdoc(trace_path, calls, device_name): argument
90 def dump_with_gfxreconstruct(trace_path, calls, device_name): argument
116 def dump_with_testtrace(trace_path, calls, device_name): argument
132 def dump_from_trace(trace_path, calls, device_name): argument
/external/libchrome/base/timer/
Dmock_timer_unittest.cc17 int calls = 0; in TEST() local
31 int calls = 0; in TEST() local
46 int calls = 0; in TEST() local
/external/llvm-project/clang/test/AST/
Dast-dump-wasm-attr-import.c21 void calls(void) { in calls() function
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache_test.cc60 int calls = 0; in TEST() local
92 int calls = 0; in TEST() local
174 std::set<size_t> calls; in TEST() local
273 std::list<size_t> calls; in TEST() local
321 int calls = 0; in TEST() local
361 int calls = 0; in TEST() local
423 int calls = 0; in TEST() local
551 int calls = 0; in TEST() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/mediacodec/
DAsynchronousMediaCodecAdapterTest.java108 AtomicInteger calls = new AtomicInteger(0); in dequeueInputBufferIndex_afterFlushCompletesWithError_throwsException() local
178 AtomicInteger calls = new AtomicInteger(0); in dequeueOutputBufferIndex_afterFlushCompletesWithError_throwsException() local
/external/mesa3d/docs/_extra/specs/
DMESA_shader_debug.spec44 during execution, issue diagnostic function calls that are logged function
/external/bcc/examples/tracing/
Dmallocstacks.py53 calls = b.get_table("calls") variable
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache_test.cc65 int calls = 0; in TEST() local
97 int calls = 0; in TEST() local
182 std::set<size_t> calls; in TEST() local
284 std::list<size_t> calls; in TEST() local
333 int calls = 0; in TEST() local
377 int calls = 0; in TEST() local
439 int calls = 0; in TEST() local
574 int calls = 0; in TEST() local
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
DRecordingHostnameVerifier.java24 public final List<String> calls = new ArrayList<>(); field in RecordingHostnameVerifier
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls.py121 def watchCalls(self, calls): argument
147 def assertCalls(self, *calls):
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingAuthenticator.java27 public final List<String> calls = new ArrayList<>(); field in RecordingAuthenticator
/external/antlr/runtime/ObjC/Framework/
DCommonTreeNodeStream.h52 __strong IntArray *calls; variable
DBufferedTreeNodeStream.h78 IntArray *calls; variable
/external/rust/crates/grpcio-sys/grpc/
DCONCEPTS.md28 #### Synchronous vs. asynchronous
/external/grpc-grpc/
DCONCEPTS.md28 #### Synchronous vs. asynchronous
/external/llvm-project/llvm/unittests/Support/
DErrnoTest.cpp23 unsigned calls = 0; in TEST() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionWithJavassistTest.java45 …List<MethodCallExpr> calls = method.findAll(MethodCallExpr.class, n -> n.getNameAsString().equals(… in testOverloadedMethods() local
/external/dagger2/javatests/dagger/grpc/functional/server/
DCountingInterceptor.java38 private final Multiset<String> calls = ConcurrentHashMultiset.create(); field in CountingInterceptor
/external/mockito/src/main/java/org/mockito/internal/verification/
DVerificationModeFactory.java28 public static Calls calls(int wantedNumberOfInvocations) { in calls() method in VerificationModeFactory
/external/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cc36 static int calls; in countCalls() local
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dinitialization-nobug.cpp36 static int calls; in countCalls() local
/external/llvm-project/openmp/docs/
DSupportAndFAQ.rst8 .. _calls: target
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest_supported.py48 def calls(self): member in IgnoredFromFileTests

12345