HomeSort by relevance Sort by last modified time
    Searched refs:completion (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/kernel-headers/original/linux/
completion.h 7 * Atomic wait-for-completion handler data structures.
13 struct completion { struct
25 struct completion work = COMPLETION_INITIALIZER(work)
34 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
39 static inline void init_completion(struct completion *x)
45 extern void FASTCALL(wait_for_completion(struct completion *));
46 extern int FASTCALL(wait_for_completion_interruptible(struct completion *x));
47 extern unsigned long FASTCALL(wait_for_completion_timeout(struct completion *x,
50 struct completion *x, unsigned long timeout));
52 extern void FASTCALL(complete(struct completion *));
    [all...]
klist.h 16 #include <linux/completion.h>
36 struct completion n_removed;
loop.h 62 struct completion lo_done;
63 struct completion lo_bh_done;
  /bionic/libc/kernel/common/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /development/ndk/platforms/android-3/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /external/webkit/JavaScriptCore/API/
JSBase.cpp 32 #include "Completion.h"
37 #include <runtime/Completion.h>
54 Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), source, jsThisObject); local
56 if (completion.complType() == Throw) {
58 *exception = toRef(exec, completion.value());
62 if (completion.value())
63 return toRef(exec, completion.value());
75 Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source) local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
klist.h 16 #include <linux/completion.h>
32 struct completion n_removed;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java 91 public void onCommitCompletion(CompletionInfo completion) {
92 if (DBG) Log.d(TAG, "onCommitCompletion(" + completion + ")");
94 replaceText(completion.getText());
96 mSuggestionClickListener.onSuggestionClicked(completion.getPosition());
  /external/qemu/hw/
scsi-disk.h 28 scsi_completionfn completion, void *opaque);
30 scsi_completionfn completion, void *opaque);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osAdapter.h 89 struct completion *IoctlComp;
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 49 void commitCompletion(in CompletionInfo completion);
  /bionic/libc/kernel/common/linux/raid/
md.h 31 #include <linux/completion.h>

Completed in 415 milliseconds

1 2 3 4 5