Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 25 of 82) sorted by relevance

1234

/external/autotest/client/tests/fs_mark/
Dcontrol10 If a file system have write barrier not protecting synchronous write,
11 the number of synchronous (single threaded) operations/sec will exceed the
12 calculated number of synchronous operations/sec of the underlying drive.
/external/adhd/cras/src/tests/
Dcras_monitor.c214 bool synchronous = false; in main() local
231 synchronous = !synchronous; in main()
264 if (synchronous) { in main()
300 if (!synchronous) { in main()
/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc93 bool synchronous = true; in composite_call_get_request_metadata() local
102 synchronous = false; // Async return. in composite_call_get_request_metadata()
106 if (synchronous) gpr_free(ctx); in composite_call_get_request_metadata()
107 return synchronous; in composite_call_get_request_metadata()
/external/grpc-grpc/test/cpp/codegen/
Dcompiler_test_golden240 // disable synchronous version of this method
260 // disable synchronous version of this method
280 // disable synchronous version of this method
300 // disable synchronous version of this method
321 // disable synchronous version of this method
338 // disable synchronous version of this method
355 // disable synchronous version of this method
372 // disable synchronous version of this method
389 // disable synchronous version of this method
409 // disable synchronous version of this method
[all …]
/external/autotest/frontend/afe/
Dfrontend_test_utils.py90 synchronous=False, hostless=False, argument
122 synch_count = synchronous and 2 or 1
/external/autotest/scheduler/
Dscheduler_models_unittest.py380 self._create_job(hosts=[1, 2], synchronous=True)
388 job = self._create_job(hosts=[1, 2], synchronous=True)
409 job = self._create_job(hosts=[1, 2], synchronous=True)
420 job = self._create_job(hosts=[1, 2], synchronous=False)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IteratorGetNextSync.pbtxt5 This operation is a synchronous version IteratorGetNext. It should only be used
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc35 const bool synchronous = GetParam(); in Run() local
36 if (synchronous) { in Run()
/external/nos/host/android/
DREADME.md16 Currently, everything is synchronous and just exposes the `call_application()`
/external/autotest/client/common_lib/cros/
Ddev_server.py1296 def _trigger_download(self, build, artifacts, files, synchronous=True, argument
1343 if was_successful and synchronous:
1599 def trigger_download(self, image, synchronous=True): argument
1621 synchronous=synchronous)
2634 files='', os='android', synchronous=True): argument
2670 synchronous=synchronous, **android_build_info)
Ddev_server_unittest.py834 self.dev_server.trigger_download(name, synchronous=True)
849 self.dev_server.trigger_download(name, synchronous=False)
1292 def _testSuccessfulTriggerDownloadAndroid(self, synchronous=True): argument
1318 if synchronous:
1330 synchronous=synchronous, target=target, build_id=build_id,
1337 self._testSuccessfulTriggerDownloadAndroid(synchronous=True)
1342 self._testSuccessfulTriggerDownloadAndroid(synchronous=False)
/external/llvm/test/Feature/
Dseh-nounwind.ll6 ; throw a synchronous exception.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dseh-nounwind.ll6 ; throw a synchronous exception.
/external/llvm/test/Transforms/SimplifyCFG/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/llvm/test/Transforms/PruneEH/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PruneEH/
Dseh-nounwind.ll6 ; throw a synchronous exception.
/external/bcc/tools/
Dfileslower_example.txt4 fileslower shows file-based synchronous reads and writes slower than a
110 Trace slow synchronous file reads and writes
/external/parameter-framework/upstream/tools/clientSimulator/
DREADME.md215 "mySecondScript" : ["test-scripts/second.sh","synchronous"],
227 The synchronousness can be either `"synchronous"` or `"asynchronous"` and
233 * synchronous : The Client Simulator will wait the end of the script before
/external/tensorflow/tensorflow/contrib/opt/python/training/
Delastic_average_optimizer.py164 synchronous=False, argument
195 self._synchronous = synchronous
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h237 int synchronous; /* Use synchronous PPP */ member
/external/autotest/
DREADME.md28 lab environments. This includes code for both synchronous and asynchronous
/external/tensorflow/tensorflow/contrib/distribute/
DREADME.md18 This does in-graph replication with synchronous training
237 `CollectiveAllReduceStrategy` for synchronous multi-worker training.
242 workers doing synchronous all-reduce training. In the following code snippet, we
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppEngineClient.m143 // We want a synchronous request so that we know that we've left the room on
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt35 - Most cases use synchronous

1234