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

  /external/vboot_reference/tests/futility/
run_test_scripts.sh 58 progs=0
70 : $(( progs++ ))
90 if [ "$pass" -eq "$progs" ]; then
91 green "Success: $pass / $progs passed"
95 red "FAIL: $pass / $progs passed"
  /external/mmc-utils/
Makefile 22 progs = mmc macro
29 all: $(progs) manpages
47 rm -f $(progs) $(objects)
50 install: $(progs) install-man
52 $(INSTALL) $(progs) $(DESTDIR)$(bindir)
  /external/libcap/kdebug/
test-kernel.sh 43 file /root/quicktest.sh $HERE/../progs/quicktest.sh 0755 0 0
44 file /root/setcap $HERE/../progs/setcap 0755 0 0
45 file /root/getcap $HERE/../progs/getcap 0755 0 0
46 file /root/capsh $HERE/../progs/capsh 0755 0 0
47 file /root/getpcaps $HERE/../progs/getpcaps 0755 0 0
  /external/e2fsprogs/tests/defaults/
e_script 18 EXPECT=$SRCDIR/progs/test_data/expect.$class
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
  /external/e2fsprogs/tests/
test_config 21 TEST_REL=../tests/progs/test_rel
22 TEST_ICOUNT=../tests/progs/test_icount
23 CRCSUM=../tests/progs/crcsum
  /external/libcap/
Makefile 16 $(MAKE) -C progs $@
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 245 validate_link_devices(const ref_vector<program> &progs,
259 if (all_of(has_binary, progs))
265 else if (any_of(has_binary, progs))
281 auto progs = objs(d_progs, num_progs); local
283 auto devs = validate_link_devices(progs,
290 prog().link(devs, opts, progs);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.cpp 69 const ref_vector<program> &progs) {
75 }, progs);
program.hpp 54 const ref_vector<program> &progs);
  /external/e2fsprogs/tests/progs/
Makefile.in 9 my_dir = tests/progs
16 PROGS= test_icount crcsum
33 all:: $(PROGS)
56 $(RM) -f $(PROGS) test_rel_cmds.c test_icount_cmds.c \
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.c 792 struct nvc0_program *progs[] = { /* Sorted accordingly to SP_START_ID */ local
837 for (int i = 0; i < ARRAY_SIZE(progs); i++) {
838 if (!progs[i] || progs[i] == prog)
841 ret = nvc0_program_alloc_code(nvc0, progs[i]);
846 nvc0_program_upload_code(nvc0, progs[i]);
848 if (progs[i]->type == PIPE_SHADER_COMPUTE) {
855 PUSH_DATA (nvc0->base.pushbuf, progs[i]->code_base);
  /external/blktrace/btt/
btt_plot.py 77 progs = [ 'btt_plot_%s.py' % t for t in types ] variable
198 elif not prog in progs:
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCaseUtil.hpp 48 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg0& arg0)
50 , m_progs (progs)
  /prebuilts/go/darwin-x86/doc/progs/
run.go 44 tmpdir, err := ioutil.TempDir("", "go-progs")
  /prebuilts/go/linux-x86/doc/progs/
run.go 44 tmpdir, err := ioutil.TempDir("", "go-progs")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 36 // Walk progs to build up the InlCalls data structure
150 // Make a second pass through the progs to compute PC ranges for
gsubr.go 42 // Progs accumulates Progs for a function and converts them into machine code.
43 type Progs struct {
46 pc int64 // virtual PC; count of Progs
47 pos src.XPos // position to use for new Progs
48 curfn *Node // fn these Progs are for
53 // newProgs returns a new Progs for fn.
54 // worker indicates which of the backend workers will use the Progs.
55 func newProgs(fn *Node, worker int) *Progs {
56 pp := new(Progs)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 36 // Walk progs to build up the InlCalls data structure
150 // Make a second pass through the progs to compute PC ranges for
gsubr.go 42 // Progs accumulates Progs for a function and converts them into machine code.
43 type Progs struct {
46 pc int64 // virtual PC; count of Progs
47 pos src.XPos // position to use for new Progs
48 curfn *Node // fn these Progs are for
53 // newProgs returns a new Progs for fn.
54 // worker indicates which of the backend workers will use the Progs.
55 func newProgs(fn *Node, worker int) *Progs {
56 pp := new(Progs)
    [all...]
  /external/syslinux/
syslinux.spec 135 - Added netpbm-progs (provides pngtopnm) to BuildPrereq (this should be
  /prebuilts/go/darwin-x86/src/debug/elf/
file_test.go 26 progs []ProgHeader
246 for i, p := range f.Progs {
247 if i >= len(tt.progs) {
250 ph := &tt.progs[i]
260 tn = len(tt.progs)
261 fn = len(f.Progs)
263 t.Errorf("open %s: len(Progs) = %d, want %d", tt.file, fn, tn)
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
file_test.go 26 progs []ProgHeader
246 for i, p := range f.Progs {
247 if i >= len(tt.progs) {
250 ph := &tt.progs[i]
260 tn = len(tt.progs)
261 fn = len(f.Progs)
263 t.Errorf("open %s: len(Progs) = %d, want %d", tt.file, fn, tn)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 677 t.registerTest("doc_progs", "../doc/progs", "time", "go", "run", "run.go")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 677 t.registerTest("doc_progs", "../doc/progs", "time", "go", "run", "run.go")
    [all...]

Completed in 670 milliseconds