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

1 2 3 4 5 6

  /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.getCompileCommands('/home/john.doe/MyProject/project.cpp')
39 assert len(cmds) == 1
40 assert cmds[0].directory == '/home/john.doe/MyProject'
43 for arg, exp in zip(cmds[0].arguments, expected):
49 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
50 assert len(cmds) == 2
59 for i in range(len(cmds)):
60 assert cmds[i].directory == expected[i]['wd'
    [all...]
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 73 clang_CompileCommands_dispose(CXCompileCommands Cmds)
75 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
79 clang_CompileCommands_getSize(CXCompileCommands Cmds)
81 if (!Cmds)
85 static_cast<AllocatedCXCompileCommands *>(Cmds);
91 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I)
93 if (!Cmds)
97 static_cast<AllocatedCXCompileCommands *>(Cmds);
  /external/linux-tools-perf/util/
help.c 7 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
15 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
16 cmds->names[cmds->cnt++] = ent;
19 static void clean_cmdnames(struct cmdnames *cmds)
23 for (i = 0; i < cmds->cnt; ++i)
24 free(cmds->names[i]);
25 free(cmds->names)
    [all...]
help.h 22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
  /ndk/sources/host-tools/make-3.81/
commands.c 122 if (file->cmds == default_file->cmds)
267 /* Chop CMDS up into individual command lines if necessary.
271 chop_commands (struct commands *cmds)
280 if (!cmds || cmds->command_lines != 0)
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
284 Also set the corresponding CMDS->lines_flags elements,
285 and the CMDS->any_recurse flag. *
    [all...]
commands.h 39 extern void print_commands PARAMS ((struct commands *cmds));
41 extern void chop_commands PARAMS ((struct commands *cmds));
rule.c 159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
245 if (f->cmds != 0)
247 convert_suffix_rule ("", dep_name (d), f->cmds);
261 if (f == 0 || f->cmds == 0)
269 f->cmds);
273 convert_suffix_rule (dep_name (d2), dep_name (d), f->cmds);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
398 r->cmds->fileinfo.filenm = 0
    [all...]
remake.c 229 message (1, ((file->phony || file->cmds == 0)
454 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
462 if (file->cmds == 0 && !file->is_target
463 && default_file != 0 && default_file->cmds != 0)
466 file->cmds = default_file->cmds;
597 d->changed = ((file->phony && file->cmds != 0)
713 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0
720 else if (!must_make && file->cmds != 0 && always_make_flag)
818 if (file->cmds != 0 && file->cmds->any_recurse
    [all...]
  /frameworks/native/cmds/installd/tests/
Android.mk 21 frameworks/base/cmds/installd
  /system/core/netcfg/
netcfg.c 106 } CMDS[] = {
159 for(n = 0; CMDS[n].name; n++){
160 if(!strcmp(argv[0], CMDS[n].name)) {
162 int nargs = CMDS[n].nargs;
170 if(call_func(CMDS[n].func, nargs, argv)) {
  /build/core/
process_wrapper_gdb.sh 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
  /device/asus/deb/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /device/asus/flo/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /device/asus/grouper/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /device/lge/mako/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /device/samsung/manta/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /device/samsung/tuna/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
  /external/blktrace/btt/
bno_plot.py 44 cmds = """
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
110 print >>fo, cmds
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 40 /* Special set cmds to do download via dev node interface if present */
  /external/linux-tools-perf/Documentation/
Makefile 199 cmds_txt = cmds-ancillaryinterrogators.txt \
200 cmds-ancillarymanipulators.txt \
201 cmds-mainporcelain.txt \
202 cmds-plumbinginterrogators.txt \
203 cmds-plumbingmanipulators.txt \
204 cmds-synchingrepositories.txt \
205 cmds-synchelpers.txt \
206 cmds-purehelpers.txt \
207 cmds-foreignscminterface.txt
  /external/clang/www/demo/
DemoInfo.html 67 href="http://llvm.org/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a> tool
76 href="http://llvm.org/cmds/llvm2cpp.html">llvm2cpp</a> tool
  /external/openssl/apps/
engine.c 203 STACK_OF(OPENSSL_STRING) *cmds = NULL;
214 cmds = sk_OPENSSL_STRING_new_null();
216 if(!cmds)
287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity);
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
296 int loop, res, num = sk_OPENSSL_STRING_num(cmds);
307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
  /frameworks/native/cmds/installd/
installd.c 130 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
221 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
222 if (!strcmp(cmds[i].name,arg[0])) {
223 if (n != cmds[i].numargs) {
225 cmds[i].name, cmds[i].numargs, n);
227 ret = cmds[i].func(arg + 1, reply);
  /external/llvm/utils/lit/
setup.py 42 Command Guide: http://llvm.org/cmds/lit.html.
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 17 // Copied from frameworks/base/cmds/stagefright/stream.cpp

Completed in 3097 milliseconds

1 2 3 4 5 6