HomeSort by relevance Sort by last modified time
    Searched refs:prg (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 70 proc launch_testfixture {{prg ""}} {
72 if {$prg eq ""} { set prg [info nameofexec] }
73 if {$prg eq ""} { set prg testfixture }
74 if {[file tail $prg]==$prg} { set prg [file join . $prg] }
75 set chan [open "|$prg tf_main.tcl" r+
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 251 Instruction *prg = function_table[i](&codegen, &flags); local
252 test(&codegen, prg, flags);
265 void FindBranchTargets(CodeGenUnittestHelper* codegen, Instruction* prg, int) {
267 codegen->FindBranchTargets(*prg, &branch_targets);
279 for (Instruction* insn = prg;;) {
327 Instruction* prg,
330 codegen->FindBranchTargets(*prg, &branch_targets);
333 codegen->CutGraphIntoBasicBlocks(prg, branch_targets, &all_blocks);
371 void MergeTails(CodeGenUnittestHelper* codegen, Instruction* prg, int flags) {
373 codegen->FindBranchTargets(*prg, &branch_targets)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver.c 715 /* Write counters in GI_PTR and the summary in PRG to a gcda file. In
763 gcov_exit_merge_summary (const struct gcov_info *gi_ptr, struct gcov_summary *prg,
777 cs_prg = &(prg->ctrs[t_ix]);
833 prg->checksum = crc32;
921 struct gcov_summary prg; /* summary for this object over all program. */ local
945 error = gcov_exit_merge_gcda (gi_ptr, &prg, this_prg, &summary_pos, &eof_pos,
955 memset (&prg, 0, sizeof (prg));
959 error = gcov_exit_merge_summary (gi_ptr, &prg, this_prg, crc32, all_prg);
963 gcov_exit_write_gcda (gi_ptr, &prg, eof_pos, summary_pos)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver.c 715 /* Write counters in GI_PTR and the summary in PRG to a gcda file. In
763 gcov_exit_merge_summary (const struct gcov_info *gi_ptr, struct gcov_summary *prg,
777 cs_prg = &(prg->ctrs[t_ix]);
833 prg->checksum = crc32;
921 struct gcov_summary prg; /* summary for this object over all program. */ local
945 error = gcov_exit_merge_gcda (gi_ptr, &prg, this_prg, &summary_pos, &eof_pos,
955 memset (&prg, 0, sizeof (prg));
959 error = gcov_exit_merge_summary (gi_ptr, &prg, this_prg, crc32, all_prg);
963 gcov_exit_write_gcda (gi_ptr, &prg, eof_pos, summary_pos)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver.c 715 /* Write counters in GI_PTR and the summary in PRG to a gcda file. In
763 gcov_exit_merge_summary (const struct gcov_info *gi_ptr, struct gcov_summary *prg,
777 cs_prg = &(prg->ctrs[t_ix]);
833 prg->checksum = crc32;
921 struct gcov_summary prg; /* summary for this object over all program. */ local
945 error = gcov_exit_merge_gcda (gi_ptr, &prg, this_prg, &summary_pos, &eof_pos,
955 memset (&prg, 0, sizeof (prg));
959 error = gcov_exit_merge_summary (gi_ptr, &prg, this_prg, crc32, all_prg);
963 gcov_exit_write_gcda (gi_ptr, &prg, eof_pos, summary_pos)
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.c     [all...]
openjpeg.h 272 OPJ_PROG_ORDER prg1,prg; member in struct:opj_poc
823 OPJ_PROG_ORDER prg; member in struct:opj_tile_v2_info
    [all...]
j2k.h 245 OPJ_PROG_ORDER prg; member in struct:opj_tcp
j2k.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 664 LPSTR prg = strtok(cmdline, " ");
675 prg, exrec->ExceptionCode, exrec->ExceptionAddress);
682 prg, exrec->ExceptionCode, exrec->ExceptionFlags,
660 LPSTR prg = strtok(cmdline, " "); local
    [all...]

Completed in 1531 milliseconds