/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
check_injected_webgl_calls_info.py | 82 hints = { 111 if function_name in hints: 112 result["hints"] = hints[function_name]
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afloader.h | 46 AF_GlyphHintsRec hints; member in struct:AF_LoaderRec_
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/ |
address_ui_component.h | 28 // The types of hints for how large the field should be in a multiline address
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
nethelpers.cc | 48 struct addrinfo hints = {0}; local 50 hints.ai_family = AF_INET; 51 hints.ai_flags = AI_ADDRCONFIG; 52 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
hint.h | 3 * Hints operations.
|
/external/chromium_org/ui/base/cocoa/controls/ |
hover_image_menu_button_cell.mm | 66 hints:nil];
|
/external/freetype/src/autofit/ |
afloader.h | 46 AF_GlyphHintsRec hints; member in struct:AF_LoaderRec_
|
/external/jpeg/ |
rdjpgcom.1 | 34 .SH HINTS
|
/external/kernel-headers/original/uapi/linux/ |
auxvec.h | 24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
|
/external/llvm/test/CodeGen/X86/ |
vec_zero.ll | 21 ; Without any type hints from operations, we fall back to the smaller xorps.
|
/external/mesa3d/src/mesa/main/ |
hint.h | 3 * Hints operations.
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
TrackReferenceBox.java | 29 * are typed. A 'hint' reference links from the containing hint track to the media data that it hints. A content
|
/external/netcat/ |
netcat.c | 127 struct addrinfo hints; local 331 memset(&hints, 0, sizeof(struct addrinfo)); 332 hints.ai_family = family; 333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM; 334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP; 336 hints.ai_flags |= AI_NUMERICHOST; 383 s = local_listen(host, uport, hints); 452 s = socks_connect(host, portlist[i], hints, 457 s = remote_connect(host, portlist[i], hints); 590 remote_connect(const char *host, const char *port, struct addrinfo hints) [all...] |
/external/oprofile/libpp/ |
format_flags.h | 61 * General hints about formatting of the columnar output.
|
profile_container.h | 90 : hints(cf_none), threshold(0.0), match_image(false) {} 92 /// hints filled in 93 column_flags hints; member in struct:profile_container::symbol_choice 176 * Optimization hints for what information we are going to need,
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.1 | 34 .SH HINTS
|
/frameworks/base/core/java/android/app/ |
IWallpaperManager.aidl | 60 * Sets the dimension hint for the wallpaper. These hints indicate the desired
|
/external/chromium_org/tools/android/forwarder2/ |
socket.cc | 251 struct addrinfo hints; local 253 memset(&hints, 0, sizeof(hints)); 254 hints.ai_family = AF_UNSPEC; 255 hints.ai_socktype = SOCK_STREAM; 256 hints.ai_flags |= AI_CANONNAME; 258 int errcode = getaddrinfo(host.c_str(), NULL, &hints, &res);
|
/external/libpcap/ |
nametoaddr.c | 128 struct addrinfo hints, *res; local 131 memset(&hints, 0, sizeof(hints)); 132 hints.ai_family = PF_UNSPEC; 133 hints.ai_socktype = SOCK_STREAM; /*not really*/ 134 hints.ai_protocol = IPPROTO_TCP; /*not really*/ 135 error = getaddrinfo(name, NULL, &hints, &res);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 222 * search hints. 231 * The time interval at which we should consider whether or not to show some voice search hints. 240 * The time interval at which, on average, voice search hints are displayed. 249 * The amount of time for which voice search hints are displayed in one go. 258 * The period that we change voice search hints at while they're being displayed.
|
/system/netd/ |
DnsProxyListener.cpp | 53 struct addrinfo* hints, 61 mHints(hints), 209 struct addrinfo* hints = NULL; local 219 hints = (struct addrinfo*) calloc(1, sizeof(struct addrinfo)); 220 hints->ai_flags = ai_flags; 221 hints->ai_family = ai_family; 222 hints->ai_socktype = ai_socktype; 223 hints->ai_protocol = ai_protocol; 236 new DnsProxyListener::GetAddrInfoHandler(cli, name, service, hints, iface, pid, uid,
|
/system/core/libnetutils/ |
ifc_utils.c | 96 struct addrinfo hints, *ai; local 103 memset(&hints, 0, sizeof(hints)); 104 hints.ai_family = AF_UNSPEC; 105 hints.ai_flags = AI_NUMERICHOST; 106 hints.ai_socktype = SOCK_DGRAM; 108 ret = getaddrinfo(string, NULL, &hints, &ai); 873 struct addrinfo hints, *addr_ai, *gw_ai; local 875 memset(&hints, 0, sizeof(hints)); [all...] |
/external/llvm/lib/CodeGen/ |
TargetRegisterInfo.cpp | 254 // Compute target-independent register allocator hints to help eliminate copies. 258 SmallVectorImpl<MCPhysReg> &Hints, 264 // Hints with HintType != 0 were set by target-dependent code. 269 // Target-independent hints are either a physical or a virtual register. 279 // Check that Phys is in the allocation order. We shouldn't heed hints 286 Hints.push_back(Phys);
|
/external/dropbear/ |
dbutil.c | 189 struct addrinfo hints, *res = NULL, *res0 = NULL; local 198 memset(&hints, 0, sizeof(hints)); 199 hints.ai_family = AF_UNSPEC; /* TODO: let them flag v4 only etc */ 200 hints.ai_socktype = SOCK_STREAM; 213 hints.ai_flags = AI_PASSIVE; 215 err = getaddrinfo(address, port, &hints, &res0); 306 struct addrinfo *res0 = NULL, *res = NULL, hints; local 316 memset(&hints, 0, sizeof(hints)); [all...] |
/external/chromium_org/ppapi/api/ |
ppb_host_resolver.idl | 31 * <code>PP_HostResolver_Hint</code> represents hints for host resolution. 87 * hints for host resolution.
|