/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
gp2y0a.js | 52 process.on('SIGINT', function() 59 process.exit(0);
|
grovecircularled.js | 41 process.on('SIGINT', function() 48 process.exit(0);
|
groveeldriver.js | 45 process.on('SIGINT', function() 53 process.exit(0);
|
groveemg.js | 40 process.on('SIGINT', function() 47 process.exit(0);
|
grovegsr.js | 43 process.on('SIGINT', function() 50 process.exit(0);
|
grovemoisture.js | 53 process.on('SIGINT', function() 56 process.exit(0);
|
hp20x.js | 47 process.on('SIGINT', function() 53 process.exit(0);
|
ht9170.js | 46 process.on('SIGINT', function() 53 process.exit(0);
|
maxsonarez.js | 51 process.on('SIGINT', function() 58 process.exit(0);
|
my9221.js | 67 process.on('SIGINT', function() 72 process.exit(0);
|
ppd42ns.js | 48 process.on('SIGINT', function() 51 process.exit(0);
|
sainsmartks.js | 45 process.on('SIGINT', function() 51 process.exit(0);
|
tcs3414cs.js | 43 process.on('SIGINT', function() 46 process.exit(0);
|
/toolchain/binutils/binutils-2.25/gold/ |
workqueue-internal.h | 89 // Process all tasks. This keeps running until told to cancel. 91 process(int thread_number) function in class:gold::Workqueue_threader_threadpool 92 { this->get_workqueue()->process(thread_number); }
|
/external/vogar/src/vogar/commands/ |
Command.java | 43 * An out of process executable. 56 private volatile Process process; field in class:Command 99 process = processBuilder.start(); 103 return process != null; 111 return process.getInputStream(); 131 int exitValue = process.waitFor(); 145 throw new RuntimeException("Failed to execute process: " + args, e); 147 throw new RuntimeException("Interrupted while executing process: " + args, e); 152 * Executes a command with a specified timeout. If the process does no 171 Process process = this.process; local 332 Process process = Command.this.process; local [all...] |
/external/v8/tools/testrunner/local/ |
commands.py | 66 process = subprocess.Popen( 79 def kill_process(process, timeout_result): 84 print "Attempting to kill process %d" % process.pid 87 'taskkill /T /F /PID %d' % process.pid, 93 print "Taskkill results for %d" % process.pid 99 process.kill() 101 sys.stderr.write('Error: Process %s already ended.\n' % process.pid) 106 timer = Timer(timeout, kill_process, [process, timeout_result] [all...] |
/external/icu/icu4c/source/layout/ |
GlyphSubstLookupProc.cpp | 69 delta = subtable->process(subtable, glyphIterator, success, fFilter); 77 delta = subtable->process(subtable, glyphIterator, success, fFilter); 85 delta = subtable->process(subtable, glyphIterator, success, fFilter); 93 delta = subtable->process(subtable, glyphIterator, success, fFilter); 101 delta = subtable->process(this, glyphIterator, fontInstance, success); 109 delta = subtable->process(this, glyphIterator, fontInstance, success); 117 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
|
GlyphPosnLookupProc.cpp | 82 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 90 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 98 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 106 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 114 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 122 delta = subtable->process(subtable, glyphIterator, fontInstance, success); 130 delta = subtable->process(this, glyphIterator, fontInstance, success); 138 delta = subtable->process(this, glyphIterator, fontInstance, success); 146 delta = subtable->process(this, subtable, lookupType, glyphIterator, fontInstance, success); // Google patch: add subtable
|
SinglePositioningSubtables.cpp | 18 le_uint32 SinglePositioningSubtable::process(const LEReferenceTo<SinglePositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningSubtable 29 return subtable->process(subtable, glyphIterator, fontInstance, success); 36 return subtable->process(subtable, glyphIterator, fontInstance, success); 44 le_uint32 SinglePositioningFormat1Subtable::process(const LEReferenceTo<SinglePositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat1Subtable 58 le_uint32 SinglePositioningFormat2Subtable::process(const LEReferenceTo<SinglePositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat2Subtable
|
SingleSubstitutionSubtables.cpp | 17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionSubtable 28 return subtable->process(subtable, glyphIterator, success, filter); 35 return subtable->process(subtable, glyphIterator, success, filter); 43 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat1Subtable 61 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat2Subtable
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
regs.c | 34 aarch64_read_gregs(struct process *proc, struct user_pt_regs *regs) 45 aarch64_write_gregs(struct process *proc, struct user_pt_regs *regs) 55 aarch64_read_fregs(struct process *proc, struct user_fpsimd_state *regs) 66 get_instruction_pointer(struct process *proc) 86 set_instruction_pointer(struct process *proc, arch_addr_t addr) 106 get_stack_pointer(struct process *proc) 120 get_return_addr(struct process *proc, arch_addr_t stack_pointer)
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ProcessBuilderTest.java | 58 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); local 59 InputStream in = process.getInputStream(); 60 InputStream err = process.getErrorStream(); 61 OutputStream out = process.getOutputStream(); 62 process.destroy(); 87 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); local 88 process.destroy();
|
/external/ltrace/ |
proc.c | 42 os_process_init(struct process *proc) 48 os_process_destroy(struct process *proc) 53 os_process_clone(struct process *retp, struct process *proc) 59 os_process_exec(struct process *proc) 67 arch_process_init(struct process *proc) 73 arch_process_destroy(struct process *proc) 78 arch_process_clone(struct process *retp, struct process *proc) 84 arch_process_exec(struct process *proc [all...] |
/external/ltrace/sysdeps/linux-gnu/arm/ |
regs.c | 43 arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp) 54 arm_set_register(struct process *proc, enum arm_register reg, uint32_t lp) 61 arm_get_register_offpc(struct process *proc, enum arm_register reg, 72 arm_get_shifted_register(struct process *proc, uint32_t inst, int carry, 124 get_register_nocheck(struct process *proc, enum arm_register r) 135 get_instruction_pointer(struct process *proc) 141 set_instruction_pointer(struct process *proc, arch_addr_t addr) 148 get_stack_pointer(struct process *proc) 154 get_return_addr(struct process *proc, arch_addr_t stack_pointer)
|
/external/autotest/site_utils/ |
log_socket_server_unittest.py | 23 """Method to be called in a new process to log to a socket server. 46 process = multiprocessing.Process(target=self.log_call, 48 process.start() 49 processes.append(process) 51 for process in processes: 52 process.join()
|