Home
last modified time | relevance | path

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

12

/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/autotest/frontend/afe/
Dfrontend_test_utils.py69 synchronous=False, hostless=False, argument
99 synch_count = synchronous and 2 or 1
/external/autotest/client/common_lib/cros/
Ddev_server.py1135 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)
Ddev_server_unittest.py740 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/
Dscheduler_models_unittest.py374 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/
DREADME.chromium14 level APIs for WebSocket. All APIs are the synchronous functions.
DREADME.rst7 … for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc35 const bool synchronous = GetParam(); in Run() local
36 if (synchronous) { in Run()
/external/llvm/test/Feature/
Dseh-nounwind.ll6 ; throw a synchronous exception.
/external/llvm/test/Transforms/SimplifyCFG/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/llvm/test/Transforms/PruneEH/
Dseh-nounwind.ll5 ; throw a synchronous exception.
/external/autotest/server/
Dadb_utils.py65 synchronous=True)
/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/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/autotest/
DREADME.md28 lab environments. This includes code for both synchronous and asynchronous
/external/autotest/server/hosts/
Dcros_host.py574 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)
Dadb_host.py1399 os=os_type, synchronous=False)
1692 synchronous=True)
/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/autotest/site_utils/
Dacts_lib.py77 target, build_id, branch, files='acts.zip', synchronous=True)
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DSignals.inc52 // KillSigs - Signals that are synchronous with the program that will cause it
/external/curl/docs/
DKNOWN_BUGS534 synchronous bind callback and monitoring an arbitrary number of socket
537 Generic LDAP is synchronous: OK.
/external/clang/include/clang/Driver/
DCLCompatOptions.td294 def _SLASH_FS : CLIgnoredFlag<"FS">, HelpText<"Force synchronous PDB writes">;

12