/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AOptimizedMultipleCommand.java | 18 private final PCommand[] commands; field in AOptimizedMultipleCommand 22 commands = new PCommand[originalChildCommands.size()]; in AOptimizedMultipleCommand() 23 originalChildCommands.toArray(commands); in AOptimizedMultipleCommand() 24 for (int i = 0; i < commands.length; i++) { in AOptimizedMultipleCommand() 25 commands[i].parent(this); // set parent. in AOptimizedMultipleCommand() 45 for (int i = 0; i < commands.length; i++) { in replaceChild() 46 if (commands[i] == oldChild) { in replaceChild() 47 commands[i] = (PCommand) newChild; in replaceChild() 58 for (int i = 0; i < commands.length; i++) { in apply() 59 commands[i].apply(sw); in apply()
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Functions/ |
D | tFunction_Sync.py | 47 import commands, os 136 init_filesystem_01 = commands.getoutput("cat %s"%(self.filesystem_01)) 137 init_filesystem_02 = commands.getoutput("cat %s"%(self.filesystem_02)) 138 init_filesystem_03 = commands.getoutput("cat %s"%(self.filesystem_03)) 158 …assert commands.getoutput("cat %s"%(self.filesystem_01)) != init_filesystem_01, log.F("FILESYSTEM … 160 …assert commands.getoutput("cat %s"%(self.filesystem_02)) != init_filesystem_02, log.F("FILESYSTEM … 162 …assert commands.getoutput("cat %s"%(self.filesystem_03)) != init_filesystem_03, log.F("FILESYSTEM … 176 …assert commands.getoutput("cat %s"%(self.filesystem_01)) != init_filesystem_01, log.F("FILESYSTEM … 178 …assert commands.getoutput("cat %s"%(self.filesystem_02)) != init_filesystem_02, log.F("FILESYSTEM … 180 …assert commands.getoutput("cat %s"%(self.filesystem_03)) != init_filesystem_03, log.F("FILESYSTEM … [all …]
|
D | tFunction_Export_Import_Domains.py | 52 import os, commands 205 …assert commands.getoutput("cat %s"%(self.filesystem_01)) == hex_value, log.F("FILESYSTEM : paramet… 214 …assert commands.getoutput("cat %s"%(self.filesystem_02)) == hex_value, log.F("FILESYSTEM : paramet… 223 …assert commands.getoutput("cat %s"%(self.filesystem_03)) == hex_value, log.F("FILESYSTEM : paramet… 269 init_filesystem_01 = commands.getoutput("cat %s"%(self.filesystem_01)) 270 init_filesystem_02 = commands.getoutput("cat %s"%(self.filesystem_02)) 271 init_filesystem_03 = commands.getoutput("cat %s"%(self.filesystem_03)) 308 …assert commands.getoutput("cat %s"%(self.filesystem_01)) != init_filesystem_01, log.F("FILESYSTEM … 316 …assert commands.getoutput("cat %s"%(self.filesystem_02)) != init_filesystem_02, log.F("FILESYSTEM … 324 …assert commands.getoutput("cat %s"%(self.filesystem_03)) != init_filesystem_03, log.F("FILESYSTEM … [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | AbstractApplication.java | 58 protected void processCommandLine(List commands) { in processCommandLine() argument 66 protected String[] getArguments(List commands, String param) { in getArguments() argument 67 int index = commands.indexOf(param); in getArguments() 70 commands.remove(index); in getArguments() 71 if (index == commands.size()) // if this is the last command in getArguments() 73 List args = new ArrayList(commands.size()); in getArguments() 74 while (index < commands.size()) { // while not the last command in getArguments() 75 String command = (String) commands.get(index); in getArguments() 79 commands.remove(index); in getArguments()
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 39 def __init__(self, commands, negate=False, pipe_err=False): argument 40 self.commands = commands 45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate, 52 return ((self.commands, self.negate, self.pipe_err) == 53 (other.commands, other.negate, self.pipe_err)) 60 for cmd in self.commands: 62 if cmd is not self.commands[-1]:
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Types/ |
D | tINT8_Max.py | 53 import commands 98 …assert commands.getoutput('cat $PFW_RESULT/INT8_Max') == hex_value, "FILESYSTEM : parameter update… 132 …assert commands.getoutput('cat $PFW_RESULT/INT8_Max') == hex_value, "FILESYSTEM : parameter update… 157 param_check = commands.getoutput('cat $PFW_RESULT/INT8_Max') 163 …assert commands.getoutput('cat $PFW_RESULT/INT8_Max') == param_check, "FILESYSTEM : Forbiden param… 197 …assert commands.getoutput('cat $PFW_RESULT/INT8_Max') == hex_value, "FILESYSTEM : parameter update… 222 param_check = commands.getoutput('cat $PFW_RESULT/INT8_Max') 228 …assert commands.getoutput('cat $PFW_RESULT/INT8_Max') == param_check, "FILESYSTEM : Forbiden param…
|
D | tINT32.py | 53 import commands 98 …assert commands.getoutput('cat $PFW_RESULT/INT32') == hex_value, "FILESYSTEM : parameter update er… 132 …assert commands.getoutput('cat $PFW_RESULT/INT32') == hex_value, "FILESYSTEM : parameter update er… 157 param_check = commands.getoutput('cat $PFW_RESULT/INT32') 163 …assert commands.getoutput('cat $PFW_RESULT/INT32') == param_check, "FILESYSTEM : Forbiden paramete… 197 …assert commands.getoutput('cat $PFW_RESULT/INT32') == hex_value, "FILESYSTEM : parameter update er… 222 param_check = commands.getoutput('cat $PFW_RESULT/INT32') 228 …assert commands.getoutput('cat $PFW_RESULT/INT32') == param_check, "FILESYSTEM : Forbiden paramete…
|
D | tSTRING_128.py | 31 import commands, string, random 94 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == value, log.F("FILESYSTEM : parameter u… 123 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == "", log.F("FILESYSTEM : parameter upda… 145 param_check = commands.getoutput('cat $PFW_RESULT/STR_CHAR128') 151 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == param_check, log.F("FILESYSTEM : Forbi… 182 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == value, log.F("FILESYSTEM : parameter u… 211 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == value, log.F("FILESYSTEM : parameter u… 230 param_check = commands.getoutput('cat $PFW_RESULT/STR_CHAR128') 240 …assert commands.getoutput('cat $PFW_RESULT/STR_CHAR128') == value, log.F("FILESYSTEM : parameter u… 259 param_check = commands.getoutput('cat $PFW_RESULT/STR_CHAR128') [all …]
|
D | tUINT8.py | 55 import commands 104 …assert commands.getoutput('cat $PFW_RESULT/UINT8') == hex_value, log.F("FILESYSTEM : parameter upd… 142 …assert commands.getoutput('cat $PFW_RESULT/UINT8') == hex_value, log.F("FILESYSTEM : parameter upd… 167 param_check = commands.getoutput('cat $PFW_RESULT/UINT8') 175 …assert commands.getoutput('cat $PFW_RESULT/UINT8') == param_check, log.F("FILESYSTEM : Forbiden pa… 213 …assert commands.getoutput('cat $PFW_RESULT/UINT8') == hex_value, log.F("FILESYSTEM : parameter upd… 238 param_check = commands.getoutput('cat $PFW_RESULT/UINT8') 246 …assert commands.getoutput('cat $PFW_RESULT/UINT8') == param_check, log.F("FILESYSTEM : Forbiden pa…
|
D | tUINT16.py | 56 import commands 106 …assert commands.getoutput('cat $PFW_RESULT/UINT16') == hex_value, log.F("FILESYSTEM : parameter up… 144 …assert commands.getoutput('cat $PFW_RESULT/UINT16') == hex_value, log.F("FILESYSTEM : parameter up… 169 param_check = commands.getoutput('cat $PFW_RESULT/UINT16') 177 …assert commands.getoutput('cat $PFW_RESULT/UINT16') == param_check, log.F("FILESYSTEM : Forbiden p… 215 …assert commands.getoutput('cat $PFW_RESULT/UINT16') == hex_value, log.F("FILESYSTEM : parameter up… 240 param_check = commands.getoutput('cat $PFW_RESULT/UINT16') 248 …assert commands.getoutput('cat $PFW_RESULT/UINT16') == param_check, log.F("FILESYSTEM : Forbiden p…
|
D | tUINT16_Max.py | 55 import commands 105 …assert commands.getoutput('cat $PFW_RESULT/UINT16_Max') == hex_value, log.F("FILESYSTEM : paramete… 143 …assert commands.getoutput('cat $PFW_RESULT/UINT16_Max') == hex_value, log.F("FILESYSTEM : paramete… 168 param_check = commands.getoutput('cat $PFW_RESULT/UINT16_Max') 176 …assert commands.getoutput('cat $PFW_RESULT/UINT16_Max') == param_check, log.F("FILESYSTEM : Forbid… 214 …assert commands.getoutput('cat $PFW_RESULT/UINT16_Max') == hex_value, log.F("FILESYSTEM : paramete… 239 param_check = commands.getoutput('cat $PFW_RESULT/UINT16_Max') 247 …assert commands.getoutput('cat $PFW_RESULT/UINT16_Max') == param_check, log.F("FILESYSTEM : Forbid…
|
D | tFP16_Q15_0.py | 54 import commands 99 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') == hex_value, log.F("FILESYSTEM : paramete… 133 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') == hex_value, log.F("FILESYSTEM : paramete… 158 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') 164 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') == param_check, log.F("FILESYSTEM : Forbid… 198 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') == hex_value, log.F("FILESYSTEM : paramete… 223 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') 229 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q15.0') == param_check, log.F("FILESYSTEM : Forbid…
|
D | tUINT32.py | 55 import commands 105 …assert commands.getoutput('cat $PFW_RESULT/UINT32') == hex_value, log.F("FILESYSTEM : parameter up… 143 …assert commands.getoutput('cat $PFW_RESULT/UINT32') == hex_value, log.F("FILESYSTEM : parameter up… 168 param_check = commands.getoutput('cat $PFW_RESULT/UINT32') 176 …assert commands.getoutput('cat $PFW_RESULT/UINT32') == param_check, log.F("FILESYSTEM : Forbiden p… 214 …assert commands.getoutput('cat $PFW_RESULT/UINT32') == hex_value, log.F("FILESYSTEM : parameter up… 239 param_check = commands.getoutput('cat $PFW_RESULT/UINT32') 247 …assert commands.getoutput('cat $PFW_RESULT/UINT32') == param_check, log.F("FILESYSTEM : Forbiden p…
|
D | tINT8.py | 53 import commands 102 …assert commands.getoutput('cat $PFW_RESULT/INT8') == hex_value, log.F("FILESYSTEM : parameter upda… 140 …assert commands.getoutput('cat $PFW_RESULT/INT8') == hex_value, log.F("FILESYSTEM : parameter upda… 165 param_check = commands.getoutput('cat $PFW_RESULT/INT8') 173 …assert commands.getoutput('cat $PFW_RESULT/INT8') == param_check, log.F("FILESYSTEM : Forbiden par… 211 …assert commands.getoutput('cat $PFW_RESULT/INT8') == hex_value, log.F("FILESYSTEM : parameter upda… 236 param_check = commands.getoutput('cat $PFW_RESULT/INT8') 244 …assert commands.getoutput('cat $PFW_RESULT/INT8') == param_check, log.F("FILESYSTEM : Forbiden par…
|
D | tINT16.py | 53 import commands 102 …assert commands.getoutput('cat $PFW_RESULT/INT16') == hex_value, log.F("FILESYSTEM : parameter upd… 140 …assert commands.getoutput('cat $PFW_RESULT/INT16') == hex_value, log.F("FILESYSTEM : parameter upd… 165 param_check = commands.getoutput('cat $PFW_RESULT/INT16') 173 …assert commands.getoutput('cat $PFW_RESULT/INT16') == param_check, log.F("FILESYSTEM : Forbiden pa… 211 …assert commands.getoutput('cat $PFW_RESULT/INT16') == hex_value, log.F("FILESYSTEM : parameter upd… 236 param_check = commands.getoutput('cat $PFW_RESULT/INT16') 244 …assert commands.getoutput('cat $PFW_RESULT/INT16') == param_check, log.F("FILESYSTEM : Forbiden pa…
|
D | tINT16_Max.py | 53 import commands 102 …assert commands.getoutput('cat $PFW_RESULT/INT16_Max') == hex_value, log.F("FILESYSTEM : parameter… 140 …assert commands.getoutput('cat $PFW_RESULT/INT16_Max') == hex_value, log.F("FILESYSTEM : parameter… 165 param_check = commands.getoutput('cat $PFW_RESULT/INT16_Max') 173 …assert commands.getoutput('cat $PFW_RESULT/INT16_Max') == param_check, log.F("FILESYSTEM : Forbide… 211 …assert commands.getoutput('cat $PFW_RESULT/INT16_Max') == hex_value, log.F("FILESYSTEM : parameter… 236 param_check = commands.getoutput('cat $PFW_RESULT/INT16_Max') 244 …assert commands.getoutput('cat $PFW_RESULT/INT16_Max') == param_check, log.F("FILESYSTEM : Forbide…
|
D | tINT32_Max.py | 53 import commands 102 …assert commands.getoutput('cat $PFW_RESULT/INT32_Max') == hex_value, log.F("FILESYSTEM : parameter… 139 …assert commands.getoutput('cat $PFW_RESULT/INT32_Max') == hex_value, log.F("FILESYSTEM : parameter… 164 param_check = commands.getoutput('cat $PFW_RESULT/INT32_Max') 172 …assert commands.getoutput('cat $PFW_RESULT/INT32_Max') == param_check, log.F("FILESYSTEM : Forbide… 210 …assert commands.getoutput('cat $PFW_RESULT/INT32_Max') == hex_value, log.F("FILESYSTEM : parameter… 235 param_check = commands.getoutput('cat $PFW_RESULT/INT32_Max') 243 …assert commands.getoutput('cat $PFW_RESULT/INT32_Max') == param_check, log.F("FILESYSTEM : Forbide…
|
D | tUINT8_Max.py | 55 import commands 105 …assert commands.getoutput('cat $PFW_RESULT/UINT8_Max') == hex_value, log.F("FILESYSTEM : parameter… 143 …assert commands.getoutput('cat $PFW_RESULT/UINT8_Max') == hex_value, log.F("FILESYSTEM : parameter… 168 param_check = commands.getoutput('cat $PFW_RESULT/UINT8_Max') 176 …assert commands.getoutput('cat $PFW_RESULT/UINT8_Max') == param_check, log.F("FILESYSTEM : Forbide… 214 …assert commands.getoutput('cat $PFW_RESULT/UINT8_Max') == hex_value, log.F("FILESYSTEM : parameter… 239 param_check = commands.getoutput('cat $PFW_RESULT/UINT8_Max') 247 …assert commands.getoutput('cat $PFW_RESULT/UINT8_Max') == param_check, log.F("FILESYSTEM : Forbide…
|
D | tUINT32_Max.py | 55 import commands 105 …assert commands.getoutput('cat $PFW_RESULT/UINT32_Max') == hex_value, log.F("FILESYSTEM : paramete… 143 …assert commands.getoutput('cat $PFW_RESULT/UINT32_Max') == hex_value, log.F("FILESYSTEM : paramete… 168 param_check = commands.getoutput('cat $PFW_RESULT/UINT32_Max') 176 …assert commands.getoutput('cat $PFW_RESULT/UINT32_Max') == param_check, log.F("FILESYSTEM : Forbid… 214 …assert commands.getoutput('cat $PFW_RESULT/UINT32_Max') == hex_value, log.F("FILESYSTEM : paramete… 239 param_check = commands.getoutput('cat $PFW_RESULT/UINT32_Max') 247 …assert commands.getoutput('cat $PFW_RESULT/UINT32_Max') == param_check, log.F("FILESYSTEM : Forbid…
|
D | tFP32_Q8_20.py | 54 import commands 103 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') == hex_value, log.F("FILESYSTEM : paramete… 140 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') == hex_value, log.F("FILESYSTEM : paramete… 165 param_check = commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') 173 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') == param_check, log.F("FILESYSTEM : Forbid… 211 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') == hex_value, log.F("FILESYSTEM : paramete… 236 param_check = commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') 243 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q8.20') == param_check, log.F("FILESYSTEM : Forbid…
|
D | tFP16_Q7_8.py | 54 import commands 101 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') == hex_value, log.F("FILESYSTEM : parameter… 136 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') == hex_value, log.F("FILESYSTEM : parameter… 161 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') 168 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') == param_check, log.F("FILESYSTEM : Forbide… 203 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') == hex_value, log.F("FILESYSTEM : parameter… 228 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') 234 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q7.8') == param_check, log.F("FILESYSTEM : Forbide…
|
D | tFP8_Q3_4.py | 54 import commands 104 …assert commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') == hex_value, log.F("FILESYSTEM : parameter … 142 …assert commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') == hex_value, "FILESYSTEM : parameter update… 167 param_check = commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') 175 …assert commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') == param_check, log.F("FILESYSTEM : Forbiden… 213 …assert commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') == hex_value, log.F("FILESYSTEM : parameter … 237 param_check = commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') 246 …assert commands.getoutput('cat $PFW_RESULT/FP8_Q3.4') == param_check, log.F("FILESYSTEM : Forbiden…
|
D | tFP32_Q0_31.py | 54 import commands 100 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') == hex_value, log.F("FILESYSTEM : paramete… 135 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') == hex_value, log.F("FILESYSTEM : paramete… 160 param_check = commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') 167 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') == param_check, log.F("FILESYSTEM : Forbid… 202 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') == hex_value, log.F("FILESYSTEM : paramete… 227 param_check = commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') 235 …assert commands.getoutput('cat $PFW_RESULT/FP32_Q0.31') == param_check, log.F("FILESYSTEM : Forbid…
|
D | tFP16_Q0_15.py | 54 import commands 100 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') == hex_value, log.F("FILESYSTEM : paramete… 134 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') == hex_value, "FILESYSTEM : parameter upda… 158 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') 165 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') == param_check, log.F("FILESYSTEM : Forbid… 200 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') == hex_value, log.F("FILESYSTEM : paramete… 224 param_check = commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') 231 …assert commands.getoutput('cat $PFW_RESULT/FP16_Q0.15') == param_check, log.F("FILESYSTEM : Forbid…
|
/external/libedit/examples/ |
D | fileman.c | 57 COMMAND commands[] = { variable 187 for (i = 0; commands[i].name; i++) in find_command() 188 if (strcmp (name, commands[i].name) == 0) in find_command() 189 return (&commands[i]); in find_command() 282 while ((name = commands[list_index].name)) 391 for (i = 0; commands[i].name; i++) in com_help() 393 if (!*arg || (strcmp (arg, commands[i].name) == 0)) in com_help() 395 printf ("%s\t\t%s.\n", commands[i].name, commands[i].doc); in com_help() 404 for (i = 0; commands[i].name; i++) in com_help() 413 printf ("%s\t", commands[i].name); in com_help()
|