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

1 2 3 4 56 7 8 91011>>

  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CRLSelector.java 261 * Sets a certificate hint to find CRLs. It's not a criterion but may help
265 * the certificate hint or {@code null}.
352 * Returns the certificate hint to find CRLs. It's not a criterion but may
355 * @return the certificate hint or {@code null} if none set.
  /external/bluetooth/glib/gio/
gpollfilemonitor.c 136 /* We're polling so slowly anyway, so always emit the done hint */
  /external/icu4c/samples/msgfmt/
README.TXT 55 HINT: Your message pattern should have a "number" element and a
  /external/opencore/baselibs/media_data_structures/src/
access_unit.h 39 OSCL_IMPORT_REF AccessUnit(AUImplAllocator* in_alloc, void *hint = 0, const int num_reserved_frags = 1);
  /external/opencore/fileformats/mp4/parser/include/
hintmediaheaderatom.h 25 independent of protocol, for the hint tracks within the stream.
mpegsampleentry.h 24 This MpegSampleEntry is used for hint tracks.
trackreferenceatom.h 57 // Assuming a hint track can reference only ONE track
  /external/opencore/fileformats/mp4/parser/src/
mpegsampleentry.cpp 24 This MpegSampleEntry is used for hint tracks.
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 54 // This call is a hint to the operating system that the pages
  /external/webkit/WebKit/qt/Api/
qwebview.h 101 void setRenderHint(QPainter::RenderHint hint, bool enabled = true);
  /frameworks/base/awt/java/awt/
Graphics2D.java 258 * the specified key of the rendering hint.
259 * @return the value of rendering hint for specified key.
370 * the key of the rendering hint to set.
372 * the value to set for the rendering hint.
  /frameworks/base/core/java/com/android/internal/util/
BitwiseOutputStream.java 48 * Create object from hint at desired size.
  /frameworks/base/core/res/res/values/
ids.xml 24 <item type="id" name="hint" />
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusChangeWithInterestingRectHintTest.java 31 * work together to give a newly focused item a hint about the most interesting
  /frameworks/base/libs/rs/
rsAllocation.h 97 // more usage hint data from the application
  /packages/apps/Browser/res/layout/
browser_add_bookmark.xml 73 android:hint="@string/http"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Source.java 73 * Gets the search hint text for this suggestion source.
  /packages/apps/Settings/res/layout/
wifi_ap_dialog.xml 84 <TextView android:id="@+id/hint"
  /external/opencore/doc/oscl_html/
classMemAllocator.html 19 <tr><td nowrap align=right valign=top>virtual <a class="el" href="classMemAllocator.html#s0">pointer</a>&nbsp;</td><td valign=bottom><a class="el" href="classMemAllocator.html#a0">allocate</a> (void *hint=0, const int num_reserved_frags=1)=0</td></tr>
100 <td class="mdname" nowrap>&nbsp; <em>hint</em> = 0, </td>
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 170 void BranchOrBacktrack(Condition condition, Label* to, Hint hint = no_hint);
  /external/webkit/WebCore/bridge/
runtime_object.cpp 246 JSValue RuntimeObjectImp::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
254 JSValue result = instance->defaultValue(exec, hint);
  /frameworks/base/awt/java/awt/image/
AffineTransformOp.java 95 Object hint = hints.get(RenderingHints.KEY_INTERPOLATION); local
96 if (hint != null) {
98 if (hint == RenderingHints.VALUE_INTERPOLATION_BILINEAR) {
100 } else if (hint == RenderingHints.VALUE_INTERPOLATION_BICUBIC) {
104 hint = hints.get(RenderingHints.KEY_RENDERING);
106 if (hint == RenderingHints.VALUE_RENDER_QUALITY) {
  /external/icu4c/common/
uhash.c 129 * or a pointer. If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 231 * <p>Sets the optional hint text that is displayed at the bottom of the
235 * @param hint the text to be displayed to the user
239 public void setCompletionHint(CharSequence hint) {
240 mHintText = hint;
    [all...]
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 112 g_object_set_data(G_OBJECT(widget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
257 g_object_set_data(G_OBJECT(widget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
276 g_object_set_data(G_OBJECT(widget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
317 "transparent-bg-hint", GINT_TO_POINTER(TRUE));
367 g_object_set_data(G_OBJECT(widget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
378 g_object_set_data(G_OBJECT(widget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
430 "transparent-bg-hint", GINT_TO_POINTER(TRUE));
470 g_object_set_data(G_OBJECT(gParts->toolbarWidget), "transparent-bg-hint", GINT_TO_POINTER(TRUE));
559 "transparent-bg-hint", GINT_TO_POINTER(TRUE));
574 "transparent-bg-hint", GINT_TO_POINTER(TRUE))
    [all...]

Completed in 163 milliseconds

1 2 3 4 56 7 8 91011>>