/external/autotest/scheduler/ |
D | atomic_group_unittests.py | 46 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 …]
|
D | scheduler_models_unittest.py | 404 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)
|
D | monitor_db_unittest.py | 978 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/ |
D | control | 10 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/ |
D | promises-vs-tasks.md | 3 …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. 13 …synchronous 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/ |
D | dev_server_unittest.py | 177 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)
|
D | dev_server.py | 772 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/ |
D | vp9_thread_test.cc | 39 const bool synchronous = GetParam(); in Run() local 40 if (synchronous) { in Run()
|
/external/autotest/frontend/afe/ |
D | frontend_test_utils.py | 85 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/ |
D | README.chromium | 14 level APIs for WebSocket. All APIs are the synchronous functions.
|
D | README.rst | 5 … for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
|
/external/llvm/test/Transforms/PruneEH/ |
D | seh-nounwind.ll | 5 ; throw a synchronous exception.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | seh-nounwind.ll | 5 ; throw a synchronous exception.
|
/external/llvm/test/Feature/ |
D | seh-nounwind.ll | 6 ; throw a synchronous exception.
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | README.md | 215 "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/ |
D | cap_msmf.cpp | 396 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/ |
D | embedding-trace-viewer.md | 42 Model has a variety of import options, from synchronous import to importWithProgressDialog. And, it
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 237 int synchronous; /* Use synchronous PPP */ member
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 74 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/ |
D | ARDAppEngineClient.m | 143 // We want a synchronous request so that we know that we've left the room on
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.debug.txt | 35 - Most cases use synchronous
|
/external/libusb/ |
D | PORTING | 16 asynchronous transfers (synchronous transfers are implemented in the higher
|
D | ChangeLog | 417 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/ |
D | adb_host.py | 1102 synchronous=False)
|
/external/okhttp/ |
D | CHANGELOG.md | 326 * **Request cancellation fixes.** This update fixes a bug where synchronous 406 in addition to synchronous blocking calls.
|