Searched defs:runtime (Results 151 - 175 of 238) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java28 package 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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DBlankDebugEventListener.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
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;
/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/browser/resources/chromeos/braille_ime/
H A Dexterns.js84 chrome.runtime = {};
87 chrome.runtime.lastError = {};
97 chrome.runtime.connect = function(
/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/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcommon.py50 from google.appengine.api import runtime namespace
52 from google.appengine.api import runtime namespace
388 method.__name__, runtime.memory_usage().current())
391 method.__name__, runtime.memory_usage().current())
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c109 double runtime; local
677 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
680 printf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file));
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h35 // These are generic runtime functions:
121 AppleObjCRuntimeV2 *runtime,
136 CreateInstance (AppleObjCRuntimeV2& runtime,
143 NonPointerISACache (AppleObjCRuntimeV2& runtime,
164 CreateInstance (AppleObjCRuntimeV2& runtime,
178 TaggedPointerVendor (AppleObjCRuntimeV2& runtime) : argument
179 m_runtime(runtime)
196 TaggedPointerVendorRuntimeAssisted (AppleObjCRuntimeV2& runtime,
228 TaggedPointerVendorLegacy (AppleObjCRuntimeV2& runtime) : argument
229 TaggedPointerVendor (runtime),
[all...]
/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));
/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="/5.1. ...
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc57 double starttime, runtime, length_file; local
1022 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
1026 printf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c83 double runtime; local
544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
548 runtime, (100*runtime/length_file));
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h496 ObjCLanguageRuntime* runtime = process_sp->GetObjCLanguageRuntime(); local
497 if (runtime == NULL)
500 log->Printf("[Get_ObjC] no valid ObjC runtime, skipping dynamic");
503 ObjCLanguageRuntime::ClassDescriptorSP objc_class_sp (runtime->GetClassDescriptor(valobj));

Completed in 3243 milliseconds

12345678910