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

<<11121314151617181920>>

  /external/skqp/src/compute/skc/
scheduler.h 68 skc_scheduler_create(struct skc_runtime * const runtime, skc_uint const size);
71 skc_scheduler_dispose(struct skc_runtime * const runtime,
  /external/syzkaller/vendor/golang.org/x/sys/unix/
asm_linux_amd64.s 14 // The runtime may know about them.
23 CALL runtime·entersyscall(SB)
34 CALL runtime·exitsyscall(SB)
asm_linux_arm.s 14 // The runtime may know about them.
23 BL runtime·entersyscall(SB)
35 BL runtime·exitsyscall(SB)
asm_linux_arm64.s 12 // The runtime may know about them.
21 BL runtime·entersyscall(SB)
32 BL runtime·exitsyscall(SB)
asm_linux_mips64x.s 16 // The runtime may know about them.
25 JAL runtime·entersyscall(SB)
36 JAL runtime·exitsyscall(SB)
asm_linux_mipsx.s 16 // The runtime may know about them.
28 JAL runtime·entersyscall(SB)
37 JAL runtime·exitsyscall(SB)
asm_linux_ppc64x.s 16 // The runtime may know about them.
25 BL runtime·entersyscall(SB)
36 BL runtime·exitsyscall(SB)
asm_linux_s390x.s 16 // The runtime may know about them.
25 BL runtime·entersyscall(SB)
36 BL runtime·exitsyscall(SB)
pagesize_unix.go 7 // For Unix, get the pagesize from the runtime.
  /art/compiler/optimizing/
sharpening.cc 32 #include "runtime.h"
40 Runtime::Current()->GetHeap()->GetBootImageSpaces();
100 } else if (Runtime::Current()->UseJitCompilation()) {
141 // We need to call the runtime anyway, so we simply get the class as that call's return value.
153 Runtime* runtime = Runtime::Current(); local
157 DCHECK(!runtime->UseJitCompilation());
172 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get());
173 if (runtime->UseJitCompilation())
292 Runtime* runtime = Runtime::Current(); local
    [all...]
  /cts/tests/tests/neuralnetworks/
Android.mk 18 # The sources are located at frameworks/ml/nn/runtime/test
19 LOCAL_PATH:= frameworks/ml/nn/runtime/test/
40 LOCAL_C_INCLUDES := frameworks/ml/nn/runtime/include/
41 LOCAL_C_INCLUDES += frameworks/ml/nn/runtime/test/
42 LOCAL_C_INCLUDES += frameworks/ml/nn/runtime/
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
RuntimeTestBase.java 12 package org.jacoco.core.runtime;
37 private IRuntime runtime; field in class:RuntimeTestBase
46 runtime = createRuntime();
47 runtime.startup(data);
53 runtime.shutdown();
67 runtime.generateDataAccessor(1001, "Target", 5, new MethodVisitor(
102 * from the runtime under test.
129 final int size = runtime.generateDataAccessor(classid, className, 2,
  /external/pdfium/fxjs/xfa/
cjx_subform.cpp 32 CJS_V8* runtime,
37 execSingleEventByName(runtime->ToWideString(params[0]).AsStringView(),
43 CJS_V8* runtime,
55 CJS_V8* runtime,
67 CJS_V8* runtime,
74 return CJS_Return(runtime->NewBoolean(false));
78 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
  /frameworks/base/cmds/app_process/
app_main.cpp 4 * Starts the interpreted runtime, then starts up the application.
185 AppRuntime runtime(argv[0], computeArgBlockSize(argc, argv));
223 runtime.addOption(strdup(argv[i]));
249 runtime.addOption(strdup(argv[i]));
256 // Parse runtime arguments. Stop at first unrecognized option.
292 runtime.setClassNameAndArgs(className, argc - i, argv + i);
332 runtime.setArgv0(niceName.string(), true /* setProcName */);
336 runtime.start("com.android.internal.os.ZygoteInit", args, zygote);
338 runtime.start("com.android.internal.os.RuntimeInit", args, zygote);
  /build/blueprint/bootstrap/
config.go 20 "runtime"
45 goroot := runtime.GOROOT()
57 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/compile"
60 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/link"
  /cts/tools/dasm/src/dasm/
Scanner.java 27 import java_cup.runtime.int_token;
28 import java_cup.runtime.str_token;
29 import java_cup.runtime.token;
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTree.as 28 package org.antlr.runtime.tree {
29 import org.antlr.runtime.Token;
30 import org.antlr.runtime.TokenConstants;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
TraceDebugEventListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.tree.TreeAdaptor;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.CommonToken;
31 import org.antlr.runtime.Token;
TreeIterator.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.misc.FastQueue;
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DumpTest.java 24 import org.jacoco.core.runtime.IRemoteCommandVisitor;
25 import org.jacoco.core.runtime.RemoteControlReader;
26 import org.jacoco.core.runtime.RemoteControlWriter;
  /external/linux-kselftest/tools/testing/selftests/timers/
inconsistency-check.c 158 int runtime = 10; local
165 runtime = atoi(optarg);
188 if (consistency_test(clockid, runtime))
  /art/runtime/
art_method.cc 63 // Enforce that we he have the right index for runtime methods.
65 "Wrong runtime-method dex method index");
85 DCHECK_EQ(kRuntimePointerSize, Runtime::Current()->GetClassLinker()->GetImagePointerSize());
109 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
121 DCHECK_EQ(kRuntimePointerSize, Runtime::Current()->GetClassLinker()->GetImagePointerSize());
132 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
320 Runtime* runtime = Runtime::Current(); local
322 // If the runtime is not yet started or it is required by the debugger, then perform th
582 Runtime* runtime = Runtime::Current(); local
677 Runtime* runtime = Runtime::Current(); local
761 Runtime* runtime = Runtime::Current(); local
792 Runtime* runtime = Runtime::Current(); local
843 Runtime* const runtime = Runtime::Current(); local
    [all...]
instrumentation_test.cc 29 #include "runtime.h"
193 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
208 return Runtime::Current()->GetInstrumentation()->requested_instrumentation_levels_.size();
220 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
268 Runtime* runtime = Runtime::Current(); local
269 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation();
284 Runtime* runtime = Runtime::Current() local
299 Runtime* runtime = Runtime::Current(); local
314 Runtime* runtime = Runtime::Current(); local
329 Runtime* runtime = Runtime::Current(); local
341 Runtime* runtime = Runtime::Current(); local
500 Runtime* const runtime = Runtime::Current(); local
520 Runtime* const runtime = Runtime::Current(); local
540 Runtime* const runtime = Runtime::Current(); local
575 Runtime* const runtime = Runtime::Current(); local
593 Runtime* const runtime = Runtime::Current(); local
623 Runtime* const runtime = Runtime::Current(); local
654 Runtime* const runtime = Runtime::Current(); local
672 Runtime* const runtime = Runtime::Current(); local
720 Runtime* const runtime = Runtime::Current(); local
739 Runtime* const runtime = Runtime::Current(); local
    [all...]
  /art/openjdkjvmti/
transform.h 66 art::Runtime* runtime,

Completed in 1358 milliseconds

<<11121314151617181920>>