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

<<21222324252627282930>>

  /art/dex2oat/linker/
image_writer.cc 79 #include "runtime.h"
180 gc::Heap* const heap = Runtime::Current()->GetHeap();
197 gc::Heap* const heap = Runtime::Current()->GetHeap();
221 Runtime::Current()->GetHeap()->VisitObjects(visitor);
229 gc::Heap* const heap = Runtime::Current()->GetHeap();
448 gc::Heap* const heap = Runtime::Current()->GetHeap();
587 gc::Heap* const heap = Runtime::Current()->GetHeap();
725 Runtime::Current()->GetHeap()->DisableObjectValidation();
1574 Runtime* runtime = Runtime::Current(); local
1650 Runtime* runtime = Runtime::Current(); local
1751 Runtime* runtime = Runtime::Current(); local
1842 Runtime* const runtime = Runtime::Current(); local
1930 Runtime* runtime = Runtime::Current(); local
2283 Runtime* const runtime = Runtime::Current(); local
3430 Runtime* runtime = Runtime::Current(); local
    [all...]
  /cts/tools/dasm/src/dasm/
parser.java 9 import java_cup.runtime.*;
14 public class parser extends java_cup.runtime.lr_parser {
809 public java_cup.runtime.symbol do_action(
811 java_cup.runtime.lr_parser parser,
842 public java_cup.runtime.token scan()
    [all...]
  /art/runtime/
class_linker.cc 131 #include "runtime.h"
242 Runtime* const runtime = Runtime::Current(); local
243 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime.
261 if (runtime->IsAotCompiler()) {
263 ObjPtr<mirror::Throwable> pre_allocated = runtime->GetPreAllocatedNoClassDefFoundError();
303 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) {
308 bool known_impossible = kIsDebugBuild && !Runtime::Current()->AreAsyncExceptionsThrown()
452 Runtime* const runtime = Runtime::Current(); local
948 Runtime* const runtime = Runtime::Current(); local
1466 Runtime* const runtime = Runtime::Current(); local
1669 Runtime* const runtime = Runtime::Current(); local
1999 Runtime* const runtime = Runtime::Current(); local
2495 Runtime* const runtime = Runtime::Current(); local
3363 Runtime* runtime = Runtime::Current(); local
3420 Runtime* runtime = Runtime::Current(); local
3480 Runtime* const runtime = Runtime::Current(); local
3620 Runtime* const runtime = Runtime::Current(); local
4701 Runtime* const runtime = Runtime::Current(); local
5240 const Runtime* runtime = Runtime::Current(); local
6649 Runtime* const runtime = Runtime::Current(); local
6753 Runtime* const runtime = Runtime::Current(); local
7898 Runtime* const runtime = Runtime::Current(); local
    [all...]
dexopt_test.cc 55 Runtime* runtime = Runtime::Current(); local
56 if (runtime->GetHiddenApiEnforcementPolicy() == hiddenapi::EnforcementPolicy::kEnabled) {
57 argv.push_back("--runtime-arg");
84 args.push_back("--runtime-arg");
123 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()),
  /art/runtime/jni/
java_vm_ext.h 38 class Runtime;
42 // Hook definition for runtime plugins.
50 static std::unique_ptr<JavaVMExt> Create(Runtime* runtime,
69 Runtime* GetRuntime() const {
180 // Like DecodeWeakGlobal() but to be used only during a runtime shutdown where self may be
216 JavaVMExt(Runtime* runtime, const RuntimeArgumentMap& runtime_options, std::string* error_msg);
226 Runtime* const runtime_;
259 // TODO Maybe move this to Runtime
    [all...]
  /cts/tests/camera/libctscamera2jni/
Android.mk 51 # NDK build, shared C++ runtime
  /cts/tests/tests/jni_vendor/
Android.mk 39 # This can't be done right now since VNDK runtime restriction is optional
  /cts/tools/dasm/src/java_cup/
lexer.java 5 import java_cup.runtime.str_token;
6 import java_cup.runtime.token;
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 35 import org.antlr.runtime.ANTLRReaderStream;
36 import org.antlr.runtime.CommonTokenStream;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.*;
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionAnalysis.g 44 import org.antlr.runtime.*;
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 56 chrome.runtime.onMessage.addListener(onMessageHandler);
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 21 chrome.app.runtime.onLaunched.addListener(tcpUI.create);
  /external/autotest/client/site_tests/power_LoadTest/extension/
ct.js 22 chrome.runtime.sendMessage(request, function(response) {
  /external/clang/test/OpenMP/
for_codegen.cpp 285 // CHECK-LABEL: define {{.*void}} @{{.*}}runtime{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
286 void runtime(float *a, float *b, float *c, float *d) { function
289 #pragma omp for collapse(2) schedule(runtime)
for_simd_schedule_messages.cpp 16 #pragma omp for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
22 #pragma omp for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
26 #pragma omp for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
63 #pragma omp for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
67 #pragma omp for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
parallel_for_schedule_messages.cpp 16 #pragma omp parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
22 #pragma omp parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
26 #pragma omp parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
63 #pragma omp parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
67 #pragma omp parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
parallel_for_simd_schedule_messages.cpp 16 #pragma omp parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
22 #pragma omp parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
26 #pragma omp parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp parallel for simd schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
63 #pragma omp parallel for simd schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
67 #pragma omp parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
target_parallel_for_schedule_messages.cpp 16 #pragma omp target parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp target parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
22 #pragma omp target parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
26 #pragma omp target parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp target parallel for schedule ( // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp target parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
63 #pragma omp target parallel for schedule (auto_dynamic // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
67 #pragma omp target parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /external/icu/icu4c/source/stubdata/
Android.mk 29 LOCAL_MODULE_PATH := $(HOST_OUT)/com.android.runtime/etc/icu
38 # support the Runtime APEX (see b/121117762). This module should never
43 # Buildbot and Golem have full support for the Runtime APEX.
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 37 amount of static data that is logged can be controlled at runtime.
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 206 CJS_Runtime* runtime =
208 return runtime->GetIsolate();
  /external/pdfium/fxjs/xfa/
cjx_eventpseudomodel.cpp 154 CJS_V8* runtime,
177 CJS_V8* runtime,
  /external/perfetto/src/base/
unix_task_runner.cc 193 TimeMillis runtime = GetWallTimeMs() + TimeMillis(delay_ms);
196 delayed_tasks_.insert(std::make_pair(runtime, std::move(task)));

Completed in 1304 milliseconds

<<21222324252627282930>>