/external/clang/utils/ABITest/ |
D | Makefile.test.common | 31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff 47 test.%.defs-report: temps/test.%.defs.diff 56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp… 63 .PRECIOUS: temps/.dir 65 .PRECIOUS: temps/test.%.xx.diff 66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out 68 .PRECIOUS: temps/test.%.xy.diff 69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.out 71 .PRECIOUS: temps/test.%.yx.diff 72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out [all …]
|
/external/qemu/tcg/ |
D | tcg.c | 228 s->temps = s->static_temps; in tcg_context_init() 309 ts = &s->temps[s->nb_globals]; in tcg_global_reg_new_internal() 349 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal() 384 ts = &s->temps[s->nb_globals]; in tcg_global_mem_new_internal() 428 ts = &s->temps[idx]; in tcg_temp_new_internal() 437 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal() 454 ts = &s->temps[s->nb_temps]; in tcg_temp_new_internal() 500 ts = &s->temps[idx]; in tcg_temp_free_internal() 768 ts = &s->temps[i]; in tcg_reg_alloc_start() 776 ts = &s->temps[i]; in tcg_reg_alloc_start() [all …]
|
D | tcg.h | 276 TCGTemp *temps; /* globals first, temps after */ member
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 613 hash_table *temps) in remap_variables() argument 618 hash_table *temps) in remap_variables() argument 623 this->temps = temps; in remap_variables() 630 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var); in remap_variables() 656 hash_table *temps; in remap_variables() member in remap_variables::remap_visitor 659 remap_visitor v(target, temps); in remap_variables() 690 hash_table *temps = NULL; in move_non_declarations() local 693 temps = hash_table_ctor(0, hash_table_pointer_hash, in move_non_declarations() 713 hash_table_insert(temps, inst, var); in move_non_declarations() 715 remap_variables(inst, target, temps); in move_non_declarations() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 1070 PREALLOC_TEMP_ARRAY(kPreAllocStringCnt) temps; in CompileShaders() local 1077 append_decls(segments.fVSUnis, gl, &strs, &lengths, &temps); in CompileShaders() 1078 append_decls(segments.fVSAttrs, gl, &strs, &lengths, &temps); in CompileShaders() 1079 append_decls(segments.fVSOutputs, gl, &strs, &lengths, &temps); in CompileShaders() 1097 temps.reset(); in CompileShaders() 1100 append_decls(segments.fGSInputs, gl, &strs, &lengths, &temps); in CompileShaders() 1101 append_decls(segments.fGSOutputs, gl, &strs, &lengths, &temps); in CompileShaders() 1116 temps.reset(); in CompileShaders() 1121 append_decls(segments.fFSUnis, gl, &strs, &lengths, &temps); in CompileShaders() 1122 append_decls(segments.fFSInputs, gl, &strs, &lengths, &temps); in CompileShaders() [all …]
|
/external/mksh/src/ |
D | check.pl | 214 $temps = "/tmp/rts$$"; 338 unlink($tempi, $tempo, $tempe, $temps); 425 return undef if !&write_file($temps, $test{'script'}); 532 push(@argv, $temps) if defined $test{'script'};
|
D | main.c | 850 ep->temps = NULL; in newenv() 955 remove_temps(ep->temps); in cleanup_proc_env() 962 remove_temps(e->temps); in reclaim() 963 e->temps = NULL; in reclaim()
|
D | histrap.c | 249 tf = maketemp(ATEMP, TT_HIST_EDIT, &e->temps); in c_fc()
|
D | sh.h | 573 struct temp *temps; /* temp files */ member
|
D | exec.c | 1477 h = maketemp(ATEMP, TT_HEREDOC_EXP, &e->temps); in herein()
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_fr-FR.txt | 33 # TEST t temps "tA~
|
/external/webkit/Source/WebKit/gtk/po/ |
D | fr.po | 1093 msgstr "retour au temps réel" 1097 msgstr "temps écoulé" 1101 msgstr "temps restant" 1165 msgstr "revenir au temps réel du film diffusé" 1201 msgstr "temps indéterminé"
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 3104 RegList temps, in CopyFields() argument 3107 ASSERT((temps & ((1 << 15) - 1)) != 0); in CopyFields() 3108 ASSERT((temps & dst.bit()) == 0); in CopyFields() 3109 ASSERT((temps & src.bit()) == 0); in CopyFields() 3115 if ((temps & (1 << i)) != 0) { in CopyFields()
|
D | macro-assembler-arm.h | 733 void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
/external/clang/docs/tools/ |
D | clang.pod | 395 =item B<-save-temps>
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 915 void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
D | macro-assembler-mips.cc | 3247 RegList temps, in CopyFields() argument 3249 ASSERT((temps & dst.bit()) == 0); in CopyFields() 3250 ASSERT((temps & src.bit()) == 0); in CopyFields() 3256 if ((temps & (1 << i)) != 0) { in CopyFields()
|
/external/dropbear/libtommath/ |
D | changes.txt | 165 first so temps don't have to be initialized if it's going to fail.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 942 def save_temps : Flag<"-save-temps">, Flags<[DriverOption]>, 1126 def _save_temps : Flag<"--save-temps">, Alias<save_temps>;
|
/external/e2fsprogs/po/ |
D | ca.po | 2409 msgstr "Memòria utilitzada: %d, temps transcorregut: %6.3f/%6.3f/%6.3f\n" 2655 msgstr "No es poden utilitzar les opcions -c i -l/-L al mateix temps.\n" 2991 msgstr "temps: %5.2f/%5.2f/%5.2f\n" 2996 msgstr "temps transcorregut: %6.3f\n"
|
/external/dnsmasq/po/ |
D | fr.po | 1472 #~ msgstr "execut� en temps que root"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_tpp_net.utf | 620 3422 "temps" 622 3431 "temps" 627 3467 "temps"
|
D | fr-FR_lexpos.utf | 1462 ADV "entre-temps" "~atR6t'~a" 2802 N_M_PL^N_M_SG "temps" "t'~aÞ"
|
/external/libffi/ |
D | ChangeLog | 709 (ffi_call): Adjust calls to above routines. Add local temps for
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 59368 http://www.net-temps.com/jobs/legal/wetfeet.htm?index=0 59369 http://www.net-temps.com/jobs/legal/wetfeet.htm?index=3
|