Home
last modified time | relevance | path

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

1234

/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/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/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/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
DRecordingHostnameVerifier.java24 public final List<String> calls = new ArrayList<>(); field in RecordingHostnameVerifier
/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/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/grpc-grpc/
DCONCEPTS.md28 #### Synchronous vs. asynchronous
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls.py120 def watchCalls(self, calls): argument
146 def assertCalls(self, *calls):
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrnoTest.cpp24 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/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRemoteControlReaderWriterTest.java76 final StringBuilder calls = new StringBuilder(); in testVisitDump() local
/external/autotest/client/tests/tracing_microbenchmark/
Dtracing_microbenchmark.py17 def initialize(self, tracer='ftrace', calls=100000, **kwargs): argument
/external/curl/src/
Dtool_cb_prg.h30 int calls; member
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestBuildersTest.kt112 var calls = 0 in whenInrunBlocking_runBlockingTest_nestsProperly() variable
/external/python/cpython2/Lib/test/
Dtest_rlcompleter.py71 calls = 0 variable in TestRlcompleter.test_excessive_getattr.Foo
/external/junit-params/src/test/java/junitparams/custom/combined/
DCombinedParametersProviderTest.java37 private List<Call> calls = new LinkedList<Call>(); field in CombinedParametersProviderTest.Verifier

1234