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

<<11121314151617181920>>

  /external/skqp/src/compute/skc/
suballocator.h 89 skc_suballocator_create(struct skc_runtime * const runtime,
97 skc_suballocator_dispose(struct skc_runtime * const runtime,
  /external/syzkaller/tools/syz-env/
env.go 9 "runtime"
17 hostOS := or(os.Getenv("HOSTOS"), runtime.GOOS)
18 hostArch := or(os.Getenv("HOSTARCH"), runtime.GOARCH)
39 {"NCORES", strconv.Itoa(runtime.NumCPU())},
  /external/tensorflow/tensorflow/core/common_runtime/
graph_optimizer.h 59 void Optimize(FunctionLibraryRuntime* runtime, Env* env, Device* device,
64 FunctionLibraryRuntime* runtime, Env* env, Device* device,
  /external/toolchain-utils/go/
test_go 63 echo "# GOMAXPROCS=2 -cpu=1,2,4 runtime"
64 GOMAXPROCS=2 go_test -cpu=1,2,4 runtime
71 echo "# runtime crypto/x509 -target=${target}"
72 go_test_target runtime crypto/x509
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 1 org.antlr.runtime.CommonToken = function() {
5 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
19 if ( oldToken instanceof org.antlr.runtime.CommonToken ) {
27 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
37 org.antlr.lang.extend(org.antlr.runtime.CommonToken,
38 org.antlr.runtime.Token,
143 org.antlr.lang.augmentObject(org.antlr.runtime.Token, {
144 EOF_TOKEN: new org.antlr.runtime.CommonToken(org.antlr.runtime.CharStream.EOF),
145 INVALID_TOKEN: new org.antlr.runtime.CommonToken(0)
    [all...]
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
NoViableAltException.as 28 package org.antlr.runtime {
RecognitionException.as 28 package org.antlr.runtime {
29 import org.antlr.runtime.tree.Tree;
30 import org.antlr.runtime.tree.TreeNodeStream;
31 import org.antlr.runtime.tree.TreeAdaptor;
32 import org.antlr.runtime.tree.CommonTree;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
MissingTokenException.java 28 package org.antlr.runtime;
NoViableAltException.java 28 package org.antlr.runtime;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeParser.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.*;
31 import org.antlr.runtime.tree.TreeNodeStream;
32 import org.antlr.runtime.tree.TreeParser;
ParseTreeBuilder.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
32 import org.antlr.runtime.tree.ParseTree;
DebugEventListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
304 * @see org.antlr.runtime.tree.TreeAdaptor#becomeRoot
313 * @see org.antlr.runtime.tree.TreeAdaptor#addChild
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.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;
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 9 * @see org.antlr.runtime.tree.RewriteRuleSubtreeStream
10 * @see org.antlr.runtime.tree.RewriteRuleTokenStream
14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) {
42 org.antlr.runtime.tree.RewriteRuleElementStream.prototype = {
99 throw new org.antlr.runtime.tree.RewriteEmptyStreamException(this.elementDescription);
106 throw new org.antlr.runtime.tree.RewriteCardinalityException(this.elementDescription);
  /external/skia/src/compute/skc/platforms/cl_12/
styling_cl_12.h 42 struct skc_runtime * runtime; member in struct:skc_styling_impl
62 // ONLY VISIBLE WITHIN THIS RUNTIME
handle_pool_cl_12.h 90 struct skc_runtime * runtime; member in union:skc_handle_reclaim_rec
165 skc_handle_pool_create(struct skc_runtime * const runtime,
172 skc_handle_pool_dispose(struct skc_runtime * const runtime,
path_builder_cl_12.c 173 struct skc_runtime * runtime; member in struct:skc_path_builder_impl
366 impl->wip.ids.rem = impl->runtime->config->block.words - SKC_PATH_HEAD_WORDS; // FIXME -- save this constant somewhere
564 0,impl->runtime->config->paths_copy.block.subbuf,
574 0,impl->runtime->config->paths_copy.command.subbuf,
595 struct skc_runtime * runtime = impl->runtime; local
602 skc_grid_deps_unmap(runtime->deps,paths,count);
603 skc_runtime_path_device_release(runtime,paths,count);
610 skc_grid_deps_unmap(runtime->deps,paths_lo,count_lo);
611 skc_runtime_path_device_release(runtime,paths_lo,count_lo)
1217 struct skc_runtime * const runtime = impl->runtime; local
1267 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
styling_cl_12.h 42 struct skc_runtime * runtime; member in struct:skc_styling_impl
62 // ONLY VISIBLE WITHIN THIS RUNTIME
handle_pool_cl_12.h 90 struct skc_runtime * runtime; member in union:skc_handle_reclaim_rec
165 skc_handle_pool_create(struct skc_runtime * const runtime,
172 skc_handle_pool_dispose(struct skc_runtime * const runtime,
path_builder_cl_12.c 173 struct skc_runtime * runtime; member in struct:skc_path_builder_impl
366 impl->wip.ids.rem = impl->runtime->config->block.words - SKC_PATH_HEAD_WORDS; // FIXME -- save this constant somewhere
564 0,impl->runtime->config->paths_copy.block.subbuf,
574 0,impl->runtime->config->paths_copy.command.subbuf,
595 struct skc_runtime * runtime = impl->runtime; local
602 skc_grid_deps_unmap(runtime->deps,paths,count);
603 skc_runtime_path_device_release(runtime,paths,count);
610 skc_grid_deps_unmap(runtime->deps,paths_lo,count_lo);
611 skc_runtime_path_device_release(runtime,paths_lo,count_lo)
1217 struct skc_runtime * const runtime = impl->runtime; local
1267 struct skc_runtime * const runtime = context->runtime; local
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
InvalidToken.java 31 import org.antlr.runtime.CommonToken;
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
header.go 9 "runtime"
16 elts := []string{"gl-go/" + strings.Replace(runtime.Version(), " ", "_", -1)}
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.h 55 CJS_Return NumberedPageCount(CJS_V8* runtime, bool bNumbered);
56 CJS_Return HWXY(CJS_V8* runtime,
63 CJS_Return PageInternals(CJS_V8* runtime,
  /external/swiftshader/third_party/subzero/runtime/
szrt_asm_x8632.s 1 ##===- subzero/runtime/szrt_asm_x8632.s - Subzero runtime asm helpers------===##
11 ## the Subzero x8632 runtime.
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 

Completed in 2315 milliseconds

<<11121314151617181920>>