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

<<11121314151617181920>>

  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 2 org.antlr.runtime.tree.BaseTreeAdaptor = function() {
5 org.antlr.runtime.tree.TreeAdaptor = function() {};
7 org.antlr.lang.extend(org.antlr.runtime.tree.BaseTreeAdaptor,
8 org.antlr.runtime.tree.TreeAdaptor,
23 var t = new org.antlr.runtime.tree.CommonErrorNode(input, start, stop, e);
96 if (newRoot instanceof org.antlr.runtime.Token || !newRoot) {
  /external/antlr/runtime/JavaScript/tests/functional/
rhino-python.prog 56 var input = new ANTLR.runtime.ANTLRStringStream(text);
58 var tokens = new ANTLR.runtime.CommonTokenStream(lexer);
61 tokens = new ANTLR.runtime.CommonTokenStream(indentedSource);
  /external/clang/test/OpenMP/
schedule_codegen.cpp 44 #pragma omp for schedule(runtime)
48 #pragma omp for simd schedule(runtime)
96 #pragma omp for schedule(monotonic: runtime)
100 #pragma omp for simd schedule(monotonic: runtime)
166 #pragma omp for schedule(runtime) ordered
171 #pragma omp for simd schedule(runtime) ordered
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
DesugarTryWithResourcesFunctionalTest.java 17 import static com.google.devtools.build.android.desugar.runtime.ThrowableExtensionTestUtility.getStrategyClassName;
18 import static com.google.devtools.build.android.desugar.runtime.ThrowableExtensionTestUtility.getTwrStrategyClassNameSpecifiedInSystemProperty;
19 import static com.google.devtools.build.android.desugar.runtime.ThrowableExtensionTestUtility.isMimicStrategy;
20 import static com.google.devtools.build.android.desugar.runtime.ThrowableExtensionTestUtility.isNullStrategy;
21 import static com.google.devtools.build.android.desugar.runtime.ThrowableExtensionTestUtility.isReuseStrategy;
24 import com.google.devtools.build.android.desugar.runtime.ThrowableExtension;
  /art/runtime/native/
java_lang_reflect_Array.cc 60 Runtime* runtime = Runtime::Current(); local
61 ClassLinker* class_linker = runtime->GetClassLinker();
73 runtime->GetHeap()->GetCurrentAllocator());
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
DebugTreeNodeStream.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.tree.TreeAdaptor;
31 import org.antlr.runtime.tree.TreeNodeStream;
32 import org.antlr.runtime.TokenStream;
  /art/compiler/jit/
jit_compiler.cc 48 Runtime* runtime = Runtime::Current(); local
51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(),
58 // JIT is never PIC, no matter what the runtime compiler options specify.
62 // debuggability based on the runtime value.
64 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable());
74 for (const std::string& option : runtime->GetCompilerOptions()) {
110 CompilerOptions::IsCoreImageFilename(runtime->GetImageLocation());
193 Runtime* runtime = Runtime::Current() local
    [all...]
  /art/tools/
unmount-buildbot-apexes.sh 17 # Unmount Android Runtime and Core Libraries APEX packages required in the chroot directory.
60 # Deactivate the Android Runtime APEX.
61 deactivate_system_package com.android.runtime
  /build/make/core/
build_rro_package.mk 2 ## Standard rules for installing runtime resouce overlay APKs.
15 $(error runtime resource overlay package should not contain sources)
  /external/antlr/gunit/src/main/java/org/antlr/gunit/
OutputTest.java 30 import org.antlr.runtime.Token;
ReturnTest.java 30 import org.antlr.runtime.Token;
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.as 28 package org.antlr.runtime.tree {
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 28 package org.antlr.runtime;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java 28 package org.antlr.runtime.misc;
42 * When runtime can be 1.5, I'll make this generic.
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleNodeStream.java 28 package org.antlr.runtime.tree;
TreeRewriter.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.RecognizerSharedState;
31 import org.antlr.runtime.RecognitionException;
32 import org.antlr.runtime.TokenStream;
  /external/antlr/tool/src/main/java/org/antlr/codegen/
Python3Target.java 38 import org.antlr.runtime.Token;
PythonTarget.java 38 import org.antlr.runtime.Token;
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpClientOutputTest.java 27 import org.jacoco.core.runtime.AgentOptions;
28 import org.jacoco.core.runtime.RemoteControlReader;
29 import org.jacoco.core.runtime.RemoteControlWriter;
30 import org.jacoco.core.runtime.RuntimeData;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
RemoteControlReader.java 12 package org.jacoco.core.runtime;
20 * {@link ExecutionDataReader} with commands added for runtime remote control.
RemoteControlWriter.java 12 package org.jacoco.core.runtime;
20 * {@link ExecutionDataWriter} with commands added for runtime remote control.
  /external/tensorflow/tensorflow/core/profiler/internal/runtime/
eager_profiler.h 23 namespace runtime { namespace in namespace:tensorflow::profiler
60 } // namespace runtime
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 22 /* Runtime statistics */
45 /* Runtime statistics */
47 double runtime; local
115 starttime = clock() / (double) CLOCKS_PER_SEC_G711; /* Runtime statistics */
158 runtime = (double)(clock() / (double) CLOCKS_PER_SEC_G711 - starttime);
162 runtime,
163 (100 * runtime / length_file));
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 23 /* Runtime statistics */
52 /* Runtime statistics */
54 double runtime = 0; local
131 runtime += (double)((clock()/(double)CLOCKS_PER_SEC_G722)-starttime);
150 printf("Time to run G.722: %.2f s (%.2f %% of realtime)\n\n", runtime, (100*runtime/length_file));

Completed in 1523 milliseconds

<<11121314151617181920>>