Searched refs:hints (Results 151 - 170 of 170) sorted by relevance

1234567

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4926 addrinfo hints; local
4927 memset(&hints, 0, sizeof(hints));
4928 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
4929 hints.ai_socktype = SOCK_STREAM;
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4926 addrinfo hints; local
4927 memset(&hints, 0, sizeof(hints));
4928 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
4929 hints.ai_socktype = SOCK_STREAM;
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm533 hints:nil];
/external/oprofile/events/i386/nehalem/
H A Dunit_masks356 0x04 lru_hints Counts number of Super Queue LRU hints sent to L3
/external/tcpdump/
H A Dconfigure5108 struct addrinfo hints, *ai, *aitop;
5112 memset(&hints, 0, sizeof(hints));
5113 hints.ai_family = AF_UNSPEC;
5114 hints.ai_flags = passive ? AI_PASSIVE : 0;
5115 hints.ai_socktype = SOCK_STREAM;
5116 hints.ai_protocol = IPPROTO_TCP;
5117 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1692 struct __sanitizer_addrinfo *hints,
1695 COMMON_INTERCEPTOR_ENTER(ctx, getaddrinfo, node, service, hints, out);
1699 if (hints)
1700 COMMON_INTERCEPTOR_READ_RANGE(ctx, hints, sizeof(__sanitizer_addrinfo));
1704 int res = REAL(getaddrinfo)(node, service, hints, out);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc880 struct addrinfo hints; local
881 memset(&hints, 0, sizeof(hints));
882 hints.ai_family = AF_INET;
883 int res = getaddrinfo("localhost", NULL, &hints, &ai);
/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py645 self.hints = []
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py645 self.hints = []
/external/chromium_org/v8/src/
H A Dobjects-inl.h5373 int hints = compiler_hints(); local
5374 hints = BooleanBit::set(hints, kStrictModeFunction, strict_mode == STRICT);
5375 set_compiler_hints(hints);
H A Dobjects.cc5781 JSObject::DeepCopyHints hints)
5784 hints_(hints) {}
6001 DeepCopyHints hints) {
6002 JSObjectWalkVisitor<AllocationSiteUsageContext> v(site_context, true, hints);
5780 JSObjectWalkVisitor(ContextObject* site_context, bool copying, JSObject::DeepCopyHints hints) argument
5998 DeepCopy( Handle<JSObject> object, AllocationSiteUsageContext* site_context, DeepCopyHints hints) argument
H A Druntime.cc567 JSObject::DeepCopyHints hints = (flags & ArrayLiteral::kShallowElements) == 0 local
571 hints);
8363 // The function should be compiled for the optimization hints to be
H A Dobjects.h2520 DeepCopyHints hints = kNoHints);
7494 // On 32 bit platforms, compiler hints is a smi.
7498 // On 64 bit platforms, compiler hints is not a smi, see comment above.
/external/libvorbis/doc/
H A D01-introduction.tex149 bitrate hints, and the lists of component instances. All other
H A D04-codec.tex71 The bitrate fields above are used only as hints. The nominal bitrate
/external/bison/
H A Dmaint.mk1085 # navigation hints in the otherwise-English documentation.
/external/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s3669 @ Unallocated wide/narrow hints
/external/sqlite/dist/orig/
H A Dsqlite3.c8089 ** a boolean expression that is usually true. These hints could,
51103 u8 hints; /* As configured by CursorSetHints() */ member in struct:BtCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8089 ** a boolean expression that is usually true. These hints could,
51123 u8 hints; /* As configured by CursorSetHints() */ member in struct:BtCursor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1168 milliseconds

1234567