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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/contrib/gregbook/
Makefile.mingw32 9 # right? (Hint: http://www.libpng.org/pub/png/book/ )
Makefile.unx 9 # right? (Hint: http://www.libpng.org/pub/png/book/ )
  /external/openssl/ssl/
ssl_txt.c 162 "\n TLS session ticket lifetime hint: %ld (seconds)",
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.cpp 99 virtual void setInputMethodHint(Qt::InputMethodHint hint, bool enable);
254 void QGraphicsWebViewPrivate::setInputMethodHint(Qt::InputMethodHint hint, bool enable)
257 q->setInputMethodHints(q->inputMethodHints() | hint);
259 q->setInputMethodHints(q->inputMethodHints() & ~hint);
qwebview.cpp 728 If \a enabled is true, enables the specified render \a hint; otherwise
733 void QWebView::setRenderHint(QPainter::RenderHint hint, bool enabled)
737 d->renderHints |= hint;
739 d->renderHints &= ~hint;
  /external/yaffs2/yaffs2/
yaffs_checkptrw.c 191 tags.objectId = dev->checkpointNextBlock; /* Hint to next place to look */
  /frameworks/base/docs/html/guide/topics/search/
search-dialog.jd 72 features such as the hint text shown in text box and settings voice search and search
108 search. However, we recommend that you always include the {@code android:hint} attribute, which
113 Android applications, you should format the string for {@code android:hint} as "Search
523 android:hint="@string/search_hint"
adding-custom-suggestions.jd 130 android:hint="@string/search_hint"
258 android:hint="@string/search_hint"
411 android:hint="@string/search_hint"
480 android:hint="@string/search_hint"
    [all...]
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 116 * @param quality Hint to the compressor, 0-100. 0 meaning compress for
  /packages/apps/Email/src/com/android/exchange/adapter/
ProvisionParser.java 92 // Hint: I haven't seen any that's more specific than "simple"
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 157 // the hint to compute the visible display items
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 177 * size hint.
  /dalvik/docs/
porting-guide.html 76 The other source file involved here defines a 32-bit "hint". The hint
78 "argInfo" argument. The hint can be used to avoid scanning the ASCII
  /dalvik/libcore/sql/src/main/java/java/sql/
Statement.java 581 * Sets the fetch direction - a hint to the JDBC driver about the direction
599 * Sets the fetch size. This is a hint to the JDBC driver about how many
605 * to ignore the hint. Should be less than {@code getMaxRows} for
  /development/pdk/docs/porting/
dalvik.jd 82 The other source file involved here defines a 32-bit "hint". The hint
84 "argInfo" argument. The hint can be used to avoid scanning the ASCII
  /external/e2fsprogs/e2fsck/
super.c 428 * This function checks the dirhash signed/unsigned hint if necessary.
762 * Fix journal hint, if necessary
767 * Add dirhash hint if necessary
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 262 JSValue JSObject::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
265 if ((hint == PreferString) || (hint != PreferNumber && prototype() == exec->lexicalGlobalObject()->datePrototype())) {
  /packages/apps/Phone/res/values/
strings.xml     [all...]
  /packages/apps/Mms/res/values/
strings.xml 147 <!-- Hint displayed in message recipient text box when starting a new conversation -->
149 <!-- Hint displayed in subject edit text box when adding a subject -->
174 <!-- Hint text in message body field when keyboard is exposed -->
176 <!-- Hint text in message body field when keyboard is hidden -->
266 <!-- Hint in slide text field before text is typed -->
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 583 // the hint text we were displaying while the user was dragging.
633 * is dragging one of the handles, we display an onscreen hint; see
638 // Look up the hint based on which handle is currently grabbed.
    [all...]
  /bionic/libc/include/sys/
cdefs.h 283 * the CPU back-end can hint the processor and also so that
  /build/core/combo/
TARGET_linux-arm.mk 66 # as a 'hint'. If thumb is not enabled, these files are just
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
EntityResolver2.java 121 * hint for selecting the external subset. This is always an absolute
  /external/bison/lib/
bitset.c 101 hint and may be zero. */
  /external/bluetooth/hcidump/
ChangeLog 180 Fix display of L2CAP config hint bit and QoS option.

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>