/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 80 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 168 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 189 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local 205 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 231 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local 286 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local 309 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local 335 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 349 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local 366 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local [all …]
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 77 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 165 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 186 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local 202 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 228 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local 283 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local 306 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local 332 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 346 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local 363 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local [all …]
|
/external/sdv/vsomeip/third_party/boost/variant/perf/ |
D | move_perf.cpp | 60 scope sc("boost::variant(const variant&) copying speed"); in do_test() local 76 scope sc("boost::variant(variant&&) moving speed"); in do_test() local 94 scope sc("boost::variant=(const variant&) copying speed on same types"); in do_test() local 109 scope sc("boost::variant=(variant&&) moving speed on same types"); in do_test() local 128 scope sc("boost::variant=(const variant&) copying speed on different types"); in do_test() local 143 scope sc("boost::variant=(variant&&) moving speed on different types"); in do_test() local 162 scope sc("boost::variant=(const variant&) copying speed on different types II"); in do_test() local 177 scope sc("boost::variant=(variant&&) moving speed on different types II"); in do_test() local 196 scope sc("boost::variant=(const T&) copying speed"); in do_test() local 211 scope sc("boost::variant=(T&&) moving speed"); in do_test() local
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | uspoof.cpp | 233 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 252 uspoof_close(USpoofChecker *sc) { in uspoof_close() 260 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 278 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 287 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 297 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 307 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 316 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 326 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 332 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | uspoof.cpp | 233 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 252 uspoof_close(USpoofChecker *sc) { in uspoof_close() 260 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 278 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 287 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 297 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 307 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 316 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 326 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 332 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 160 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 179 uspoof_close(USpoofChecker *sc) { in uspoof_close() 187 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 205 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 214 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 224 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 234 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 243 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 253 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 259 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 70 sanitize_hash(struct cso_cache *sc, in sanitize_hash() 105 cso_insert_state(struct cso_cache *sc, in cso_insert_state() 135 cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init() 151 cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all() 166 cso_cache_delete(struct cso_cache *sc) in cso_cache_delete() 181 cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size() 191 cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback() 201 cso_cache_set_delete_cso_callback(struct cso_cache *sc, in cso_cache_set_delete_cso_callback()
|
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.stoptoken/stopcallback/ |
D | cons.rvalue.token.pass.cpp | 64 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local 73 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local 84 std::stop_callback sc(std::move(st), [&] { called = true; }); in main() local 93 std::stop_callback sc(ss.get_token(), [&] { ++calledTimes; }); in main() local 112 std::stop_callback sc(ss.get_token(), [&] { in main() local 142 …std::stop_callback sc{ss.get_token(), [&] { callbackCalledTimes.fetch_add(1, std::memory_order_rel… in main() local 180 std::stop_callback<CBWithTracking> sc( in main() local 194 std::stop_callback<const CBWithTracking> sc( in main() local 208 std::stop_callback<CBWithTracking&> sc(ss.get_token(), cb); in main() local 221 std::stop_callback<const CBWithTracking&> sc(ss.get_token(), cb); in main() local
|
D | cons.const.token.pass.cpp | 65 std::stop_callback sc(st, [&] { called = true; }); in main() local 75 std::stop_callback sc(st, [&] { called = true; }); in main() local 86 std::stop_callback sc(st, [&] { called = true; }); in main() local 96 std::stop_callback sc(st, [&] { ++calledTimes; }); in main() local 116 std::stop_callback sc(st, [&] { in main() local 147 … std::stop_callback sc{st, [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }}; in main() local 186 std::stop_callback<CBWithTracking> sc( in main() local 201 std::stop_callback<const CBWithTracking> sc( in main() local 216 std::stop_callback<CBWithTracking&> sc(st, cb); in main() local 230 std::stop_callback<const CBWithTracking&> sc(st, cb); in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.stoptoken/stopcallback/ |
D | cons.rvalue.token.pass.cpp | 64 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local 73 std::stop_callback sc(ss.get_token(), [&] { called = true; }); in main() local 84 std::stop_callback sc(std::move(st), [&] { called = true; }); in main() local 93 std::stop_callback sc(ss.get_token(), [&] { ++calledTimes; }); in main() local 112 std::stop_callback sc(ss.get_token(), [&] { in main() local 142 …std::stop_callback sc{ss.get_token(), [&] { callbackCalledTimes.fetch_add(1, std::memory_order_rel… in main() local 180 std::stop_callback<CBWithTracking> sc( in main() local 194 std::stop_callback<const CBWithTracking> sc( in main() local 208 std::stop_callback<CBWithTracking&> sc(ss.get_token(), cb); in main() local 221 std::stop_callback<const CBWithTracking&> sc(ss.get_token(), cb); in main() local
|
D | cons.const.token.pass.cpp | 65 std::stop_callback sc(st, [&] { called = true; }); in main() local 75 std::stop_callback sc(st, [&] { called = true; }); in main() local 86 std::stop_callback sc(st, [&] { called = true; }); in main() local 96 std::stop_callback sc(st, [&] { ++calledTimes; }); in main() local 116 std::stop_callback sc(st, [&] { in main() local 147 … std::stop_callback sc{st, [&] { callbackCalledTimes.fetch_add(1, std::memory_order_relaxed); }}; in main() local 186 std::stop_callback<CBWithTracking> sc( in main() local 201 std::stop_callback<const CBWithTracking> sc( in main() local 216 std::stop_callback<CBWithTracking&> sc(st, cb); in main() local 230 std::stop_callback<const CBWithTracking&> sc(st, cb); in main() local
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 85 static inline struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type() 157 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash() 188 cso_insert_state(struct cso_cache *sc, in cso_insert_state() 199 cso_find_state(struct cso_cache *sc, in cso_find_state() 227 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() 241 void * cso_take_state(struct cso_cache *sc, in cso_take_state() 250 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local 265 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state() 281 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete() 302 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size() [all …]
|
/external/deqp-deps/amber/src/ |
D | shader_compiler_test.cc | 107 ShaderCompiler sc; in TEST_F() local 126 ShaderCompiler sc; in TEST_F() local 146 ShaderCompiler sc; in TEST_F() local 163 ShaderCompiler sc; in TEST_F() local 216 ShaderCompiler sc; in TEST_F() local 236 ShaderCompiler sc; in TEST_F() local 255 ShaderCompiler sc; in TEST_F() local 281 ShaderCompiler sc; in TEST_F() local 307 ShaderCompiler sc; in TEST_F() local 334 ShaderCompiler sc; in TEST_F() local [all …]
|
/external/libcap/libcap/ |
D | cap_proc.c | 125 static int _libcap_capset(struct syscaller_s *sc, in _libcap_capset() 134 static int _libcap_wprctl3(struct syscaller_s *sc, in _libcap_wprctl3() 149 static int _libcap_wprctl6(struct syscaller_s *sc, in _libcap_wprctl6() 187 static int _cap_set_proc(struct syscaller_s *sc, cap_t cap_d) { in _cap_set_proc() 289 static int _cap_drop_bound(struct syscaller_s *sc, cap_value_t cap) in _cap_drop_bound() 314 static int _cap_set_ambient(struct syscaller_s *sc, in _cap_set_ambient() 341 static int _cap_reset_ambient(struct syscaller_s *sc) in _cap_reset_ambient() 379 static int _cap_set_secbits(struct syscaller_s *sc, unsigned bits) in _cap_set_secbits() 395 static void _cap_set_no_new_privs(struct syscaller_s *sc) in _cap_set_no_new_privs() 436 static int _cap_set_mode(struct syscaller_s *sc, cap_mode_t flavor) in _cap_set_mode() [all …]
|
/external/sdv/vsomeip/third_party/boost/system/test/ |
D | std_interop_test.cpp | 55 std::error_code sc( bc ); in test_generic_category() local 95 std::error_code sc( bc ); in test_system_category() local 120 std::error_code sc( bc ); in test_system_category() local 212 std::error_code sc( bc ); in test_user_category() local 237 std::error_code sc( bc ); in test_user_category() local 353 std::error_code sc( bc ); in test_user2_category() local
|
/external/libffi/testsuite/libffi.call/ |
D | return_sc.c | 10 static signed char return_sc(signed char sc) in return_sc() 20 signed char sc; in main() local
|
/external/fastrpc/src/ |
D | mod_table.c | 214 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_add() 237 …ster_static_override(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static_override() 240 …truct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64, uint32 sc, remote_arg* pra… in static_mod_table_register_static_override1() 243 …able_register_static(struct static_mod_table* me, const char* uri, int(*pfn)(uint32 sc, remote_arg… in static_mod_table_register_static() 246 …struct static_mod_table* me, const char* uri, int(*pfn)(remote_handle64,uint32 sc, remote_arg* pra… in static_mod_table_register_static1() 253 int(*invoke)(uint32 sc, remote_arg* pra), in static_mod_table_register_const_handle() 683 static int open_mod_table_handle_invoke(struct open_mod_table* me, remote_handle handle, uint32 sc,… in open_mod_table_handle_invoke() 739 int mod_table_register_static_override(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static_override() 746 int mod_table_register_static_override1(const char* name, int(*pfn)(remote_handle64, uint32 sc, rem… in mod_table_register_static_override1() 767 int mod_table_register_static(const char* name, int(*pfn)(uint32 sc, remote_arg* pra)) { in mod_table_register_static() [all …]
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | itspoof.cpp | 247 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() 271 void IntlTestSpoof::checkBidiSkeleton(const USpoofChecker *sc, const UnicodeString &input, in checkBidiSkeleton() 432 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testConfData() local 666 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel() local 744 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12153() local 762 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12825() local 773 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12815() local 784 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13314_MixedNumbers() local 798 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13328_MixedCombiningMarks() local 810 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testCombiningDot() local
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | itspoof.cpp | 247 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() 271 void IntlTestSpoof::checkBidiSkeleton(const USpoofChecker *sc, const UnicodeString &input, in checkBidiSkeleton() 432 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testConfData() local 666 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel() local 744 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12153() local 762 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12825() local 773 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12815() local 784 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13314_MixedNumbers() local 798 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13328_MixedCombiningMarks() local 810 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testCombiningDot() local
|
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 247 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, in checkSkeleton() 271 void IntlTestSpoof::checkBidiSkeleton(const USpoofChecker *sc, const UnicodeString &input, in checkBidiSkeleton() 432 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testConfData() local 666 USpoofChecker *sc = uspoof_open(&status); in testRestrictionLevel() local 744 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12153() local 762 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12825() local 773 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug12815() local 784 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13314_MixedNumbers() local 798 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testBug13328_MixedCombiningMarks() local 810 LocalUSpoofCheckerPointer sc(uspoof_open(&status)); in testCombiningDot() local
|
/external/skia/src/sksl/ir/ |
D | SkSLSwitchStatement.cpp | 46 const SwitchCase* sc = &stmt->as<SwitchCase>(); in find_duplicate_case_values() local 98 const SwitchCase& sc = (*iter)->as<SwitchCase>(); in block_for_case() local 183 for (const SwitchCase* sc : duplicateCases) { in Convert() local 236 SwitchCase& sc = stmt->as<SwitchCase>(); in Make() local
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
D | get.pass.cpp | 30 U const& sc = s; in test_basic() local 40 U const& sc = s; in test_basic() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | StreamCompressorTest.java | 38 final StreamCompressor sc = StreamCompressor.create( baos); in storedEntries() local 51 final StreamCompressor sc = StreamCompressor.create( baos); in deflatedEntries() local
|
/external/libxaac/encoder/ |
D | ixheaace_bits_count.c | 51 WORD32 bits1_2, bits3_4, bits5_6, bits7_8, bits9_10, bit11, sc; in ia_enhaacplus_enc_count1_2_3_4_5_6_7_8_9_10_11() local 125 WORD32 bits3_4, bits5_6, bits7_8, bits9_10, bit11, sc; in ia_enhaacplus_enc_count3_4_5_6_7_8_9_10_11() local 194 WORD32 bits5_6, bits7_8, bits9_10, bit11, sc; in ia_enhaacplus_enc_count5_6_7_8_9_10_11() local 246 WORD32 bits7_8, bits9_10, bit11, sc; in ia_enhaacplus_enc_count7_8_9_10_11() local 290 WORD32 bits9_10, bit11, sc; in ia_enhaacplus_enc_count9_10_11() local 328 WORD32 bit11, sc; in ia_enhaacplus_enc_count11() local 361 WORD32 bit11, ec, sc; in ia_enhaacplus_enc_count_esc() local
|
/external/musl/src/malloc/mallocng/ |
D | free.c | 17 int sc = g->sizeclass; in free_group() local 40 int sc = g->sizeclass; in okay_to_free() local 75 int sc = g->sizeclass; in nontrivial_free() local
|