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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/native/android/
net.c 77 const struct addrinfo *hints, struct addrinfo **res) {
84 return android_getaddrinfofornet(node, service, hints, netid, 0, res);
  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 99 StructAddrinfo hints = new StructAddrinfo(); local
100 hints.ai_flags = AI_ADDRCONFIG;
101 hints.ai_family = AF_UNSPEC;
105 hints.ai_socktype = SOCK_STREAM;
106 InetAddress[] addresses = Libcore.os.android_getaddrinfo(host, hints, netId);
  /external/freetype/src/autofit/
afwarp.c 163 AF_GlyphHints hints,
185 org_scale = hints->y_scale;
186 org_delta = hints->y_delta;
190 org_scale = hints->x_scale;
191 org_delta = hints->x_delta;
199 axis = &hints->axis[dim];
202 points = hints->points;
203 num_points = hints->num_points;
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale
    [all...]
afloader.c 33 AF_GlyphHints hints )
37 loader->hints = hints;
77 loader->hints = NULL;
106 AF_GlyphHints hints = loader->hints; local
119 * Apply stem darkening (emboldening) here before hints are applied to
222 * hints in the code further below. Code outside this emboldening
269 loader->pp1.x = hints->x_delta;
270 loader->pp1.y = hints->y_delta
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwarp.c 163 AF_GlyphHints hints,
185 org_scale = hints->y_scale;
186 org_delta = hints->y_delta;
190 org_scale = hints->x_scale;
191 org_delta = hints->x_delta;
199 axis = &hints->axis[dim];
202 points = hints->points;
203 num_points = hints->num_points;
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale
    [all...]
afloader.c 33 AF_GlyphHints hints )
37 loader->hints = hints;
77 loader->hints = NULL;
106 AF_GlyphHints hints = loader->hints; local
119 * Apply stem darkening (emboldening) here before hints are applied to
222 * hints in the code further below. Code outside this emboldening
269 loader->pp1.x = hints->x_delta;
270 loader->pp1.y = hints->y_delta
    [all...]
  /external/libpcap/
nametoaddr.c 121 struct addrinfo hints, *res; local
124 memset(&hints, 0, sizeof(hints));
125 hints.ai_family = PF_UNSPEC;
126 hints.ai_socktype = SOCK_STREAM; /*not really*/
127 hints.ai_protocol = IPPROTO_TCP; /*not really*/
128 error = getaddrinfo(name, NULL, &hints, &res);
  /system/netd/tests/
netd_test.cpp 131 AddrInfo(const char* node, const char* service, const addrinfo& hints) : ai_(nullptr) {
132 init(node, service, hints);
141 int init(const char* node, const char* service, const addrinfo& hints) {
143 error_ = getaddrinfo(node, service, &hints, &ai_);
597 addrinfo hints; local
598 memset(&hints, 0, sizeof(hints));
599 hints.ai_family = AF_INET;
600 EXPECT_EQ(0, getaddrinfo("hola", nullptr, &hints, &result));
660 addrinfo hints; local
785 addrinfo hints; local
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
tab_views.css 55 #proxy-view-socks-hints {
60 #proxy-view-socks-hints-flag {
  /external/libxml2/os400/
wrappers.h 37 const struct addrinfo * hints, struct addrinfo * * res);
  /external/netcat/
netcat.c 127 struct addrinfo hints; local
331 memset(&hints, 0, sizeof(struct addrinfo));
332 hints.ai_family = family;
333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
336 hints.ai_flags |= AI_NUMERICHOST;
383 s = local_listen(host, uport, hints);
452 s = socks_connect(host, portlist[i], hints,
457 s = remote_connect(host, portlist[i], hints);
590 remote_connect(const char *host, const char *port, struct addrinfo hints)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDReader.cpp 40 int32_t hints,
42 CFX_ByteString strtemp = DeDecode(image, hints, e);
47 int32_t hints,
82 CFX_ByteString result = DecodeRow(rowNumber, row, hints, e);
BC_OnedCode128Reader.h 18 int32_t hints,
BC_OnedCode39Reader.h 24 int32_t hints,
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeWriter.h 26 int32_t hints,
  /external/v8/src/compiler/
type-hints.h 15 // Type hints for an binary operation.
52 friend size_t hash_value(BinaryOperationHints const& hints) {
53 return hints.bit_field_;
67 // Type hints for an binary operation.
102 friend size_t hash_value(CompareOperationHints const& hints) {
103 return hints.bit_field_;
117 // Type hints for the ToBoolean type conversion.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationBarView.java 70 public void setNavigationIconHints(int hints, boolean force) {
71 // We do not need to set the navigation icon hints for a vehicle
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 33 void onListenerHintsChanged(int hints);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.6/
plexus-component-annotations-1.6.jar 
  /external/curl/CMake/
CurlTests.c 268 struct addrinfo hints, *ai; local
271 memset(&hints, 0, sizeof(hints));
272 hints.ai_family = AF_UNSPEC;
273 hints.ai_socktype = SOCK_STREAM;
277 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai);
  /external/toybox/toys/pending/
ftpget.c 131 struct addrinfo hints, *result; local
138 memset(&hints, 0 , sizeof(struct addrinfo));
139 hints.ai_family = AF_UNSPEC;
140 hints.ai_socktype = SOCK_STREAM;
142 status = getaddrinfo(host, port, &hints, &result);
  /external/libgdx/gdx/src/com/badlogic/gdx/
Net.java 341 * @param hints additional {@link ServerSocketHints} used to create the socket. Input null to use the default setting provided
345 public ServerSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints);
350 * @param hints additional {@link ServerSocketHints} used to create the socket. Input null to use the default setting provided
354 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints);
360 * @param hints additional {@link SocketHints} used to create the socket. Input null to use the default setting provided by the
363 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints);

Completed in 1916 milliseconds

1 2 3 45 6 7 8 91011>>