Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/tools/dist_test/
DREADME.md51 **Asynchronous and synchronous parameter updates**
54 workers: asynchronous and synchronous.
60 In the synchronous mode, a certain number of parameter updates are aggregated
/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/autotest/frontend/afe/
Dfrontend_test_utils.py90 synchronous=False, hostless=False, argument
122 synch_count = synchronous and 2 or 1
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc35 const bool synchronous = GetParam(); in Run() local
36 if (synchronous) { in Run()
/external/autotest/client/common_lib/cros/
Ddev_server.py1285 def _trigger_download(self, build, artifacts, files, synchronous=True, argument
1332 if was_successful and synchronous:
1588 def trigger_download(self, image, synchronous=True): argument
1610 synchronous=synchronous)
2624 files='', os='android', synchronous=True): argument
2660 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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_IteratorGetNextSync.pbtxt5 This operation is a synchronous version IteratorGetNext. It should only be used
/external/nos/host/android/
DREADME.md16 Currently, everything is synchronous and just exposes the `call_application()`
/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/llvm/test/Transforms/PruneEH/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/llvm/test/Transforms/SimplifyCFG/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/llvm/test/Feature/
Dseh-nounwind.ll6 ; throw a synchronous exception.
/external/autotest/server/
Dadb_utils.py60 synchronous=True)
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt74 signal-raising syscalls are considered to be synchronous with respect to
100 signals raised by kill(), and synchronous faults raised by an
130 be all the time. (And since synchronous signals are always the result of
135 synchronous faults as a result instruction fetch or something an
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h237 int synchronous; /* Use synchronous PPP */ member
/external/autotest/server/hosts/
Dcros_host.py597 devserver.trigger_download(image_name, synchronous=False)
695 devserver.trigger_download(build, synchronous=False)
792 devserver.trigger_download(build, synchronous=False)
798 devserver.trigger_download(build, synchronous=False)
/external/autotest/
DREADME.md28 lab environments. This includes code for both synchronous and asynchronous
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt35 - Most cases use synchronous
/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/libusb/
DPORTING16 asynchronous transfers (synchronous transfers are implemented in the higher
/external/python/cpython2/Doc/library/
Dsocketserver.rst83 synchronous servers of four types::
147 externally (for instance, in the file system), a synchronous class will
154 can be implemented by using a synchronous server and doing an explicit fork in
/external/python/cpython3/Doc/library/
Dsocketserver.rst79 synchronous servers of four types::
142 externally (for instance, in the file system), a synchronous class will
149 can be implemented by using a synchronous server and doing an explicit fork in
/external/autotest/site_utils/
Dacts_lib.py73 target, build_id, branch, files='acts.zip', synchronous=True)

123