Home
last modified time | relevance | path

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

12345678910>>...13

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock-ai.cc79 struct ares_addrinfo_hints hints = {}; in TEST_P() local
120 struct ares_addrinfo_hints hints = {}; in TEST_P() local
138 struct ares_addrinfo_hints hints = {}; in TEST_P() local
156 struct ares_addrinfo_hints hints = {}; in TEST_P() local
174 struct ares_addrinfo_hints hints = {}; in TEST_P() local
193 struct ares_addrinfo_hints hints = {}; in TEST_P() local
212 struct ares_addrinfo_hints hints = {}; in TEST_P() local
231 struct ares_addrinfo_hints hints = {}; in TEST_P() local
274 struct ares_addrinfo_hints hints = {}; in TEST_P() local
325 struct ares_addrinfo_hints hints = {}; in TEST_P() local
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_selector.cc38 ModelHints hints) { in SelectConvolutionAdreno()
81 ModelHints hints) { in SelectConvolution()
100 ModelHints hints) { in SelectConvolutionForWinograd()
109 const OperationDef& op_def, ModelHints hints, in SelectConvolutionWithDynamicWeights()
119 const OperationDef& op_def, ModelHints hints, in SelectConvolutionBatchedMatMul()
129 ModelHints hints, Layout input_layout) { in SelectConverterToConvWeights()
/external/zxing/core/src/test/java/com/google/zxing/qrcode/encoder/
DEncoderTestCase.java133 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithVersion() local
141 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithVersionTooSmall() local
148 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testSimpleUTF8ECI() local
184 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeKanjiMode() local
221 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeShiftjisNumeric() local
257 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeGS1WithStringTypeHint() local
265 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeGS1WithBooleanTypeHint() local
273 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testDoesNotEncodeGS1WhenBooleanTypeHintExplicitlyFalse() local
281 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testDoesNotEncodeGS1WhenStringTypeHintExplicitlyFalse() local
289 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testGS1ModeHeaderWithECI() local
/external/freetype/src/pshinter/
Dpshrec.c769 ps_hints_done( PS_Hints hints ) in ps_hints_done()
783 ps_hints_init( PS_Hints hints, in ps_hints_init()
793 ps_hints_open( PS_Hints hints, in ps_hints_open()
806 ps_hints_stem( PS_Hints hints, in ps_hints_stem()
858 PS_Hints hints = (PS_Hints)hints_; in ps_hints_t1stem3() local
921 PS_Hints hints = (PS_Hints)hints_; in ps_hints_t1reset() local
963 PS_Hints hints = (PS_Hints)hints_; in ps_hints_t2mask() local
1009 PS_Hints hints = (PS_Hints)hints_; in ps_hints_t2counter() local
1052 ps_hints_close( PS_Hints hints, in ps_hints_close()
1089 t1_hints_open( T1_Hints hints ) in t1_hints_open()
[all …]
/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/zxing/core/src/main/java/com/google/zxing/
DMultiFormatReader.java42 private Map<DecodeHintType,?> hints; field in MultiFormatReader
69 public Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundException { in decode()
97 public void setHints(Map<DecodeHintType,?> hints) { in setHints()
/external/zxing/core/src/test/java/com/google/zxing/oned/
DCode128WriterTestCase.java258 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetABadCharacter() local
268 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetBBadCharacter() local
278 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetCBadCharactersNonNum() local
288 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetCBadCharactersFncCode() local
298 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetCWrongAmountOfDigits() local
311 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetA() local
327 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in testEncodeWithForcedCodeSetFailureCodeSetB() local
336 Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class); in encode() local
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_addition.py142 def _infer_hints_allowing_override(op1, op2, hints): argument
250 def _add(self, op1, op2, operator_name, hints): argument
255 def add(self, op1, op2, operator_name, hints=None): argument
292 def _add(self, op1, op2, operator_name, hints): argument
321 def _add(self, op1, op2, operator_name, hints): argument
337 def _add(self, op1, op2, operator_name, hints): argument
358 def _add(self, op1, op2, operator_name, hints): argument
/external/freetype/src/autofit/
Dafhints.c341 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index()
386 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index()
400 af_get_strong_edge_index( AF_GlyphHints hints, in af_get_strong_edge_index()
416 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points()
538 af_glyph_hints_dump_segments( AF_GlyphHints hints, in af_glyph_hints_dump_segments()
606 af_glyph_hints_get_num_segments( AF_GlyphHints hints, in af_glyph_hints_get_num_segments()
632 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, in af_glyph_hints_get_segment_offset()
680 af_glyph_hints_dump_edges( AF_GlyphHints hints, in af_glyph_hints_dump_edges()
800 af_glyph_hints_init( AF_GlyphHints hints, in af_glyph_hints_init()
810 af_glyph_hints_done( AF_GlyphHints hints ) in af_glyph_hints_done()
[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.c67 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
804 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments()
848 af_cjk_hints_link_segments( AF_GlyphHints hints, in af_cjk_hints_link_segments()
1006 af_cjk_hints_compute_edges( AF_GlyphHints hints, in af_cjk_hints_compute_edges()
1275 af_cjk_hints_detect_features( AF_GlyphHints hints, in af_cjk_hints_detect_features()
1295 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, in af_cjk_hints_compute_blue_edges()
1384 af_cjk_hints_init( AF_GlyphHints hints, in af_cjk_hints_init()
1502 af_cjk_compute_stem_width( AF_GlyphHints hints, in af_cjk_compute_stem_width()
1623 af_cjk_align_linked_edge( AF_GlyphHints hints, in af_cjk_align_linked_edge()
1651 af_cjk_align_serif_edge( AF_GlyphHints hints, in af_cjk_align_serif_edge()
[all …]
Dafindic.c70 af_indic_hints_init( AF_GlyphHints hints, in af_indic_hints_init()
80 AF_GlyphHints hints, in af_indic_hints_apply()
/external/zxing/core/src/main/java/com/google/zxing/oned/
DUPCAReader.java44 Map<DecodeHintType,?> hints) in decodeRow()
50 public Result decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints) in decodeRow()
61 public Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) in decode()
DMultiFormatOneDReader.java43 public MultiFormatOneDReader(Map<DecodeHintType,?> hints) { in MultiFormatOneDReader()
95 Map<DecodeHintType,?> hints) throws NotFoundException { in decodeRow()
DMultiFormatUPCEANReader.java44 public MultiFormatUPCEANReader(Map<DecodeHintType,?> hints) { in MultiFormatUPCEANReader()
74 Map<DecodeHintType,?> hints) throws NotFoundException { in decodeRow()
DOneDReader.java52 Map<DecodeHintType,?> hints) throws NotFoundException, FormatException { in decode()
104 Map<DecodeHintType,?> hints) throws NotFoundException { in doDecode()
293 public abstract Result decodeRow(int rowNumber, BitArray row, Map<DecodeHintType,?> hints) in decodeRow()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/
DPDF417Reader.java61 …public Result decode(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundException, Fo… in decode()
76 …public Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints) throws NotFoundExc… in decodeMultiple()
84 private static Result[] decode(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) in decode()
/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/
DDecoder.java58 public DecoderResult decode(boolean[][] image, Map<DecodeHintType,?> hints) in decode()
76 public DecoderResult decode(BitMatrix bits, Map<DecodeHintType,?> hints) in decode()
130 private DecoderResult decode(BitMatrixParser parser, Map<DecodeHintType,?> hints) in decode()
/external/zxing/core/src/test/java/com/google/zxing/datamatrix/
DDataMatrixWriterTestCase.java38 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testDataMatrixImageWriter() local
52 Map<EncodeHintType,Object> hints = new EnumMap<>(EncodeHintType.class); in testDataMatrixWriter() local
/external/zxing/core/src/main/java/com/google/zxing/multi/
DGenericMultipleBarcodeReader.java64 public Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints) in decodeMultiple()
75 Map<DecodeHintType,?> hints, in doDecodeMultiple()
147 hints, results, in doDecodeMultiple() local
/external/ComputeLibrary/src/runtime/CPP/
DSingleThreadScheduler.cpp38 void SingleThreadScheduler::schedule(ICPPKernel *kernel, const Hints &hints) in schedule()
56 void SingleThreadScheduler::schedule_op(ICPPKernel *kernel, const Hints &hints, const Window &windo… in schedule_op()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVoiceInteractionService.java45 protected void setUiHints(Bundle hints) { in setUiHints()
94 void setUiHints(Bundle hints); in setUiHints()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_read_validator_unittest.cpp98 MockDownloadHints hints; in TEST() local
169 MockDownloadHints hints; in TEST() local
207 MockDownloadHints hints; in TEST() local
252 MockDownloadHints hints; in TEST() local
/external/iperf3/src/
Diperf_sctp.c163 struct addrinfo hints, *res; in iperf_sctp_listen() local
287 struct addrinfo hints, *local_res, *server_res; in iperf_sctp_connect() local
556 struct addrinfo hints; in iperf_sctp_bindx() local
/external/zxing/android/src/com/google/zxing/client/android/
DDecodeHintManager.java126 Map<DecodeHintType, Object> hints = new EnumMap<>(DecodeHintType.class); in parseDecodeHints() local
205 Map<DecodeHintType,Object> hints = new EnumMap<>(DecodeHintType.class); in parseDecodeHints() local

12345678910>>...13