HomeSort by relevance Sort by last modified time
    Searched refs:hints (Results 251 - 275 of 579) sorted by null

<<11121314151617181920>>

  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 517 struct addrinfo hints; local
523 memset(&hints, 0, sizeof(struct addrinfo));
524 hints.ai_family = AF_UNSPEC;
525 hints.ai_socktype = SOCK_STREAM;
526 rv = getaddrinfo(host, service, &hints, &res);
test_request_response.c 505 struct addrinfo hints; local
511 memset(&hints, 0, sizeof(struct addrinfo));
512 hints.ai_family = AF_UNSPEC;
513 hints.ai_socktype = SOCK_STREAM;
514 rv = getaddrinfo(host, service, &hints, &res);
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 1723 void **hints; local
    [all...]
  /external/iproute2/tipc/
bearer.c 140 struct addrinfo hints = { local
174 if ((err = getaddrinfo(locip, locport, &hints, &loc))) {
188 if ((err = getaddrinfo(remip, remport, &hints, &rem))) {
  /system/netd/server/
SockDiagTest.cpp 226 addrinfo hints = { .ai_flags = AI_NUMERICHOST }, *src, *dst; local
227 EXPECT_EQ(0, getaddrinfo(srcstr, NULL, &hints, &src));
228 EXPECT_EQ(0, getaddrinfo(dststr, NULL, &hints, &dst));
SockDiag.cpp 132 addrinfo hints = { .ai_flags = AI_NUMERICHOST }; local
139 if ((ret = getaddrinfo(addrstr, nullptr, &hints, &res)) != 0) {
  /external/ipsec-tools/src/racoon/
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/libpcap/
scanner.c 3687 struct addrinfo hints, *res; variable in typeref:struct:addrinfo
    [all...]
  /external/dnsmasq/src/
util.c 331 struct addrinfo *res, hints = { local
337 int ret = getaddrinfo(addrstr, NULL, &hints, &res);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 229 const char* service, const addrinfo_type& hints,
234 const char* service, const addrinfo_type& hints,
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode39Writer.cpp 224 int32_t hints,
231 CBC_OneDimWriter::Encode(contents, format, outWidth, outHeight, hints, e);
BC_OnedEAN13Writer.cpp 92 int32_t hints,
98 CBC_OneDimWriter::Encode(contents, format, outWidth, outHeight, hints, e);
BC_OnedUPCAWriter.cpp 99 int32_t hints,
108 outHeight, hints, e);
BC_OnedCodaBarReader.cpp 44 int32_t hints,
BC_OnedCode128Reader.cpp 175 int32_t hints,
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp 38 CBC_QRDetectorResult* CBC_QRDetector::Detect(int32_t hints, int32_t& e) {
40 CBC_QRFinderPatternInfo* qpi = finder.Find(hints, e);
  /external/v8/src/runtime/
runtime-literals.cc 316 JSObject::DeepCopyHints hints = (flags & ArrayLiteral::kShallowElements) == 0 local
320 JSObject::DeepCopy(boilerplate, &usage_context, hints);
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 77 void requestHintsFromListener(in INotificationListener token, int hints);
  /ndk/sources/host-tools/nawk-20071023/
README 76 file makefile.win gives hints on how to proceed; if you run
  /external/freetype/src/pshinter/
pshalgo.h 81 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 81 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 81 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java 113 Rectangle2D userBounds, AffineTransform xform, RenderingHints hints) {
BlendComposite.java 116 RenderingHints hints) {
LinearGradient_Delegate.java 127 java.awt.RenderingHints hints) {

Completed in 624 milliseconds

<<11121314151617181920>>