HomeSort by relevance Sort by last modified time
    Searched refs:progs (Results 1 - 21 of 21) 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/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/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/src/cmd/internal/obj/
util.go 167 if i := ctxt.allocIdx; i < len(ctxt.progs) {
168 p = &ctxt.progs[i]
177 s := ctxt.progs[:ctxt.allocIdx]
link.go 221 // The Progs for a given function are arranged in a list linked through the Link field.
226 // Progs should be allocated using ctxt.NewProg(), not new(Prog).
764 // Cache of Progs
766 progs [10000]Prog
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 167 if i := ctxt.allocIdx; i < len(ctxt.progs) {
168 p = &ctxt.progs[i]
177 s := ctxt.progs[:ctxt.allocIdx]
link.go 221 // The Progs for a given function are arranged in a list linked through the Link field.
226 // Progs should be allocated using ctxt.NewProg(), not new(Prog).
764 // Cache of Progs
766 progs [10000]Prog
  /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")
  /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...]
  /external/bison/
maint.mk     [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 584 t.registerTest("doc_progs", "../doc/progs", "time", "go", "run", "run.go")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 584 t.registerTest("doc_progs", "../doc/progs", "time", "go", "run", "run.go")
    [all...]

Completed in 696 milliseconds