Searched defs:compiler (Results 226 - 250 of 417) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DOneStepIterator.java29 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) argument
59 super(compiler, opPos, analysis);
62 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
H A DUnionPathIterator.java29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
149 * @param compiler The Compiler which is creating
152 * opcode list from the compiler.
156 public UnionPathIterator(Compiler compiler, int opPos) argument
164 loadLocationPaths(compiler, opPos, 0);
170 * @param compiler The Compiler which is creating
173 * opcode list from the compiler.
179 public static LocPathIterator createUnionIterator(Compiler compiler, in argument
310 createDTMIterator( Compiler compiler, int opPos) argument
329 loadLocationPaths(Compiler compiler, int opPos, int count) argument
[all...]
H A DWalkingIterator.java29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
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);
64 m_firstWalker = WalkerFactory.loadWalkers(this, compiler, firstStepPos, 0);
54 WalkingIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java21 package org.apache.xpath.compiler;
/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp50 static const char* getCompilerName (int compiler) argument
52 switch (compiler)
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java16 package javassist.compiler;
19 import javassist.compiler.ast.*;
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
H A DDeclarator.java16 package javassist.compiler.ast;
18 import javassist.compiler.TokenId;
19 import javassist.compiler.CompileError;
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java17 package com.google.clearsilver.jsilver.compiler;
46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler";
126 // Collect any compiler errors/warnings.
141 return null; // Keep compiler happy.
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c60 struct r300_fragment_program_compiler *compiler = (struct r300_fragment_program_compiler*)c; local
61 struct r300_fragment_program_code *code = &compiler->code->code.r300;
H A Dradeon_program_tex.c35 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler, argument
42 compiler->state.unit[tmu].texture_swizzle);
46 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler, argument
53 compiler->state.unit[tmu].texture_swizzle);
57 static void scale_texcoords(struct r300_fragment_program_compiler *compiler, argument
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, argument
86 unsigned temp = rc_find_free_temporary(&compiler
127 struct r300_fragment_program_compiler *compiler = local
[all...]
/external/pcre/dist/sljit/
H A DsljitNativePPC_64.c2 * Stack-less Just-In-Time compiler
42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
44 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) argument
52 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm));
55 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
58 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16)));
59 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
70 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48)));
76 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48)));
77 FAIL_IF(push_inst(compiler, OR
148 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_si src2) argument
392 emit_const(struct sljit_compiler *compiler, sljit_si reg, sljit_sw init_value) argument
[all...]
H A DsljitNativeX86_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm) argument
33 inst = (sljit_ub*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw));
66 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, argument
74 check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
76 compiler->options = options;
77 compiler->scratches = scratches;
78 compiler->saveds = saveds;
79 compiler->fscratches = fscratches;
80 compiler
174 sljit_set_context(struct sljit_compiler *compiler, sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) argument
199 sljit_emit_return(struct sljit_compiler *compiler, sljit_si op, sljit_si src, sljit_sw srcw) argument
253 emit_x86_instruction(struct sljit_compiler *compiler, sljit_si size, sljit_si a, sljit_sw imma, sljit_si b, sljit_sw immb) argument
420 call_with_args(struct sljit_compiler *compiler, sljit_si type) argument
458 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) argument
489 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc36 // 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>
62 namespace compiler { namespace in namespace:google::protobuf
127 importer.Import("google/protobuf/compiler/plugin.proto");
147 context.ExpectFileMatches("google/protobuf/compiler/plugin.pb.h",
148 "google/protobuf/compiler/plugin.pb.h");
149 context.ExpectFileMatches("google/protobuf/compiler/plugin.pb.cc",
150 "google/protobuf/compiler/plugi
[all...]
H A Dcpp_enum_field.cc35 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
429 } // namespace compiler
H A Dcpp_message_field.cc35 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 namespace compiler { namespace in namespace:google::protobuf
373 } // namespace compiler
H A Dcpp_primitive_field.cc35 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
75 // No default because we want the compiler to complain if any new
449 } // namespace compiler
H A Dcpp_string_field.cc35 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
640 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h46 #include <google/protobuf/compiler/parser.h>
53 namespace compiler { namespace in namespace:google::protobuf
313 } // namespace compiler
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_context.cc31 #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
193 } // namespace compiler
H A Djava_doc_comment.cc35 #include <google/protobuf/compiler/java/java_doc_comment.h>
44 namespace compiler { namespace in namespace:google::protobuf
231 } // namespace compiler
H A Djava_enum_field.cc39 #include <google/protobuf/compiler/java/java_context.h>
40 #include <google/protobuf/compiler/java/java_doc_comment.h>
41 #include <google/protobuf/compiler/java/java_enum_field.h>
42 #include <google/protobuf/compiler/java/java_helpers.h>
43 #include <google/protobuf/compiler/java/java_name_resolver.h>
50 namespace compiler { namespace in namespace:google::protobuf
72 // by the proto compiler
776 } // namespace compiler
H A Djava_file.cc35 #include <google/protobuf/compiler/java/java_file.h>
39 #include <google/protobuf/compiler/java/java_context.h>
40 #include <google/protobuf/compiler/java/java_enum.h>
41 #include <google/protobuf/compiler/java/java_extension.h>
42 #include <google/protobuf/compiler/java/java_generator_factory.h>
43 #include <google/protobuf/compiler/java/java_helpers.h>
44 #include <google/protobuf/compiler/java/java_message.h>
45 #include <google/protobuf/compiler/java/java_name_resolver.h>
46 #include <google/protobuf/compiler/java/java_service.h>
47 #include <google/protobuf/compiler/jav
57 namespace compiler { namespace in namespace:google::protobuf
[all...]
H A Djava_helpers.h44 namespace compiler { namespace in namespace:google::protobuf
93 // publicly in //google/protobuf/compiler/java/names.h. They return
318 } // namespace compiler
H A Djava_name_resolver.cc31 #include <google/protobuf/compiler/java/java_name_resolver.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
41 namespace compiler { namespace in namespace:google::protobuf
264 } // namespace compiler

Completed in 361 milliseconds

1234567891011>>