HomeSort by relevance Sort by last modified time
    Searched refs:prog (Results 501 - 525 of 1079) sorted by null

<<21222324252627282930>>

  /external/vboot_reference/futility/
cmd_gbb_utility.c 21 static void print_help(const char *prog)
56 prog, prog, prog, prog);
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 492 const char *prog = argv[0]; local
494 prog);
546 fprintf(stderr, "%s: unknown option %s\n", prog, arg);
557 printf("Usage: \t%s [-c#] [-d#] [-i] [-p#] [-r#] [-1/2/4/f] destination_file\n", prog);
591 printf("Example: \"%s /sdcard/myrec.wav\" \n", prog);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
PreviewBackground.java 373 float prog = animation.getAnimatedFraction();
374 mScale = prog * scale1 + (1 - prog) * scale0;
375 mColorMultiplier = prog * bgMultiplier1 + (1 - prog) * bgMultiplier0;
  /external/e2fsprogs/lib/ext2fs/
icount.c 682 struct test_program prog[] = { variable in typeref:struct:test_program
770 int run_test(int flags, int size, char *dir, struct test_program *prog)
799 for (pc = prog; pc->cmd != EXIT; pc++) {
860 failed += run_test(0, 0, 0, prog);
862 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, 0, prog);
866 failed += run_test(0, 0, ".", prog);
868 failed += run_test(EXT2_ICOUNT_OPT_INCREMENT, 0, ".", prog);
  /external/toybox/toys/pending/
crond.c 421 * completed job (as per the given param 'prog').
423 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog)
447 if (prog) file = prog;
451 int newfd = prog ? 0 : 1;
459 execlp(file, file, (prog ? "-ti" : "-c"), (prog ? NULL : job->cmd), (char *) NULL);
462 if (!prog) dprintf(1, "Exec failed: %s -c %s\n", file, job->cmd);
bootchartd.c 15 usage: bootchartd {start [PROG ARGS]}|stop|init
19 start: start background logging; with PROG, run PROG,
208 static void stop_logging(char *tmp_dir, char *prog)
218 if (prog) fprintf(hdr_fp, "profile.process = %s\n", prog);
  /external/deqp/external/openglcts/modules/gles31/
es31cSeparateShaderObjsTests.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 33 BuildUtil::BuildUtil(Program *prog)
35 init(prog);
39 BuildUtil::init(Program *prog)
41 this->prog = prog;
366 imm = new_ImmediateValue(prog, u);
375 ImmediateValue *imm = new_ImmediateValue(prog, (uint32_t)0);
398 return new_ImmediateValue(prog, d);
429 Symbol *sym = new_Symbol(prog, file, fileIndex);
441 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_shader_state.c 115 nv50_program_validate(struct nv50_context *nv50, struct nv50_program *prog)
117 if (!prog->translated) {
118 prog->translated = nv50_program_translate(
119 prog, nv50->screen->base.device->chipset, &nv50->base.debug);
120 if (!prog->translated)
123 if (prog->mem)
126 return nv50_program_upload_code(nv50, prog);
131 struct nv50_program *prog, int stage)
135 if (prog && prog->tls_space)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 155 prog,
168 self._prog = prog
298 usage = usage % dict(prog=self._prog)
300 # if no optionals or positionals are available, usage is just prog
302 usage = '%(prog)s' % dict(prog=self._prog)
306 prog = '%(prog)s' % dict(prog=self._prog)
320 usage = ' '.join([s for s in [prog, action_usage] if s])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 155 prog,
168 self._prog = prog
296 usage = usage % dict(prog=self._prog)
298 # if no optionals or positionals are available, usage is just prog
300 usage = '%(prog)s' % dict(prog=self._prog)
304 prog = '%(prog)s' % dict(prog=self._prog)
318 usage = ' '.join([s for s in [prog, action_usage] if s])
    [all...]
  /external/jemalloc/bin/
jeprof.in 512 $main::prog = "";
521 $main::prog = $UNKNOWN_BINARY; # will be set later from the profile file
532 # Set $main::prog later...
536 $main::prog = shift(@ARGV) || usage("Did not specify program");
538 $main::prog = shift(@ARGV) || usage("Did not specify program");
561 $main::prog = FetchProgramName();
563 ConfigureObjTools($main::prog)
622 PrintSymbolizedProfile($symbols, $profile, $main::prog);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
675 my $data = ReadProfile($main::prog, pop(@main::profile_files))
    [all...]
  /external/python/cpython2/Lib/
argparse.py 155 prog,
168 self._prog = prog
298 usage = usage % dict(prog=self._prog)
300 # if no optionals or positionals are available, usage is just prog
302 usage = '%(prog)s' % dict(prog=self._prog)
306 prog = '%(prog)s' % dict(prog=self._prog)
320 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /external/python/cpython3/Lib/
argparse.py 158 prog,
171 self._prog = prog
299 usage = usage % dict(prog=self._prog)
301 # if no optionals or positionals are available, usage is just prog
303 usage = '%(prog)s' % dict(prog=self._prog)
307 prog = '%(prog)s' % dict(prog=self._prog)
321 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 155 prog,
168 self._prog = prog
296 usage = usage % dict(prog=self._prog)
298 # if no optionals or positionals are available, usage is just prog
300 usage = '%(prog)s' % dict(prog=self._prog)
304 prog = '%(prog)s' % dict(prog=self._prog)
318 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 155 prog,
168 self._prog = prog
296 usage = usage % dict(prog=self._prog)
298 # if no optionals or positionals are available, usage is just prog
300 usage = '%(prog)s' % dict(prog=self._prog)
304 prog = '%(prog)s' % dict(prog=self._prog)
318 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 155 prog,
168 self._prog = prog
296 usage = usage % dict(prog=self._prog)
298 # if no optionals or positionals are available, usage is just prog
300 usage = '%(prog)s' % dict(prog=self._prog)
304 prog = '%(prog)s' % dict(prog=self._prog)
318 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 155 prog,
168 self._prog = prog
296 usage = usage % dict(prog=self._prog)
298 # if no optionals or positionals are available, usage is just prog
300 usage = '%(prog)s' % dict(prog=self._prog)
304 prog = '%(prog)s' % dict(prog=self._prog)
318 usage = ' '.join([s for s in [prog, action_usage] if s]
    [all...]
  /external/python/cpython3/Modules/
getpath.c 471 wchar_t *prog = Py_GetProgramName(); local
515 if (wcschr(prog, SEP))
516 wcsncpy(progpath, prog, MAXPATHLEN);
550 joinpath(progpath, prog);
835 wchar_t *prog = Py_GetProgramName(); local
836 wcsncpy(progpath, prog, MAXPATHLEN);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf_test.go 115 const prog = `
148 f := gobuild(t, dir, prog, NoOpt)
212 const prog = `
226 f := gobuild(t, dir, prog, NoOpt)
259 const prog = `
274 f := gobuild(t, dir, prog, NoOpt)
318 const prog = `
332 f := gobuild(t, dir, prog, NoOpt)
538 const prog = `
566 f := gobuild(t, dir, prog, OptInl4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf_test.go 115 const prog = `
148 f := gobuild(t, dir, prog, NoOpt)
212 const prog = `
226 f := gobuild(t, dir, prog, NoOpt)
259 const prog = `
274 f := gobuild(t, dir, prog, NoOpt)
318 const prog = `
332 f := gobuild(t, dir, prog, NoOpt)
538 const prog = `
566 f := gobuild(t, dir, prog, OptInl4
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.h 815 struct gl_program *prog,
831 struct gl_program *prog,
847 struct gl_program *prog,
  /frameworks/base/tools/bit/
adb.cpp 319 const char* prog = cmd.GetProg();
322 exec_with_path_search(prog, argv, env);
323 print_error("Unable to run command: %s", prog);
  /dalvik/dx/etc/
dx.bat 21 REM Set up prog to be the path of this script, including following symlinks,
23 set prog=%~f0 variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 381 char *prog = Py_GetProgramName(); local
405 if (strchr(prog, SEP))
406 strncpy(progpath, prog, MAXPATHLEN);
435 joinpath(progpath, prog);

Completed in 1537 milliseconds

<<21222324252627282930>>