Searched refs:runtime (Results 201 - 225 of 774) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc54 double runtime; local
168 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
172 runtime,
173 (100 * runtime / length_file));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc59 double runtime = 0; local
130 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
154 printf("Time to run G.722: %.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.core.variables_3.2.400.v20100505.jar ... lang.String, boolean, org.eclipse.core.runtime.IConfigurationElement) String name String description boolean readOnly org. ...
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... .query.IQuery, org.eclipse.core.runtime.IProgressMonitor) org.eclipse.equinox.p2. ...
H A Dorg.eclipse.ui_3.6.1.M20100826-1330.jar ... lang.Object implements org.eclipse.core.runtime.preferences.IEclipsePreferences$INodeChangeListener { final org.eclipse ...
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. ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... .IApiBaseline workspacebaseline private org.eclipse.core.runtime.IPath savelocation private boolean fNeedsSaving private static org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferenceInitializer.java13 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
14 import org.eclipse.core.runtime.preferences.DefaultScope;
15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.IScopeContext;
30 * @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
/external/fio/examples/
H A De4defrag2.fio70 runtime=30
84 runtime=30
/external/lldb/source/DataFormatters/
H A DCF.cpp50 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
52 if (!runtime)
55 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
114 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
116 if (!runtime)
119 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
244 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
246 if (!runtime)
249 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
/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/chromium_org/third_party/npapi/npspy/extern/java/
H A Djriext.h65 (JRI_CALLBACK* JRICollectionStartProc)(JRIRuntimeInstance* runtime);
68 (JRI_CALLBACK* JRICollectionEndProc)(JRIRuntimeInstance* runtime);
106 JRIRTMode_Unrestricted, /* no C level runtime checks */
107 JRIRTMode_None /* no runtime access allowed */
114 (*JRI_DisposeRuntime_t)(JRIRuntimeInstance* runtime);
121 (*JRI_SetIOMode_t)(JRIRuntimeInstance* runtime, JRIIOModeFlags mode);
128 (*JRI_SetFSMode_t)(JRIRuntimeInstance* runtime, JRIFSModeFlags mode);
131 ** Change the JRI runtime mode. The JRI runtime mode is the lowest
133 ** runtime method
[all...]
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js25 chrome.app.runtime = {
52 chrome.runtime = {
75 * @type {?function(string):chrome.runtime.Port}
77 chrome.runtime.connectNative = function(name) {};
81 * @return {chrome.runtime.Port}
83 chrome.runtime.connect = function(config) {};
91 chrome.runtime.sendMessage = function(
95 chrome.runtime.MessageSender = function(){
101 chrome.runtime.Port = function() {
108 /** @type {chrome.runtime
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DgUnitAdapter.java33 import org.antlr.runtime.*;
34 import org.antlr.runtime.CharStream;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMissingTokenException.as1 package org.antlr.runtime {
H A DToken.as28 package org.antlr.runtime {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DParser.java28 package org.antlr.runtime;
30 import org.antlr.runtime.debug.DebugTokenStream;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.*;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java28 package org.antlr.runtime.misc;
30 import org.antlr.runtime.Token;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonErrorNode.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.*;
H A DParseTree.java28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DIntArray.m28 package org.antlr.runtime.misc;
42 * When runtime can be 1.5, I'll make this generic.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSyntaxMessage.java30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
H A Dbackground.js25 if (chrome.runtime.lastError) {
26 alert(chrome.runtime.lastError.message);
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
H A Dmain.js43 appendMessage("Failed to connect: " + chrome.runtime.lastError.message);
51 port = chrome.runtime.connectNative(hostName);

Completed in 3309 milliseconds

1234567891011>>