/external/skqp/src/compute/skc/ |
extent_ring.c | 97 skc_extent_ring_snap_alloc(struct skc_runtime * const runtime, 103 skc_runtime_host_temp_alloc(runtime, 140 skc_extent_ring_snap_free(struct skc_runtime * const runtime, 162 skc_runtime_host_temp_free(runtime,curr,curr->id);
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
composition_cl_12.h | 43 struct skc_runtime * runtime; member in struct:skc_composition_impl 94 // ONLY VISIBLE WITHIN THIS RUNTIME
|
/external/smali/smali/src/test/java/org/jf/smali/ |
LexerTest.java | 32 package org.jf.smali;import org.antlr.runtime.ANTLRInputStream; 33 import org.antlr.runtime.CommonToken; 34 import org.antlr.runtime.CommonTokenStream; 35 import org.antlr.runtime.RecognitionException;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
PsiBuilderTokenStream.java | 38 import org.antlr.runtime.CommonToken; 39 import org.antlr.runtime.Token; 40 import org.antlr.runtime.TokenSource; 41 import org.antlr.runtime.TokenStream;
|
SmaliParser.java | 39 import org.antlr.runtime.RecognitionException;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/util/ |
StringUtils.java | 34 import org.antlr.runtime.CommonToken;
|
/external/syzkaller/pkg/host/ |
host_linux_test.go | 9 "runtime" 18 target, err := prog.GetTarget("linux", runtime.GOARCH)
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
cpu_runtime.h | 35 namespace runtime { namespace in namespace:xla::cpu 37 // Names of runtime functions. These get resolved from the generated code to the 69 // All symbol names for XLA CPU runtime functions need to start with this 73 // Returns the infeed manager used by the CPU runtime for the CPU device 77 } // namespace runtime 83 // Some things common to all of the runtime entry points below: 87 // reified type information from the generated program to the runtime, which 88 // helps check the type safety and contract for the emitted-code/runtime 95 // Note: in the runtime entry points below, the shape pointer and shape_length 98 // type information from the generated program to the runtime, which helps chec [all...] |
xfeed_manager.h | 17 // is used by the CPU runtime to transfer buffers into an executing 34 namespace runtime { namespace in namespace:xla::cpu 37 // runtime by a client. The client manages the storage of the buffer. 57 // not been dequeued by the runtime, and empties the 58 // queue. Reset may not be called while a runtime computation is 65 // either as a result of a call to Reset or because the runtime has dequeued 98 // be called when the buffer is no longer needed by the runtime. 102 // runtime. Not owned. 121 } // namespace runtime
|
/external/tensorflow/tensorflow/core/profiler/internal/runtime/ |
eager_profiler.cc | 15 #include "tensorflow/core/profiler/internal/runtime/eager_profiler.h" 19 namespace runtime { namespace in namespace:tensorflow::profiler 59 } // namespace runtime
|
/external/tensorflow/tensorflow/go/ |
status.go | 22 import "runtime" 34 runtime.SetFinalizer(s, (*status).finalizer)
|
/external/v8/tools/link_clicker.extension/ |
popup.js | 24 chrome.runtime.sendMessage({type:'get'}, function(response) { 50 chrome.runtime.sendMessage(message, function(response) {
|
/build/make/target/product/ |
runtime_libart.mk | 36 # Android Runtime APEX module. 37 PRODUCT_PACKAGES += com.android.runtime 38 PRODUCT_HOST_PACKAGES += com.android.runtime
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
Parser.as | 28 package org.antlr.runtime { 29 import org.antlr.runtime.tree.TreeAdaptor;
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
AllAllocationsRecorder.java | 23 import com.google.monitoring.runtime.instrumentation.Sampler; 76 com.google.monitoring.runtime.instrumentation.AllocationRecorder.addSampler(sampler);
|
/external/clang/test/OpenMP/ |
ordered_codegen.cpp | 165 // CHECK-LABEL: define {{.*void}} @{{.*}}runtime{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 166 void runtime(float *a, float *b, float *c, float *d) { function 169 #pragma omp for collapse(2) schedule(runtime) ordered
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
GRPCCall+OAuth2.m | 19 #import <objc/runtime.h>
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/ |
TcpServerOutput.java | 20 import org.jacoco.core.runtime.AgentOptions; 21 import org.jacoco.core.runtime.RuntimeData;
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
FileOutputTest.java | 21 import org.jacoco.core.runtime.AgentOptions; 22 import org.jacoco.core.runtime.RuntimeData;
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/ |
ExecDumpClient.java | 19 import org.jacoco.core.runtime.RemoteControlReader; 20 import org.jacoco.core.runtime.RemoteControlWriter;
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
ExecutionDataServer.java | 25 import org.jacoco.core.runtime.RemoteControlReader; 26 import org.jacoco.core.runtime.RemoteControlWriter;
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
asm_linux_386.s | 13 // See ../runtime/sys_linux_386.s for the reason why we always use int 0x80 18 // The runtime may know about them. 27 CALL runtime·entersyscall(SB) 37 CALL runtime·exitsyscall(SB)
|
/art/cmdline/ |
cmdline.h | 35 #include "runtime.h" 45 // TODO: Move to <runtime/utils.h> and remove all copies of this function. 89 static Runtime* StartRuntime(const char* boot_image_location, 115 // Explicit runtime args. 123 if (!Runtime::Create(options, false)) { 124 fprintf(stderr, "Failed to create runtime\n"); 128 // Runtime::Create acquired the mutator_lock_ that is normally given away when we Runtime::Start, 132 return Runtime::Current(); 167 } else if (option == "--runtime-arg") 346 std::unique_ptr<Runtime> runtime; local [all...] |
/art/tools/art_verifier/ |
art_verifier.cc | 31 #include "runtime.h" 59 jobject Install(Runtime* runtime, 69 // Note: this will run initializers through the unstarted runtime, so make sure it's 77 ClassLinker* class_linker = runtime->GetClassLinker(); 187 bool ExecuteWithRuntime(Runtime* runtime) override { 214 jobject class_loader = Install(runtime, unique_dex_files, &dex_files); 231 ClassLinker* class_linker = runtime->GetClassLinker(); 251 runtime->GetCompilerCallbacks() [all...] |
/external/antlr/runtime/JavaScript/tests/functional/ |
rhino-python.extensions | 164 if ( t.getType()==ANTLR.runtime.Token.EOF ) { 175 var indent = new ANTLR.runtime.CommonToken(PythonParser.INDENT, ""); 185 var dedent = new ANTLR.runtime.CommonToken(PythonParser.DEDENT, "");
|