/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 190 cmds = dist.get_command_packages() 191 self.assertEqual(cmds, ['distutils.command']) 196 cmds = dist.get_command_packages() 197 self.assertEqual(cmds, ['distutils.command', 'one', 'two'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/external/chromium_org/third_party/sqlite/src/tool/ |
shell2.test | 50 set out [open cmds.txt w] 53 set line "exec $CLI $db < cmds.txt"
|
shell5.test | 40 set out [open cmds.txt w] 43 set line "exec $CLI $db < cmds.txt"
|
/external/iproute2/ip/ |
ip.c | 65 } cmds[] = { variable in typeref:struct:cmd 94 for (c = cmds; c->cmd; ++c) {
|
/external/tcpdump/ |
print-telnet.c | 71 static const char *cmds[] = { variable 197 (void)printf(" %s", STR_OR_ID(c, cmds));
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 70 static struct cmd cmds[] = { variable in typeref:struct:cmd 177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
|
/ndk/sources/host-tools/make-3.81/ |
default.c | 556 /* Don't clobber cmds given in a makefile if there were any. */ 557 if (f->cmds == 0) 559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands)); 560 f->cmds->fileinfo.filenm = 0; 561 f->cmds->commands = s[1]; 562 f->cmds->command_lines = 0;
|
implicit.c | 314 if (rule->deps != 0 && rule->cmds == 0) 403 if (rule->deps == 0 && rule->cmds == 0) 835 a target; therefore we can assume that the deps and cmds 850 f->cmds = imf->cmds; 934 file->cmds = rule->cmds;
|
expand.c | 464 if (file->cmds && file->cmds->fileinfo.filenm) 465 reading_file = &file->cmds->fileinfo;
|
filedef.h | 32 struct commands *cmds; /* Commands to execute for this target. */ member in struct:file 33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 441 typedef cmds::GetError::Result Result; 626 typedef cmds::IsEnabled::Result Result; 771 typedef cmds::GetMaxValueInBufferCHROMIUM::Result Result; [all...] |
/external/jpeg/ |
ltmain.sh | 1030 eval cmds=\"$archive_cmds\" 1032 for cmd in $cmds; do 1107 eval cmds=\"$reload_cmds\" 1109 for cmd in $cmds; do 1131 eval cmds=\"$reload_cmds\" 1133 for cmd in $cmds; do [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | 1030 eval cmds=\"$archive_cmds\" 1032 for cmd in $cmds; do 1107 eval cmds=\"$reload_cmds\" 1109 for cmd in $cmds; do 1131 eval cmds=\"$reload_cmds\" 1133 for cmd in $cmds; do [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cmd.py | 342 def print_topics(self, header, cmds, cmdlen, maxcol): 343 if cmds: 347 self.columnize(cmds, maxcol-1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cmd.py | 342 def print_topics(self, header, cmds, cmdlen, maxcol): 343 if cmds: 347 self.columnize(cmds, maxcol-1)
|
/external/chromium_org/third_party/sqlite/src/test/ |
savepoint6.test | 183 set cmds {savepoint savepoint savepoint savepoint release rollback} 185 set C [lindex $cmds [expr int(rand()*6)]]
|
/external/linux-tools-perf/ |
Makefile | 662 $(OUTPUT)perf.o: perf.c $(OUTPUT)common-cmds.h $(OUTPUT)PERF-CFLAGS 671 $(OUTPUT)builtin-help.o: builtin-help.c $(OUTPUT)common-cmds.h $(OUTPUT)PERF-CFLAGS 677 $(OUTPUT)builtin-timechart.o: builtin-timechart.c $(OUTPUT)common-cmds.h $(OUTPUT)PERF-CFLAGS 683 $(OUTPUT)common-cmds.h: util/generate-cmdlist.sh command-list.txt 685 $(OUTPUT)common-cmds.h: $(wildcard Documentation/perf-*.txt) 751 DIRECTORY_DEPS = $(LIB_OBJS) $(BUILTIN_OBJS) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h 834 check: $(OUTPUT)common-cmds.h 898 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
|
/external/chromium/sdch/open-vcdiff/ |
ltmain.sh | [all...] |
/external/chromium/third_party/libevent/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/libevent/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
ltmain.sh | [all...] |
/external/libffi/ |
ltmain.sh | [all...] |
/external/llvm/autoconf/ |
ltmain.sh | [all...] |
/external/llvm/projects/sample/autoconf/ |
ltmain.sh | [all...] |