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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptExterns.js 73 * @param {Object} hints
75 InjectedScriptHostClass.prototype.inspect = function(object, hints) { }
InspectorAgent.cpp 156 void InspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints)
159 m_frontend->inspector()->inspect(objectToInspect, hints);
165 m_pendingInspectData.second = hints;
  /external/clang/www/demo/
DemoInfo.html 16 <h2><a name="hints">Hints and Advice</a></h2>
  /external/iputils/
tracepath6.c 382 struct addrinfo hints, *ai, *ai0; local
436 memset(&hints, 0, sizeof(hints));
437 hints.ai_family = family;
438 hints.ai_socktype = SOCK_DGRAM;
439 hints.ai_protocol = IPPROTO_UDP;
441 hints.ai_flags = AI_IDN;
443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
  /external/oprofile/libpp/
diff_container.cpp 55 choice.hints = sym.output_hint(choice.hints);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) {
44 multiFormatReader.setHints(hints);
  /hardware/libhardware/include/hardware/
power.h 95 * (*powerHint) is called to pass hints on power requirements, which
97 * cpufreq governor and other controls. The possible hints are:
  /external/bison/lib/
bitsetv.h 32 attribute hints specified by ATTR. */
  /external/chromium_org/chrome/browser/net/
client_hints.cc 60 // Make sure the Client Hints value doesn't change
  /external/chromium_org/chrome/browser/ui/cocoa/
new_tab_button.mm 46 hints:nil
  /external/chromium_org/components/autofill/core/browser/
autofill_type.h 52 // The HTML autocomplete field type and mode hints, or HTML_TYPE_UNKNOWN and
  /external/chromium_org/ppapi/cpp/
text_input_controller.h 22 /// This class can be used for giving hints to the browser about the text input
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 79 * model the global hints data for a given face, decomposed into
aftypes.h 153 /* opaque handle to glyph-specific hints -- see `afhints.h' for more
278 (*AF_Script_InitHintsFunc)( AF_GlyphHints hints,
282 (*AF_Script_ApplyHintsFunc)( AF_GlyphHints hints,
  /external/chromium_org/third_party/mesa/src/docs/
shading.html 26 <li><a href="#hints">Programming Hints</a>
123 <h2 id="hints">Programming Hints</h2>
  /external/clang/test/Sema/
format-strings-no-fixit.c 5 /* This is a test of the various code modification hints that are
  /external/freetype/src/autofit/
afglobal.h 79 * model the global hints data for a given face, decomposed into
aftypes.h 153 /* opaque handle to glyph-specific hints -- see `afhints.h' for more
278 (*AF_Script_InitHintsFunc)( AF_GlyphHints hints,
282 (*AF_Script_ApplyHintsFunc)( AF_GlyphHints hints,
  /external/mesa3d/docs/
shading.html 26 <li><a href="#hints">Programming Hints</a>
123 <h2 id="hints">Programming Hints</h2>
  /ndk/
ndk-which 20 # Run this script without parameters, for usage hints.
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 100 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
107 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
114 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 100 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
107 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
114 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
  /external/tcpdump/missing/
getaddrinfo.c 206 "Invalid value for hints", /* EAI_BADHINTS */
289 getaddrinfo(hostname, servname, hints, res)
291 const struct addrinfo *hints;
329 if (hints) {
330 /* error check for hints */
331 if (hints->ai_addrlen || hints->ai_canonname ||
332 hints->ai_addr || hints->ai_next)
334 if (hints->ai_flags & ~AI_MASK
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 50 * Preference key for the version of voice search we last got hints from.
163 if (DBG) Log.d(TAG, "Voice seach hint period expired; not showing hints.");
169 if (DBG) Log.d(TAG, "Could not determine voice search version; not showing hints.");
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 423 /* begin hints recording session, if any */
425 hinter->open( hinter->hints );
792 case 3: /* change hints */
799 hinter->reset( hinter->hints, builder->current->n_points );
804 /* counter control hints, clear stack */
    [all...]

Completed in 753 milliseconds

1 2 3 4 56 7 8 91011>>