/external/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...] |
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 263 "Invalid value for hints", /* EAI_BADHINTS */ 410 const struct addrinfo *hints, struct addrinfo **res, const char *iface) 453 hints == NULL ? -1 : hints->ai_flags, 454 hints == NULL ? -1 : hints->ai_family, 455 hints == NULL ? -1 : hints->ai_socktype, 456 hints == NULL ? -1 : hints->ai_protocol 2053 struct addrinfo hints, *res0, *res; local [all...] |
/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 379 struct addrinfo hints, *res; 406 memset(&hints, 0, sizeof(hints)); 407 hints.ai_family = PF_UNSPEC; 408 hints.ai_flags = AI_NUMERICHOST; 409 hints.ai_socktype = SOCK_DGRAM; 410 error = getaddrinfo(addr, serv, &hints, &res);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 95 /* flags argument in size hints */ 593 XSizeHints* /* hints */ 607 XSizeHints* /* hints */, 619 XSizeHints* /* hints */ 656 XSizeHints* /* hints */ 698 XSizeHints* /* hints */, 812 XSizeHints* /* hints */,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 95 /* flags argument in size hints */ 593 XSizeHints* /* hints */ 607 XSizeHints* /* hints */, 619 XSizeHints* /* hints */ 656 XSizeHints* /* hints */ 698 XSizeHints* /* hints */, 812 XSizeHints* /* hints */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xutil.h | 95 /* flags argument in size hints */ 593 XSizeHints* /* hints */ 607 XSizeHints* /* hints */, 619 XSizeHints* /* hints */ 656 XSizeHints* /* hints */ 698 XSizeHints* /* hints */, 812 XSizeHints* /* hints */,
|
/external/iputils/ |
ping6.c | 451 struct addrinfo hints, *ai0, *ai; local 460 memset(&hints, 0, sizeof(hints)); 466 hints.ai_family = AF_INET6; 471 hints.ai_family = AF_INET; 478 hints.ai_socktype = SOCK_DGRAM; 480 hints.ai_flags = AI_IDN; 483 gai = getaddrinfo(arg, 0, &hints, &ai0); 700 struct addrinfo hints, *ai; local 861 memset(&hints, 0, sizeof(hints)) [all...] |
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 384 ArrayRef<FixItHint> Hints, 388 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM); 401 /// \param Hints The FixIt hints active for this diagnostic. 406 ArrayRef<FixItHint> Hints, 415 emitMacroExpansions(OneLevelUp, Level, Ranges, Hints, SM,
|
TextDiagnostic.cpp | [all...] |
/external/libpcap/ |
scanner.l | 317 struct addrinfo hints, *res; 318 memset(&hints, 0, sizeof(hints)); 319 hints.ai_family = AF_INET6; 320 hints.ai_flags = AI_NUMERICHOST; 321 if (getaddrinfo(yytext, NULL, &hints, &res))
|
/external/v8/src/ |
platform-posix.cc | 446 struct addrinfo hints; local 447 memset(&hints, 0, sizeof(addrinfo)); 448 hints.ai_family = AF_INET; 449 hints.ai_socktype = SOCK_STREAM; 450 hints.ai_protocol = IPPROTO_TCP; 451 int status = getaddrinfo(host, port, &hints, &result);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 5 of each IDLE edit window which provides block structure hints. These hints are 9 not open blocks are not shown in the context hints pane.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 5 of each IDLE edit window which provides block structure hints. These hints are 9 not open blocks are not shown in the context hints pane.
|
/dalvik/vm/ |
Native.h | 56 * Generate hints to speed native calls. This is platform specific.
|
/external/bison/ |
PACKAGING | 1 Packaging hints for binary package distributors
|
/external/bison/m4/ |
warn-on-use.m4 | 13 # See warn-on-use.h for some hints on how to poison function names, as
|
/external/chromium_org/chrome/browser/chromeos/login/ |
proxy_settings_dialog.cc | 25 // Hints for size of proxy settings dialog.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_tooltip_controller.mm | 41 hints:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.mm | 73 hints:nil];
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptHost.idl | 38 [Custom] void inspect(any objectId, any hints);
|
InspectorAgent.h | 81 void inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga_escape.h | 66 * host can use these hints to make user interface or performance
|
/external/clang/test/Misc/ |
tabstop.c | 32 // Test code modification hints
|
/external/compiler-rt/ |
README.android | 11 * The file contains useful hints when we try to resolve future 3-way merge
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 195 * Sets the width and height hints. The width and height hints override the control's preferred 295 * Sets the width and height hints. The width and height hints override the control's preferred
|