/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-indic-machine.hh | 425 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 426 for (unsigned int i = ts; i < te; i++) \ 435 unsigned int p, pe, eof, ts, te, act; in find_syllables_indic() local 443 te = 0; in find_syllables_indic() 489 {te = p+1;} in find_syllables_indic() 493 {te = p+1;{ found_syllable (indic_non_indic_cluster); }} in find_syllables_indic() 497 {te = p;p--;{ found_syllable (indic_consonant_syllable); }} in find_syllables_indic() 501 {te = p;p--;{ found_syllable (indic_vowel_syllable); }} in find_syllables_indic() 505 {te = p;p--;{ found_syllable (indic_standalone_cluster); }} in find_syllables_indic() 509 {te in find_syllables_indic() [all...] |
H A D | hb-ot-shape-complex-khmer-machine.hh | 251 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 252 for (unsigned int i = ts; i < te; i++) \ 261 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables_khmer() local 269 te = 0; in find_syllables_khmer() 315 {te = p+1;} in find_syllables_khmer() 319 {te = p+1;{ found_syllable (khmer_non_khmer_cluster); }} in find_syllables_khmer() 323 {te = p;p--;{ found_syllable (khmer_consonant_syllable); }} in find_syllables_khmer() 327 {te = p;p--;{ found_syllable (khmer_broken_cluster); }} in find_syllables_khmer() 331 {te = p;p--;{ found_syllable (khmer_non_khmer_cluster); }} in find_syllables_khmer() 335 {{p = ((te)) in find_syllables_khmer() [all...] |
H A D | hb-ot-shape-complex-use-machine.hh | 374 if (0) fprintf (stderr, "syllable %d..%d %s\n", (*ts).second.first, (*te).second.first, #syllable_type); \ 375 for (unsigned i = (*ts).second.first; i < (*te).second.first; ++i) \ 448 auto te = +p; in find_syllables_use() local 456 te = 0; in find_syllables_use() 499 {te = p+1;{ found_syllable (use_standard_cluster); }} in find_syllables_use() 503 {te = p+1;{ found_syllable (use_broken_cluster); }} in find_syllables_use() 507 {te = p+1;{ found_syllable (use_non_cluster); }} in find_syllables_use() 511 {te = p;p--;{ found_syllable (use_virama_terminated_cluster); }} in find_syllables_use() 515 {te = p;p--;{ found_syllable (use_sakot_terminated_cluster); }} in find_syllables_use() 519 {te in find_syllables_use() [all...] |
H A D | hb-ot-shape-complex-myanmar-machine.hh | 367 if (0) fprintf (stderr, "syllable %d..%d %s\n", ts, te, #syllable_type); \ 368 for (unsigned int i = ts; i < te; i++) \ 377 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables_myanmar() local 385 te = 0; in find_syllables_myanmar() 431 {te = p+1;{ found_syllable (myanmar_consonant_syllable); }} in find_syllables_myanmar() 435 {te = p+1;{ found_syllable (myanmar_non_myanmar_cluster); }} in find_syllables_myanmar() 439 {te = p+1;{ found_syllable (myanmar_punctuation_cluster); }} in find_syllables_myanmar() 443 {te = p+1;{ found_syllable (myanmar_broken_cluster); }} in find_syllables_myanmar() 447 {te = p+1;{ found_syllable (myanmar_non_myanmar_cluster); }} in find_syllables_myanmar() 451 {te in find_syllables_myanmar() [all...] |
/third_party/mksh/ |
H A D | funcs.c | 2625 Test_env te; in c_test() local 2630 te.flags = 0; in c_test() 2631 te.isa = ptest_isa; in c_test() 2632 te.getopnd = ptest_getopnd; in c_test() 2633 te.eval = test_eval; in c_test() 2634 te.error = ptest_error; in c_test() 2646 te.pos.wp = wp + 1; in c_test() 2647 te.wp_end = wp + argc; in c_test() 2653 * It does, though, inline some calls to '(*te.funcname)()'. in c_test() 2664 if (ptest_isa(&te, TM_NO in c_test() 2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, bool do_eval) test_eval() argument 3089 test_parse(Test_env *te) test_parse() argument 3102 test_oexpr(Test_env *te, bool do_eval) test_oexpr() argument 3114 test_aexpr(Test_env *te, bool do_eval) test_aexpr() argument 3126 test_nexpr(Test_env *te, bool do_eval) test_nexpr() argument 3134 test_primary(Test_env *te, bool do_eval) test_primary() argument 3197 ptest_isa(Test_env *te, Test_meta meta) ptest_isa() argument 3224 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) ptest_getopnd() argument 3232 ptest_error(Test_env *te, int ofs, const char *msg) ptest_error() argument [all...] |
H A D | syn.c | 424 Test_env te; in get_command() local 426 te.flags = TEF_DBRACKET; in get_command() 427 te.pos.av = &args; in get_command() 428 te.isa = dbtestp_isa; in get_command() 429 te.getopnd = dbtestp_getopnd; in get_command() 430 te.eval = dbtestp_eval; in get_command() 431 te.error = dbtestp_error; in get_command() 433 test_parse(&te); in get_command() 977 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() argument 1016 XPput(*te in dbtestp_isa() 1022 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, bool do_eval MKSH_A_UNUSED) dbtestp_getopnd() argument 1045 dbtestp_error(Test_env *te, int offset, const char *msg) dbtestp_error() argument [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | typeexpr.py | 99 te = type_expression(None) 104 te.expr.append(tn) 105 tt.add_type( te ) 191 te = type_expression.built_in_types.find_type( type_name ) 192 if not te: 193 te = extra_types.find_type( type_name ) 195 if not te: 198 self.expr = copy.deepcopy(te.expr) 290 te = type_expression( t ) 291 print('Got "%s" (%u, %u).' % (te [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_tls.c | 81 THREADENTRY32 te; in stw_tls_init() local 82 te.dwSize = sizeof te; in stw_tls_init() 83 if (Thread32First(hSnapshot, &te)) { in stw_tls_init() 85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init() 86 sizeof te.th32OwnerProcessID) { in stw_tls_init() 87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init() 88 if (te.th32ThreadID != dwCurrentThreadId) { in stw_tls_init() 90 data = stw_tls_data_create(te.th32ThreadID); in stw_tls_init() 100 te in stw_tls_init() [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.cpp | 160 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() 163 return GrMatrixEffect::Make(matrix, std::move(te)); in Make() 179 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in Make() 182 return GrMatrixEffect::Make(matrix, std::move(te)); in Make() 200 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() 203 return GrMatrixEffect::Make(matrix, std::move(te)); in MakeSubset() 215 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeSubset() 218 return GrMatrixEffect::Make(matrix, std::move(te)); in MakeSubset() 234 std::unique_ptr<GrFragmentProcessor> te(new GrTextureEffect(std::move(view), in MakeCustomLinearFilterInset() 237 return GrMatrixEffect::Make(matrix, std::move(te)); in MakeCustomLinearFilterInset() 675 const auto& te = fp.cast<GrTextureEffect>(); onSetData() local [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | TailoredSet.java | 242 Entry te = null, be = null; in comparePrefixes() 246 te = prefixes.next(); in comparePrefixes() 247 tp = te.chars.toString(); in comparePrefixes() 249 te = null; in comparePrefixes() 268 assert (te != null); in comparePrefixes() 269 addPrefix(data, tp, c, te.value); in comparePrefixes() 270 te = null; in comparePrefixes() 280 assert (te != null && be != null); in comparePrefixes() 281 compare(c, te.value, be.value); in comparePrefixes() 283 te in comparePrefixes() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | TailoredSet.java | 244 Entry te = null, be = null; in comparePrefixes() 248 te = prefixes.next(); in comparePrefixes() 249 tp = te.chars.toString(); in comparePrefixes() 251 te = null; in comparePrefixes() 270 assert (te != null); in comparePrefixes() 271 addPrefix(data, tp, c, te.value); in comparePrefixes() 272 te = null; in comparePrefixes() 282 assert (te != null && be != null); in comparePrefixes() 283 compare(c, te.value, be.value); in comparePrefixes() 285 te in comparePrefixes() [all...] |
/third_party/popt/src/ |
H A D | poptconfig.c | 347 char *t = NULL, *te; in poptReadConfigFile() local 359 te = t; in poptReadConfigFile() 365 *te = '\0'; in poptReadConfigFile() 366 te = t; in poptReadConfigFile() 367 while (*te && _isspaceptr(te)) te++; in poptReadConfigFile() 368 if (*te && *te != '#') in poptReadConfigFile() 369 if ((rc = poptConfigLine(con, te)) ! in poptReadConfigFile() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 42 for te in self.table: 43 if te[0].endswith(string): 44 idx = te[1] + len(te[0]) - len(string) 45 te[2].add(idx) 62 te[0].encode('unicode_escape').decode(), 63 ', '.join(str(idx) for idx in te[2]) 65 for te in self.table
|
/third_party/mesa3d/src/amd/common/ |
H A D | sid_tables.py | 56 for te in self.table: 57 if te[0].endswith(string): 58 idx = te[1] + len(te[0]) - len(string) 59 te[2].add(idx) 76 string_to_chars(te[0].encode('unicode_escape').decode()), 77 te[0].encode('unicode_escape').decode(), 78 ', '.join(str(idx) for idx in sorted(te[2])) 80 for te in self.table
|
/third_party/popt/tests/ |
H A D | tdict.c | 19 char * t, *te; in loadDict() local 28 te = t + strlen(t); in loadDict() 29 while (te-- > t && isspace(*te)) *te = '\0'; in loadDict()
|
/third_party/python/Lib/concurrent/futures/ |
H A D | __init__.py | 49 from .thread import ThreadPoolExecutor as te namespace 50 ThreadPoolExecutor = te 51 return te
|
/third_party/toybox/toys/lsb/ |
H A D | mktemp.c | 36 char *template = *toys.optargs, *dir, *te = getenv("TMPDIR"); in mktemp_main() local 46 if (!dir || !*dir || (FLAG(t) && te && *te)) dir = te; in mktemp_main()
|
/third_party/skia/src/gpu/ |
H A D | GrProgramInfo.cpp | 40 this->pipeline().visitTextureEffects([](const GrTextureEffect& te) { in checkMSAAAndMIPSAreResolved() 41 GrTexture* tex = te.texture(); in checkMSAAAndMIPSAreResolved() 45 if (te.samplerState().mipmapped() == GrMipmapped::kYes && in checkMSAAAndMIPSAreResolved()
|
H A D | GrProgramDesc.cpp | 123 if (auto* te = fp.asTextureEffect()) { in gen_fp_key() 124 const GrBackendFormat& backendFormat = te->view().proxy()->backendFormat(); in gen_fp_key() 125 uint32_t samplerKey = sampler_key(backendFormat.textureType(), te->view().swizzle(), caps); in gen_fp_key() 127 caps.addExtraSamplerKey(b, te->samplerState(), backendFormat); in gen_fp_key()
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | idctdsp_alpha_asm.S | 107 addq a1, a2, te # pixels += line_size 110 ldl t7, 0(te) # pix2 (try to hit cache line soon) 111 ldl ta, 4(te) # pix3 161 addq te, a2, a1 # pixels += line_size 162 stl t6, 0(te) # 2 8 163 stl t9, 4(te) # 3 8
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_type.c | 357 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 358 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() 361 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype() 369 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 370 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() 379 LLVMTypeRef te = LLVMGetElementType(t); in lp_dump_llvmtype() local 381 lp_dump_llvmtype(te); in lp_dump_llvmtype()
|
/third_party/pulseaudio/src/tests/ |
H A D | mainloop-test.c | 48 pa_time_event *te; member 119 me.te = a->time_new(a, pa_timeval_rtstore(&tv, pa_rtclock_now() + 2 * PA_USEC_PER_SEC, true), tcb, &me); in START_TEST() 127 if (me.te) in START_TEST() 128 a->time_free(me.te); in START_TEST()
|
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 24 } te[] = { variable 49 for (i=0; te[i].i; i++) { in test_except() 52 r = feraiseexcept(te[i].i); in test_except() 54 error("feraiseexcept(%s) returned %d\n", te[i].name, r); in test_except() 56 if (r != te[i].i) { in test_except() 58 if (te[i].i == FE_OVERFLOW && r == (FE_OVERFLOW|FE_INEXACT)) in test_except() 62 if (te[i].i == FE_UNDERFLOW && r == (FE_UNDERFLOW|FE_INEXACT)) in test_except() 66 te[i].name, te[i].i, r); in test_except()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
H A D | PopulationData.java | 75 for(TerritoryEntry te : territoryEntries) { in main() 76 System.out.println(" "+ te.territoryName() + " = " + nf.format(te.population())); in main()
|
/third_party/python/Lib/ |
H A D | traceback.py | 124 te = TracebackException(type(value), value, tb, limit=limit, compact=True) 125 te.print(file=file, chain=chain) 139 te = TracebackException(type(value), value, tb, limit=limit, compact=True) 140 return list(te.format(chain=chain)) 159 te = TracebackException(type(value), value, None, compact=True) 160 return list(te.format_exception_only()) 723 te, e = queue.pop() 777 te.__cause__ = cause 778 te.__context__ = context 779 te [all...] |