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

1 2 3 4

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_hunspell_unittest.cc 20 FakeTextCheckingCompletion completion; local
22 &completion,
24 EXPECT_EQ(completion.completion_count_, 1U);
33 FakeTextCheckingCompletion completion; local
38 WebKit::WebString(), &completion, std::vector<SpellCheckMarker>()); local
45 WebKit::WebString("First"), &completion, std::vector<SpellCheckMarker>());
52 &completion,
60 &completion,
68 &completion,
76 &completion,
93 FakeTextCheckingCompletion completion; local
133 FakeTextCheckingCompletion completion; local
137 WebKit::WebString(text), &completion, std::vector<SpellCheckMarker>()); local
144 &completion, local
150 WebKit::WebString(text), &completion, std::vector<SpellCheckMarker>()); local
158 FakeTextCheckingCompletion completion; local
    [all...]
  /bionic/libc/kernel/common/linux/
completion.h 22 struct completion { struct
30 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /development/ndk/platforms/android-3/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /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...]
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/5/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)

Completed in 360 milliseconds

1 2 3 4