Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/
DSlice.java147 Slice(ArrayList<SliceItem> items, @SliceHint String[] hints, Uri uri, SliceSpec spec) { in Slice()
281 public @NonNull Builder addHints(@NonNull @SliceHint String... hints) { in addHints()
287 public @NonNull Builder addHints(@NonNull @SliceHint List<String> hints) { in addHints()
319 @SliceHint String[] hints = s.getHintArray(); in addAction() local
334 @SliceHint String[] hints = s.getHintArray(); in addAction() local
348 @NonNull @SliceHint String... hints) { in addText()
362 @NonNull @SliceHint List<String> hints) { in addText()
373 @NonNull IconCompat icon, @Nullable String subType, @NonNull @SliceHint String... hints) { in addIcon()
390 @NonNull @SliceHint List<String> hints) { in addIcon()
408 @NonNull @SliceHint List<String> hints) { in addRemoteInput()
[all …]
DSliceXml.java110 String[] hints = hints(parser.getAttributeValue(NAMESPACE, ATTR_HINTS)); in parseSlice() local
137 @Slice.SliceHint String[] hints = hints(hintStr); in parseItem() local
157 hints); in parseItem() local
168 b.addIcon(IconCompat.createWithContentUri(v), subtype, hints); in parseItem() local
174 b.addIcon(IconCompat.createWithBitmap(image), subtype, hints); in parseItem() local
180 b.addInt(Integer.parseInt(v), subtype, hints); in parseItem() local
188 b.addText(Html.fromHtml(v), subtype, hints); in parseItem() local
192 b.addLong(Long.parseLong(v), subtype, hints); in parseItem() local
218 private static String[] hints(String hintStr) { in hints() method in SliceXml
410 private static String hintStr(List<String> hints) { in hintStr()
DSliceItem.java139 @NonNull @Slice.SliceHint String[] hints) { in SliceItem()
153 @NonNull @Slice.SliceHint List<String> hints) { in SliceItem()
163 @NonNull @Slice.SliceHint String[] hints) { in SliceItem()
175 @NonNull @Slice.SliceHint String[] hints) { in SliceItem()
437 public boolean hasHints(@Nullable @Slice.SliceHint String[] hints) { in hasHints()
451 public boolean hasAnyHints(@Nullable @Slice.SliceHint String... hints) { in hasAnyHints()
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/core/
DSliceQuery.java40 public static boolean hasAnyHints(@NonNull SliceItem item, @Nullable String... hints) { in hasAnyHints()
53 public static boolean hasHints(@NonNull SliceItem item, @Nullable String... hints) { in hasHints()
67 public static boolean hasHints(@NonNull Slice item, @Nullable String... hints) { in hasHints()
114 @Nullable String hints, in findAll()
124 @Nullable String hints, in findAll()
134 @Nullable final String[] hints, in findAll()
150 @Nullable final String[] hints, in findAll()
166 @Nullable String hints, in find()
188 @Nullable String hints, in find()
198 @Nullable final String[] hints, in find()
[all …]
/aosp_15_r20/external/freetype/src/pshinter/
H A 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 …]
/aosp_15_r20/external/freetype/src/autofit/
H A 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 …]
H A 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 …]
H A Daflatin.c58 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
1537 af_latin_hints_compute_segments( AF_GlyphHints hints, in af_latin_hints_compute_segments()
1990 af_latin_hints_link_segments( AF_GlyphHints hints, in af_latin_hints_link_segments()
2128 af_latin_hints_compute_edges( AF_GlyphHints hints, in af_latin_hints_compute_edges()
2480 af_latin_hints_detect_features( AF_GlyphHints hints, in af_latin_hints_detect_features()
2503 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, in af_latin_hints_compute_blue_edges()
2617 af_latin_hints_init( AF_GlyphHints hints, in af_latin_hints_init()
2746 af_latin_compute_stem_width( AF_GlyphHints hints, in af_latin_compute_stem_width()
2943 af_latin_align_linked_edge( AF_GlyphHints hints, in af_latin_align_linked_edge()
2975 af_latin_align_serif_edge( AF_GlyphHints hints, in af_latin_align_serif_edge()
[all …]
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/qrcode/encoder/
H A 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
/aosp_15_r20/frameworks/base/core/java/android/app/slice/
H A DSlice.java267 Slice(ArrayList<SliceItem> items, @SliceHint String[] hints, Uri uri, SliceSpec spec) { in Slice()
397 public Builder addHints(@SliceHint List<String> hints) { in addHints()
423 List<String> hints = s.getHints(); in addAction() local
436 @SliceHint List<String> hints) { in addText()
447 @SliceHint List<String> hints) { in addIcon()
460 @SliceHint List<String> hints) { in addRemoteInput()
473 @SliceHint List<String> hints) { in addInt()
484 @SliceHint List<String> hints) { in addLong()
498 @SliceHint List<String> hints) { in addBundle()
H A DSliceQuery.java90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll()
97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll()
107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find()
128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find()
135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find()
144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
H A DSliceItem.java131 List<String> hints) { in SliceItem()
139 @Slice.SliceHint String[] hints) { in SliceItem()
150 @Slice.SliceHint String[] hints) { in SliceItem()
292 public boolean hasHints(@Slice.SliceHint String[] hints) { in hasHints()
305 public boolean hasAnyHints(@Slice.SliceHint String[] hints) { in hasAnyHints()
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dhints_wrap.py23 def __call__(self, body_fn, args, kwargs, hints): argument
76 def hints_wrapper_dense(body_fn, args, kwargs, hints): argument
86 def hints_wrapper_fake_tensor_mode(mode, body_func, args, kwargs, hints): argument
93 def hints_wrapper_functionalize(ctx, body_fn, args, kwargs, hints): argument
121 def trace_hints_wrapper(proxy_mode, hints_wrapper, body_fn, args, kwargs, hints): argument
145 def inner(proxy_mode, body_fn, args, kwargs, hints): argument
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/oned/
H A 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
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp211 const addrinfo hints = { in TEST_F() local
237 const addrinfo hints = { in TEST_F() local
253 const addrinfo hints = { in TEST_F() local
312 const addrinfo hints = { in TEST_F() local
386 const addrinfo hints = { in TEST_F() local
470 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local
568 const addrinfo hints = {.ai_family = config.ai_family}; in TEST_F() local
611 const addrinfo hints = {.ai_family = family}; in TEST_F() local
650 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
856 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
[all …]
Dresolv_integration_test.cpp135 const addrinfo& hints) { in safe_getaddrinfo_time_taken()
772 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
823 const addrinfo hints = { in TEST_F() local
866 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
934 addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
990 addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
1047 addrinfo hints = {.ai_family = AF_UNSPEC, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
1116 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
1136 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
1154 addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
H A 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()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/slice/slice-core/1.1.0-alpha02/androidx.slice_slice-core/android_common/aar/
Dandroidx.slice_slice-core.jar ... .lang.String[]) String[] hints public androidx.slice.Slice$Builder addHints ( ...
Dclasses.jar ... .lang.String[]) String[] hints public androidx.slice.Slice$Builder addHints ( ...
/aosp_15_r20/frameworks/base/tests/Internal/src/android/app/
H A DWallpaperColorsTest.java59 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in whiteSurfaceColorHintsTest() local
84 int hints = WallpaperColors.fromBitmap(xsmall_image).getColorHints(); in xSmallWhiteSurfaceColorHintsTest() local
102 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in blackSurfaceColorHintsTest() local
119 int hints = WallpaperColors.fromBitmap(image).getColorHints(); in bitmapHintsTest() local
/aosp_15_r20/frameworks/base/core/java/android/service/assist/classification/
H A DFieldClassification.java156 List<String> hints = new java.util.ArrayList<>(); in unparcelHints() local
188 @NonNull Set<String> hints) { in FieldClassification()
209 @NonNull Set<String> hints, in FieldClassification()
273 Set<String> hints = unparcelHints(in); in FieldClassification() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/
H A DResilientPreparedModel.cpp110 const std::vector<nn::TokenValuePair>& hints, in execute()
126 const std::vector<nn::TokenValuePair>& hints, in executeFenced()
140 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution()
173 const std::vector<nn::TokenValuePair>& hints, in createReusableExecutionInternal()
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DPreparedModel.cpp132 const std::vector<nn::TokenValuePair>& hints, in execute()
152 const std::vector<nn::TokenValuePair>& hints, in executeInternal()
183 const std::vector<nn::TokenValuePair>& hints, in executeFenced()
207 const std::vector<nn::TokenValuePair>& hints, in executeFencedInternal()
236 const std::vector<nn::TokenValuePair>& hints, in createReusableExecution()

12345678910>>...35