/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
CoverageTransformer.java | 20 import org.jacoco.core.runtime.AgentOptions; 21 import org.jacoco.core.runtime.IRuntime; 22 import org.jacoco.core.runtime.WildcardMatcher; 55 * @param runtime 56 * coverage runtime 62 public CoverageTransformer(final IRuntime runtime, 64 this.instrumenter = new Instrumenter(runtime);
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
threadtest.c | 123 time_t start, now, runtime; local 132 runtime = DEFAULT_RUNTIME; 138 runtime = atoi(optarg); 165 printf("Testing consistency with %i threads for %ld seconds: ", thread_count, runtime); 171 while (time(&now) < start + runtime) {
|
/external/smali/smali/src/main/java/org/jf/smali/ |
SmaliTestUtils.java | 35 import org.antlr.runtime.CommonTokenStream; 36 import org.antlr.runtime.RecognitionException; 37 import org.antlr.runtime.TokenSource; 38 import org.antlr.runtime.tree.CommonTree; 39 import org.antlr.runtime.tree.CommonTreeNodeStream;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
graph_optimizer.cc | 37 FunctionLibraryRuntime* runtime, Env* env, Device* device, 71 ConstantFold(cf_opts, runtime, env, device, g, &was_mutated) 93 bool was_mutated = ExpandInlineFunctions(runtime, g, expand_inline_opts); 111 void GraphOptimizer::Optimize(FunctionLibraryRuntime* runtime, Env* env, 114 Optimize(runtime, env, device, graph, options.shape_map,
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
CommonTokenStream.js | 8 org.antlr.runtime.CommonTokenStream = function(tokenSource, channel) { 10 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 20 org.antlr.runtime.TokenStream = function() {}; 22 org.antlr.lang.extend(org.antlr.runtime.CommonTokenStream, 23 org.antlr.runtime.TokenStream, 30 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 43 t.getType()!=org.antlr.runtime.CharStream.EOF ) 144 types = new org.antlr.runtime.BitSet(types); 146 types = org.antlr.runtime.BitSet.of(types); 189 return org.antlr.runtime.Token.EOF_TOKEN [all...] |
Token.js | 3 // defined here. Token is an interface, not a subclass in the Java runtime. 8 * @memberOf org.antlr.runtime 10 org.antlr.runtime.Token = function() {}; 11 org.antlr.lang.augmentObject(org.antlr.runtime.Token, /** @lends Token */ { 21 EOF: org.antlr.runtime.CharStream.EOF,
|
/external/grpc-grpc/tools/interop_matrix/ |
run_interop_matrix_tests.py | 29 # Langauage Runtime Matrix 103 Returns dictionary of list of (<tag>, <image-full-path>) keyed by runtime. 123 # Images tuples keyed by runtime. 125 for runtime in client_matrix.LANG_RUNTIME_MATRIX[lang]: 126 image_path = '%s/grpc_interop_%s' % (args.gcr_path, runtime) 145 images[runtime] = [(tag, '%s:%s' % (image_path, tag)) 151 # caches test cases (list of JobSpec) loaded from file. Keyed by lang and runtime. 152 def find_test_cases(lang, runtime, release, suite_name): 157 filename_prefix = runtime 212 def run_tests_for_lang(lang, runtime, images) [all...] |
/art/runtime/ |
scoped_thread_state_change-inl.h | 28 #include "runtime.h" 38 Runtime* runtime = Runtime::Current(); local 39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); 61 Runtime* runtime = Runtime::Current() local [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar | |
org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar | |
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar | |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
ResizeInstructionsTest.java | 20 import org.jacoco.core.runtime.IRuntime; 21 import org.jacoco.core.runtime.RuntimeData; 22 import org.jacoco.core.runtime.SystemPropertiesRuntime; 36 private final IRuntime runtime = new SystemPropertiesRuntime(); field in class:ResizeInstructionsTest 37 private final Instrumenter instrumenter = new Instrumenter(runtime); 43 runtime.startup(new RuntimeData()); 48 runtime.shutdown();
|
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/ |
BootstrapMethodReferenceTest.java | 23 import org.jacoco.core.runtime.IRuntime; 24 import org.jacoco.core.runtime.RuntimeData; 25 import org.jacoco.core.runtime.SystemPropertiesRuntime; 45 private final IRuntime runtime = new SystemPropertiesRuntime(); field in class:BootstrapMethodReferenceTest 46 private final Instrumenter instrumenter = new Instrumenter(runtime); 50 runtime.startup(new RuntimeData()); 55 runtime.shutdown();
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
CoreTutorial.java | 26 import org.jacoco.core.runtime.IRuntime; 27 import org.jacoco.core.runtime.LoggerRuntime; 28 import org.jacoco.core.runtime.RuntimeData; 109 // For instrumentation and runtime we need a IRuntime instance 111 final IRuntime runtime = new LoggerRuntime(); local 115 final Instrumenter instr = new Instrumenter(runtime); 121 // runtime first: 123 runtime.startup(data); 136 // the runtime: 140 runtime.shutdown() [all...] |
/external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
device_cl_12.c | 347 return NULL; // let runtime figure out local work size 360 return NULL; // let runtime figure out local work size 373 return NULL; // let runtime figure out local work size 391 return NULL; // let runtime figure out local work size 588 return NULL; // let runtime figure out local work size 603 return NULL; // let runtime figure out local work size 686 skc_device_create_kernels(struct skc_runtime * const runtime, 701 runtime->device->kernels[id] = clCreateKernel(program,name,&cl_err); cl_ok(cl_err); 711 cl(GetKernelWorkGroupInfo(runtime->device->kernels[id], 712 runtime->cl.device_id [all...] |
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/ |
device_cl_12.c | 347 return NULL; // let runtime figure out local work size 360 return NULL; // let runtime figure out local work size 373 return NULL; // let runtime figure out local work size 391 return NULL; // let runtime figure out local work size 588 return NULL; // let runtime figure out local work size 603 return NULL; // let runtime figure out local work size 686 skc_device_create_kernels(struct skc_runtime * const runtime, 701 runtime->device->kernels[id] = clCreateKernel(program,name,&cl_err); cl_ok(cl_err); 711 cl(GetKernelWorkGroupInfo(runtime->device->kernels[id], 712 runtime->cl.device_id [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.js | 17 org.antlr.runtime.tree.CommonTreeNodeStream = function(adaptor, 23 adaptor = new org.antlr.runtime.tree.CommonTreeAdaptor(); 27 org.antlr.runtime.tree.CommonTreeNodeStream.DEFAULT_INITIAL_BUFFER_SIZE; 38 var Token = org.antlr.runtime.Token; 47 org.antlr.lang.augmentObject(org.antlr.runtime.tree.CommonTreeNodeStream, { 52 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTreeNodeStream, 53 org.antlr.runtime.tree.TreeNodeStream, 97 this.addNavigationNode(org.antlr.runtime.Token.DOWN); 107 this.addNavigationNode(org.antlr.runtime.Token.UP); 135 if ( ttype===org.antlr.runtime.Token.DOWN ) [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
cpu_transfer_manager.cc | 43 class CpuInfeedBuffer : public cpu::runtime::XfeedBuffer { 63 class CpuOutfeedBuffer : public cpu::runtime::XfeedBuffer { 113 std::vector<cpu::runtime::XfeedBuffer*> buffers; 116 for (cpu::runtime::XfeedBuffer* b : buffers) { 125 cpu::runtime::XfeedBuffer * buffer, 131 cpu::runtime::XfeedManager* xfeed_manager = 132 cpu::runtime::GetXfeedManager(executor->device_ordinal()); 142 TF_ASSIGN_OR_RETURN(cpu::runtime::XfeedBuffer * buffer, 145 cpu::runtime::XfeedManager* xfeed_manager = 146 cpu::runtime::GetXfeedManager(executor->device_ordinal()) [all...] |
/external/pdfium/fxjs/xfa/ |
cjx_tree.cpp | 33 CJS_V8* runtime, 38 WideString expression = runtime->ToWideString(params[0]); 54 return CJS_Return(runtime->NewNull()); 62 return CJS_Return(runtime->NewNull()); 64 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); 71 return CJS_Return(runtime->NewNull()); 78 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())); 82 CJS_V8* runtime, 96 ResolveNodeList(pValue.get(), runtime->ToWideString(params[0]), 101 return CJS_Return(pValue->DirectGetValue().Get(runtime->GetIsolate())) [all...] |
cjx_exclgroup.cpp | 34 CJS_V8* runtime, 39 execSingleEventByName(runtime->ToWideString(params[0]).AsStringView(), 45 CJS_V8* runtime, 57 CJS_V8* runtime, 69 CJS_V8* runtime, 76 return CJS_Return(runtime->NewBoolean(false)); 79 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error)); 83 CJS_V8* runtime, 90 return CJS_Return(runtime->NewNull()); 97 runtime->ToWideString(params[0]).AsStringView(), true) [all...] |
/external/skia/src/compute/skc/ |
scheduler.cpp | 87 // FIXME -- consider adding a backpointer to the runtime or other 130 skc_scheduler_create(struct skc_runtime * const runtime, skc_uint const size) 134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); 141 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); 144 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices) * size); 149 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices) * (size + 1)); 162 skc_scheduler_dispose(struct skc_runtime * const runtime, 166 skc_runtime_host_perm_free(runtime,scheduler->waiting.indices); 167 skc_runtime_host_perm_free(runtime,scheduler->available.indices); 168 skc_runtime_host_perm_free(runtime,scheduler->extent) [all...] |
/external/skqp/src/compute/skc/ |
scheduler.cpp | 87 // FIXME -- consider adding a backpointer to the runtime or other 130 skc_scheduler_create(struct skc_runtime * const runtime, skc_uint const size) 134 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler)); 141 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,(sizeof(*scheduler->extent) * size)); 144 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices) * size); 149 skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*scheduler->available.indices) * (size + 1)); 162 skc_scheduler_dispose(struct skc_runtime * const runtime, 166 skc_runtime_host_perm_free(runtime,scheduler->waiting.indices); 167 skc_runtime_host_perm_free(runtime,scheduler->available.indices); 168 skc_runtime_host_perm_free(runtime,scheduler->extent) [all...] |
/external/syzkaller/pkg/host/ |
host_test.go | 8 "runtime" 22 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH) 51 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.RecognitionException; 31 import org.antlr.runtime.Token; 32 import org.antlr.runtime.TokenStream; 33 import org.antlr.runtime.misc.LookaheadStream; 34 import org.antlr.runtime.misc.IntArray;
|