Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 25 of 165) sorted by relevance

1234567

/external/libgdx/gdx/src/com/badlogic/gdx/net/
DNetJavaServerSocketImpl.java40 public NetJavaServerSocketImpl (Protocol protocol, int port, ServerSocketHints hints) { in NetJavaServerSocketImpl()
44 …c NetJavaServerSocketImpl (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in NetJavaServerSocketImpl()
83 public Socket accept (SocketHints hints) { in accept()
DNetJavaSocketImpl.java37 public NetJavaSocketImpl (Protocol protocol, String host, int port, SocketHints hints) { in NetJavaSocketImpl()
55 public NetJavaSocketImpl (java.net.Socket socket, SocketHints hints) { in NetJavaSocketImpl()
60 private void applyHints (SocketHints hints) { in applyHints()
/external/autotest/frontend/
Ddb_router.py63 def db_for_read(self, model, **hints):
79 def db_for_write(self, model, **hints):
95 def allow_relation(self, obj1, obj2, **hints):
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
DHeadlessNet.java51 …verSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in newServerSocket()
56 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
61 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglNet.java50 …erSocket newServerSocket (Protocol protocol, String ipAddress, int port, ServerSocketHints hints) { in newServerSocket()
55 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
60 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3Net.java51 …erSocket newServerSocket (Protocol protocol, String ipAddress, int port, ServerSocketHints hints) { in newServerSocket()
56 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
61 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/freetype/src/autofit/
Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
41 af_dummy_hints_apply( AF_GlyphHints hints, in af_dummy_hints_apply()
Dafhints.c226 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
294 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
351 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
377 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
425 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
528 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
538 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
586 af_glyph_hints_rescale( AF_GlyphHints hints, in af_glyph_hints_rescale()
598 af_glyph_hints_reload( AF_GlyphHints hints, in af_glyph_hints_reload()
996 af_glyph_hints_save( AF_GlyphHints hints, in af_glyph_hints_save()
[all …]
Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
82 af_indic_hints_apply( AF_GlyphHints hints, in af_indic_hints_apply()
Dafcjk.c74 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
703 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments()
747 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
908 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1174 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features()
1194 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges()
1283 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1411 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1532 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1558 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.c240 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index()
285 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index()
302 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
387 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
448 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
474 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
522 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
628 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
638 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
686 af_glyph_hints_rescale( AF_GlyphHints hints, in af_glyph_hints_rescale()
[all …]
Dafdummy.c26 af_dummy_hints_init( AF_GlyphHints hints, in af_dummy_hints_init()
42 AF_GlyphHints hints, in af_dummy_hints_apply()
Dafcjk.c74 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
719 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments()
763 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
924 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1190 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features()
1210 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges()
1299 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1427 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1548 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1574 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
[all …]
Dafindic.c73 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
83 AF_GlyphHints hints, in af_indic_hints_apply()
Daflatin2.c63 AF_GlyphHintsRec hints[1]; in af_latin2_metrics_init_widths() local
723 af_latin2_hints_compute_segments( AF_GlyphHints hints, in af_latin2_hints_compute_segments()
978 af_latin2_hints_link_segments( AF_GlyphHints hints, in af_latin2_hints_link_segments()
1076 af_latin2_hints_compute_edges( AF_GlyphHints hints, in af_latin2_hints_compute_edges()
1384 af_latin2_hints_detect_features( AF_GlyphHints hints, in af_latin2_hints_detect_features()
1402 af_latin2_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin2_hints_compute_blue_edges()
1508 af_latin2_hints_init( AF_GlyphHints hints, in af_latin2_hints_init()
1641 af_latin2_compute_stem_width( AF_GlyphHints hints, in af_latin2_compute_stem_width()
1809 af_latin2_align_linked_edge( AF_GlyphHints hints, in af_latin2_align_linked_edge()
1831 af_latin2_align_serif_edge( AF_GlyphHints hints, in af_latin2_align_serif_edge()
[all …]
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwNet.java50 …verSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in newServerSocket()
54 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
58 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSNet.java50 …verSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in newServerSocket()
55 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
60 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSNet.java52 …verSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in newServerSocket()
57 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
62 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidNet.java59 …verSocket newServerSocket (Protocol protocol, String hostname, int port, ServerSocketHints hints) { in newServerSocket()
64 public ServerSocket newServerSocket (Protocol protocol, int port, ServerSocketHints hints) { in newServerSocket()
69 public Socket newClientSocket (Protocol protocol, String host, int port, SocketHints hints) { in newClientSocket()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
Dpshrec.c804 ps_hints_done( PS_Hints hints ) in ps_hints_done()
818 ps_hints_init( PS_Hints hints, in ps_hints_init()
828 ps_hints_open( PS_Hints hints, in ps_hints_open()
841 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
889 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
952 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
991 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask()
1037 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter()
1083 ps_hints_close( PS_Hints hints, in ps_hints_close()
1120 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/external/freetype/src/pshinter/
Dpshrec.c804 ps_hints_done( PS_Hints hints ) in ps_hints_done()
818 ps_hints_init( PS_Hints hints, in ps_hints_init()
828 ps_hints_open( PS_Hints hints, in ps_hints_open()
841 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
889 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
952 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
991 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask()
1037 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter()
1083 ps_hints_close( PS_Hints hints, in ps_hints_close()
1120 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/external/pdfium/third_party/freetype/src/pshinter/
Dpshrec.c804 ps_hints_done( PS_Hints hints ) in ps_hints_done()
818 ps_hints_init( PS_Hints hints, in ps_hints_init()
828 ps_hints_open( PS_Hints hints, in ps_hints_open()
841 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
889 ps_hints_t1stem3( PS_Hints hints, in ps_hints_t1stem3()
952 ps_hints_t1reset( PS_Hints hints, in ps_hints_t1reset()
991 ps_hints_t2mask( PS_Hints hints, in ps_hints_t2mask()
1037 ps_hints_t2counter( PS_Hints hints, in ps_hints_t2counter()
1083 ps_hints_close( PS_Hints hints, in ps_hints_close()
1120 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCodeReader.cpp55 int32_t hints, in Decode()
70 int32_t hints, in Decode()
83 int32_t hints, in Decode()
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAReader.cpp43 int32_t hints, in DecodeRow()
55 int32_t hints, in DecodeRow()
72 int32_t hints, in Decode()
/external/v8/src/compiler/
Dtype-hints.cc31 std::ostream& operator<<(std::ostream& os, BinaryOperationHints hints) { in operator <<()
66 std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) { in operator <<()

1234567