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

<<31323334353637383940>>

  /build/blueprint/microfactory/
microfactory_test.go 23 "runtime"
154 if runtime.GOOS == "darwin" {
  /build/soong/cc/
androidmk.go 70 // runtime APEXes (com.android.runtime.debug|release) to be installed. And this
pgo.go 97 // The profile runtime is added below in deps(). Add the below
  /build/soong/cmd/pom2mk/
pom2mk.go 168 return p.MkDeps("jar", []string{"compile", "runtime"})
172 return p.MkDeps("aar", []string{"compile", "runtime"})
  /build/soong/dexpreopt/
config.go 34 GenerateApexImage bool // generate an extra boot image only containing jars from the runtime apex
45 RuntimeApexJars []string // modules for jars that are in the runtime apex
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 2 package java_cup.runtime;
105 * @see java_cup.runtime.symbol
106 * @see java_cup.runtime.token
107 * @see java_cup.runtime.virtual_parse_stack
167 * @see java_cup.runtime.lr_parser#get_action
184 * @see java_cup.runtime.lr_parser#get_reduce
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 119 # CODE & DATA segments for SMM runtime
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 28 package org.antlr.runtime;
485 * runtime, however, we know precisely which context applies as
733 if ( t.getClassName().startsWith("org.antlr.runtime.") ) {
  /external/antlr/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 6 # Ruby runtime library version: 1.7.5
19 Failed to load the ANTLR3 runtime library (version 1.7.5):
35 # 1: try to load the ruby antlr3 runtime library from the system path
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 38 import org.antlr.runtime.*;
42 import org.antlr.runtime.*;
TreeToNFAConverter.g 49 import org.antlr.runtime.BitSet;
50 import org.antlr.runtime.DFA;
  /external/antlr/tool/src/main/java/org/antlr/tool/
GrammarReport.java 33 import org.antlr.runtime.misc.Stats;
  /external/antlr/tool/src/test/java/org/antlr/test/
TestTreeGrammarRewriteAST.java 32 import org.antlr.runtime.RecognitionException;
    [all...]
  /external/boringssl/src/fipstools/
run_cavp.go 14 "runtime"
410 numWorkers := runtime.NumCPU()
  /external/grpc-grpc/tools/run_tests/
run_tests.py 573 self.runtime = 'node'
577 self.runtime = 'electron'
580 self.runtime = 'node'
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 12 package org.jacoco.core.runtime;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 335 /// runtime for reflection purposes. The messages are internal to the runtime as they would require
  /external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
metadata.go 30 "runtime"
260 if runtime.GOOS != "linux" {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
llvm_ir_runtime.cc 29 namespace runtime { namespace in namespace:xla::cpu
304 } // namespace runtime
  /external/v8/src/torque/
declarable.h 300 DECLARE_DECLARABLE_BOILERPLATE(RuntimeFunction, runtime);
  /art/dex2oat/linker/
oat_writer_test.cc 98 Runtime::Current()->SetCompilerCallbacks(callbacks_.get());
191 Runtime* runtime = Runtime::Current(); local
192 ClassLinker* const class_linker = runtime->GetClassLinker();
386 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
512 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker();
    [all...]
  /build/blueprint/
package_ctx.go 22 "runtime"
154 // runtime.Callers.
157 n := runtime.Callers(skip+1, pc[:])
162 f := runtime.FuncForPC(pc[0]).Name()
  /build/make/core/
dex_preopt_config.mk 16 # The default values for pre-opting. To support the runtime module we ensure no dex files
  /build/soong/java/
dex.go 102 // its LOCAL_SDK_VERSION for example added by support library or by runtime
hiddenapi.go 72 // that are actually on the boot jars list because the runtime only enforces access

Completed in 1604 milliseconds

<<31323334353637383940>>