HomeSort by relevance Sort by last modified time
    Searched defs:async (Results 1 - 10 of 10) sorted by null

  /device/samsung/crespo/alsa-lib/src/timer/
timer_local.h 31 int (*async)(snd_timer_t *timer, int sig, pid_t pid); member in struct:__anon1488
  /device/samsung/crespo/alsa-lib/test/
timer.c 79 int async = 0; local
106 } else if (!strcmp(argv[idx], "async")) {
107 async = 1;
169 if (async) {
172 fprintf(stderr, "unable to add async handler %i (%s)\n", err, snd_strerror(err));
180 if (async) {
  /external/webkit/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 70 bool async = true; local
72 async = args.at(2).toBoolean(exec);
80 impl()->open(method, url, async, user, password, ec);
82 impl()->open(method, url, async, user, ec);
84 impl()->open(method, url, async, ec);
  /external/chromium/net/socket/
socket_test_util.h 44 MockConnect() : async(true), result(OK) { }
45 MockConnect(bool a, int r) : async(a), result(r) { }
47 bool async; member in struct:net::MockConnect
53 MockRead() : async(false), result(0), data(NULL), data_len(0) {}
56 MockRead(bool async, int result) : async(async) , result(result), data(NULL),
60 explicit MockRead(const char* data) : async(true), result(0), data(data),
64 MockRead(bool async, const char* data) : async(async), result(0), data(data)
71 bool async; member in struct:net::MockRead
86 bool async; member in struct:net::MockWriteResult
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 92 // open(method, url, async)
93 // open(method, url, async, user)
94 // open(method, url, async, user, passwd)
109 bool async = (args.Length() < 3) ? true : args[2]->BooleanValue(); local
118 xmlHttpRequest->open(method, url, async, user, passwd, ec);
120 xmlHttpRequest->open(method, url, async, user, ec);
122 xmlHttpRequest->open(method, url, async, ec);
  /device/samsung/crespo/alsa-lib/src/control/
control_local.h 27 int (*async)(snd_ctl_t *handle, int sig, pid_t pid); member in struct:_snd_ctl_ops
  /external/chromium/net/tools/hresolv/
hresolv.cc 15 // or synchronously by specifying --async on the command line.
244 // async is true. There is no guarantee that the DNS queries will be issued
248 // When async is true, HostResolver::Resolve will issue the DNS lookups
254 bool async) {
262 async, resolver_, this);
302 async(false),
309 bool async; member in struct:CommandLineOptions
315 const char* kAsync = "async";
323 options->async = command_line->HasSwitch(kAsync);
451 invoker.ResolveAll(hosts_and_times, options.async);
    [all...]
  /device/samsung/crespo/alsa-lib/include/
aserver.h 71 } async; member in union:__anon1344::__anon1345
123 } async; member in union:__anon1355::__anon1356
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_local.h 133 int (*async)(snd_pcm_t *pcm, int sig, pid_t pid); member in struct:__anon1457
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 158 milliseconds