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

<<21222324252627282930>>

  /external/skqp/src/compute/skc/
grid.c 134 struct skc_runtime * runtime; member in struct:skc_grid_deps
218 skc_grid_deps_create(struct skc_runtime * const runtime,
222 struct skc_grid_deps * const deps = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*deps));
224 // save runtime
225 deps->runtime = runtime;
231 deps->handle_map = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handle_map_size);
264 skc_runtime_host_perm_free(deps->runtime,deps->handle_map);
265 skc_runtime_host_perm_free(deps->runtime,deps);
  /art/openjdkjvmti/
ti_redefine.h 66 // The caller is responsible for freeing it. The runtime makes its own copy of the data. This
69 art::Runtime* runtime,
76 // The caller is responsible for freeing it. The runtime makes its own copy of the data.
79 art::Runtime* runtime,
209 art::Runtime* runtime_;
217 art::Runtime* runtime,
222 runtime_(runtime),
    [all...]
  /build/soong/cc/
proto_test.go 18 "runtime"
41 if runtime.GOOS != "linux" {
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 116 Runtime runtime = Runtime.getRuntime(); local
118 long total = runtime.totalMemory();
119 long free = runtime.freeMemory();
135 Process proc = runtime.exec(commands);
  /cts/tests/core/runner-axt/src/com/android/cts/runner/
CtsTestRunListener.java 116 Runtime runtime = Runtime.getRuntime(); local
118 long total = runtime.totalMemory();
119 long free = runtime.freeMemory();
135 Process proc = runtime.exec(commands);
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuite.java 32 import org.antlr.runtime.*;
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 1 package org.antlr.runtime.tree
4 import org.antlr.runtime.*;
TreeAdaptor.as 28 package org.antlr.runtime.tree {
30 import org.antlr.runtime.*;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
Parser.java 28 package org.antlr.runtime;
RecognizerSharedState.java 28 package org.antlr.runtime;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 28 package org.antlr.runtime.misc;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTreeAdaptor.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.RecognitionException;
TreePatternLexer.java 28 package org.antlr.runtime.tree;
  /external/antlr/tool/src/main/java/org/antlr/tool/
GrammarSemanticsMessage.java 30 import org.antlr.runtime.Token;
RuleLabelScope.java 30 import org.antlr.runtime.Token;
  /external/antlr/tool/src/test/java/org/antlr/test/
TestMessages.java 34 import org.antlr.runtime.CommonToken;
  /external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
ThrowableExtensionTestUtility.java 14 package com.google.devtools.build.android.desugar.runtime;
22 * as to avoid dependency on the runtime library. This is beneficial, because we can test whether
23 * the runtime library is on the classpath.
36 "com.google.devtools.build.android.desugar.runtime.ThrowableExtension";
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FutureCallbackTest.java 167 private final RuntimeException runtime; field in class:FutureCallbackTest.ThrowingFuture
180 this.runtime = null;
184 this.runtime = Preconditions.checkNotNull(e);
224 throw runtime;
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Dump.java 20 import org.jacoco.core.runtime.AgentOptions;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ProbeArrayStrategyFactory.java 16 import org.jacoco.core.runtime.IExecutionDataAccessorGenerator;
37 * accessor to the coverage runtime
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
TestStorage.java 12 package org.jacoco.core.runtime;
WildcardMatcherTest.java 12 package org.jacoco.core.runtime;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
FramesTest.java 22 import org.jacoco.core.runtime.IRuntime;
23 import org.jacoco.core.runtime.SystemPropertiesRuntime;
80 IRuntime runtime = new SystemPropertiesRuntime();
81 Instrumenter instrumenter = new Instrumenter(runtime);
StructuredLockingTest.java 23 import org.jacoco.core.runtime.IRuntime;
24 import org.jacoco.core.runtime.SystemPropertiesRuntime;
48 * unstructured locking, so that they executed by interpreter. Android Runtime
66 IRuntime runtime = new SystemPropertiesRuntime(); local
67 Instrumenter instrumenter = new Instrumenter(runtime);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
Rule.java 18 import org.jacoco.core.runtime.WildcardMatcher;

Completed in 1513 milliseconds

<<21222324252627282930>>