/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/ipsec-tools/src/racoon/ |
sockmisc.c | 982 struct addrinfo hints, *res; local 986 memset(&hints, 0, sizeof(hints)); 987 hints.ai_family = PF_UNSPEC; 988 hints.ai_socktype = SOCK_DGRAM; 989 hints.ai_flags = AI_NUMERICHOST; 990 error = getaddrinfo(host, port, &hints, &res);
|
racoonctl.c | 745 struct addrinfo hints, *res; local 775 memset(&hints, 0, sizeof(hints)); 776 hints.ai_family = PF_UNSPEC; 777 hints.ai_socktype = SOCK_DGRAM; 778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0) [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...] |
/external/zxing/core/ |
core.jar | |
/external/oprofile/pp/ |
opreport.cpp | 396 out->vma_format_64bit(choice.hints & cf_64bit_vma); 399 format_flags flags = get_format_flags(choice.hints); 425 format_flags flags = get_format_flags(choice.hints); 438 out.vma_format_64bit(choice.hints & cf_64bit_vma);
|
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 234 public void addRenderingHints(Map hints) 236 graphics.addRenderingHints(hints); 564 public void setRenderingHints(Map hints) 566 graphics.setRenderingHints(hints);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
irda.h | 137 __u8 hints[2]; /* Hint bits */ member in struct:irda_device_info
|
/external/mtpd/ |
mtpd.c | 263 struct addrinfo hints = { local 274 error = getaddrinfo(server, port, &hints, &records);
|
/external/oprofile/libpp/ |
profile_container.cpp | 185 choice.hints = it->output_hint(choice.hints);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspector.js | 805 WebInspector.inspect = function(payload, hints) [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 440 testPrintI(" hints: %#x", 441 list->hwLayers[layer].hints, 442 (list->hwLayers[layer].hints & HWC_HINT_TRIPLE_BUFFER) 444 (list->hwLayers[layer].hints & HWC_HINT_CLEAR_FB) 510 testPrintI(" hints: %#x%s%s", 511 list->hwLayers[layer].hints, 512 (list->hwLayers[layer].hints & HWC_HINT_TRIPLE_BUFFER) 514 (list->hwLayers[layer].hints & HWC_HINT_CLEAR_FB) [all...] |
/external/netperf/ |
netlib.c | 2637 struct addrinfo hints; local [all...] |
/external/qemu/ |
sockets.c | 632 struct addrinfo hints[1]; local 636 memset(hints, 0, sizeof(hints)); 637 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC; 639 ret = getaddrinfo(hostname, NULL, hints, &res); 758 struct addrinfo hints = ai; local 760 ret = getaddrinfo(hostname, port, &hints, &res); [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | 637 struct addrinfo hints[1]; local 641 memset(hints, 0, sizeof(hints)); 642 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC; 644 ret = getaddrinfo(hostname, NULL, hints, &res); 762 struct addrinfo hints = ai; local 764 ret = getaddrinfo(hostname, port, &hints, &res); [all...] |
/external/chromium/net/disk_cache/ |
block_files.cc | 50 int current = header->hints[target - 1]; 67 header->hints[target - 1] = current; 146 // Restores the "empty counters" and allocation hints. 149 header->hints[i] = 0;
|
/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/ |
InjectedScriptSource.js | 207 var hints = {}; 213 hints.databaseId = databaseId; 218 hints.domStorageId = InjectedScriptHost.evaluate("(" + storageId + ")"); 221 InjectedScriptHost.inspect(objectId, hints); [all...] |
/external/libpcap/ |
scanner.c | 3290 struct addrinfo hints, *res; variable in typeref:struct:addrinfo [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
README | 76 file makefile.win gives hints on how to proceed; if you run
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.h | 83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
|
/external/freetype/src/pshinter/ |
pshalgo.h | 83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapShader_Delegate.java | 114 java.awt.RenderingHints hints) {
|