Searched defs:runtime (Results 126 - 150 of 190) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventHub.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.RecognitionException;
H A DDebugEventListener.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
304 * @see org.antlr.runtime.tree.TreeAdaptor.becomeRoot()
313 * @see org.antlr.runtime.tree.TreeAdaptor.addChild()
H A DDebugEventRepeater.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.RecognitionException;
H A DDebugTreeAdaptor.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.RecognitionException;
33 import org.antlr.runtime.tree.TreeAdaptor;
H A DDebugEventSocketProxy.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
32 import org.antlr.runtime.BaseRecognizer;
33 import org.antlr.runtime.tree.TreeAdaptor;
H A DRemoteDebugEventSocketListener.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
32 import org.antlr.runtime.CharStream;
33 import org.antlr.runtime.tree.BaseTree;
34 import org.antlr.runtime.tree.Tree;
H A DProfiler.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.*;
31 import org.antlr.runtime.misc.DoubleKeyMap;
36 * and record statistics about the runtime.
117 public static final String RUNTIME_STATS_FILENAME = "runtime.stats";
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTree.java28 package org.antlr.runtime.tree;
H A DBaseTreeAdaptor.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.RecognitionException;
H A DCommonTreeNodeStream.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.misc.LookaheadStream;
33 import org.antlr.runtime.misc.IntArray;
H A DTreeAdaptor.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.RecognitionException;
H A DTreeWizard.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
H A DBufferedTreeNodeStream.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.misc.IntArray;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
H A Dchrome_stubs.js21 chrome.runtime.lastError = {'message': 'Invalid pattern'};
25 chrome.runtime.lastError = undefined;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c109 double runtime; local
672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
675 printf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file));
H A Dkenny.c107 double starttime, runtime, length_file; local
837 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
841 runtime, (100*runtime/length_file));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... lang.Object implements org.eclipse.core.runtime.preferences.IScopeContext { public void " href="/4.4. ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... lang.Object getDescribedProperty (org.eclipse.core.runtime.QualifiedName) org.eclipse.core.runtime. ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jar ... adapter.AdapterFactoryProxy createProxy (org.eclipse.core.runtime.IConfigurationElement) org.eclipse.core.runtime. ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... private Thread candidate private org.eclipse.core.runtime.jobs.ISchedulingRule[] locks public void " href="/4.4
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java28 package org.antlr.runtime;
485 * runtime, however, we know precisely which context applies as
733 if ( t.getClassName().startsWith("org.antlr.runtime.") ) {
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c1818 * @runtime: the transformation context, if done at run-time
1832 xsltTransformContextPtr runtime, int novar) {
1843 ctxt = xsltNewParserContext(style, runtime);
1994 * @runtime: the transformation context, if done at run-time
2007 xsltTransformContextPtr runtime) {
2008 return (xsltCompilePatternInternal(pattern, doc, node, style, runtime, 0));
1830 xsltCompilePatternInternal(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime, int novar) argument
2005 xsltCompilePattern(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime) argument
/external/libxslt/libxslt/
H A Dpattern.c1816 * @runtime: the transformation context, if done at run-time
1830 xsltTransformContextPtr runtime, int novar) {
1841 ctxt = xsltNewParserContext(style, runtime);
1990 * @runtime: the transformation context, if done at run-time
2003 xsltTransformContextPtr runtime) {
2004 return (xsltCompilePatternInternal(pattern, doc, node, style, runtime, 0));
1828 xsltCompilePatternInternal(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime, int novar) argument
2001 xsltCompilePattern(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 324 milliseconds

12345678