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

1 2 3 4 5

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider_hunspell_unittest.cc 23 FakeTextCheckingCompletion completion; local
25 &completion,
27 EXPECT_EQ(completion.completion_count_, 1U);
36 FakeTextCheckingCompletion completion; local
41 blink::WebString(), &completion, std::vector<SpellCheckMarker>()); local
48 blink::WebString("First"), &completion, std::vector<SpellCheckMarker>());
55 &completion,
63 &completion,
71 &completion,
79 &completion,
96 FakeTextCheckingCompletion completion; local
136 FakeTextCheckingCompletion completion; local
140 blink::WebString(text), &completion, std::vector<SpellCheckMarker>()); local
147 &completion, local
153 blink::WebString(text), &completion, std::vector<SpellCheckMarker>()); local
161 FakeTextCheckingCompletion completion; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)
  /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)
  /prebuilts/ndk/8/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/8/platforms/android-14/arch-mips/usr/include/linux/
completion.h 17 struct completion { struct
26 #define DECLARE_COMPLETION(work) struct completion work = COMPLETION_INITIALIZER(work)

Completed in 634 milliseconds

1 2 3 4 5