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

<<31323334353637383940>>

  /art/test/712-varhandle-invocations/src/
VarHandleUnitTestHelpers.java 40 Object runtime = getRuntimeMH.invoke(); local
47 return (boolean) is64BitMH.invoke(runtime);
188 // Until ART is running on an OpenJDK9 based runtime, there are no
  /external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 33 import org.antlr.runtime.ANTLRFileStream;
34 import org.antlr.runtime.RecognitionException;
54 public static final String ANTLR_RUNTIME_ARTIFACT_NAME = "antlr-runtime";
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
  /external/clang/test/OpenMP/
distribute_parallel_for_schedule_messages.cpp 20 #pragma omp distribute 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 '('}}
24 #pragma omp distribute parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
32 #pragma omp distribute 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 '('}}
40 #pragma omp distribute parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
93 #pragma omp distribute 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 '('}}
97 #pragma omp distribute parallel for schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
105 #pragma omp distribute 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 '('}}
113 #pragma omp distribute parallel for schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
distribute_parallel_for_simd_schedule_messages.cpp 20 #pragma omp distribute 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 '('}}
24 #pragma omp distribute parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
32 #pragma omp distribute 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 '('}}
40 #pragma omp distribute parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
93 #pragma omp distribute 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 '('}}
97 #pragma omp distribute parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
105 #pragma omp distribute 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 '('}}
113 #pragma omp distribute parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
target_parallel_for_simd_schedule_messages.cpp 16 #pragma omp target 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 target parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
22 #pragma omp target 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 target parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
57 #pragma omp target 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 target parallel for simd schedule () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or 'simd' in OpenMP clause 'schedule'}}
63 #pragma omp target 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 target parallel for simd schedule (runtime, 3) // expected-error {{expected ')'}} expected-note {{to match this '('}}
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ConcurrentWeakIdentityHashMapTest.java 14 package com.google.devtools.build.android.desugar.runtime;
19 import com.google.devtools.build.android.desugar.runtime.ThrowableExtension.ConcurrentWeakIdentityHashMap;
  /external/libchrome/third_party/jinja2/
asyncsupport.py 19 from jinja2.runtime import LoopContextBase, _last_iteration
157 from jinja2.runtime import BlockReference, Macro
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
metadata.go 59 // "USER": (not used in the Go runtime)
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc 156 LOG(ERROR) << "Unable to resolve runtime symbol: " << name;
216 registry->Register(xla::cpu::runtime::k##base_name##SymbolName, \
218 CHECK_EQ(absl::string_view(xla::cpu::runtime::k##base_name##SymbolName), \
291 REGISTER_LIBM_SYMBOL(llrint, long long (*)(double)); // NOLINT(runtime/int)
292 REGISTER_LIBM_SYMBOL(llround, long long (*)(double)); // NOLINT(runtime/int)
298 REGISTER_LIBM_SYMBOL(lrint, long (*)(double)); // NOLINT(runtime/int)
299 REGISTER_LIBM_SYMBOL(lround, long (*)(double)); // NOLINT(runtime/int)
311 double (*)(double, long)); // NOLINT(runtime/int)
  /external/antlr/gunit/src/main/java/org/antlr/gunit/
gUnitExecutor.java 30 import org.antlr.runtime.*;
31 import org.antlr.runtime.tree.CommonTree;
32 import org.antlr.runtime.tree.CommonTreeNodeStream;
33 import org.antlr.runtime.tree.TreeAdaptor;
34 import org.antlr.runtime.tree.TreeNodeStream;
51 import org.antlr.runtime.tree.TreeParser;
289 } catch (InvocationTargetException e) { // This exception could be caused from ANTLR Runtime Exception, e.g. MismatchedTokenException
412 } catch (InvocationTargetException e) { // This exception could be caused from ANTLR Runtime Exception, e.g. MismatchedTokenException
570 } catch (InvocationTargetException e) { // note: This exception could be caused from ANTLR Runtime Exception...
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 260 chrome.runtime.onMessage.removeListener(testListener);
294 chrome.runtime.onMessage.addListener(testListener);
302 chrome.runtime.onMessage.addListener(testListener);
  /external/boringssl/src/util/
read_symbols.go 27 "runtime"
42 objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file format to expect (options are elf, macho, pe)")
117 // runtime will naturally end up in the library, to be
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 7 Description := Static runtime libraries for embedded clang/Darwin
45 # Soft-float version of the runtime. No floating-point instructions will be used
51 # Hard-float version of the runtime. On ARM VFP instructions and registers are
  /external/syzkaller/pkg/build/
linux.go 18 "runtime"
63 cpu := strconv.Itoa(runtime.NumCPU())
118 cpu := strconv.Itoa(runtime.NumCPU())
  /external/syzkaller/sys/syz-sysgen/
sysgen.go 15 "runtime"
16 "runtime/pprof"
155 runtime.GC() // get up-to-date statistics
  /external/syzkaller/sys/targets/
targets.go 9 "runtime"
296 if OS == runtime.GOOS && arch == runtime.GOARCH {
  /external/syzkaller/tools/syz-execprog/
execprog.go 14 "runtime"
29 flagOS = flag.String("os", runtime.GOOS, "target os")
30 flagArch = flag.String("arch", runtime.GOARCH, "target arch")
  /external/v8/src/builtins/
builtins-regexp-gen.cc 113 return CallRuntime(Runtime::kRegExpInitializeAndCompile, context, regexp,
288 // TODO(jgruber): Calling into runtime to create each property is slow.
290 // or only call runtime once and loop there.
291 CallRuntime(Runtime::kCreateDataProperty, context, group_object, name,
327 // Just jump directly to runtime if native RegExp is not selected at compile
328 // time or if regexp entry in generated code is turned off runtime switch or
331 return CAST(CallRuntime(Runtime::kRegExpExec, context, regexp, string,
337 Label out(this), atom(this), runtime(this, Label::kDeferred);
378 Label* labels[] = {&next, &atom, &runtime};
397 &runtime);
2583 Branch(TaggedIsPositiveSmi(maybe_limit), &next, &runtime); local
2605 GotoIf(FastFlagGetter(regexp, JSRegExp::kSticky), &runtime); local
2985 GotoIfNot(SmiEqual(dollar_ix, SmiConstant(-1)), &runtime); local
    [all...]
  /art/runtime/
runtime.cc 17 #include "runtime.h"
194 Runtime* Runtime::instance_ = nullptr;
225 Runtime::Runtime()
250 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
294 static_assert(Runtime::kCalleeSaveSize ==
306 Runtime::~Runtime() {
307 ScopedTrace trace("Runtime shutdown")
548 Runtime* runtime = Runtime::Current(); local
711 Runtime* runtime = Runtime::Current(); variable
    [all...]
  /build/soong/cmd/multiproduct_kati/
main.go 25 "runtime"
45 if runtime.NumCPU() < 4 {
48 return runtime.NumCPU() / 4
329 NumParallelJobs: runtime.NumCPU(),
414 NumParallelJobs: runtime.NumCPU(),
  /build/soong/dexpreopt/
dexpreopt.go 40 "runtime"
56 if _, ok := r.(runtime.Error); ok {
97 if _, ok := r.(runtime.Error); ok {
347 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatXms).
348 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatXmx).
349 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", module.PreoptBootClassPathDexFiles, ":").
350 Flag("--runtime-arg").FlagWithList("-Xbootclasspath-locations:", module.PreoptBootClassPathDexLocations, ":").
  /external/autotest/client/tests/aiostress/
aio-stress.c 407 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);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 418 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);
    [all...]
  /art/runtime/gc/
heap.cc 90 #include "runtime.h"
171 return Runtime::Current()->InJankPerceptibleProcessState();
286 is_running_on_memory_tool_(Runtime::Current()->IsRunningOnMemoryTool()),
324 Runtime* const runtime = Runtime::Current(); local
327 const bool is_zygote = runtime->IsZygote();
377 runtime->ShouldRelocate(),
378 /*executable=*/ !runtime->IsAotCompiler(),
400 if (foreground_collector_type_ == kCollectorTypeMS && Runtime::Current()->IsAotCompiler())
1417 Runtime* const runtime = Runtime::Current(); local
2125 Runtime* const runtime = Runtime::Current(); local
2691 Runtime* runtime = Runtime::Current(); local
3806 Runtime* runtime = Runtime::Current(); variable
4209 auto* const runtime = Runtime::Current(); local
    [all...]

Completed in 1635 milliseconds

<<31323334353637383940>>