HomeSort by relevance Sort by last modified time
    Searched defs:runtime (Results 226 - 250 of 373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.RecognitionException;
DebugTreeAdaptor.java 28 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;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 28 package org.antlr.runtime.tree;
BufferedTreeNodeStream.java 28 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/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 107 /* Runtime statistics */
108 double starttime, runtime, length_file; local
450 /* Runtime statistics */
803 /* Runtime statistics */
806 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
810 runtime, (100*runtime/length_file));
815 (runtime * 10000) / length_file, "us", false);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 35 #define CLOCKS_PER_SEC 1000 /* Runtime statistics */
56 /* Runtime statistics */
57 double starttime, runtime, length_file; local
472 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
1021 /* Runtime statistics */
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));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 58 /* Runtime statistics */
83 double runtime; local
251 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
542 /* Runtime statistics */
544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
548 runtime, (100*runtime/length_file));
  /external/fio/
stat.h 167 uint64_t runtime[DDIR_RWDIR_CNT]; member in struct:thread_stat
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 106 /* Runtime statistics */
107 double starttime, runtime, length_file; local
459 /* Runtime statistics */
834 /* Runtime statistics */
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/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /art/runtime/base/
mutex.cc 25 #include "runtime.h"
281 Runtime* runtime = Runtime::Current(); variable
282 return runtime == nullptr || runtime->IsShuttingDownLocked();
485 Runtime* runtime = Runtime::Current();
486 bool shutting_down = runtime == NULL || runtime->IsShuttingDownLocked()
692 Runtime* runtime = Runtime::Current(); local
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 46 #include "runtime.h"
168 // Store the stack traces into the runtime fault string in case we Get a heap corruption
172 Runtime* runtime = Runtime::Current(); local
173 runtime->GetThreadList()->DumpForSigQuit(oss);
174 runtime->GetThreadList()->DumpNativeStacks(oss);
175 runtime->SetFaultMessage(oss.str());
285 Runtime::Current()->GetHeap()->DumpObject(LOG(INFO), obj);
604 Runtime::Current()->VisitRoots(MarkRootCallback, this)
    [all...]
  /art/runtime/gc/space/
image_space.cc 144 const std::string boot_class_path_string(Runtime::Current()->GetBootClassPathString());
152 if (Runtime::Current()->IsZygote()) {
159 std::string dex2oat(Runtime::Current()->GetCompilerExecutable());
174 Runtime::Current()->AddCurrentRuntimeFeaturesAsDex2OatArguments(&arg_vector);
188 const std::vector<std::string>& compiler_options = Runtime::Current()->GetImageCompilerOptions();
254 if (Runtime::Current()->IsZygote()) {
259 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
327 if (Runtime::Current()->ShouldRelocate()) {
395 if (Runtime::Current()->IsZygote()) {
451 if (Runtime::Current()->IsZygote())
708 Runtime* runtime = Runtime::Current(); local
    [all...]
  /art/runtime/
instrumentation.cc 99 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
103 Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly()
138 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
248 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId();
377 CHECK(m == Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs));
588 Runtime* runtime = Runtime::Current(); local
597 runtime->GetClassLinker()->VisitClasses(InstallStubsClassVisitor, this)
625 Runtime* runtime = Runtime::Current(); local
672 Runtime* runtime = Runtime::Current(); local
922 Runtime* runtime = Runtime::Current(); local
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>