HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 651 - 675 of 3285) sorted by null

<<21222324252627282930>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
50 * @param compiler A reference to the Compiler that contains the op map.
56 OneStepIterator(Compiler compiler, int opPos, int analysis)
59 super(compiler, opPos, analysis);
62 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
WalkingIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
42 * into the Compiler to create predicate expressions.
44 * @param compiler The Compiler which is creating
47 * opcode list from the compiler.
55 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
58 super(compiler, opPos, analysis, shouldLoadWalkers)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.cc 31 #include <google/protobuf/compiler/java/java_context.h>
33 #include <google/protobuf/compiler/java/java_field.h>
34 #include <google/protobuf/compiler/java/java_helpers.h>
35 #include <google/protobuf/compiler/java/java_name_resolver.h>
42 namespace compiler { namespace in namespace:google::protobuf
200 } // namespace compiler
java_shared_code_generator.cc 33 #include <google/protobuf/compiler/java/java_shared_code_generator.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/compiler/java/java_name_resolver.h>
42 #include <google/protobuf/compiler/code_generator.h>
51 namespace compiler { namespace in namespace:google::protobuf
76 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n"
112 // byte array causes the Java compiler to generate *instructions* to
115 // This makes huge bytecode files and can easily hit the compiler's internal
206 } // namespace compiler
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 74 type compiler struct { type
81 var c compiler
89 func (c *compiler) init() {
98 func (c *compiler) compile(re *Regexp) frag {
170 func (c *compiler) inst(op InstOp) frag {
177 func (c *compiler) nop() frag {
183 func (c *compiler) fail() frag {
187 func (c *compiler) cap(arg uint32) frag {
198 func (c *compiler) cat(f1, f2 frag) frag {
210 func (c *compiler) alt(f1, f2 frag) frag
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 74 type compiler struct { type
81 var c compiler
89 func (c *compiler) init() {
98 func (c *compiler) compile(re *Regexp) frag {
170 func (c *compiler) inst(op InstOp) frag {
177 func (c *compiler) nop() frag {
183 func (c *compiler) fail() frag {
187 func (c *compiler) cap(arg uint32) frag {
198 func (c *compiler) cat(f1, f2 frag) frag {
210 func (c *compiler) alt(f1, f2 frag) frag
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 26 #include "compiler/glsl_types.h"
27 #include "compiler/nir/nir_builder.h"
457 nir_optimize(nir_shader *nir, const struct brw_compiler *compiler,
461 if (compiler->glsl_compiler_options[nir->stage].EmitNoIndirectInput)
463 if (compiler->glsl_compiler_options[nir->stage].EmitNoIndirectOutput)
465 if (compiler->glsl_compiler_options[nir->stage].EmitNoIndirectTemp)
530 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir)
532 const struct gen_device_info *devinfo = compiler->devinfo;
536 const bool is_scalar = compiler->scalar_stage[nir->stage];
542 if (compiler->precise_trig &
    [all...]
brw_fs_reg_allocate.cpp 76 brw_alloc_reg_set(struct brw_compiler *compiler, int dispatch_width)
78 const struct gen_device_info *devinfo = compiler->devinfo;
87 compiler->fs_reg_sets[index] = compiler->fs_reg_sets[0];
91 /* The registers used to make up almost all values handled in the compiler
111 memset(compiler->fs_reg_sets[index].class_to_ra_reg_range, 0,
112 sizeof(compiler->fs_reg_sets[index].class_to_ra_reg_range));
113 int *class_to_ra_reg_range = compiler->fs_reg_sets[index].class_to_ra_reg_range;
143 uint8_t *ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count);
144 struct ra_regs *regs = ra_alloc_reg_set(compiler, ra_reg_count, false)
    [all...]
test_fs_copy_propagation.cpp 35 struct brw_compiler *compiler; member in class:copy_propagation_test
46 copy_propagation_fs_visitor(struct brw_compiler *compiler,
49 : fs_visitor(compiler, NULL, NULL, NULL,
58 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
60 compiler->devinfo = devinfo;
66 v = new copy_propagation_fs_visitor(compiler, prog_data, shader);
test_vec4_register_coalesce.cpp 39 struct brw_compiler *compiler; member in class:register_coalesce_test
51 register_coalesce_vec4_visitor(struct brw_compiler *compiler,
54 : vec4_visitor(compiler, NULL, NULL, prog_data, shader, NULL,
96 compiler = (struct brw_compiler *)calloc(1, sizeof(*compiler));
99 compiler->devinfo = devinfo;
104 v = new register_coalesce_vec4_visitor(compiler, shader, prog_data);
  /external/v8/src/regexp/
regexp-ast.h 198 virtual RegExpNode* ToNode(RegExpCompiler* compiler,
222 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override;
233 bool SortConsecutiveAtoms(RegExpCompiler* compiler);
234 void RationalizeConsecutiveAtoms(RegExpCompiler* compiler);
235 void FixSingleCharacterDisjunctions(RegExpCompiler* compiler);
246 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override;
275 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override;
295 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override;
334 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override;
353 RegExpNode* ToNode(RegExpCompiler* compiler, RegExpNode* on_success) override
    [all...]
jsregexp.h 442 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
454 bool EmitQuickCheck(RegExpCompiler* compiler,
466 RegExpCompiler* compiler,
474 RegExpCompiler* compiler) {
484 bool KeepRecursing(RegExpCompiler* compiler);
538 LimitResult LimitVersions(RegExpCompiler* compiler, Trace* trace);
612 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
615 RegExpCompiler* compiler,
619 details, compiler, filled_in, not_at_start);
688 virtual void Emit(RegExpCompiler* compiler, Trace* trace)
1129 RegExpCompiler* compiler() { return compiler_; } function in class:v8::internal::BoyerMooreLookahead
    [all...]
  /external/python/cpython3/
setup.py 123 def find_library_file(compiler, libname, std_dirs, paths):
124 result = compiler.find_library_file(std_dirs + paths, libname)
140 # shared libraries installed in /. The Apple compiler tool
260 compiler = os.environ.get('CC')
264 if compiler is not None:
266 args['compiler_so'] = compiler + ' ' + ccshared + ' ' + cflags
267 self.compiler.set_executables(**args)
422 add_dir_to_list(self.compiler.library_dirs,
424 add_dir_to_list(self.compiler.include_dirs,
443 add_dir_to_list(self.compiler.library_dirs
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 37 #include <google/protobuf/compiler/javanano/javanano_file.h>
38 #include <google/protobuf/compiler/javanano/javanano_enum.h>
39 #include <google/protobuf/compiler/javanano/javanano_extension.h>
40 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
41 #include <google/protobuf/compiler/javanano/javanano_message.h>
42 #include <google/protobuf/compiler/code_generator.h>
50 namespace compiler { namespace in namespace:google::protobuf
166 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n");
229 "// Generated by the protocol buffer compiler. DO NOT EDIT!\n");
261 } // namespace compiler
    [all...]
  /external/skia/tests/
SkSLErrorTest.cpp 15 SkSL::Compiler compiler; local
19 compiler.convertProgram(SkSL::Program::kFragment_Kind, SkSL::String(src), settings);
21 if (compiler.errorText() != skError) {
23 compiler.errorText().c_str());
25 REPORTER_ASSERT(r, compiler.errorText() == skError);
29 SkSL::Compiler compiler; local
33 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind,
  /external/skqp/tests/
SkSLErrorTest.cpp 15 SkSL::Compiler compiler; local
19 compiler.convertProgram(SkSL::Program::kFragment_Kind, SkSL::String(src), settings);
21 if (compiler.errorText() != skError) {
23 compiler.errorText().c_str());
25 REPORTER_ASSERT(r, compiler.errorText() == skError);
29 SkSL::Compiler compiler; local
33 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind,
  /external/clang/tools/scan-build-py/libear/
__init__.py 2 # The LLVM Compiler Infrastructure
20 def build_libear(compiler, dst_dir):
26 toolset.set_compiler(compiler)
84 self.compiler = None
87 def set_compiler(self, compiler):
89 self.compiler = compiler
175 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
247 [self.ctx.compiler, '-c', os.path.join(self.ctx.src_dir, src),
253 [self.ctx.compiler] + [src + '.o' for src in self.src]
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 70 JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); local
71 try (StandardJavaFileManager fileManager = compiler.getStandardFileManager(
84 return compiler.getTask(
  /external/javassist/src/main/javassist/compiler/ast/
Declarator.java 16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;
IntConst.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
19 import javassist.compiler.TokenId;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_tex.c 35 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler,
42 compiler->state.unit[tmu].texture_swizzle);
46 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler,
53 compiler->state.unit[tmu].texture_swizzle);
57 static void scale_texcoords(struct r300_fragment_program_compiler *compiler,
63 unsigned temp = rc_find_free_temporary(&compiler->Base);
65 inst_mov = rc_insert_new_instruction(&compiler->Base, inst->Prev);
73 rc_constants_add_state(&compiler->Base.Program.Constants,
81 static void projective_divide(struct r300_fragment_program_compiler *compiler,
86 unsigned temp = rc_find_free_temporary(&compiler->Base)
127 struct r300_fragment_program_compiler *compiler = local
    [all...]
  /external/protobuf/js/
gulpfile.js 32 exec('./node_modules/google-closure-library/closure/bin/calcdeps.py -i message.js -i binary/reader.js -i binary/writer.js -i commonjs/export.js -p . -p node_modules/google-closure-library/closure -o compiled --compiler_jar node_modules/google-closure-compiler/compiler.jar > google-protobuf.js',
41 exec('mkdir -p commonjs_out/test_node_modules && ./node_modules/google-closure-library/closure/bin/calcdeps.py -i commonjs/export_asserts.js -p . -p node_modules/google-closure-library/closure -o compiled --compiler_jar node_modules/google-closure-compiler/compiler.jar > commonjs_out/test_node_modules/closure_asserts_commonjs.js',
50 exec('mkdir -p commonjs_out/test_node_modules && ./node_modules/google-closure-library/closure/bin/calcdeps.py -i commonjs/export_testdeps.js -p . -p node_modules/google-closure-library/closure -o compiled --compiler_jar node_modules/google-closure-compiler/compiler.jar > commonjs_out/test_node_modules/testdeps_commonjs.js',
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 36 // what would be generated by the protocol compiler. These files are not
38 // protocol compiler itself. So, if they were auto-generated, you'd have a
47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
48 #include <google/protobuf/compiler/importer.h>
63 namespace compiler { namespace in namespace:google::protobuf
102 "google/protobuf/compiler/release_compiler.sh and "
129 importer.Import("google/protobuf/compiler/plugin.proto");
148 context.ExpectFileMatches("google/protobuf/compiler/plugin.pb.h",
149 "google/protobuf/compiler/plugin.pb.h");
150 context.ExpectFileMatches("google/protobuf/compiler/plugin.pb.cc"
    [all...]
cpp_file.h 45 #include <google/protobuf/compiler/cpp/cpp_field.h>
46 #include <google/protobuf/compiler/cpp/cpp_options.h>
57 namespace compiler { namespace in namespace:google::protobuf
160 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 40 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
47 #include <google/protobuf/compiler/csharp/csharp_field_base.h>
48 #include <google/protobuf/compiler/csharp/csharp_enum_field.h>
49 #include <google/protobuf/compiler/csharp/csharp_map_field.h>
50 #include <google/protobuf/compiler/csharp/csharp_message_field.h>
51 #include <google/protobuf/compiler/csharp/csharp_options.h>
52 #include <google/protobuf/compiler/csharp/csharp_primitive_field.h>
53 #include <google/protobuf/compiler/csharp/csharp_repeated_enum_field.h>
54 #include <google/protobuf/compiler/csharp/csharp_repeated_message_field.h>
55 #include <google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
60 namespace compiler { namespace in namespace:google::protobuf
    [all...]

Completed in 852 milliseconds

<<21222324252627282930>>