Home
last modified time | relevance | path

Searched defs:plan (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset.hh58 hb_subset_plan_t *plan; member
H A Dhb-ot-shape-normalize.hh55 const hb_ot_shape_plan_t *plan; member
H A Dhb-ot-shape-complex-myanmar.cc75 collect_features_myanmar (hb_ot_shape_planner_t *plan) in collect_features_myanmar() argument
260 reorder_myanmar (const hb_ot_shape_plan_t *plan, in reorder_myanmar() argument
H A Dhb-subset-cff-common.cc49 hb_plan_subset_cff_fdselect (const hb_subset_plan_t *plan, in hb_plan_subset_cff_fdselect() argument
H A Dhb-ot-shape-normalize.cc291 _hb_ot_shape_normalize (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_normalize() argument
[all...]
H A Dhb-subset.cc80 _plan_estimate_subset_table_size (hb_subset_plan_t *plan, unsigned table_len) in _plan_estimate_subset_table_size() argument
158 _subset (hb_subset_plan_t *plan) in _subset() argument
237 _should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag) in _should_drop_table() argument
270 _passthrough(hb_subset_plan_t *plan, hb_tag_t tag) _passthrough() argument
279 _subset_table(hb_subset_plan_t *plan, hb_tag_t tag) _subset_table() argument
[all...]
H A Dhb-aat-layout.cc243 hb_aat_layout_substitute (const hb_ot_shape_plan_t *plan, in hb_aat_layout_substitute() argument
313 hb_aat_layout_position (const hb_ot_shape_plan_t *plan, in hb_aat_layout_position() argument
346 hb_aat_layout_track (const hb_ot_shape_plan_t *plan, in hb_aat_layout_track() argument
H A Dhb-ot-shape-complex-arabic-fallback.hh177 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan, in arabic_fallback_synthesize_lookup() argument
263 arabic_fallback_plan_init_unicode(arabic_fallback_plan_t *fallback_plan, const hb_ot_shape_plan_t *plan, hb_font_t *font) arabic_fallback_plan_init_unicode() argument
290 arabic_fallback_plan_create(const hb_ot_shape_plan_t *plan, hb_font_t *font) arabic_fallback_plan_create() argument
[all...]
H A Dhb-ot-shape-complex-hangul.cc58 collect_features_hangul (hb_ot_shape_planner_t *plan) in collect_features_hangul() argument
67 override_features_hangul (hb_ot_shape_planner_t *plan) in override_features_hangul() argument
81 data_create_hangul (const hb_ot_shape_plan_t *plan) in data_create_hangul() argument
399 setup_masks_hangul (const hb_ot_shape_plan_t *plan, in setup_masks_hangul() argument
H A Dhb-ot-shape-complex-khmer.cc92 collect_features_khmer (hb_ot_shape_planner_t *plan) in collect_features_khmer() argument
124 override_features_khmer (hb_ot_shape_planner_t *plan) in override_features_khmer() argument
149 data_create_khmer (const hb_ot_shape_plan_t *plan) in data_create_khmer() argument
199 reorder_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face HB_UNUSED, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_consonant_syllable() argument
276 reorder_syllable_khmer(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_syllable_khmer() argument
295 reorder_khmer(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_khmer() argument
[all...]
H A Dhb-ot-shape-complex-use.cc110 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use() argument
156 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use() argument
189 setup_masks_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_use() argument
213 setup_rphf_mask(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_rphf_mask() argument
232 setup_topographical_masks(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer) setup_topographical_masks() argument
297 setup_syllables_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) setup_syllables_use() argument
309 record_rphf_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_rphf_use() argument
440 reorder_use(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) reorder_use() argument
462 preprocess_text_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_use() argument
[all...]
H A Dhb-ot-shape-fallback.cc316 position_around_base (const hb_ot_shape_plan_t *plan, in position_around_base() argument
412 position_cluster (const hb_ot_shape_plan_t *plan, in position_cluster() argument
440 _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan, in _hb_ot_shape_fallback_mark_position() argument
486 _hb_ot_shape_fallback_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) _hb_ot_shape_fallback_kern() argument
[all...]
H A Dhb-subset-cff2.cc339 _serialize_cff2(hb_serialize_context_t *c, cff2_subset_plan &plan, const OT::cff2::accelerator_subset_t &acc, unsigned int num_glyphs) _serialize_cff2() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm2_cipher_test.cpp306 uint8_t plan[] = "this is sm2 cipher test!\0"; in HWTEST_F() local
335 uint8_t plan[] = "this is sm2 cipher test!\0"; in HWTEST_F() local
379 uint8_t plan[] = "this is sm2 cipher test!\0"; in HWTEST_F() local
469 uint8_t plan[] = "12312123123"; HWTEST_F() local
499 uint8_t plan[] = "12312123123"; HWTEST_F() local
621 uint8_t plan[] = "this is sm2 cipher test!\\0"; HWTEST_F() local
1171 uint8_t plan[] = "this is sm2 cipher test!\\0"; HWTEST_F() local
[all...]
H A Dcrypto_signature_exception_test.cpp85 uint8_t plan[] = "this is signature test!\0"; in HWTEST_F() local
103 uint8_t plan[] = "this is verify test!\0"; in HWTEST_F() local
134 uint8_t plan[] = "this is verify test!\0"; in HWTEST_F() local
H A Dcrypto_sm4_cipher_test.cpp1041 uint8_t plan[] = "12312123123"; in HWTEST_F() local
1090 uint8_t plan[] = "12312123123"; in HWTEST_F() local
1112 uint8_t plan[] = "12312123123"; in HWTEST_F() local
1131 uint8_t plan[] in HWTEST_F() local
1171 uint8_t plan[] = "12312123123"; HWTEST_F() local
[all...]
H A Dcrypto_rsa_only_sign_and_verify_recover_test.cpp68 static void RsaOnlySignTest(const char *keyAlgoName, const char *algoName, const char *plan) in RsaOnlySignTest() argument
94 static void RsaOnlySignIncorrectTest(const char *keyAlgoName, const char *algoName, const char *plan) in RsaOnlySignIncorrectTest() argument
265 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
293 uint8_t plan[] in HWTEST_F() local
577 uint8_t plan[] = "01234567890123456789012345678901"; HWTEST_F() local
613 uint8_t plan[] = "01234567890123456789012345678901"; HWTEST_F() local
700 uint8_t plan[] = "01234567890123456789012345678901"; HWTEST_F() local
742 uint8_t plan[] = "01234567890123456789012345678901"; HWTEST_F() local
[all...]
H A Dcrypto_rsa_sign_test.cpp381 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
398 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
443 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
513 uint8_t plan[] in HWTEST_F() local
538 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
563 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
588 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
613 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
638 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
663 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
688 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
713 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
738 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
763 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
788 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1297 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1332 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1367 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1402 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1437 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1472 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1507 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1543 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1577 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1611 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1645 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1679 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1713 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1747 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1782 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1822 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1868 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1911 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1955 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
1999 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
[all...]
H A Dcrypto_rsa_verify_test.cpp237 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
257 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
274 uint8_t plan[] = "this is rsa verify test."; in HWTEST_F() local
290 uint8_t plan[] in HWTEST_F() local
374 uint8_t plan[] = "this is rsa verify test."; HWTEST_F() local
409 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
447 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
485 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
523 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
564 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
603 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
643 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
1008 uint8_t plan[] = "this is rsa verify test aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" HWTEST_F() local
[all...]
H A Dcrypto_rsa_cipher_sub_test.cpp158 uint8_t plan[] = "this is rsa cipher test!\0"; in HWTEST_F() local
648 uint8_t plan[] = "this is rsa cipher test!\0"; in HWTEST_F() local
673 uint8_t plan[] = "this is rsa cipher test!\0"; in HWTEST_F() local
698 uint8_t plan[] in HWTEST_F() local
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp196 static void TestAesCipher(const uint8_t* plan, size_t size) in TestAesCipher() argument
228 static void TestSm4Cipher(const uint8_t* plan, size_t size) in TestSm4Cipher() argument
260 static void TestSm4GcmCipher(const uint8_t* plan, size_t size) in TestSm4GcmCipher() argument
303 static void TestRsaCipher(const uint8_t* plan, size_t size) in TestRsaCipher() argument
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sms_parcel.h247 int32_t plan = 0; member
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest.h98 static inline void ksft_set_plan(unsigned int plan) in ksft_set_plan() argument
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest.h129 static inline void ksft_set_plan(unsigned int plan) in ksft_set_plan() argument
/third_party/cups-filters/fontembed/
H A Dembed.h52 EMB_ACTIONS plan; member

Completed in 20 milliseconds

12