HomeSort by relevance Sort by last modified time
    Searched full:synchronous (Results 1 - 25 of 1259) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/speech/srec/
package.html 3 Simple, synchronous SREC speech recognition API.
  /external/chromium_org/net/socket/
deterministic_socket_data_unittest.cc 72 connect_data_(SYNCHRONOUS, OK),
198 MockRead(SYNCHRONOUS, kMsg1, kLen1, 0), // Sync Read
199 MockRead(SYNCHRONOUS, 0, 1), // EOF
210 MockRead(SYNCHRONOUS, kMsg1, kLen1, 1), // Sync Read
211 MockRead(SYNCHRONOUS, 0, 2), // EOF
215 MockWrite(SYNCHRONOUS, 0, 0)
227 MockRead(SYNCHRONOUS, kMsg1, kLen1, 0), // Sync Read
228 MockRead(SYNCHRONOUS, 0, 1), // EOF
239 MockRead(SYNCHRONOUS, kMsg1, kLen1, 0), // Sync Read
240 MockRead(SYNCHRONOUS, kMsg2, kLen2, 1), // Sync Rea
    [all...]
socks_client_socket_pool_unittest.cc 130 SOCKS5MockData data(SYNCHRONOUS);
131 data.data_provider()->set_connect_data(MockConnect(SYNCHRONOUS, OK));
148 SOCKS5MockData data(SYNCHRONOUS);
149 data.data_provider()->set_connect_data(MockConnect(SYNCHRONOUS, OK));
167 SOCKS5MockData data(SYNCHRONOUS);
168 data.data_provider()->set_connect_data(MockConnect(SYNCHRONOUS, OK));
202 socket_data.set_connect_data(MockConnect(SYNCHRONOUS,
234 MockRead(SYNCHRONOUS, 0),
238 socket_data.set_connect_data(MockConnect(SYNCHRONOUS, OK));
257 socket_data.set_connect_data(MockConnect(SYNCHRONOUS, OK))
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_store_sync.h 15 // synchronous methods of PasswordStore which shouldn't be accessible to other
28 // Synchronous implementation to add the given login.
32 // Synchronous implementation to update the given login.
36 // Synchronous implementation to remove the given login.
  /external/chromium_org/third_party/sqlite/src/test/
sync.test 14 # pragma synchronous=off even for multi-database commits.
54 PRAGMA main.synchronous=on;
55 PRAGMA db2.synchronous=on;
70 PRAGMA main.synchronous=full;
71 PRAGMA db2.synchronous=full;
86 PRAGMA main.synchronous=off;
87 PRAGMA db2.synchronous=off;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/
libpulse-simple.pc 7 Description: PulseAudio Simplified Synchronous Client Interface
  /frameworks/rs/tests/latency/
latency.cpp 14 bool synchronous = false; local
43 synchronous = true;
49 if (synchronous)
50 printf("forcing synchronous\n");
58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 45 // Synchronous Refresh wrapper.
198 BuildSocket(ReadList(1, net::MockRead(net::SYNCHRONOUS,
214 net::MockRead(net::SYNCHRONOUS,
218 net::MockRead(net::SYNCHRONOUS,
234 net::MockRead(net::SYNCHRONOUS, net::ERR_IO_PENDING));
254 BuildSocket(ReadList(1, net::MockRead(net::SYNCHRONOUS,
273 BuildSocket(ReadList(1, net::MockRead(net::SYNCHRONOUS,
291 BuildSocket(ReadList(1, net::MockRead(net::SYNCHRONOUS, result)),
311 WriteList(1, net::MockWrite(net::SYNCHRONOUS,
322 write_list.push_back(net::MockWrite(net::SYNCHRONOUS,
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats_unittest.cc 257 TestStart(false, 0, 1, 500, net::SYNCHRONOUS);
265 TestStart(false, 1, 1, 100, net::SYNCHRONOUS);
273 TestStart(true, 1, 1, 100, net::SYNCHRONOUS);
281 TestStart(false, 1, 1, 500, net::SYNCHRONOUS);
289 TestStart(true, 1, 1, 500, net::SYNCHRONOUS);
297 TestStart(false, 1, 1, 1200, net::SYNCHRONOUS);
305 TestStart(true, 1, 1, 1200, net::SYNCHRONOUS);
313 TestStart(true, 1, 4, 1200, net::SYNCHRONOUS);
323 false, NetworkStats::NON_PACED_PACKET_TEST, 100, 0, 1, net::SYNCHRONOUS);
333 true, NetworkStats::NON_PACED_PACKET_TEST, 1200, 1, 1, net::SYNCHRONOUS);
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot.h 30 // is available (ie. tests). This function is synchronous, so it should NOT be
31 // used in a result of user action. Support for async vs synchronous
33 // synchronous function first and if it returns false call the async one.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 45 // The following call is synchronous, and should not be made from the UI thread
62 // The following call is synchronous, and should not be made from the UI thread
79 // The following call is synchronous, and should not be made from the UI thread
  /external/chromium_org/content/public/browser/
certificate_request_result_type.h 10 // Used to specify synchronous result codes when processing a certificate
  /external/chromium_org/content/renderer/pepper/
renderer_restrict_dispatch_group.h 14 // a synchronous message is sent on another channel. See
  /external/chromium_org/content/test/data/npapi/
alert_in_window_message.html 15 Tests that there's no deadlock when a plugin creates an alert in response to a synchronous Windows message from the browser process.
execute_script_delete_in_paint.html 24 of a synchronous paint.
  /external/chromium_org/content/test/data/
sync_xmlhttprequest.html 28 This page sends a synchronous XMLHttpRequest.
sync_xmlhttprequest_disallowed.html 25 This page sends a synchronous XMLHttpRequest to fetch a local file, which
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Request.idl 19 // attribute boolean synchronous;
  /external/lldb/test/functionalities/command_script/
mysto.py 18 # by default, --synchronicity is set to synchronous
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 71 reads_.push_back(MockRead(SYNCHRONOUS, packet->data(), packet->length(),
81 writes_.push_back(MockWrite(SYNCHRONOUS, packet->data(), packet->length(),
300 MockConnect hanging_connect(SYNCHRONOUS, ERR_IO_PENDING);
341 mock_quic_data.AddRead(SYNCHRONOUS, 0); // EOF
403 mock_quic_data.AddRead(SYNCHRONOUS, 0); // EOF
442 MockRead(SYNCHRONOUS, ERR_TEST_PEER_CLOSE_AFTER_NEXT_MOCK_READ),
461 MockRead(SYNCHRONOUS, ERR_TEST_PEER_CLOSE_AFTER_NEXT_MOCK_READ),
479 mock_quic_data.AddRead(SYNCHRONOUS, 0); // EOF
502 MockRead(SYNCHRONOUS, ERR_TEST_PEER_CLOSE_AFTER_NEXT_MOCK_READ),
520 mock_quic_data.AddRead(SYNCHRONOUS, 0); // EO
    [all...]
  /external/chromium_org/content/renderer/
resizing_mode_selector.h 19 // 2) The synchronous mode, which short-circuits the resizing logic to operate
22 // written with the expectation of a synchronous resize, and we're going to
  /external/kernel-headers/original/uapi/linux/
tty.h 25 #define N_HDLC 13 /* synchronous HDLC */
26 #define N_SYNC_PPP 14 /* synchronous PPP */

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 91011>>