HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 651 - 675 of 1107) sorted by null

<<21222324252627282930>>

  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 28 package org.antlr.runtime {
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRStringStream.java 28 package org.antlr.runtime;
CommonToken.java 28 package org.antlr.runtime;
  /external/antlr/runtime/Ruby/lib/
antlr3.rb 37 The main namespace for the ANTLR runtime libraries, which are used by
52 runtime library. The items are loosely ordered by importance.
56 the most important components of the runtime library. loaded by default
69 error classes used through the runtime library and ANTLR generated
128 # This is used internally in a handful of locations in the runtime library
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
LeftRecursiveRuleWalker.g 49 import org.antlr.runtime.BitSet;
50 import org.antlr.runtime.DFA;
  /external/antlr/tool/src/main/java/org/antlr/codegen/
Target.java 32 import org.antlr.runtime.Token;
  /external/antlr/tool/src/main/java/org/antlr/tool/
GrammarAST.java 34 import org.antlr.runtime.CommonToken;
35 import org.antlr.runtime.Token;
36 import org.antlr.runtime.tree.CommonTree;
37 import org.antlr.runtime.tree.Tree;
  /external/boringssl/src/util/
all_tests.go 28 "runtime"
46 numWorkers = flag.Int("num-workers", runtime.NumCPU(), "Runs the given number of workers when testing.")
54 return runtime.GOOS == "linux" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64")
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
InstrumentTask.java 29 import org.jacoco.core.runtime.OfflineInstrumentationAccessGenerator;
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Instrument.java 27 import org.jacoco.core.runtime.OfflineInstrumentationAccessGenerator;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ClassFieldProbeArrayStrategy.java 14 import org.jacoco.core.runtime.IExecutionDataAccessorGenerator;
23 * runtime.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
CommandLineSupport.java 12 package org.jacoco.core.runtime;
ModifiedSystemClassRuntime.java 12 package org.jacoco.core.runtime;
33 * this runtime requires a Java agent.
46 * Creates a new runtime based on the given class and members.
51 * name of the public static runtime access field
93 * @return new runtime instance
113 * name of the added runtime access field
114 * @return new runtime instance
151 * name of the runtime access field
URLStreamHandlerRuntime.java 12 package org.jacoco.core.runtime;
28 * actually used for opening a URL, but to get access to the runtime object.
39 * Creates a new runtime.
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntimeTest.java 12 package org.jacoco.core.runtime;
51 private static final String TARGET_CLASS_NAME = "org/jacoco/core/runtime/ModifiedSystemClassRuntimeTest";
  /external/libchrome/third_party/jinja2/
tests.py 14 from jinja2.runtime import Undefined
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 30 --static-crt Use the static C runtime (/MT)
422 runtime=$debug_runtime
427 runtime=$release_runtime
436 tag_content RuntimeLibrary $runtime
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
BaksmaliTestUtils.java 37 import org.antlr.runtime.RecognitionException;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
VelocityTest.java 27 import org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader;
  /external/syzkaller/syz-hub/state/
state_test.go 11 "runtime"
112 _, file, line, _ := runtime.Caller(skip + 1)
  /external/tensorflow/tensorflow/go/genop/internal/
api_def_map.go 30 "runtime"
75 runtime.SetFinalizer(
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 33 /* Runtime statistics */
97 /* Runtime statistics */
99 double runtime; local
270 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
611 /* Runtime statistics */
612 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
615 printf("Time to run iSAC: %.2f s (%.2f %% of realtime)\n\n", runtime,
616 (100 * runtime / length_file));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 58 /* Runtime statistics */
83 double runtime; local
234 starttime = clock() / (double)CLOCKS_PER_SEC; /* Runtime statistics */
480 /* Runtime statistics */
482 runtime = (double)(clock() / (double)CLOCKS_PER_SEC - starttime);
486 runtime, (100 * runtime / length_file));
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 297 const int64_t runtime = (TickTime::Now() - time_start).Microseconds(); local
298 if (runtime < min_runtime || run_idx == 0) {
299 min_runtime = runtime;
301 total_runtime += runtime;
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 4022 milliseconds

<<21222324252627282930>>