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

1 2 3

  /frameworks/base/core/java/android/annotation/
CheckResult.java 53 * @CheckResult(suggest="#redirectErrorStream(boolean)")
57 String suggest() default "";
  /packages/inputmethods/LatinIME/native/jni/
NativeFileList.mk 69 suggest/core/suggest.cpp \
70 $(addprefix suggest/core/dicnode/, \
74 $(addprefix suggest/core/dictionary/, \
79 $(addprefix suggest/core/layout/, \
85 suggest/core/policy/weighting.cpp \
86 suggest/core/session/dic_traverse_session.cpp \
87 $(addprefix suggest/core/result/, \
90 suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp \
91 $(addprefix suggest/policyimpl/typing/,
    [all...]
  /external/vogar/
.vogarconfig.example 9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
12 --suggest-classpaths
19 # a list of directories to search for jar files when using --suggest-classpaths
  /frameworks/support/annotations/src/android/support/annotation/
CheckResult.java 53 * @CheckResult(suggest="#redirectErrorStream(boolean)")
57 String suggest() default "";
  /external/autotest/client/profilers/powertop/src/
misctips.c 188 int suggest = 0; local
197 suggest = 1;
200 if (suggest) {
222 int suggest = 0; local
243 suggest = 1;
257 suggest = 0;
263 if (suggest) {
  /frameworks/base/core/java/android/view/textclassifier/
SmartSelection.java 54 public int[] suggest(String context, int selectionBegin, int selectionEnd) { method in class:SmartSelection
TextClassifierImpl.java 104 final int[] startEnd = smartSelection.suggest(
452 final int[] selection = smartSelection.suggest(text, start, end);
  /external/selinux/libselinux/utils/
Makefile 39 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
  /packages/apps/Dialer/java/com/android/dialer/common/
FragmentUtils.java 40 @CheckResult(suggest = "#checkParent(Fragment, Class)}")
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 19 #include "suggest/core/dictionary/dictionary.h"
24 #include "suggest/core/dictionary/dictionary_utils.h"
25 #include "suggest/core/result/suggestion_results.h"
26 #include "suggest/core/session/dic_traverse_session.h"
27 #include "suggest/core/suggest.h"
28 #include "suggest/core/suggest_options.h"
29 #include "suggest/policyimpl/gesture/gesture_suggest_policy_factory.h"
30 #include "suggest/policyimpl/typing/typing_suggest_policy_factory.h"
42 mGestureSuggest(new Suggest(GestureSuggestPolicyFactory::getGestureSuggestPolicy()))
54 const auto &suggest = suggestOptions->isGesture() ? mGestureSuggest : mTypingSuggest; local
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 171 * The initial value for this parameter (see also {@link #suggest} for more
182 public final String suggest; field in class:Parameter
230 suggest = parameter.getAttribute(ATTR_SUGGEST);
268 suggest = null;
NewTemplatePage.java     [all...]
  /external/selinux/libselinux/src/
Makefile 83 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wp,-D_FORTIFY_SOURCE=2
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
    [all...]
  /build/soong/cc/
check.go 27 // Check for invalid c/conly/cpp/asflags and suggest alternatives. Only use this
60 // Check for bad ldflags and suggest alternatives. Only use this for flags
  /build/make/tools/droiddoc/templates-ndk/
customizations.cs 576 <div class="suggest-card reference no-display">
583 <div class="suggest-card dummy no-display">&nbsp;</div>
584 <div class="suggest-card develop no-display">
594 <div class="suggest-card design no-display">
598 <div class="suggest-card distribute no-display">
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.0/
support-annotations-22.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.1/
support-annotations-22.2.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.0/
support-annotations-23.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.1/
support-annotations-23.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.0/
support-annotations-23.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.1/
support-annotations-23.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.0/
support-annotations-23.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.1/
support-annotations-23.2.1.jar 

Completed in 288 milliseconds

1 2 3