HomeSort by relevance Sort by last modified time
    Searched refs:Runtime (Results 151 - 175 of 783) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestDotTreeGenerator.cs 33 namespace Antlr3.Runtime.Test
36 using Antlr.Runtime;
37 using Antlr.Runtime.Tree;
TestFastLexer.cs 33 namespace Antlr3.Runtime.Test
36 using Antlr.Runtime;
37 using Antlr.Runtime.Tree;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
RuntimeTest.java 28 Runtime r = Runtime.getRuntime();
62 * java.lang.Runtime#exit(int)
65 // Test for method void java.lang.Runtime.exit(int)
70 * java.lang.Runtime#exec(java.lang.String)
77 Runtime.getRuntime().exec("AnInexistentProgram");
87 * java.lang.Runtime#getRuntime()
90 // Test for method java.lang.Runtime java.lang.Runtime.getRuntime()
95 * java.lang.Runtime#runFinalization(
    [all...]
ProcessManagerTest.java 37 Process process = Runtime.getRuntime().exec(commands, null, null);
51 process = Runtime.getRuntime().exec(commands, null, null);
64 process = Runtime.getRuntime().exec(commands, null, null);
114 Process process = Runtime.getRuntime().exec(
125 Process process = Runtime.getRuntime().exec(
164 Runtime rt = Runtime.getRuntime();
183 Process process = Runtime.getRuntime().exec(commands, null, null);
190 process = Runtime.getRuntime().exec(commands, null, null);
218 Runtime.getRuntime().exec(commands, null, null)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 1 package ANTLR::Runtime::BaseRecognizer;
6 use ANTLR::Runtime::RecognizerSharedState;
7 use ANTLR::Runtime::Token;
8 use ANTLR::Runtime::UnwantedTokenException;
9 use ANTLR::Runtime::MissingTokenException;
10 use ANTLR::Runtime::MismatchedTokenException;
24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
40 isa => 'ANTLR::Runtime::RecognizerSharedState',
41 default => sub { ANTLR::Runtime::RecognizerSharedState->new() }
    [all...]
CommonTokenStream.pm 1 package ANTLR::Runtime::CommonTokenStream;
7 use ANTLR::Runtime::CharStream;
8 use ANTLR::Runtime::Token;
9 use ANTLR::Runtime::TokenSource;
17 with 'ANTLR::Runtime::IntStream',
18 'ANTLR::Runtime::TokenStream';
22 does => 'ANTLR::Runtime::TokenSource',
27 isa => 'ArrayRef[ANTLR::Runtime::Token]',
44 default => ANTLR::Runtime::Token->DEFAULT_CHANNEL,
71 $self->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL)
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 36 #include "runtime.h"
46 return Runtime::Current()->GetHeap()->GetTargetHeapUtilization();
50 Runtime::Current()->GetHeap()->SetTargetHeapUtilization(target);
71 Runtime* runtime = Runtime::Current(); local
73 runtime->GetClassLinker()->FindArrayClass(soa.Self(), &element_class);
77 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator();
95 Runtime* runtime = Runtime::Current() local
432 Runtime* runtime = Runtime::Current(); local
    [all...]
java_lang_ref_Reference.cc 30 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
java_lang_reflect_Proxy.cc 30 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
  /art/runtime/mirror/
art_method-inl.h 34 #include "runtime-inl.h"
193 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
206 DCHECK(!Runtime::Current()->IsStarted());
213 DCHECK(!Runtime::Current()->IsStarted());
219 DCHECK(!Runtime::Current()->IsStarted());
225 DCHECK(!Runtime::Current()->IsStarted());
234 Runtime* runtime = Runtime::Current(); local
235 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this)
307 Runtime* runtime = Runtime::Current(); local
354 Runtime* runtime = Runtime::Current(); local
438 Runtime* runtime = Runtime::Current(); local
    [all...]
dex_cache-inl.h 24 #include "runtime.h"
39 DCHECK(method == Runtime::Current()->GetResolutionMethod());
  /art/runtime/gc/
reference_queue.cc 51 if (Runtime::Current()->IsActiveTransaction()) {
57 if (Runtime::Current()->IsActiveTransaction()) {
76 if (Runtime::Current()->IsActiveTransaction()) {
83 if (Runtime::Current()->IsActiveTransaction()) {
113 if (Runtime::Current()->IsActiveTransaction()) {
137 if (Runtime::Current()->IsActiveTransaction()) {
  /art/test/401-optimizing-compiler/src/
Main.java 191 Runtime.getRuntime().gc();
192 Runtime.getRuntime().gc();
193 Runtime.getRuntime().gc();
194 Runtime.getRuntime().gc();
195 Runtime.getRuntime().gc();
196 Runtime.getRuntime().gc();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs 33 namespace Antlr.Runtime {
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
MismatchedRangeException.cs 33 namespace Antlr.Runtime {
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
MissingTokenException.cs 33 namespace Antlr.Runtime {
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
UnwantedTokenException.cs 33 namespace Antlr.Runtime {
36 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
37 using StreamingContext = System.Runtime.Serialization.StreamingContext;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
MismatchedRangeException.cs 33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
MissingTokenException.cs 33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
UnwantedTokenException.cs 33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 71 Runtime.getRuntime().gc();
72 Runtime.getRuntime().runFinalization();
73 Runtime.getRuntime().gc();
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
CameraTest.java 71 Runtime.getRuntime().gc();
72 Runtime.getRuntime().runFinalization();
73 Runtime.getRuntime().gc();
  /packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
CameraTest.java 71 Runtime.getRuntime().gc();
72 Runtime.getRuntime().runFinalization();
73 Runtime.getRuntime().gc();
  /art/test/117-nopatchoat/
nopatchoat.cc 32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);

Completed in 232 milliseconds

1 2 3 4 5 67 8 91011>>