/external/icu/icu4c/source/data/curr/ |
D | yo_BJ.txt | 13 "Diami ti Awon Orílɛ́ède Arabu", 17 "Wansa ti Orílɛ́ède Àngólà", 21 "Dɔla ti Orílɛ́ède Ástràlìá", 25 "Dina ti Orílɛ́ède Báránì", 29 "Faransi ti Orílɛ́ède Bùùrúndì", 33 "Pula ti Orílɛ́ède Bɔ̀tìsúwánà", 37 "Dɔla ti Orílɛ́ède Kánádà", 41 "Faransi ti Orílɛ́ède Kóngò", 45 "Faransi ti Orílɛ́ède Siwisi", 49 "Reminibi ti Orílɛ́ède sháínà", [all …]
|
D | yo.txt | 13 "Diami ti Awon Orílẹ́ède Arabu", 17 "Wansa ti Orílẹ́ède Àngólà", 21 "Dọla ti Orílẹ́ède Ástràlìá", 25 "Dina ti Orílẹ́ède Báránì", 29 "Faransi ti Orílẹ́ède Bùùrúndì", 33 "Pula ti Orílẹ́ède Bọ̀tìsúwánà", 37 "Dọla ti Orílẹ́ède Kánádà", 41 "Faransi ti Orílẹ́ède Kóngò", 45 "Faransi ti Orílẹ́ède Siwisi", 49 "Reminibi ti Orílẹ́ède ṣáínà", [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.c | 44 uint ti = ctx->ti; in emit_instruction() local 46 ti += tgsi_build_full_instruction(inst, in emit_instruction() 47 ctx->tokens_out + ti, in emit_instruction() 49 ctx->max_tokens_out - ti); in emit_instruction() 50 ctx->ti = ti; in emit_instruction() 58 uint ti = ctx->ti; in emit_declaration() local 60 ti += tgsi_build_full_declaration(decl, in emit_declaration() 61 ctx->tokens_out + ti, in emit_declaration() 63 ctx->max_tokens_out - ti); in emit_declaration() 64 ctx->ti = ti; in emit_declaration() [all …]
|
/external/v8/test/cctest/ |
D | test-hydrogen-types.cc | 47 HType ti = kTypes[i]; in TEST() local 50 CHECK(!ti.Equals(tj) || !tj.Equals(tk) || ti.Equals(tk)); in TEST() 59 HType ti = kTypes[i]; in TEST() local 62 CHECK(!ti.IsSubtypeOf(tj) || !tj.IsSubtypeOf(tk) || ti.IsSubtypeOf(tk)); in TEST() 73 HType ti = kTypes[i]; in TEST() local 75 CHECK(ti.IsSubtypeOf(ti.Combine(tj))); in TEST() 76 CHECK(tj.IsSubtypeOf(ti.Combine(tj))); in TEST() 85 HType ti = kTypes[i]; in TEST() local 86 CHECK(ti.IsAny()); in TEST() 91 HType ti = kTypes[i]; in TEST() local [all …]
|
/external/boringssl/src/decrepit/des/ |
D | cfb64ede.c | 74 uint32_t ti[2]; in DES_ede3_cfb64_encrypt() local 84 ti[0] = v0; in DES_ede3_cfb64_encrypt() 85 ti[1] = v1; in DES_ede3_cfb64_encrypt() 86 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt() 87 v0 = ti[0]; in DES_ede3_cfb64_encrypt() 88 v1 = ti[1]; in DES_ede3_cfb64_encrypt() 106 ti[0] = v0; in DES_ede3_cfb64_encrypt() 107 ti[1] = v1; in DES_ede3_cfb64_encrypt() 108 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt() 109 v0 = ti[0]; in DES_ede3_cfb64_encrypt() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 75 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) in nouveau_teximage_free() argument 77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free() 83 nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti, in nouveau_teximage_map() argument 86 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_map() 134 nouveau_teximage_unmap(struct gl_context *ctx, struct gl_texture_image *ti) in nouveau_teximage_unmap() argument 136 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_unmap() 153 struct gl_texture_image *ti, in nouveau_map_texture_image() argument 160 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image() 216 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, in nouveau_unmap_texture_image() argument 219 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image() [all …]
|
D | nv20_state_tex.c | 87 get_tex_format_pot(struct gl_texture_image *ti) in get_tex_format_pot() argument 89 switch (ti->TexFormat) { in get_tex_format_pot() 128 get_tex_format_rect(struct gl_texture_image *ti) in get_tex_format_rect() argument 130 switch (ti->TexFormat) { in get_tex_format_rect() 166 struct gl_texture_image *ti; in nv20_emit_tex_obj() local 182 ti = t->Image[0][t->BaseLevel]; in nv20_emit_tex_obj() 189 tx_format = ti->DepthLog2 << 28 in nv20_emit_tex_obj() 190 | ti->HeightLog2 << 24 in nv20_emit_tex_obj() 191 | ti->WidthLog2 << 20 in nv20_emit_tex_obj() 213 tx_format |= get_tex_format_rect(ti); in nv20_emit_tex_obj() [all …]
|
D | nv10_state_tex.c | 90 get_tex_format_pot(struct gl_texture_image *ti) in get_tex_format_pot() argument 92 switch (ti->TexFormat) { in get_tex_format_pot() 131 get_tex_format_rect(struct gl_texture_image *ti) in get_tex_format_rect() argument 133 switch (ti->TexFormat) { in get_tex_format_rect() 162 struct gl_texture_image *ti; in nv10_emit_tex_obj() local 176 ti = t->Image[0][t->BaseLevel]; in nv10_emit_tex_obj() 185 | ti->HeightLog2 << 20 in nv10_emit_tex_obj() 186 | ti->WidthLog2 << 16 in nv10_emit_tex_obj() 201 tx_format |= get_tex_format_rect(ti); in nv10_emit_tex_obj() 203 tx_format |= get_tex_format_pot(ti); in nv10_emit_tex_obj()
|
D | nv04_state_tex.c | 38 get_tex_format(struct gl_texture_image *ti) in get_tex_format() argument 40 switch (ti->TexFormat) { in get_tex_format() 70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; in nv04_emit_tex_obj() local 90 ti->HeightLog2 << 20 | in nv04_emit_tex_obj() 91 ti->WidthLog2 << 16 | in nv04_emit_tex_obj() 93 get_tex_format(ti); in nv04_emit_tex_obj()
|
D | nouveau_fbo.c | 252 get_tex_format(struct gl_texture_image *ti) in get_tex_format() argument 254 switch (ti->TexFormat) { in get_tex_format() 271 struct gl_texture_image *ti = in nouveau_render_texture() local 285 set_renderbuffer_format(rb, get_tex_format(ti)); in nouveau_render_texture() 286 rb->Width = ti->Width; in nouveau_render_texture() 287 rb->Height = ti->Height; in nouveau_render_texture() 288 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface, in nouveau_render_texture()
|
/external/testng/src/main/java/org/testng/mustache/ |
D | Mustache.java | 19 int ti = 0; in run() local 20 while (ti < template.length()) { in run() 23 if (template.charAt(ti) == '\n') lineNumber++; in run() 25 if (template.charAt(ti) == '{' && ti + 1 < template.length() in run() 26 && template.charAt(ti + 1) == '{') { in run() 27 int index = ti + 2; in run() 44 int endIndex = findClosingIndex(template, ti, conditionalVariable); in run() 52 String subTemplate = template.substring(ti + variable.length() + 4, endIndex); in run() 62 String subTemplate = template.substring(ti + variable.length() + 4, endIndex); in run() 68 ti = endIndex + variable.length() + 4; in run() [all …]
|
/external/libunwind/src/ia64/ |
D | Gtables.c | 156 e = (struct ia64_table_entry *) di->u.ti.table_data; in _Uia64_find_dyn_list() 157 table_size = di->u.ti.table_len * sizeof (di->u.ti.table_data[0]); in _Uia64_find_dyn_list() 158 segbase = di->u.ti.segbase; in _Uia64_find_dyn_list() 273 segbase = di->u.ti.segbase; in unw_search_ia64_unwind_table() 274 e = lookup ((struct ia64_table_entry *) di->u.ti.table_data, in unw_search_ia64_unwind_table() 275 di->u.ti.table_len * sizeof (unw_word_t), in unw_search_ia64_unwind_table() 429 di->u.ti.name_ptr = (unw_word_t) "<kernel>"; in get_kernel_table() 430 di->u.ti.segbase = 0; in get_kernel_table() 431 di->u.ti.table_len = ((char *) etab - (char *) ktab) / sizeof (unw_word_t); in get_kernel_table() 432 di->u.ti.table_data = (unw_word_t *) ktab; in get_kernel_table() [all …]
|
/external/fec/ |
D | fec.c | 15 int i,cnt,ti; in partab_init() local 20 ti = i; in partab_init() 21 while(ti){ in partab_init() 22 if(ti & 1) in partab_init() 24 ti >>= 1; in partab_init()
|
/external/clang/test/CodeGenCXX/ |
D | visibility-ms-compat.cpp | 28 const std::type_info &ti = typeid(A); variable 44 const std::type_info &ti = typeid(A); variable 60 const std::type_info &ti = typeid(A); variable 77 const std::type_info &ti = typeid(B<A>); variable 93 const std::type_info &ti = typeid(B<A>); variable 109 const std::type_info &ti = typeid(B<A>); variable
|
/external/llvm/test/CodeGen/ARM/ |
D | apcs-vfp.ll | 33 define arm_aapcs_vfpcc i64 @t3(double %ti) { 38 %conv = fptoui double %ti to i64 42 define arm_aapcs_vfpcc i64 @t4(double %ti) { 47 %conv = fptosi double %ti to i64 51 define arm_aapcs_vfpcc double @t5(i64 %ti) { 57 %conv = uitofp i64 %ti to double 61 define arm_aapcs_vfpcc double @t6(i64 %ti) { 67 %conv = sitofp i64 %ti to double 71 define arm_aapcs_vfpcc float @t7(i64 %ti) { 77 %conv = uitofp i64 %ti to float [all …]
|
D | v7k-libcalls.ll | 33 define arm_aapcs_vfpcc i64 @t3(double %ti) { 38 %conv = fptoui double %ti to i64 42 define arm_aapcs_vfpcc i64 @t4(double %ti) { 47 %conv = fptosi double %ti to i64 51 define arm_aapcs_vfpcc double @t5(i64 %ti) { 57 %conv = uitofp i64 %ti to double 61 define arm_aapcs_vfpcc double @t6(i64 %ti) { 67 %conv = sitofp i64 %ti to double 71 define arm_aapcs_vfpcc float @t7(i64 %ti) { 77 %conv = uitofp i64 %ti to float [all …]
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | complex_bit_reverse_mips.c | 66 int16_t tr, ti; in WebRtcSpl_ComplexBitReverse() local 119 [ti] "=&r" (ti), [tmp4] "=&r" (tmp4) in WebRtcSpl_ComplexBitReverse() 169 [ptr_j] "=&r" (ptr_j), [ti] "=&r" (ti), [tr] "=&r" (tr), in WebRtcSpl_ComplexBitReverse()
|
/external/dhcpcd-6.8.2/ |
D | if.c | 647 if_cmp(const struct interface *si, const struct interface *ti) in if_cmp() argument 655 ti->options->options & DHCPCD_PFXDLGONLY) in if_cmp() 658 !(ti->options->options & DHCPCD_PFXDLGONLY)) in if_cmp() 662 if (si->carrier > ti->carrier) in if_cmp() 664 if (si->carrier < ti->carrier) in if_cmp() 667 if (D_STATE_RUNNING(si) && !D_STATE_RUNNING(ti)) in if_cmp() 669 if (!D_STATE_RUNNING(si) && D_STATE_RUNNING(ti)) in if_cmp() 671 if (RS_STATE_RUNNING(si) && !RS_STATE_RUNNING(ti)) in if_cmp() 673 if (!RS_STATE_RUNNING(si) && RS_STATE_RUNNING(ti)) in if_cmp() 675 if (D6_STATE_RUNNING(si) && !D6_STATE_RUNNING(ti)) in if_cmp() [all …]
|
/external/libunwind/src/mi/ |
D | Gdyn-remote.c | 140 if (di->u.ti.table_data) in free_dyn_info() 142 free (di->u.ti.table_data); in free_dyn_info() 143 di->u.ti.table_data = NULL; in free_dyn_info() 176 if ((ret = fetchw (as, a, addr, &di->u.ti.name_ptr, arg)) < 0 in intern_dyn_info() 177 || (ret = fetchw (as, a, addr, &di->u.ti.segbase, arg)) < 0 in intern_dyn_info() 178 || (ret = fetchw (as, a, addr, &di->u.ti.table_len, arg)) < 0 in intern_dyn_info() 179 || (ret = intern_array (as, a, addr, di->u.ti.table_len, in intern_dyn_info() 180 &di->u.ti.table_data, arg)) < 0) in intern_dyn_info()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 192 void show_acpi_power_line(double rate, double cap, double capdelta, time_t ti) in show_acpi_power_line() argument 204 if (ti>180 && capdelta > 0) in show_acpi_power_line() 205 sprintf(c, _("(long term: %3.1fW,/%3.1fh)"), 3600*capdelta / ti, cap / (3600*capdelta/ti+0.01)); in show_acpi_power_line() 207 else if (ti>120 && capdelta > 0.001) in show_acpi_power_line() 208 … ACPI estimate) : %5.1f W (%3.1f hours left)"), 3600*capdelta / ti, cap / (3600*capdelta/ti+0.01)); in show_acpi_power_line()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | Profiler.java | 162 for (TimeInstrument ti : childTimeInstrumentList) { in sanityCheck() 163 childTotal += ti.elapsedTime(); in sanityCheck() 164 if (ti.getStatus() != TimeInstrumentStatus.STOPPED) { in sanityCheck() 165 … throw new IllegalStateException("time instrument [" + ti.getName() + " is not stopped"); in sanityCheck() 167 if (ti instanceof Profiler) { in sanityCheck() 168 Profiler nestedProfiler = (Profiler) ti; in sanityCheck()
|
/external/boringssl/src/decrepit/cast/ |
D | cast.c | 360 uint32_t ti[2]; in CAST_cfb64_encrypt() local 368 ti[0] = v0; in CAST_cfb64_encrypt() 370 ti[1] = v1; in CAST_cfb64_encrypt() 371 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt() 373 t = ti[0]; in CAST_cfb64_encrypt() 375 t = ti[1]; in CAST_cfb64_encrypt() 388 ti[0] = v0; in CAST_cfb64_encrypt() 390 ti[1] = v1; in CAST_cfb64_encrypt() 391 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt() 393 t = ti[0]; in CAST_cfb64_encrypt() [all …]
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathFrame.h | 131 Vec3<T>& ti, // Previous tangent vector in nextFrame() argument 137 if( ti.length() != 0.0 && tj.length() != 0.0 ) in nextFrame() 139 ti.normalize(); tj.normalize(); in nextFrame() 140 T dot = ti.dot( tj ); in nextFrame() 150 a = ti.cross( tj ); in nextFrame()
|
/external/autotest/server/ |
D | site_server_job.py | 131 ti = site_server_job_utils.test_item(*test_entry) 134 if ti.validate(ma): 135 test_queue.put(ti) 139 self.record_skipped_test(ti)
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
D | Form10t.java | 66 TargetInsn ti = (TargetInsn) insn; in isCompatible() local 67 return ti.hasTargetOffset() ? branchFits(ti) : true; in isCompatible()
|