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

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 66 * host can use these hints to make user interface or performance
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 69 * Instruct the view to show usability hints, if any.
  /packages/apps/QuickSearchBox/res/values/
strings.xml 52 <!-- Title for Voice Search hints bubble -->
  /dalvik/vm/arch/x86/
Call386ABI.S 79 * S - if set, argInfo hints are invalid
97 /* For 386 ABI, argInfo hints should always be valid. Abort if not. */
  /external/chromium_org/chrome/browser/resources/net_internals/
proxy_view.js 53 ProxyView.SOCKS_HINTS_DIV_ID = 'proxy-view-socks-hints';
54 ProxyView.SOCKS_HINTS_FLAG_DIV_ID = 'proxy-view-socks-hints-flag';
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 518 // Constants specified by the ALSA API for device hints.
529 void** hints = NULL; local
532 &hints);
535 // hints above need to be freed.
536 for (void** hint_iter = hints; *hint_iter != NULL; hint_iter++) {
554 wrapper_->DeviceNameFreeHint(hints);
555 hints = NULL;
557 LOG(ERROR) << "Unable to get hints for devices: "
  /external/chromium_org/ppapi/c/
ppb_host_resolver.h 55 * <code>PP_HostResolver_Hint</code> represents hints for host resolution.
116 * hints for host resolution.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp 73 void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JSONValue> hints)
77 inspectorAgent->inspect(remoteObject, hints->asObject());
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det.cc 96 // Same as above, with hints supplied
180 // Same as above, with hints supplied
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-3.1 87 Assorted transformation hints.
108 file controls default hints, enable/disable of extensions, and
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 24 // These constants are defined in the Extended Window Manager Hints
36 // This data structure represents additional hints that we send to the window
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 28 /// Register allocation hints.
124 SmallVectorImpl<MCPhysReg> &Hints,
  /external/mesa3d/docs/
RELNOTES-3.1 87 Assorted transformation hints.
108 file controls default hints, enable/disable of extensions, and
  /external/netperf/
netserver.c 434 struct addrinfo hints; local
461 memset(&hints,0,sizeof(hints));
462 hints.ai_family = af;
463 hints.ai_socktype = SOCK_STREAM;
464 hints.ai_protocol = IPPROTO_TCP;
465 hints.ai_flags = AI_PASSIVE;
471 &hints,
  /external/tcpdump/
configure.in 324 struct addrinfo hints, *ai, *aitop;
328 memset(&hints, 0, sizeof(hints));
329 hints.ai_family = AF_UNSPEC;
330 hints.ai_flags = passive ? AI_PASSIVE : 0;
331 hints.ai_socktype = SOCK_STREAM;
332 hints.ai_protocol = IPPROTO_TCP;
333 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 315 public void setNavigationIconHints(int hints) {
316 setNavigationIconHints(hints, false);
319 public void setNavigationIconHints(int hints, boolean force) {
320 if (!force && hints == mNavigationIconHints) return;
321 final boolean backAlt = (hints & StatusBarManager.NAVIGATION_HINT_BACK_ALT) != 0;
327 "Navigation icon hints = " + hints,
331 mNavigationIconHints = hints;
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 46 * hwc_layer_t::hints values
47 * Hints are set by the HAL and read by SurfaceFlinger
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h 69 #define IP_PMTUDISC_WANT 1 /* Use per route hints. */
159 #define IPV6_PMTUDISC_WANT 1 /* Use per route hints. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 69 #define IP_PMTUDISC_WANT 1 /* Use per route hints. */
159 #define IPV6_PMTUDISC_WANT 1 /* Use per route hints. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 69 #define IP_PMTUDISC_WANT 1 /* Use per route hints. */
159 #define IPV6_PMTUDISC_WANT 1 /* Use per route hints. */
  /external/openssh/
sshconnect.c 191 struct addrinfo hints, *res; local
220 memset(&hints, 0, sizeof(hints));
221 hints.ai_family = ai->ai_family;
222 hints.ai_socktype = ai->ai_socktype;
223 hints.ai_protocol = ai->ai_protocol;
224 hints.ai_flags = AI_PASSIVE;
225 gaierr = getaddrinfo(options.bind_address, NULL, &hints, &res);
345 struct addrinfo hints, *ai, *aitop; local
355 memset(&hints, 0, sizeof(hints))
    [all...]
addrmatch.c 209 struct addrinfo hints, *ai; local
211 memset(&hints, '\0', sizeof(hints));
212 hints.ai_flags = AI_NUMERICHOST;
214 if (p == NULL || getaddrinfo(p, NULL, &hints, &ai) != 0)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 322 // apply hints
373 // apply hints
422 // apply hints
472 // apply hints
515 // apply hints
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 45 * {@link #image2D(int, int)} constructors). To optimize access, provide access hints when making
253 * Returns the access hints bit-mask of the FrameType.
254 * @return The access hints bit-mask of the FrameType.
360 private static String keyValueForType(int elemId, int dims, int hints, Class<?> clazz) {
361 return elemId + ":" + dims + ":" + hints + ":" + (clazz != null ? clazz.getName() : "0");
  /external/clang/lib/Sema/
DeclSpec.cpp 869 FixItHint Hints[NumLocs];
877 Hints[I] = FixItHint::CreateRemoval(ExtraLocs[I]);
886 << Hints[0] << Hints[1] << Hints[2] << Hints[3]
887 << Hints[4] << Hints[5] << Hints[6] << Hints[7]
    [all...]

Completed in 1587 milliseconds

1 2 3 4 5 6 78 91011>>