HomeSort by relevance Sort by last modified time
    Searched full:cmds (Results 1 - 25 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/buildcmds/
.gitignore 2 cxx.cmds
3 link.cmds
buildcmdscc 10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
13 | perl -ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
  /prebuilts/go/darwin-x86/src/cmd/internal/browser/
browser.go 16 var cmds [][]string
18 cmds = append(cmds, []string{exe})
22 cmds = append(cmds, []string{"/usr/bin/open"})
24 cmds = append(cmds, []string{"cmd", "/c", "start"})
26 cmds = append(cmds, []string{"xdg-open"})
28 cmds = append(cmds
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/browser/
browser.go 16 var cmds [][]string
18 cmds = append(cmds, []string{exe})
22 cmds = append(cmds, []string{"/usr/bin/open"})
24 cmds = append(cmds, []string{"cmd", "/c", "start"})
26 cmds = append(cmds, []string{"xdg-open"})
28 cmds = append(cmds
    [all...]
  /external/autotest/client/profilers/cmdprofile/
cmdprofile.py 15 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile',
23 elif outputfiles and len(outputfiles) != len(cmds):
25 'cmdprofile paramter outputfiles has length %d and cmds has '
27 (len(outputfiles), len(cmds)))
30 self.cmds = cmds
35 self.outputfiles = [outputfile] * len(cmds)
44 for cmd, outputfile in zip(self.cmds, self.outputfiles):
  /frameworks/base/packages/Shell/
Android.mk 9 ../../../native/cmds/dumpstate/binder/android/os/IDumpstate.aidl \
10 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateListener.aidl \
11 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateToken.aidl
13 LOCAL_AIDL_INCLUDES = frameworks/native/cmds/dumpstate/binder
  /frameworks/native/
Android.bp 10 "cmds/*",
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
main.go 9 var cmds = map[string]func(){} var
12 if cmds[name] != nil {
15 cmds[name] = f
29 f := cmds[os.Args[1]]
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
33 assert len(cmds) != 0
38 cmds = cdb.getAllCompileCommands()
39 assert len(cmds) == 3
55 for i in range(len(cmds)):
56 assert cmds[i].directory == expected[i]['wd']
57 assert cmds[i].filename == expected[i]['file']
58 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
65 cmds = cdb.getCompileCommands(file)
66 assert len(cmds) ==
    [all...]
  /external/vboot_reference/cgpt/
cgpt.c 30 } cmds[] = { variable in typeref:struct:__anon38199
49 for (i = 0; i < sizeof(cmds)/sizeof(cmds[0]); ++i) {
50 printf(" %-15s %s\n", cmds[i].name, cmds[i].comment);
76 for (i = 0; command && i < sizeof(cmds)/sizeof(cmds[0]); ++i) {
78 if (0 == strcmp(cmds[i].name, command)) {
84 else if (0 == strncmp(cmds[i].name, command, strlen(command))) {
91 return cmds[match_index].fp(argc, argv)
    [all...]
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
index.html 35 <li><a href="/cmds/llvm-as.html"><b>llvm-as</b></a> -
38 <li><a href="/cmds/llvm-dis.html"><b>llvm-dis</b></a> -
41 <li><a href="/cmds/opt.html"><b>opt</b></a> -
44 <li><a href="/cmds/llc.html"><b>llc</b></a> -
47 <li><a href="/cmds/lli.html"><b>lli</b></a> -
51 <li><a href="/cmds/llvm-link.html"><b>llvm-link</b></a> -
54 <li><a href="/cmds/llvm-ar.html"><b>llvm-ar</b></a> -
57 <li><a href="/cmds/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
60 <li><a href="/cmds/llvm-nm.html"><b>llvm-nm</b></a> -
63 <li><a href="/cmds/llvm-prof.html"><b>llvm-prof</b></a> -
    [all...]
  /external/vboot_reference/tests/futility/
test_load_fmap.sh 24 CMDS=""
29 CMDS="$CMDS $a:$a.rand"
33 ${FUTILITY} load_fmap ${BIOS} ${CMDS}
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 72 clang_CompileCommands_dispose(CXCompileCommands Cmds)
74 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
78 clang_CompileCommands_getSize(CXCompileCommands Cmds)
80 if (!Cmds)
84 static_cast<AllocatedCXCompileCommands *>(Cmds);
90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I)
92 if (!Cmds)
96 static_cast<AllocatedCXCompileCommands *>(Cmds);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/buildcmds/
buildcmdscc 10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
13 | perl -ne 's/-o\s+\S+\b/-o %OUT%/; print' > $DIR/link.cmds
  /external/e2fsprogs/tests/f_quota/
script 1 AFTER_CMD='$DEBUGFS -f $test_dir/debugfs-cmds $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed > $test_name.0.log'
  /external/iproute2/tipc/
peer.c 67 const struct cmd cmds[] = { local
72 return run_cmd(nlh, cmd, cmds, cmdl, NULL);
87 const struct cmd cmds[] = { local
92 return run_cmd(nlh, cmd, cmds, cmdl, NULL);
  /frameworks/native/cmds/dumpstate/
README.md 14 mmm -j frameworks/native/cmds/dumpstate
20 mmm -j frameworks/native/cmds/dumpstate device/acme/secret_device/dumpstate/ hardware/interfaces/dumpstate
26 mmm -j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb shell am bug-report
40 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest/dumpstate_test* /data/nativetest && adb shell /data/nativetest/dumpstate_test/dumpstate_test
46 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest/dumpstate_test* /data/nativetest && adb shell /data/nativetest/dumpstate_test/dumpstate_test --gtest_filter=DumpstateTest.RunCommandNoArgs
  /external/brotli/enc/
block_splitter.c 41 static size_t CountLiterals(const Command* cmds, const size_t num_commands) {
46 total_length += cmds[i].insert_len_;
51 static void CopyLiteralsToByteArray(const Command* cmds,
61 size_t insert_len = cmds[i].insert_len_;
73 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask;
126 const Command* cmds,
136 size_t literals_count = CountLiterals(cmds, num_commands);
140 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals);
158 insert_and_copy_codes[i] = cmds[i].cmd_prefix_;
178 const Command* cmd = &cmds[i]
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18146.go 81 var cmds []*exec.Cmd
83 for _, cmd := range cmds {
111 cmds = append(cmds, cmd)
115 for _, cmd := range cmds {
126 t.Logf("Failed %v of %v attempts.", failures, len(cmds))
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18146.go 81 var cmds []*exec.Cmd
83 for _, cmd := range cmds {
111 cmds = append(cmds, cmd)
115 for _, cmd := range cmds {
126 t.Logf("Failed %v of %v attempts.", failures, len(cmds))

Completed in 1119 milliseconds

1 2 3 4 5 6 7 8 91011>>