Home
last modified time | relevance | path

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

12

/external/autotest/scheduler/
Datomic_group_unittests.py46 job_a = self._create_job(synchronous=True, metahosts=[self.label4.id],
48 job_b = self._create_job(synchronous=True, metahosts=[self.label5.id],
95 job_b = self._create_job(synchronous=True, metahosts=[self.label4.id],
105 job_c = self._create_job(synchronous=True, atomic_group=1)
116 job = self._create_job(synchronous=True, atomic_group=1)
126 job = self._create_job(synchronous=True, metahosts=[self.label4.id],
143 self._create_job(atomic_group=1, synchronous=True)
158 self._create_job(synchronous=True, metahosts=[self.label5.id],
194 model_job = self._create_job(synchronous=True, atomic_group=1)
208 job = self._create_job(metahosts=[self.label5.id], synchronous=True,
[all …]
Dscheduler_models_unittest.py404 self._create_job(hosts=[1, 2], synchronous=True)
412 job = self._create_job(hosts=[1, 2], synchronous=True)
433 job = self._create_job(hosts=[1, 2], synchronous=True)
444 job = self._create_job(hosts=[1, 2], synchronous=False)
455 self._create_job(hosts=[5, 6], atomic_group=1, synchronous=True)
Dmonitor_db_unittest.py978 self._create_job(hosts=[5, 6], atomic_group=1, synchronous=True)
991 job = self._create_job(hosts=[5, 6], atomic_group=1, synchronous=True)
1005 self._create_job(hosts=[1, 2], synchronous=True)
/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/chromium-trace/catapult/docs/
Dpromises-vs-tasks.md3 …obal_Objects/Promise) that makes it easy, among other things, to chain synchronous or asynchronous…
5 `Task` is an object defined in trace_viewer/base that can be used to chain synchronous operations.
13synchronous way. Calling `run()` on a task will block until the first task in the chain is complet…
36 … don't have a choice and must use `Promise`. If you want to chain only synchronous operations, the…
/external/autotest/client/common_lib/cros/
Ddev_server_unittest.py177 self.dev_server.trigger_download(name, synchronous=True)
195 self.dev_server.trigger_download(name, synchronous=False)
519 def _testSuccessfulTriggerDownloadAndroid(self, synchronous=True): argument
542 if synchronous:
555 synchronous=synchronous, target=target, build_id=build_id,
562 self._testSuccessfulTriggerDownloadAndroid(synchronous=True)
567 self._testSuccessfulTriggerDownloadAndroid(synchronous=False)
Ddev_server.py772 def _trigger_download(self, build, artifacts, files, synchronous=True, argument
828 if was_successful and synchronous:
988 def trigger_download(self, image, synchronous=True): argument
1010 synchronous=synchronous)
1323 synchronous=True): argument
1353 synchronous=synchronous, **android_build_info)
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc39 const bool synchronous = GetParam(); in Run() local
40 if (synchronous) { in Run()
/external/autotest/frontend/afe/
Dfrontend_test_utils.py85 synchronous=False, atomic_group=None, hostless=False, argument
121 synch_count = synchronous and 2 or 1
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DREADME.chromium14 level APIs for WebSocket. All APIs are the synchronous functions.
DREADME.rst5 … for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
/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/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/opencv3/modules/videoio/src/
Dcap_msmf.cpp396 ImageGrabberCallback(bool synchronous);
419 ImageGrabberWinRT(bool synchronous);
439 static HRESULT CreateInstance(ImageGrabberWinRT **ppIG, bool synchronous = false);
459 …static HRESULT CreateInstance(ImageGrabber **ppIG, unsigned int deviceID, bool synchronous = false…
467 ImageGrabber(unsigned int deviceID, bool synchronous);
1201 ImageGrabberCallback::ImageGrabberCallback(bool synchronous): in ImageGrabberCallback() argument
1205 ig_Synchronous(synchronous), in ImageGrabberCallback()
1206 ig_hFrameReady(synchronous ? CreateEvent(NULL, FALSE, FALSE, NULL): 0), in ImageGrabberCallback()
1207 ig_hFrameGrabbed(synchronous ? CreateEvent(NULL, FALSE, TRUE, NULL): 0), in ImageGrabberCallback()
1211 ImageGrabber::ImageGrabber(unsigned int deviceID, bool synchronous): in ImageGrabber() argument
[all …]
/external/chromium-trace/catapult/tracing/docs/
Dembedding-trace-viewer.md42 Model has a variety of import options, from synchronous import to importWithProgressDialog. And, it
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h237 int synchronous; /* Use synchronous PPP */ member
/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/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
/external/libusb/
DPORTING16 asynchronous transfers (synchronous transfers are implemented in the higher
DChangeLog417 Make synchronous transfer APIs robust against signal interruption
420 synchronous such that control is not returned until the transfer
424 patch changes these synchronous APIs so they do not abort in the case of
1211 sanitized error returns from synchronous I/O functions
1473 A synchronous function is missing, and I could do with writing a few
1581 Move synchronous I/O implementation to its own file
/external/autotest/server/hosts/
Dadb_host.py1102 synchronous=False)
/external/okhttp/
DCHANGELOG.md326 * **Request cancellation fixes.** This update fixes a bug where synchronous
406 in addition to synchronous blocking calls.

12