| /prebuilts/go/linux-x86/test/ |
| initializerr.go | 7 // Verify that erroneous initialization expressions are caught by the compiler
|
| label.go | 7 // Verify that erroneous labels are caught by the compiler.
|
| typeswitch2.go | 7 // Verify that various erroneous type switches are caught be the compiler.
|
| typeswitch3.go | 7 // Verify that erroneous type switches are caught be the compiler.
|
| /prebuilts/go/linux-x86/test/ken/ |
| cplx4.go | 55 // compiler used to crash on nested divide
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/ |
| compiler.py | 7 import libcxx.compiler 10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler): 57 raise RuntimeError('The Android compiler requires an out path.') 67 raise RuntimeError('The Android compiler requires an out path.')
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/test/ |
| config.py | 6 import libcxx.android.compiler 26 'Using compiler: {}'.format(self.cxx.path)) 59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
| importer.h | 46 #include <google/protobuf/compiler/parser.h> 53 namespace compiler { namespace in namespace:google::protobuf 322 } // namespace compiler
|
| /external/v8/src/builtins/ |
| builtins-date.cc | [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/axes/ |
| LocPathIterator.java | 32 import org.apache.xpath.compiler.Compiler; 79 * into the Compiler to create predicate expressions. 81 * @param compiler The Compiler which is creating 84 * opcode list from the compiler. 88 protected LocPathIterator(Compiler compiler, int opPos, int analysis) 91 this(compiler, opPos, analysis, true); 97 * into the Compiler to create predicate expressions [all...] |
| PredicatedNodeTest.java | 30 import org.apache.xpath.compiler.Compiler; 153 * @param compiler The Compiler object that has information about this 159 protected void initPredicateInfo(Compiler compiler, int opPos) 163 int pos = compiler.getFirstPredicateOpPos(opPos); 167 m_predicates = compiler.getCompiledPredicates(pos);
|
| /external/boringssl/src/util/fipstools/testdata/x86_64-Basic/ |
| in.s | 2 # copy-and-pasted bits of compiler output and likely does not actually
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| InstrClassLoadHook.java | 14 import com.vladium.jcd.compiler.ClassWriter;
|
| /external/emma/core/java12/com/vladium/jcd/cls/constant/ |
| CONSTANT_info.java | 13 import com.vladium.jcd.compiler.IClassFormatOutput;
|
| /external/freetype/builds/ |
| detect.mk | 29 # on the compiler defined in the `CC' environment variable. 34 # CC The compiler to use. 119 @echo " compiler $(CC)" 144 @echo compiler?????????????????????$(CC)
|
| /external/javassist/src/main/javassist/compiler/ |
| Lex.java | 16 package javassist.compiler;
|
| /external/javassist/src/main/javassist/expr/ |
| Handler.java | 20 import javassist.compiler.*;
|
| /external/jsilver/src/com/google/clearsilver/jsilver/ |
| JSilver.java | 21 import com.google.clearsilver.jsilver.compiler.TemplateCompiler; 152 TemplateCompiler compiler = local 154 delegatingTemplateLoaders.add(compiler); 155 templateLoader = compiler;
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| EscapingEvaluator.java | 17 package com.google.clearsilver.jsilver.compiler; 19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.BooleanLiteralExpression; 20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn; 21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
|
| /external/libmojo/third_party/jinja2/ |
| meta.py | 13 from jinja2.compiler import CodeGenerator
|
| /external/mesa3d/src/mesa/ |
| Android.libmesa_glsl_utils.mk | 39 $(MESA_TOP)/src/compiler/nir \ 64 $(MESA_TOP)/src/compiler/nir \
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_vs.c | 33 #include "main/compiler.h" 133 const struct brw_compiler *compiler = brw->screen->compiler; local 179 compiler->scalar_stage[MESA_SHADER_VERTEX]); 222 program = brw_compile_vs(compiler, brw, mem_ctx, key, &prog_data,
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_message.cc | 37 #include <google/protobuf/compiler/javamicro/javamicro_message.h> 38 #include <google/protobuf/compiler/javamicro/javamicro_enum.h> 39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h> 48 namespace compiler { namespace in namespace:google::protobuf 478 } // namespace compiler
|
| /external/skia/src/gpu/gl/ |
| GrGLContext.cpp | 69 SkSL::Compiler* GrGLContext::compiler() const { function in class:GrGLContext 71 fCompiler = new SkSL::Compiler();
|
| GrGLContext.h | 19 class Compiler; 84 * Extension of GrGLContextInfo that also provides access to GrGLInterface and SkSL::Compiler. 96 SkSL::Compiler* compiler() const; 103 mutable SkSL::Compiler* fCompiler;
|