/external/autotest/client/site_tests/hardware_Badblocks/ |
hardware_Badblocks.py | 127 runtime = int(min_sec.group(1)) * 60 + int(min_sec.group(2)) 130 if self._longest_runtime < runtime: 131 self._longest_runtime = runtime
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/ |
ExecDumpClientTest.java | 30 import org.jacoco.core.runtime.IRemoteCommandVisitor; 31 import org.jacoco.core.runtime.RemoteControlReader; 32 import org.jacoco.core.runtime.RemoteControlWriter;
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
tensorrt_test.cc | 146 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger); local 148 runtime->deserializeCudaEngine(model->data(), model->size(), nullptr); 161 runtime->destroy();
|
/art/runtime/gc/collector/ |
garbage_collector.cc | 37 #include "runtime.h" 156 is_transaction_active_ = Runtime::Current()->IsActiveTransaction(); 239 Runtime* runtime = Runtime::Current(); local 240 runtime->GetThreadList()->SuspendAll(__FUNCTION__); 242 GcPauseListener* pause_listener = runtime->GetHeap()->GetGcPauseListener(); 251 Runtime* runtime = Runtime::Current() local [all...] |
/development/tools/repo_diff/service/repodiff/persistence/sql/ |
sql.go | 6 "runtime" 31 maxProcs := runtime.GOMAXPROCS(0) 32 numCPU := runtime.NumCPU()
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 1 Description := Static runtime libraries for clang/Linux. 50 # Build runtime libraries for i386. 57 # Build runtime libraries for x86_64.
|
clang_mingw.mk | 1 Description := Static runtime libraries for mingw-w64
|
/external/skia/src/compute/skc/ |
suballocator.c | 57 skc_suballocator_create(struct skc_runtime * const runtime, 67 suballocator->subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,subbufs_size); 76 suballocator->ids = skc_runtime_host_perm_alloc(runtime, 95 skc_suballocator_dispose(struct skc_runtime * const runtime, 98 skc_runtime_host_perm_free(runtime,suballocator->ids); 99 skc_runtime_host_perm_free(runtime,suballocator->subbufs);
|
grid.c | 134 struct skc_runtime * runtime; member in struct:skc_grid_deps 218 skc_grid_deps_create(struct skc_runtime * const runtime, 222 struct skc_grid_deps * const deps = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,sizeof(*deps)); 224 // save runtime 225 deps->runtime = runtime; 231 deps->handle_map = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,handle_map_size); 264 skc_runtime_host_perm_free(deps->runtime,deps->handle_map); 265 skc_runtime_host_perm_free(deps->runtime,deps);
|
/external/skqp/src/compute/skc/ |
suballocator.c | 57 skc_suballocator_create(struct skc_runtime * const runtime, 67 suballocator->subbufs = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_READ_WRITE,subbufs_size); 76 suballocator->ids = skc_runtime_host_perm_alloc(runtime, 95 skc_suballocator_dispose(struct skc_runtime * const runtime, 98 skc_runtime_host_perm_free(runtime,suballocator->ids); 99 skc_runtime_host_perm_free(runtime,suballocator->subbufs);
|
/external/syzkaller/tools/syz-mutate/ |
mutate.go | 13 "runtime" 23 flagOS = flag.String("os", runtime.GOOS, "target os") 24 flagArch = flag.String("arch", runtime.GOARCH, "target arch")
|
/art/runtime/ |
reference_table.cc | 32 #include "runtime-inl.h" 74 DCHECK(!Runtime::Current()->GetClearedJniWeakGlobal()->IsArrayInstance()); 93 if (Runtime::Current()->IsClearedJniWeakGlobal(obj)) { 140 Runtime* runtime = Runtime::Current(); local 141 DCHECK(!runtime->IsClearedJniWeakGlobal(obj1)); 142 DCHECK(!runtime->IsClearedJniWeakGlobal(obj2)); 171 Runtime* runtime = Runtime::Current() local [all...] |
/build/soong/cc/config/ |
tidy.go | 26 // or google-runtime-references. 38 "-google-runtime-references", 56 "-google-runtime-int", 57 "-google-runtime-references",
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRFileStream.as | 1 package org.antlr.runtime {
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.as | 2 package org.antlr.runtime.tree {
|
/external/antlr/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
TestANTLRStringStream.as | 1 package org.antlr.runtime.test { 4 import org.antlr.runtime.ANTLRStringStream; 5 import org.antlr.runtime.CharStream; 6 import org.antlr.runtime.CharStreamConstants;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognitionException.java | 28 package org.antlr.runtime; 30 import org.antlr.runtime.tree.*;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTokenStream.java | 28 package org.antlr.runtime.debug; 30 import org.antlr.runtime.*;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTree.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.Token;
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 53 org.antlr.runtime.TokenRewriteStream = function() { 54 var sup = org.antlr.runtime.TokenRewriteStream.superclass; 75 var trs = org.antlr.runtime.TokenRewriteStream; 139 org.antlr.lang.extend(trs, org.antlr.runtime.CommonTokenStream, { 255 if (index instanceof org.antlr.runtime.Token) { 276 if (index instanceof org.antlr.runtime.Token) { 306 if (first instanceof org.antlr.runtime.Token) { 310 if (last instanceof org.antlr.runtime.Token) {
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
Interp.java | 31 import org.antlr.runtime.*; 32 import org.antlr.runtime.tree.ParseTree;
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 66 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleTokenStream(this.adaptor,"token <it>");}; separator="\n"> 68 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"rule <it>");}; separator="\n"> 194 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRule<rewriteElementType>Stream(this.adaptor,"token <it>",<it>);}; 198 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRule<rewriteElementType>Stream(this.adaptor,"token <it>", list_<it>);}; 202 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"wildcard <it>",<it>);}; 206 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"wildcard <it>",list_<it>);}; 210 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"token <it>",<it>!=null?<it>.tree:null);}; 214 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"token <it>",list_<it>);}; 255 throw new org.antlr.runtime.tree.RewriteEarlyExitException();
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
platform_CryptohomeFio.py | 34 def run_once(self, runtime, disk_configs, 66 self.__runtime = str(runtime)
|
/external/clang/test/OpenMP/ |
parallel_for_codegen.cpp | 315 // CHECK-LABEL: define {{.*void}} @{{.*}}runtime{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 316 void runtime(float *a, float *b, float *c, float *d) { function 318 #pragma omp parallel for collapse(2) schedule(runtime)
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
AbstractCoverageTask.java | 20 import org.jacoco.core.runtime.AgentOptions; 21 import org.jacoco.core.runtime.AgentOptions.OutputMode;
|