/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
otp538u.js | 59 process.on('SIGINT', function() 63 process.exit(0);
|
si114x.js | 58 process.on('SIGINT', function() 65 process.exit(0);
|
ta12200.js | 43 process.on('SIGINT', function() 50 process.exit(0);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPUnitDebuggeeProcessWrapper.java | 36 * which can launch and control debuggee process. 41 * Target VM debuggee process. 43 public Process process; field in class:JDWPUnitDebuggeeProcessWrapper 49 * The expected exit code for the debuggee process. 74 * Launches process and redirects output. 77 logWriter.println("Launch process: " + cmdLine); 78 process = launchProcess(cmdLine); 79 logWriter.println("Launched process"); 80 if (process != null) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
tab_id_importer.py | 39 for process in self._model.GetAllProcesses(): 40 if process.trace_buffer_did_overflow: 42 'Trace buffer of process with pid=%d overflowed at timestamp %d. ' 44 (process.pid, process.trace_buffer_overflow_event.start,
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/ |
run_tests.js | 15 process.on('exit', function () { 16 process.exit(failed);
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
beginthreadex.cc | 5 #include <process.h>
|
/external/deqp/scripts/src_util/ |
common.py | 91 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE) 92 output = process.communicate()[0] 93 if process.returncode != 0: 94 raise Exception("Failed to execute '%s', got %d" % (str(args), process.returncode))
|
/external/icu/icu4c/source/layout/ |
CursiveAttachmentSubtables.h | 35 le_uint32 process(const LEReferenceTo<CursiveAttachmentSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
|
ExtensionSubtables.h | 30 le_uint32 process(const LookupProcessor *lookupProcessor, const LETableReference &base, le_uint16 lookupType, // Google patch: add base
|
SegmentArrayProcessor.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentArrayProcessor2.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentSingleProcessor.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentSingleProcessor2.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SimpleArrayProcessor.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SimpleArrayProcessor2.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SingleTableProcessor.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SingleTableProcessor2.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
TrimmedArrayProcessor.h | 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
Context.java | 16 package com.google.currysrc.api.process;
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
BodyDeclarationLocator.java | 16 package com.google.currysrc.api.process.ast;
|
StartPositionComparator.java | 16 package com.google.currysrc.api.process.ast;
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
BaseJavadocNodeScanner.java | 19 import com.google.currysrc.api.process.Context; 20 import com.google.currysrc.api.process.Processor; 21 import com.google.currysrc.api.process.Reporter; 31 * A base class for processors that process Javadoc nodes and may rewrite the AST. All Javadoc nodes 36 @Override public final void process(Context context, CompilationUnit cu) { method in class:BaseJavadocNodeScanner
|
BaseJavadocTagClasses.java | 19 import com.google.currysrc.api.process.Context; 20 import com.google.currysrc.api.process.JavadocUtils; 21 import com.google.currysrc.api.process.Processor; 44 @Override public final void process(Context context, CompilationUnit cu) { method in class:BaseJavadocTagClasses
|
BaseModifyCommentScanner.java | 19 import com.google.currysrc.api.process.Context; 20 import com.google.currysrc.api.process.Processor; 21 import com.google.currysrc.api.process.Reporter; 38 public final void process(Context context, CompilationUnit cu) { method in class:BaseModifyCommentScanner
|