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

1 2 3 4 5 6 7 891011>>

  /external/skqp/src/compute/skc/platforms/cl_12/
surface_cl_12.c 38 struct skc_runtime * runtime; member in struct:skc_surface_impl
158 struct skc_runtime * const runtime = impl->runtime; local
164 skc_runtime_host_perm_free(runtime,impl->surface);
167 skc_runtime_release_cq_in_order(runtime,impl->cq);
170 // skc_extent_phrN_pdwN_free(runtime,&impl->fb);
173 skc_runtime_host_perm_free(runtime,impl);
205 struct skc_runtime * const runtime = impl->runtime; local
211 skc_runtime_host_temp_free(runtime,render,render->id)
236 struct skc_runtime * const runtime = impl->runtime; local
405 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.14.0.v20180417-0825.jar 
org.eclipse.equinox.common_3.10.0.v20180412-1130.jar 
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyRepeatedField.java 39 import org.jruby.runtime.Block;
40 import org.jruby.runtime.ObjectAllocator;
41 import org.jruby.runtime.ThreadContext;
42 import org.jruby.runtime.builtin.IRubyObject;
47 public static void createRubyRepeatedField(Ruby runtime) {
48 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf");
49 RubyClass cRepeatedField = mProtobuf.defineClassUnder("RepeatedField", runtime.getObject(),
52 public IRubyObject allocate(Ruby runtime, RubyClass klazz) {
53 return new RubyRepeatedField(runtime, klazz);
57 cRepeatedField.includeModule(runtime.getEnumerable())
73 Ruby runtime = context.runtime; local
    [all...]
RubyMessage.java 38 import org.jruby.runtime.Block;
39 import org.jruby.runtime.Helpers;
40 import org.jruby.runtime.ThreadContext;
41 import org.jruby.runtime.builtin.IRubyObject;
67 final Ruby runtime = context.runtime; local
68 this.cRepeatedField = (RubyClass) runtime.getClassFromPath("Google::Protobuf::RepeatedField");
69 this.cMap = (RubyClass) runtime.getClassFromPath("Google::Protobuf::Map");
77 throw runtime.newArgumentError("expected Hash arguments.");
84 throw runtime.newTypeError("Expected symbols as hash keys in initialization map.")
182 Ruby runtime = context.runtime; local
338 Ruby runtime = context.runtime; local
350 Ruby runtime = context.runtime; local
452 Ruby runtime = context.runtime; local
462 Ruby runtime = context.runtime; local
550 Ruby runtime = context.runtime; local
    [all...]
  /art/tools/
host_bcp.sh 22 --runtime-arg -Xbootclasspath:...
23 --runtime-arg -Xbootclasspath-locations:...
25 and existing \$ANDROID_PRODUCT_OUT/apex/com.android.runtime* paths.
45 RUNTIME_APEX=/apex/com.android.runtime
49 echo "Multiple Runtime apex dirs: ${RUNTIME_APEX_SELECTED}, ${d}."
55 echo "No Runtime apex dir."
74 echo --runtime-arg -Xbootclasspath:${BCP} \
75 --runtime-arg -Xbootclasspath-locations:${BCPL}
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
Tracer.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.IntStream;
31 import org.antlr.runtime.TokenStream;
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c 79 double weigth_pcnt, double runtime, char *tput)
82 name, num, num / runtime, op_pcnt, weigth_pcnt, tput);
86 double runtime, unsigned total_ops,
95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256);
100 op_pcnt, weight_pcnt, runtime, buf);
105 ffsb_op_results_t * results, double runtime)
108 ffsb_op_list[op_num].op_exl_print_fn(results, runtime, op_num);
112 void print_results(struct ffsb_op_results *results, double runtime)
130 print_op_results(i, results, runtime, total_ops,
133 (double)total_ops / runtime);
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_form.cpp 35 CJS_V8* runtime,
40 CXFA_Node* pDataNode = ToNode(runtime->ToXFAObject(params[0]));
51 return CJS_Return(runtime->NewNull());
52 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
55 CJS_Return CJX_Form::remerge(CJS_V8* runtime,
65 CJS_V8* runtime,
77 CJS_V8* runtime,
89 if (!pNotify || runtime->ToInt32(params[0]) != 0)
99 CJS_V8* runtime,
111 CJS_V8* runtime,
    [all...]
cjx_hostpseudomodel.cpp 249 CJS_V8* runtime,
262 WideString URL = runtime->ToWideString(params[0]);
268 CJS_V8* runtime,
282 pNode = ToNode(runtime->ToXFAObject(params[0]));
296 pObject, runtime->ToWideString(params[0]).AsStringView(),
319 CJS_V8* runtime,
330 question = runtime->ToWideString(params[0]);
334 title = runtime->ToWideString(params[1]);
338 defaultAnswer = runtime->ToWideString(params[2]);
342 mark = runtime->ToInt32(params[3]) != 0
    [all...]
cjx_source.cpp 40 CJS_Return CJX_Source::next(CJS_V8* runtime,
48 CJS_V8* runtime,
55 CJS_Return CJX_Source::first(CJS_V8* runtime,
63 CJS_V8* runtime,
71 CJS_V8* runtime,
78 CJS_Return CJX_Source::isBOF(CJS_V8* runtime,
85 CJS_Return CJX_Source::isEOF(CJS_V8* runtime,
92 CJS_Return CJX_Source::cancel(CJS_V8* runtime,
99 CJS_Return CJX_Source::update(CJS_V8* runtime,
106 CJS_Return CJX_Source::open(CJS_V8* runtime,
    [all...]
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 1 org.antlr.runtime.tree.RewriteCardinalityException = function(elementDescription) {
9 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteCardinalityException, Error, {
17 return "org.antlr.runtime.tree.RewriteCardinalityException";
RewriteRuleTokenStream.js 1 org.antlr.runtime.tree.RewriteRuleTokenStream = function(adaptor, elementDescription, el) {
2 var sup = org.antlr.runtime.tree.RewriteRuleTokenStream.superclass;
6 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleTokenStream,
7 org.antlr.runtime.tree.RewriteRuleElementStream, {
TreeParser.js 5 org.antlr.runtime.tree.TreeParser = function(input) {
6 org.antlr.runtime.tree.TreeParser.superclass.constructor.call(this, arguments[1]);
11 var TP = org.antlr.runtime.tree.TreeParser;
14 DOWN: org.antlr.runtime.Token.DOWN,
15 UP: org.antlr.runtime.Token.UP
18 org.antlr.lang.extend(TP, org.antlr.runtime.BaseRecognizer, {
46 return new org.antlr.runtime.tree.CommonTree(new org.antlr.runtime.CommonToken(expectedTokenType, tokenText));
65 while ( tokenType!==org.antlr.runtime.Token.EOF &&
86 throw new org.antlr.runtime.MismatchedTreeNodeException(ttype, input)
    [all...]
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
CharStream.as 28 package org.antlr.runtime {
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.as 28 package org.antlr.runtime.tree {
29 import org.antlr.runtime.Token;
  /external/grpc-grpc/tools/fuzzer/runners/
api_fuzzer.sh 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
client_fuzzer.sh 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
hpack_parser_fuzzer_test.sh 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=512 -timeout=120"
server_fuzzer.sh 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
  /external/skia/modules/canvaskit/
release.js 3 // which trims down code size and marginally improves runtime speed.
  /external/skia/src/compute/skc/
context.c 20 // FIXME -- THE RUNTIME AND DEVICE WILL DYNAMICALLY LOADED
79 return context->yield(context->runtime);
85 context->wait(context->runtime);
101 return context->path_retain(context->runtime,paths,count);
107 return context->path_release(context->runtime,paths,count);
113 return context->path_flush(context->runtime,paths,count);
129 return context->raster_retain(context->runtime,rasters,count);
135 return context->raster_release(context->runtime,rasters,count);
141 return context->raster_flush(context->runtime,rasters,count);
  /external/skqp/experimental/canvaskit/
release.js 3 // which trims down code size and marginally improves runtime speed.
  /external/skqp/src/compute/skc/
context.c 20 // FIXME -- THE RUNTIME AND DEVICE WILL DYNAMICALLY LOADED
79 return context->yield(context->runtime);
85 context->wait(context->runtime);
101 return context->path_retain(context->runtime,paths,count);
107 return context->path_release(context->runtime,paths,count);
113 return context->path_flush(context->runtime,paths,count);
129 return context->raster_retain(context->runtime,rasters,count);
135 return context->raster_release(context->runtime,rasters,count);
141 return context->raster_flush(context->runtime,rasters,count);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_runtime.cc 31 namespace runtime { namespace in namespace:xla::cpu
90 } // namespace runtime
118 xla::cpu::runtime::XfeedManager* xfeed =
119 xla::cpu::runtime::GetXfeedManager(device_ordinal);
121 xla::cpu::runtime::XfeedBuffer* buffer =
125 << " did not match the runtime's infed buffer length " << buffer->length()
142 xla::cpu::runtime::XfeedManager* xfeed =
143 xla::cpu::runtime::GetXfeedManager(device_ordinal);
161 xla::cpu::runtime::XfeedManager* xfeed =
162 xla::cpu::runtime::GetXfeedManager(device_ordinal)
    [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 7 891011>>