HomeSort by relevance Sort by last modified time
    Searched full:hint (Results 151 - 175 of 566) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 36 android:hint="<em>string resource</em>"
80 <dt><code>android:hint</code></dt>
82 been entered. This is recommended in order to provide a hint to the user about what
84 string for {@code android:hint} as "Search <em>&lt;content-or-product&gt;</em>". For example,
346 android:hint="@string/search_hint"
  /external/icu4c/common/
uvector.cpp 21 * or a pointer. If a hint bit is zero, then the associated
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
314 if (hint & HINT_KEY_POINTER) {
  /external/icu4c/layout/
LEFontInstance.h 101 * in a single script, passing the script code in as a hint. If you don't
117 * Where it makes sense, they should use the script code as a hint to render
131 * @param script - the script hint.
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 399 JSValue ObjcInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
401 if (hint == PreferString)
403 if (hint == PreferNumber)
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 541 // Show extra hint only when the action comes from outside.
543 view.findViewById(R.id.hint).setVisibility(View.VISIBLE);
562 view.findViewById(R.id.hint).setVisibility(View.VISIBLE);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 48 * The popup balloon hint for key press/release.
53 * The on-key balloon hint for key press/release. If it is null, on-key
73 * The location of the desired hint view to the keyboard container.
  /cts/tests/res/values/
strings.xml 30 <string name="text_view_simple_hint">This is a hint.</string>
31 <string name="text_view_hint">This is a string for testing hint of textview.</string>
attrs.xml 115 <!-- Color of hint text (displayed when the field is empty). -->
  /external/opencore/oscl/oscl/osclutil/src/
oscl_media_data.h 58 // virtual pointer allocate(size_t size, void *hint = 0) = 0;
59 virtual pointer allocate(void * hint = 0, const int num_reserved_frags = 1) = 0;
  /frameworks/base/core/java/android/widget/
DialerFilter.java 55 mHint = (EditText) findViewById(com.android.internal.R.id.hint);
57 throw new IllegalStateException("DialerFilter must have a child EditText named hint");
  /frameworks/base/include/tts/
TtsEngine.h 153 // This is meant to be used as a hint, the engine implementation will set the output values
154 // to those of the synthesis format, based on a given hint.
  /packages/inputmethods/LatinIME/java/res/values-nb/
strings.xml 102 <string name="voice_swipe_hint" msgid="6943546180310682021">"Hint:"<b>" Sveip over tastaturet for å snakke"</b></string>
103 <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"Hint:"</b>" Neste gang kan du prøve å tale inn tegnsettingen ved for eksempel å si «punktum», «komma» eller «spørsmålstegn»."</string>
  /packages/inputmethods/LatinIME/java/res/values-nl/
strings.xml 102 <string name="voice_swipe_hint" msgid="6943546180310682021"><b>"Hint:"</b>" schuif over het toetsenbord om te spreken"</string>
103 <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"Hint:"</b>" spreek de volgende keer interpunctie uit, zoals \'period\' (punt), \'comma\' (komma) of \'question mark\' (vraagteken)."</string>
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 105 * hint for selecting the external subset. This is always an absolute
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 66 * IA32 ABI JNI hint format
  /dalvik/vm/compiler/
CompilerIR.h 38 unsigned fp:1; // Hint for float/double
Ralloc.c 58 * Quick & dirty - make FP usage sticky. This is strictly a hint - local
  /external/bison/lib/
strverscmp.c 100 /* Hint: '0' is a digit too. */
  /external/blktrace/
strverscmp.c 128 /* Hint: '0' is a digit too. */
  /external/e2fsprogs/e2fsck/
problem.h 36 #define PR_LATCH_RELOC 0x0050 /* Latch for superblock relocate hint */
85 /* Relocate hint */
193 /* Superblock hint for external journal incorrect */
196 /* Superblock hint for external journal incorrect */
  /external/ipsec-tools/src/racoon/
policy.h 104 struct secasindex saidx;/* hint for search proper SA */
  /external/libpng/contrib/gregbook/
Makefile.w32 9 # right? (Hint: http://www.libpng.org/pub/png/book/ )
  /external/opencore/fileformats/mp4/composer/include/
mediaatom.h 36 // The protocol parameter is used when creating a HINT track. It is passed
mediainformationatom.h 37 // The protocol parameter is used when creating a HINT track. It is passed

Completed in 89 milliseconds

1 2 3 4 5 67 8 91011>>