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

1 2 3 4 5 6 78 91011>>

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolve_op.hpp 75 o->query_.hints(), &o->addrinfo_, o->ec_);
resolver_service.hpp 60 query.service_name().c_str(), query.hints(), &address_info, ec);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_query.hpp 212 /// Get the hints associated with the query.
213 const asio::detail::addrinfo_type& hints() const function in class:asio::ip::basic_resolver_query
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimWriter.h 31 int32_t hints,
BC_OnedCodaBarWriter.cpp 145 int32_t hints,
152 CBC_OneDimWriter::Encode(contents, format, outWidth, outHeight, hints, e);
BC_OnedCode128Writer.cpp 114 int32_t hints,
121 CBC_OneDimWriter::Encode(contents, format, outWidth, outHeight, hints, e);
  /external/toybox/toys/pending/
route.c 74 struct addrinfo hints, *result; local
77 memset(&hints, 0, sizeof(struct addrinfo));
78 hints.ai_family = AF_INET6;
79 if ((status = getaddrinfo(ip, NULL, &hints, &result))) {
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 541 void **hints; local
544 &hints);
550 for (void **list = hints; *list != NULL; ++list) {
593 err = symbol_table_.snd_device_name_free_hint()(hints);
  /hardware/libhardware/include/hardware/
hwcomposer.h 119 * hints is bit mask set by the HWC implementation during (*prepare)().
123 * see hwc_layer_t::hints
125 uint32_t hints; member in struct:hwc_layer_1
504 * and hints are preserved between (*prepare)() calles unless the
511 * compositionType and hints are reset to their default value.
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.h 90 const struct addrinfo *hints, struct addrinfo **res);
  /system/netd/server/
DnsProxyListener.h 56 // Note: All of host, service, and hints may be NULL
60 struct addrinfo* hints,
NetdConstants.cpp 211 addrinfo hints = { local
214 int ret = getaddrinfo(addressString.c_str(), NULL, &hints, &res);
TetherController.cpp 248 addrinfo *res, hints = { .ai_flags = AI_NUMERICHOST }; local
249 int ret = getaddrinfo(servers[i], NULL, &hints, &res);
  /external/freetype/src/autofit/
aftypes.h 153 /* opaque handle to glyph-specific hints -- see `afhints.h' for more
221 (*AF_WritingSystem_InitHintsFunc)( AF_GlyphHints hints,
226 AF_GlyphHints hints,
  /external/freetype/src/psaux/
t1decode.c 423 /* begin hints recording session, if any */
425 hinter->open( hinter->hints );
792 case 3: /* change hints */
799 hinter->reset( hinter->hints,
805 /* counter control hints, clear stack */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aftypes.h 153 /* opaque handle to glyph-specific hints -- see `afhints.h' for more
221 (*AF_WritingSystem_InitHintsFunc)( AF_GlyphHints hints,
226 AF_GlyphHints hints,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 423 /* begin hints recording session, if any */
425 hinter->open( hinter->hints );
792 case 3: /* change hints */
799 hinter->reset( hinter->hints,
805 /* counter control hints, clear stack */
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 423 /* begin hints recording session, if any */
425 hinter->open( hinter->hints );
792 case 3: /* change hints */
799 hinter->reset( hinter->hints,
805 /* counter control hints, clear stack */
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 317 struct addrinfo hints; local
354 os_memset(&hints, 0, sizeof(struct addrinfo));
355 hints.ai_family = AF_INET; /* IPv4 */
356 hints.ai_socktype = SOCK_STREAM;
361 hints.ai_flags = AI_NUMERICHOST;
364 hints.ai_flags = 0;
366 hints.ai_protocol = 0; /* Any protocol? */
368 &hints, &result);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 45 * {@link #image2D(int, int)} constructors). To optimize access, provide access hints when making
253 * Returns the access hints bit-mask of the FrameType.
254 * @return The access hints bit-mask of the FrameType.
360 private static String keyValueForType(int elemId, int dims, int hints, Class<?> clazz) {
361 return elemId + ":" + dims + ":" + hints + ":" + (clazz != null ? clazz.getName() : "0");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 38 typedef int (WINAPI *WSPIAPI_PGETADDRINFO)(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
64 int WINAPI WspiapiGetAddrInfo(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
  /system/weaved/buffet/
socket_stream.cc 68 addrinfo hints = {0, AF_UNSPEC, SOCK_STREAM}; local
70 if (getaddrinfo(host.c_str(), service.c_str(), &hints, &result)) {
  /external/freetype/src/pshinter/
pshalgo.c 46 /***** BASIC HINTS RECORDINGS *****/
51 /* return true if two stem hints overlap */
61 /* destroy hints table */
71 FT_FREE( table->hints );
78 /* deactivate all hints in a table */
83 PSH_Hint hint = table->hints;
99 PSH_Hint hint = table->hints + idx;
108 /* ignore active hints */
138 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
169 /* create hints table *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c 46 /***** BASIC HINTS RECORDINGS *****/
51 /* return true if two stem hints overlap */
61 /* destroy hints table */
71 FT_FREE( table->hints );
78 /* deactivate all hints in a table */
83 PSH_Hint hint = table->hints;
99 PSH_Hint hint = table->hints + idx;
108 /* ignore active hints */
138 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
169 /* create hints table *
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 46 /***** BASIC HINTS RECORDINGS *****/
51 /* return true if two stem hints overlap */
61 /* destroy hints table */
71 FT_FREE( table->hints );
78 /* deactivate all hints in a table */
83 PSH_Hint hint = table->hints;
99 PSH_Hint hint = table->hints + idx;
108 /* ignore active hints */
138 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
169 /* create hints table *
    [all...]

Completed in 612 milliseconds

1 2 3 4 5 6 78 91011>>