HomeSort by relevance Sort by last modified time
    Searched refs:completion (Results 76 - 100 of 2832) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/raid/
md.h 31 #include <linux/completion.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/raid/
md.h 31 #include <linux/completion.h>
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 26 #include "Completion.h"
233 Completion result = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script.data(), fileName));
250 Completion result = checkSyntax(globalObject->globalExec(), makeSource(script.data(), fileName));
403 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script, fileName)); local
404 success = success && completion.complType() != Throw;
406 if (completion.complType() == Throw)
407 printf("Exception: %s\n", completion.value().toString(globalObject->globalExec()).utf8().data());
409 printf("End: %s\n", completion.value().toString(globalObject->globalExec()).utf8().data());
440 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(lin (…) local
    [all...]
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 182 base::WaitableEvent completion(false, false);
189 &completion,
192 completion.Wait();
355 base::WaitableEvent* completion,
359 completion->Signal();
predictor_api.cc 458 base::WaitableEvent* completion) {
462 completion->Signal();
474 completion->Signal();
483 base::WaitableEvent completion(true, false);
494 &completion));
500 completion.Wait();
  /external/kernel-headers/original/linux/raid/
md.h 37 #include <linux/completion.h>
  /external/kernel-headers/original/linux/
uinput.h 52 struct completion done;
dmaengine.h 29 #include <linux/completion.h>
166 * @done: IO completion struct
184 struct completion done;
299 * dma_async_memcpy_complete - poll for transaction completion
kernel.h 54 struct completion;
104 NORET_TYPE void complete_and_exit(struct completion *, long)
i2c.h 35 #include <linux/sched.h> /* for completion */
166 struct completion released;
243 struct completion dev_released;
244 struct completion class_dev_released;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.cpp 196 Completion completion = JSC::evaluate(exec, globalObject->globalScopeChain(), makeSource(UString(scriptString.impl())), thisValue); local
199 ComplType completionType = completion.complType();
203 resultValue = completion.value();
  /external/qemu/hw/
scsi-disk.c 73 /* Completion functions may be called from either scsi_{read,write}_data
74 or from the AIO completion routines. */
75 scsi_completionfn completion; member in struct:SCSIDeviceState
138 /* Helper function for command completion. */
147 s->completion(s->opaque, SCSI_REASON_DONE, tag, status);
172 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, 0);
178 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
198 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
266 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, len);
284 /* Invoke completion routine to fetch data from host. *
    [all...]
usb-ohci.c 588 static void ohci_process_lists(OHCIState *ohci, int completion);
603 int completion)
742 if (completion) {
850 int completion; local
854 completion = (addr == ohci->async_td);
855 if (completion && !ohci->async_complete) {
901 if (len && dir != OHCI_TD_DIR_IN && !completion) {
918 if (completion) {
1035 static int ohci_service_ed_list(OHCIState *ohci, uint32_t head, int completion)
    [all...]
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 35 #include <JavaScriptCore/Completion.h>
295 Completion completion = ptr->Evaluate(); local
296 if (completion.isValueCompletion())
298 result = (JSObjectRef)KJSValueToJSObject(completion.value(), ptr->GlobalObject()->globalExec());
301 if (completion.complType() == Throw)
  /external/webkit/LayoutTests/dom/html/level2/html/
hasFeature02.js 57 // This method is called on the completion of
hasFeature05.js 57 // This method is called on the completion of
hasFeature06.js 57 // This method is called on the completion of
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
hasFeature02.js 57 // This method is called on the completion of
hasFeature05.js 57 // This method is called on the completion of
hasFeature06.js 57 // This method is called on the completion of
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
hasFeature01.js 58 // This method is called on the completion of
hasFeature02.js 57 // This method is called on the completion of
hasFeature03.js 57 // This method is called on the completion of
hasFeature04.js 58 // This method is called on the completion of
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 122 base::WaitableEvent* completion)
127 completion_(completion) {}
178 base::WaitableEvent completion(false, false);
185 &completion));
186 completion.Wait();

Completed in 505 milliseconds

1 2 34 5 6 7 8 91011>>