Searched defs:runtime (Results 251 - 275 of 315) sorted by relevance

<<111213

/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jar ... api_description org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/runtime/ org/eclipse/core/runtime/jobs/ org/eclipse/core/internal/ org ...
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar ... service/prefs/ org/eclipse/ org/eclipse/core/ org/eclipse/core/runtime/ org/eclipse/core/runtime/preferences/ org/eclipse/core/internal/ org
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java12 package org.jacoco.core.runtime;
27 * Utility to create and parse options for the runtime agent. Options are
89 * instrumented. Normally such classes are generated at runtime e.g. by
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dllvm_ir_runtime.cc29 namespace runtime { namespace in namespace:xla::cpu
354 } // namespace runtime
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc110 double starttime, runtime, length_file; local
815 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
819 runtime, (100*runtime/length_file));
826 (runtime * 10000) / length_file, "us", false);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc54 double starttime, runtime, length_file; local
909 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
913 printf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime,
914 (100 * runtime / length_file));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jar ... .MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/yourkit/util/ com/yourkit/Constants.class Constants. ...
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
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/fio/
H A Dstat.h193 uint64_t runtime[DDIR_RWDIR_CNT]; member in struct:thread_stat
H A Dgclient.c794 unsigned long runtime; local
797 runtime = ts->total_run_time;
798 if (runtime) {
799 double runt = (double) runtime;
1163 if (!ts->runtime[ddir])
1167 runt = ts->runtime[ddir];
1201 label_set_int_value(label, ts->runtime[ddir]);
/external/oj-libjdwp/src/share/back/
H A DdebugInit.c155 version_type runtime; member in struct:__anon17436
161 * { runtime version, compile-time version } pairs. -1 is a wildcard.
172 * 1.2 is runtime compatible with 1.1 -- just make sure to check the
190 version_type runtime = compatible_versions_list[i].runtime; local
193 if ((major_runtime == runtime.major || runtime.major == -1) &&
194 (minor_runtime == runtime.minor || runtime.minor == -1) &&
307 * matches the runtime versio
[all...]
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jar ... apache/jasper/servlet/ org/apache/jasper/xmlparser/ org/apache/jasper/runtime/ org/apache/jasper/util/ org/apache/jasper/tagplugins/ org/apache ...
/external/autotest/client/tests/aiostress/
H A Daio-stress.c407 double runtime; local
411 runtime = time_since_now(&oper->start_time);
413 tput = mb / runtime;
415 stage_name(oper->rw), oper->file_name, tput, mb, runtime);
1065 double runtime = time_since_now(&global_stage_start_time); local
1076 total_mb / runtime);
1077 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c418 double runtime; local
422 runtime = time_since_now(&oper->start_time);
424 tput = mb / runtime;
426 stage_name(oper->rw), oper->file_name, tput, mb, runtime);
1086 double runtime = time_since_now(&global_stage_start_time); local
1097 total_mb / runtime);
1098 fprintf(stderr, "%.2f MB in %.2fs", total_mb, runtime);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc18 #include "src/runtime/runtime.h"
57 // Call the runtime system in a fresh internal frame.
192 // Call runtime on identical JSObjects.
195 // Call runtime on identical symbols since we need to throw a TypeError.
205 // Call runtime on identical symbols since we need to throw a TypeError.
308 // the runtime.
335 // the runtime.
913 // Cannot use check here as it attempts to generate call into runtime.
948 // Ask the runtime fo
2169 Label runtime; local
[all...]
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc855 // Call the runtime to declare the globals.
992 // validity, call the runtime system to check cache validity or get the
1010 // If we got a map from the runtime call, we can do a fast
1321 // Emit code to define accessors, using only a single call to the runtime for
2184 Label runtime, done; local
2186 __ Allocate(JSIteratorResult::kSize, r0, r2, r3, &runtime,
2200 __ bind(&runtime);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc850 // Call the runtime to declare the globals.
987 // validity, call the runtime system to check cache validity or get the
1005 // If we got a map from the runtime call, we can do a fast
1306 // Emit code to define accessors, using only a single call to the runtime for
2140 Label runtime, done; local
2143 __ Allocate(JSIteratorResult::kSize, result, x10, x11, &runtime,
2167 __ Bind(&runtime);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc801 // Call the runtime to declare the globals.
937 // validity, call the runtime system to check cache validity or get the
1245 // Emit code to define accessors, using only a single call to the runtime for
2106 Label runtime, done; local
2108 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &runtime,
2122 __ bind(&runtime);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc854 // Call the runtime to declare the globals.
993 // validity, call the runtime system to check cache validity or get the
1011 // If we got a map from the runtime call, we can do a fast
1320 // Emit code to define accessors, using only a single call to the runtime for
2208 Label runtime, done; local
2210 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &runtime,
2223 __ bind(&runtime);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc854 // Call the runtime to declare the globals.
994 // validity, call the runtime system to check cache validity or get the
1012 // If we got a map from the runtime call, we can do a fast
1322 // Emit code to define accessors, using only a single call to the runtime for
2209 Label runtime, done; local
2211 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &runtime,
2224 __ bind(&runtime);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc818 // Call the runtime to declare the globals.
955 // validity, call the runtime system to check cache validity or get the
973 // If we got a map from the runtime call, we can do a fast
1290 // Emit code to define accessors, using only a single call to the runtime for
2197 Label runtime, done; local
2199 __ Allocate(JSIteratorResult::kSize, r3, r5, r6, &runtime,
2212 __ bind(&runtime);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc788 // Call the runtime to declare the globals.
923 // validity, call the runtime system to check cache validity or get the
941 // If we got a map from the runtime call, we can do a fast
1255 // Emit code to define accessors, using only a single call to the runtime for
2154 Label runtime, done; local
2156 __ Allocate(JSIteratorResult::kSize, r2, r4, r5, &runtime,
2169 __ bind(&runtime);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc818 // Call the runtime to declare the globals.
955 // validity, call the runtime system to check cache validity or get the
973 // If we got a map from the runtime call, we can do a fast
1277 // Emit code to define accessors, using only a single call to the runtime for
2096 Label runtime, done; local
2098 __ Allocate(JSIteratorResult::kSize, rax, rcx, rdx, &runtime,
2110 __ bind(&runtime);
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc791 // Call the runtime to declare the globals.
927 // validity, call the runtime system to check cache validity or get the
1235 // Emit code to define accessors, using only a single call to the runtime for
2096 Label runtime, done; local
2098 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &runtime,
2112 __ bind(&runtime);
/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 2064 milliseconds

<<111213