/external/chromium_org/media/audio/alsa/ |
alsa_output_unittest.cc | 38 void*** hints)); 40 MOCK_METHOD1(DeviceNameFreeHint, int(void** hints)); 720 // Hints will only be grabbed for channel numbers that have non-default [all...] |
/external/chromium_org/net/disk_cache/ |
block_files.cc | 73 int current = header_->hints[target - 1]; 97 header_->hints[target - 1] = current; 172 header_->hints[i] = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptCanvasModuleSource.js | [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 646 * performs validation by using location hints specified in documents. 650 * refer to the same URL in the schema location hints, 657 * Note that the use of schema location hints introduces a
|
/external/chromium_org/sync/protocol/ |
sync.proto | 423 // This flag is set if the client was forced to drop hints because the number 424 // of queued hints exceeded its limit. The oldest hints will be discarded 430 // locally cached hints that are older than the server-did-drop notification. 437 // hints may be incomplete. This may be the case if: [all...] |
/external/chromium_org/third_party/libxml/src/ |
nanohttp.c | 1067 struct addrinfo hints, *res, *result; local 1070 memset (&hints, 0,sizeof(hints)); 1071 hints.ai_socktype = SOCK_STREAM; 1073 status = getaddrinfo (host, NULL, &hints, &result); [all...] |
nanoftp.c | 881 struct addrinfo hints, *tmp, *result; local 884 memset (&hints, 0, sizeof(hints)); 885 hints.ai_socktype = SOCK_STREAM; 888 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) { 894 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) { [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | [all...] |
/external/libxml2/ |
nanohttp.c | 1065 struct addrinfo hints, *res, *result; local 1068 memset (&hints, 0,sizeof(hints)); 1069 hints.ai_socktype = SOCK_STREAM; 1071 status = getaddrinfo (host, NULL, &hints, &result); [all...] |
nanoftp.c | 882 struct addrinfo hints, *tmp, *result; local 885 memset (&hints, 0, sizeof(hints)); 886 hints.ai_socktype = SOCK_STREAM; 889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) { 895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) { [all...] |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 2102 struct addrinfo hints; local [all...] |
/external/openssh/ |
servconf.c | 524 struct addrinfo hints, *ai, *aitop; local 528 memset(&hints, 0, sizeof(hints)); 529 hints.ai_family = options->address_family; 530 hints.ai_socktype = SOCK_STREAM; 531 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0; 533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0) [all...] |
configure.ac | [all...] |
/external/zxing/core/ |
core.jar | |
/external/jpeg/ |
install.doc | 45 Hints for specific systems 60 Please check the last section of this file to see if there are hints for the 162 the appropriate system-specific hints section near the end of this file. 314 Also see the system-specific hints, below. 546 HINTS FOR SPECIFIC SYSTEMS 556 (Thanks to Simon Middleton for these hints on compiling with Desktop C.) [all...] |
usage.doc | 314 HINTS FOR CJPEG 340 HINTS FOR DJPEG 368 HINTS FOR BOTH PROGRAMS
|
/external/qemu/distrib/jpeg-6b/ |
install.doc | 45 Hints for specific systems 60 Please check the last section of this file to see if there are hints for the 162 the appropriate system-specific hints section near the end of this file. 314 Also see the system-specific hints, below. 546 HINTS FOR SPECIFIC SYSTEMS 556 (Thanks to Simon Middleton for these hints on compiling with Desktop C.) [all...] |
usage.doc | 314 HINTS FOR CJPEG 340 HINTS FOR DJPEG 368 HINTS FOR BOTH PROGRAMS
|
/external/v8/src/ |
platform-win32.cc | 1839 struct addrinfo hints; local [all...] |
objects-inl.h | 3673 int hints = compiler_hints(); local 3690 int hints = compiler_hints(); local 3818 int hints = compiler_hints() & ~(kCodeAgeMask << kCodeAgeShift); local [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cf2intrp.c | 594 /* never add hints after the mask is computed */ 615 /* never add hints after the mask is computed */ [all...] |
/external/chromium_org/v8/src/arm/ |
constants-arm.h | 420 // Hints. 422 // Branch hints are not used on the ARM. They are defined so that they can 427 // Hints are not used on the arm. Negating is trivial.
|
/external/freetype/src/cff/ |
cf2intrp.c | 594 /* never add hints after the mask is computed */ 615 /* never add hints after the mask is computed */ [all...] |
/external/v8/src/arm/ |
constants-arm.h | 428 // Hints. 430 // Branch hints are not used on the ARM. They are defined so that they can 435 // Hints are not used on the arm. Negating is trivial.
|
/bionic/libc/include/ |
netdb.h | 151 #define EAI_BADHINTS 12 /* invalid value for hints */
|