/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/autotest/frontend/afe/ |
D | frontend_test_utils.py | 69 synchronous=False, hostless=False, argument 99 synch_count = synchronous and 2 or 1
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 1135 def _trigger_download(self, build, artifacts, files, synchronous=True, argument 1182 if was_successful and synchronous: 1438 def trigger_download(self, image, synchronous=True): argument 1460 synchronous=synchronous) 2237 files='', os='android', synchronous=True): argument 2273 synchronous=synchronous, **android_build_info)
|
D | dev_server_unittest.py | 740 self.dev_server.trigger_download(name, synchronous=True) 755 self.dev_server.trigger_download(name, synchronous=False) 1198 def _testSuccessfulTriggerDownloadAndroid(self, synchronous=True): argument 1224 if synchronous: 1236 synchronous=synchronous, target=target, build_id=build_id, 1243 self._testSuccessfulTriggerDownloadAndroid(synchronous=True) 1248 self._testSuccessfulTriggerDownloadAndroid(synchronous=False)
|
/external/autotest/scheduler/ |
D | scheduler_models_unittest.py | 374 self._create_job(hosts=[1, 2], synchronous=True) 382 job = self._create_job(hosts=[1, 2], synchronous=True) 403 job = self._create_job(hosts=[1, 2], synchronous=True) 414 job = self._create_job(hosts=[1, 2], synchronous=False)
|
/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 | 7 … for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
|
/external/libvpx/libvpx/test/ |
D | vp9_thread_test.cc | 35 const bool synchronous = GetParam(); in Run() local 36 if (synchronous) { in Run()
|
/external/llvm/test/Feature/ |
D | seh-nounwind.ll | 6 ; throw a synchronous exception.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | seh-nounwind.ll | 5 ; throw a synchronous exception.
|
/external/llvm/test/Transforms/PruneEH/ |
D | seh-nounwind.ll | 5 ; throw a synchronous exception.
|
/external/autotest/server/ |
D | adb_utils.py | 65 synchronous=True)
|
/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/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/autotest/ |
D | README.md | 28 lab environments. This includes code for both synchronous and asynchronous
|
/external/autotest/server/hosts/ |
D | cros_host.py | 574 devserver.trigger_download(image_name, synchronous=False) 720 devserver.trigger_download(build, synchronous=False) 726 devserver.trigger_download(build, synchronous=False) 756 devserver.trigger_download(build, synchronous=False)
|
D | adb_host.py | 1399 os=os_type, synchronous=False) 1692 synchronous=True)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.debug.txt | 35 - Most cases use synchronous
|
/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/libusb/ |
D | PORTING | 16 asynchronous transfers (synchronous transfers are implemented in the higher
|
/external/autotest/site_utils/ |
D | acts_lib.py | 77 target, build_id, branch, files='acts.zip', synchronous=True)
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Signals.inc | 52 // KillSigs - Signals that are synchronous with the program that will cause it
|
/external/curl/docs/ |
D | KNOWN_BUGS | 534 synchronous bind callback and monitoring an arbitrary number of socket 537 Generic LDAP is synchronous: OK.
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 294 def _SLASH_FS : CLIgnoredFlag<"FS">, HelpText<"Force synchronous PDB writes">;
|