/external/skqp/src/compute/skc/ |
allocator_host.c | 36 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime, 45 skc_runtime_host_perm_free(struct skc_runtime * const runtime, 56 skc_runtime_host_temp_alloc(struct skc_runtime * const runtime, 72 return runtime->allocator.host.temp.extent + 73 skc_suballocator_subbuf_alloc(&runtime->allocator.host.temp.suballocator, 74 runtime->scheduler, 80 skc_runtime_host_temp_free(struct skc_runtime * const runtime, 87 skc_suballocator_subbuf_free(&runtime->allocator.host.temp.suballocator,subbuf_id); 95 skc_allocator_host_create(struct skc_runtime * const runtime) 97 skc_suballocator_create(runtime, [all...] |
allocator_host.h | 52 skc_allocator_host_create(struct skc_runtime * const runtime); 55 skc_allocator_host_dispose(struct skc_runtime * const runtime);
|
/art/test/134-nodex2oat-nofallback/ |
run | 20 ${RUN} ${flags} --runtime-option -Xno-dex-file-fallback --runtime-option -XX:FastClassNotFoundException=false
|
/art/test/157-void-class/ |
run | 21 --runtime-option -Ximage-compiler-option \ 22 --runtime-option --compiler-filter=verify
|
/art/test/304-method-tracing/ |
run | 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
|
/cts/tools/dasm/src/java_cup/runtime/ |
token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.int_token 9 * @see java_cup.runtime.str_token
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
CharStreamState.java | 28 package org.antlr.runtime;
|
TokenSource.java | 28 package org.antlr.runtime;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeRuleReturnScope.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.ParserRuleReturnScope; 31 import org.antlr.runtime.RuleReturnScope; 32 import org.antlr.runtime.Token;
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
EarlyExitException.js | 5 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception. 6 * @extends org.antlr.runtime.RecognitionException 8 org.antlr.runtime.EarlyExitException = function(decisionNumber, input) { 9 org.antlr.runtime.EarlyExitException.superclass.constructor.call( 15 org.antlr.runtime.EarlyExitException, 16 org.antlr.runtime.RecognitionException, 17 /** @lends org.antlr.runtime.EarlyExitException.prototype */ 22 name: "org.antlr.runtime.EarlyExitException [all...] |
ParserRuleReturnScope.js | 19 org.antlr.runtime.ParserRuleReturnScope = function() {}; 20 org.antlr.runtime.RuleReturnScope = function() {}; 22 org.antlr.lang.extend(org.antlr.runtime.ParserRuleReturnScope, 23 org.antlr.runtime.RuleReturnScope,
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
Tree.js | 11 org.antlr.runtime.tree.Tree = function(){};
|
/art/test/900-hello-plugin/ |
run | 21 ./default-run "$@" --runtime-option -agentpath:${plugin}=test_900 \ 22 --runtime-option -agentpath:${plugin}=test_900_round_2 \ 23 --android-runtime-option -Xplugin:${plugin}
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_performance_unittest.cc | 22 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( local 24 ASSERT_GT(runtime, 0); 26 "neteq_performance", "", "10_pl_10_drift", runtime, "ms", true); 36 int64_t runtime = webrtc::test::NetEqPerformanceTest::Run( local 38 ASSERT_GT(runtime, 0); 40 "neteq_performance", "", "0_pl_0_drift", runtime, "ms", true);
|
/external/skia/src/compute/skc/platforms/cl_12/ |
allocator_device_cl.c | 22 skc_runtime_device_perm_alloc(struct skc_runtime * const runtime, 28 cl_mem mem = clCreateBuffer(runtime->cl.context, 37 skc_runtime_device_perm_free(struct skc_runtime * const runtime, 48 skc_runtime_device_temp_alloc(struct skc_runtime * const runtime, 66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator, 67 runtime->scheduler, 75 cl_mem mem = clCreateSubBuffer(runtime->allocator.device.temp.extent, 86 skc_runtime_device_temp_free(struct skc_runtime * const runtime, 93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); 103 skc_allocator_device_create(struct skc_runtime * const runtime) [all...] |
allocator_device_cl.h | 46 skc_allocator_device_create(struct skc_runtime * const runtime); 49 skc_allocator_device_dispose(struct skc_runtime * const runtime);
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
allocator_device_cl.c | 22 skc_runtime_device_perm_alloc(struct skc_runtime * const runtime, 28 cl_mem mem = clCreateBuffer(runtime->cl.context, 37 skc_runtime_device_perm_free(struct skc_runtime * const runtime, 48 skc_runtime_device_temp_alloc(struct skc_runtime * const runtime, 66 br.origin = skc_suballocator_subbuf_alloc(&runtime->allocator.device.temp.suballocator, 67 runtime->scheduler, 75 cl_mem mem = clCreateSubBuffer(runtime->allocator.device.temp.extent, 86 skc_runtime_device_temp_free(struct skc_runtime * const runtime, 93 skc_suballocator_subbuf_free(&runtime->allocator.device.temp.suballocator,subbuf_id); 103 skc_allocator_device_create(struct skc_runtime * const runtime) [all...] |
allocator_device_cl.h | 46 skc_allocator_device_create(struct skc_runtime * const runtime); 49 skc_allocator_device_dispose(struct skc_runtime * const runtime);
|
/art/test/004-ThreadStress/ |
run | 26 ${RUN} --runtime-option -Xlockprofthreshold:10 "${@}" Main \ 39 ${RUN} --runtime-option -Xlockprofthreshold:10 "${@}" 45 ${RUN} --runtime-option -Xlockprofthreshold:10 --runtime-option -Xstackdumplockprofthreshold:20 \
|
/art/test/080-oom-throw/ |
run | 31 exec ${RUN} $@ --runtime-option -Xmx16m
|
/art/test/597-deopt-invoke-stub/ |
run | 21 exec ${RUN} "${@}" --jit --runtime-option -Xjitthreshold:10000 -Xcompiler-option --debuggable
|
/art/test/613-inlining-dex-cache/ |
run | 19 # at runtime which will update the dex cache. 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
CharStreamState.as | 28 package org.antlr.runtime {
|
/external/skia/src/compute/skc/ |
allocator_host.h | 52 skc_allocator_host_create(struct skc_runtime * const runtime); 55 skc_allocator_host_dispose(struct skc_runtime * const runtime);
|
runtime.h | 22 skc_runtime_host_perm_alloc(struct skc_runtime * const runtime, 27 skc_runtime_host_perm_free(struct skc_runtime * const runtime, 31 skc_runtime_host_temp_alloc(struct skc_runtime * const runtime, 38 skc_runtime_host_temp_free(struct skc_runtime * const runtime,
|