/external/chromium_org/net/ |
PRESUBMIT.py | 12 slaves = [ 20 slaves.append('linux_redux') 21 return slaves
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t052import.py | 72 def execParser(self, grammar, grammarEntry, slaves, input): 73 for slave in slaves: 93 def execLexer(self, grammar, slaves, input): 94 for slave in slaves: 159 slaves=[slave], 215 slaves=[slave], 252 slaves=[slave], 301 slaves=[slave, slave2], 353 slaves=[slave, slave2], 701 slaves=[slave] [all...] |
/external/bison/lib/ |
wait-process.c | 54 /* Type of an entry in the slaves array. 70 static slaves_entry_t * volatile slaves = static_slaves; variable 94 /* Skip unused entries in the slaves array. */ 95 if (slaves[n].used) 97 pid_t slave = slaves[n].child; 120 /* Try to store the new slave in an unused entry of the slaves array. */ 122 slaves_entry_t *s = slaves; 140 /* Extend the slaves array. Note that we cannot use xrealloc(), 143 slaves_entry_t *old_slaves = slaves; 152 the slaves list. * [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker_unittest.py | 87 self.assert_error(2, 'json/syntax', "{\n'slaves': []\n}\n") 96 "slaves": [ { "name": "test-slave", "platform": "*" },
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1300 slaves = pack_slaves variable in class:Misc [all...] |
Tix.py | 270 def slaves(self): member in class:Form 274 'tixForm', 'slaves', self._w))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1300 slaves = pack_slaves variable in class:Misc [all...] |
Tix.py | 270 def slaves(self): member in class:Form 274 'tixForm', 'slaves', self._w))) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |