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

1 2 3 4 5 6 7 891011>>

  /bionic/libc/netbsd/resolv/
res_init.c 342 struct addrinfo hints, *ai; local
352 memset(&hints, 0, sizeof(hints));
353 hints.ai_family = PF_UNSPEC;
354 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
355 hints.ai_flags = AI_NUMERICHOST;
357 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 &&
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 81 ArrayRef<FixItHint> Hints,
143 ArrayRef<FixItHint> Hints,
634 ArrayRef<FixItHint> Hints,
647 for (ArrayRef<FixItHint>::iterator I = Hints.begin(), E = Hints.end();
664 ArrayRef<FixItHint> Hints,
666 Writer.EmitCodeContext(Ranges, Hints, SM);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 667 XSizeHints hints;
669 XGetWMNormalHints(xdisplay_, xwindow_, &hints, &supplied_return);
673 hints.flags &= ~PMinSize;
675 hints.flags |= PMinSize;
676 hints.min_width = minimum.width();
677 hints.min_height = minimum.height();
682 hints.flags &= ~PMaxSize;
684 hints.flags |= PMaxSize;
685 hints.max_width = maximum.width();
686 hints.max_height = maximum.height()
    [all...]
  /external/openssh/
channels.c 2644 struct addrinfo hints, *ai, *aitop; local
3137 struct addrinfo hints; local
3257 struct addrinfo hints, *ai, *aitop; local
3384 struct addrinfo hints, *ai, *aitop; local
    [all...]
  /dalvik/vm/arch/generic/
Call.cpp 50 /* We will call this generic function if there are no hints */
  /external/bison/lib/
bitsetv.c 63 attribute hints specified by ATTR. */
  /external/bzip2/
README.COMPILATION.PROBLEMS 49 Alternatively, try some of the platform-specific hints listed below.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm 91 hints:nil];
button_decoration.mm 125 hints:nil];
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 69 // hints when filling exceptional cases like phone number values and <select>
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.h 65 // Method for sending pause hints to the low-level data fetcher. Runs on
  /external/chromium_org/ppapi/api/dev/
ppb_text_input_dev.idl 42 * <code>PPB_TextInput_Dev</code> provides a set of functions for giving hints
  /external/chromium_org/ppapi/api/
ppb_text_input_controller.idl 42 * hints to the browser about the text input status of plugins, and functions
  /external/chromium_org/ppapi/c/
ppb_text_input_controller.h 68 * hints to the browser about the text input status of plugins, and functions
  /external/chromium_org/ppapi/cpp/
host_resolver.h 73 /// providing hints for host resolution.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.h 82 void inspectImpl(PassRefPtr<JSONValue> objectToInspect, PassRefPtr<JSONValue> hints);
  /external/chromium_org/third_party/freetype/src/cff/
cf2glue.h 55 /* apply hints to rendered glyphs */
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 118 /* set hints and properties */
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.h 5 * With hints from http://www.cl.cam.ac.uk/~fh240/software/JPAKE2.java.
  /external/chromium_org/ui/gfx/image/
image_mac.mm 38 hints:nil];
  /external/clang/
README.android 11 * The file contains useful hints when we try to resolve future 3-way merge
  /external/clang/test/FixIt/
fixit-objc.m 6 /* This is a test of the various code modification hints that are
fixit.c 8 /* This is a test of the various code modification hints that are
  /external/clang/test/SemaCXX/
using-decl-1.cpp 139 // Currently hints aren't provided to drop out the incorrect M::.
  /external/clang/www/demo/
index.cgi 169 print "Type your source code in below: (<a href='DemoInfo.html#hints'>hints and
232 the demo page <a href='DemoInfo.html#hints'>hints section</a>.

Completed in 1799 milliseconds

1 2 3 4 5 6 7 891011>>