Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 7932) sorted by relevance

12345678910>>...318

/external/eclipse-windowbuilder/propertysheet/.settings/
Dorg.eclipse.jdt.core.prefs3 org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull
4 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault
5 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled
6 org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.6
12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
[all …]
/external/protobuf/src/
DMakefile.am28 google/protobuf/compiler/plugin.proto
85 google/protobuf/compiler/code_generator.h \
86 google/protobuf/compiler/command_line_interface.h \
87 google/protobuf/compiler/importer.h \
88 google/protobuf/compiler/parser.h \
89 google/protobuf/compiler/plugin.h \
90 google/protobuf/compiler/plugin.pb.h \
91 google/protobuf/compiler/cpp/cpp_generator.h \
92 google/protobuf/compiler/java/java_generator.h \
93 google/protobuf/compiler/javamicro/javamicro_generator.h \
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jar ... apache/jasper/ org/apache/jasper/compiler/ org/apache/jasper/compiler/tagplugin ...
/external/pcre/dist/sljit/
DsljitLir.c2 * Stack-less Just-In-Time compiler
31 if (SLJIT_UNLIKELY(compiler->error)) \
32 return compiler->error; \
37 if (SLJIT_UNLIKELY(compiler->error)) \
43 if (SLJIT_UNLIKELY(compiler->error)) \
50 return compiler->error; \
62 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
78 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
297 (i) += compiler->locals_offset;
[all …]
DsljitNativePPC_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si reg, sljit_sw imm) in load_immediate() argument
32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
44 static SLJIT_INLINE sljit_si emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si … in emit_single_op() argument
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24)); in emit_single_op()
[all …]
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) in load_immediate() argument
52 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
55 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
58 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
59 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
70 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
76 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
77 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate()
[all …]
DsljitNativeARM_T2_32.c2 * Stack-less Just-In-Time compiler
184 static sljit_si push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument
189 ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_uh)); in push_inst16()
192 compiler->size++; in push_inst16()
196 static sljit_si push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument
198 sljit_uh *ptr = (sljit_uh*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32()
202 compiler->size += 2; in push_inst32()
206 static SLJIT_INLINE sljit_si emit_imm32_const(struct sljit_compiler *compiler, sljit_si dst, sljit_… in emit_imm32_const() argument
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in emit_imm32_const()
210 return push_inst32(compiler, MOVT | RD4(dst) | in emit_imm32_const()
[all …]
DsljitNativeARM_32.c2 * Stack-less Just-In-Time compiler
129 static sljit_si push_cpool(struct sljit_compiler *compiler) in push_cpool() argument
138 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool()
142 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
144 compiler->size++; in push_cpool()
145 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool()
148 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool()
150 compiler->size++; in push_cpool()
[all …]
DsljitNativeMIPS_common.c2 * Stack-less Just-In-Time compiler
204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument
208 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
211 compiler->size++; in push_inst()
212 compiler->delay_slot = delay_slot; in push_inst()
359 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
374 check_sljit_generate_code(compiler); in sljit_generate_code()
375 reverse_buf(compiler); in sljit_generate_code()
377 code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins)); in sljit_generate_code()
379 buf = compiler->buf; in sljit_generate_code()
[all …]
DsljitNativeX86_common.c2 * Stack-less Just-In-Time compiler
258 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s))
445 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
459 check_sljit_generate_code(compiler); in sljit_generate_code()
460 reverse_buf(compiler); in sljit_generate_code()
463 code = (sljit_ub*)SLJIT_MALLOC_EXEC(compiler->size); in sljit_generate_code()
465 buf = compiler->buf; in sljit_generate_code()
468 label = compiler->labels; in sljit_generate_code()
469 jump = compiler->jumps; in sljit_generate_code()
470 const_ = compiler->consts; in sljit_generate_code()
[all …]
DsljitNativeARM_64.c2 * Stack-less Just-In-Time compiler
128 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
130 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
133 compiler->size++; in push_inst()
137 static SLJIT_INLINE sljit_si emit_imm64_const(struct sljit_compiler *compiler, sljit_si dst, sljit_… in emit_imm64_const() argument
139 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in emit_imm64_const()
140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const()
141 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const()
142 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21)); in emit_imm64_const()
207 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
[all …]
DsljitNativeMIPS_32.c2 * Stack-less Just-In-Time compiler
29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm) in load_immediate() argument
32 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
35 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
38 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
[all …]
DsljitNativeMIPS_64.c2 * Stack-less Just-In-Time compiler
29 static sljit_si load_immediate(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm) in load_immediate() argument
38 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
41 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate()
44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate()
45 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate()
79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate()
81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate()
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate()
89 …return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(i… in load_immediate()
[all …]
DsljitNativeSPARC_common.c2 * Stack-less Just-In-Time compiler
184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument
190 ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst()
193 compiler->size++; in push_inst()
194 compiler->delay_slot = delay_slot; in push_inst()
271 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument
286 check_sljit_generate_code(compiler); in sljit_generate_code()
287 reverse_buf(compiler); in sljit_generate_code()
289 code = (sljit_ins*)SLJIT_MALLOC_EXEC(compiler->size * sizeof(sljit_ins)); in sljit_generate_code()
291 buf = compiler->buf; in sljit_generate_code()
[all …]
/external/mesa3d/src/gallium/drivers/r300/
DMakefile.sources26 compiler/radeon_code.c \
27 compiler/radeon_compiler.c \
28 compiler/radeon_compiler_util.c \
29 compiler/radeon_emulate_branches.c \
30 compiler/radeon_emulate_loops.c \
31 compiler/radeon_inline_literals.c \
32 compiler/radeon_program.c \
33 compiler/radeon_program_print.c \
34 compiler/radeon_opcodes.c \
35 compiler/radeon_program_alu.c \
[all …]
/external/protobuf/vsprojects/
Dlibprotoc.vcproj151 RelativePath="..\src\google\protobuf\compiler\code_generator.h"
155 RelativePath="..\src\google\protobuf\compiler\command_line_interface.h"
159 RelativePath="..\src\google\protobuf\compiler\subprocess.h"
163 RelativePath="..\src\google\protobuf\compiler\zip_writer.h"
167 RelativePath="..\src\google\protobuf\compiler\plugin.h"
171 RelativePath="..\src\google\protobuf\compiler\plugin.pb.h"
175 RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum.h"
179 RelativePath="..\src\google\protobuf\compiler\cpp\cpp_enum_field.h"
183 RelativePath="..\src\google\protobuf\compiler\cpp\cpp_extension.h"
187 RelativePath="..\src\google\protobuf\compiler\cpp\cpp_field.h"
[all …]
/external/protobuf/src/google/protobuf/
DSEBS60 "compiler/importer.cc",
61 "compiler/parser.cc" ],
67 srcs = [ "compiler/code_generator.cc",
68 "compiler/command_line_interface.cc",
69 "compiler/cpp/cpp_enum.cc",
70 "compiler/cpp/cpp_enum.h",
71 "compiler/cpp/cpp_enum_field.cc",
72 "compiler/cpp/cpp_enum_field.h",
73 "compiler/cpp/cpp_extension.cc",
74 "compiler/cpp/cpp_extension.h",
[all …]
/external/icu/icu4j/main/classes/collate/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/regiondata/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/translit/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/core/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/charset/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/langdata/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/icu/icu4j/main/classes/currdata/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau…
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.5
[all …]
/external/vixl/tools/
Dpresubmit.py74 def check_supported(compiler, mode, std): argument
75 if compiler not in SUPPORTED_COMPILERS:
76 print 'Invalid compiler.'
88 for compiler in SUPPORTED_COMPILERS:
89 if util.has_compiler(compiler) and (len(compiler_list) == 0 or not args.fast):
90 compiler_list.append(compiler)
93 print 'WARNING: Skipping ' + compiler + ' tests.'
99 def CleanBuildSystem(compiler): argument
100 def clean(compiler, mode, std): argument
101 check_supported(compiler, mode, std)
[all …]

12345678910>>...318