| /third_party/skia/third_party/externals/angle2/src/ |
| D | compiler.gni | 8 "src/compiler/translator/blocklayout.h", 9 "src/compiler/translator/blocklayoutHLSL.h", 25 "src/compiler/translator/BaseTypes.h", 26 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 27 "src/compiler/translator/BuiltInFunctionEmulator.h", 28 "src/compiler/translator/CallDAG.cpp", 29 "src/compiler/translator/CallDAG.h", 30 "src/compiler/translator/CodeGen.cpp", 31 "src/compiler/translator/CollectVariables.cpp", 32 "src/compiler/translator/CollectVariables.h", [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/ |
| D | compiler.gni | 20 "src/compiler/translator/BaseTypes.h", 21 "src/compiler/translator/BuiltInFunctionEmulator.cpp", 22 "src/compiler/translator/BuiltInFunctionEmulator.h", 23 "src/compiler/translator/CallDAG.cpp", 24 "src/compiler/translator/CallDAG.h", 25 "src/compiler/translator/CodeGen.cpp", 26 "src/compiler/translator/CollectVariables.cpp", 27 "src/compiler/translator/CollectVariables.h", 28 "src/compiler/translator/Common.h", 29 "src/compiler/translator/Compiler.cpp", [all …]
|
| /third_party/protobuf/cmake/ |
| D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | meson.build | 63 'compiler/memory_pool.c', 64 'compiler/memory_pool.h', 65 'compiler/r300_fragprog.c', 66 'compiler/r300_fragprog_emit.c', 67 'compiler/r300_fragprog.h', 68 'compiler/r300_fragprog_swizzle.c', 69 'compiler/r300_fragprog_swizzle.h', 70 'compiler/r3xx_fragprog.c', 71 'compiler/r3xx_vertprog.c', 72 'compiler/r3xx_vertprog_dump.c', [all …]
|
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitLir.c | 2 * Stack-less Just-In-Time compiler 45 if (SLJIT_UNLIKELY(compiler->error)) \ 46 return compiler->error; \ 51 if (SLJIT_UNLIKELY(compiler->error)) \ 58 return compiler->error; \ 70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 78 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 86 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 308 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 316 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ [all …]
|
| D | sljitNativePPC_64.c | 2 * Stack-less Just-In-Time compiler 39 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1)) 41 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in load_immediate() argument 49 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate() 52 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate() 55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 56 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate() 67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | (sljit_ins)(tmp >> 48))); in load_immediate() 73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | (sljit_ins)(tmp >> 48))); in load_immediate() 74 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate() [all …]
|
| D | sljitNativePPC_32.c | 2 * Stack-less Just-In-Time compiler 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 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_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… 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 …]
|
| D | sljitNativeX86_common.c | 2 * Stack-less Just-In-Time compiler 81 if (p <= compiler->scratches) \ 82 w = compiler->scratches_offset + ((p) - SLJIT_R3) * SSIZE_OF(sw); \ 84 w = compiler->locals_offset + ((p) - SLJIT_S2) * SSIZE_OF(sw); \ 283 #define INC_SIZE(s) (*inst++ = U8(s), compiler->size += (s)) 492 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument 509 CHECK_PTR(check_sljit_generate_code(compiler)); in sljit_generate_code() 510 reverse_buf(compiler); in sljit_generate_code() 513 code = (sljit_u8*)SLJIT_MALLOC_EXEC(compiler->size, compiler->exec_allocator_data); in sljit_generate_code() 515 buf = compiler->buf; in sljit_generate_code() [all …]
|
| D | sljitNativeARM_T2_32.c | 2 * Stack-less Just-In-Time compiler 210 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() argument 215 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16)); in push_inst16() 218 compiler->size++; in push_inst16() 222 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() argument 224 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst32() 228 compiler->size += 2; in push_inst32() 232 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() argument 234 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const() 236 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const() [all …]
|
| D | sljitNativeX86_32.c | 2 * Stack-less Just-In-Time compiler 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() argument 37 inst = (sljit_u8*)ensure_buf(compiler, 1 + 1 + sizeof(sljit_sw)); in emit_do_imm() 46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() argument 125 inst = (sljit_u8*)ensure_buf(compiler, 1 + inst_size); in emit_x86_instruction() 253 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() argument 265 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter() 266 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter() 269 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 284 FAIL_IF(emit_sse2_load(compiler, 0, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter() [all …]
|
| D | sljitNativeMIPS_32.c | 2 * Stack-less Just-In-Time compiler 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 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 …]
|
| D | sljitNativeARM_32.c | 2 * Stack-less Just-In-Time compiler 148 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() argument 157 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool() 158 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool() 160 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE); in push_cpool() 161 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool() 163 compiler->size++; in push_cpool() 164 *inst = 0xff000000 | compiler->cpool_fill; in push_cpool() 167 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw)); in push_cpool() 169 compiler->size++; in push_cpool() [all …]
|
| D | sljitNativeARM_64.c | 2 * Stack-less Just-In-Time compiler 142 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 144 sljit_ins *ptr = (sljit_ins*)ensure_buf(compiler, sizeof(sljit_ins)); in push_inst() 147 compiler->size++; in push_inst() 151 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const() argument 153 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((sljit_ins)(imm & 0xffff) << 5))); in emit_imm64_const() 154 …FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 16) & 0xffff) << 5) | (1 << 21))… in emit_imm64_const() 155 …FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 32) & 0xffff) << 5) | (2 << 21))… in emit_imm64_const() 156 return push_inst(compiler, MOVK | RD(dst) | ((sljit_ins)(imm >> 48) << 5) | (3 << 21)); in emit_imm64_const() 229 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() argument [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross_c.cpp | 151 unique_ptr<Compiler> compiler; member 263 spvc_capture_mode mode, spvc_compiler *compiler) in spvc_context_create_compiler() argument 286 comp->compiler.reset(new Compiler(move(parsed_ir->parsed))); in spvc_context_create_compiler() 288 comp->compiler.reset(new Compiler(parsed_ir->parsed)); in spvc_context_create_compiler() 294 comp->compiler.reset(new CompilerGLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 296 comp->compiler.reset(new CompilerGLSL(parsed_ir->parsed)); in spvc_context_create_compiler() 303 comp->compiler.reset(new CompilerHLSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 305 comp->compiler.reset(new CompilerHLSL(parsed_ir->parsed)); in spvc_context_create_compiler() 312 comp->compiler.reset(new CompilerMSL(move(parsed_ir->parsed))); in spvc_context_create_compiler() 314 comp->compiler.reset(new CompilerMSL(parsed_ir->parsed)); in spvc_context_create_compiler() [all …]
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_compiler.c | 67 ir3_compiler_destroy(struct ir3_compiler *compiler) in ir3_compiler_destroy() argument 69 disk_cache_destroy(compiler->disk_cache); in ir3_compiler_destroy() 70 ralloc_free(compiler); in ir3_compiler_destroy() 155 struct ir3_compiler *compiler = rzalloc(NULL, struct ir3_compiler); in ir3_compiler_create() local 165 compiler->dev = dev; in ir3_compiler_create() 166 compiler->dev_id = dev_id; in ir3_compiler_create() 167 compiler->gen = fd_dev_gen(dev_id); in ir3_compiler_create() 168 compiler->robust_buffer_access2 = options->robust_buffer_access2; in ir3_compiler_create() 171 compiler->local_mem_size = 32 * 1024; in ir3_compiler_create() 173 compiler->branchstack_size = 64; in ir3_compiler_create() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | doYouNeedToChangeYourTargetLibraryES2015.errors.txt | 1 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(3,26): error TS2583: Cannot find name 'Reflec… 2 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(4,30): error TS2583: Cannot find name 'Reflec… 3 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(5,35): error TS2583: Cannot find name 'Reflec… 4 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(6,35): error TS2583: Cannot find name 'Reflec… 5 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(7,24): error TS2583: Cannot find name 'Reflec… 6 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(8,45): error TS2583: Cannot find name 'Reflec… 7 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(9,35): error TS2583: Cannot find name 'Reflec… 8 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(10,33): error TS2583: Cannot find name 'Refle… 9 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(11,28): error TS2583: Cannot find name 'Refle… 10 …compiler/doYouNeedToChangeYourTargetLibraryES2015.ts(12,38): error TS2583: Cannot find name 'Refle… [all …]
|
| D | doYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt | 1 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(2,32): error TS2550: Property 'includes' … 2 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(5,31): error TS2550: Property 'padStart' … 3 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(6,29): error TS2550: Property 'padEnd' do… 4 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(7,44): error TS2550: Property 'values' do… 5 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(8,45): error TS2550: Property 'entries' d… 6 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(9,63): error TS2550: Property 'getOwnProp… 7 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(10,64): error TS2550: Property 'formatToP… 8 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(11,21): error TS2583: Cannot find name 'A… 9 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(12,35): error TS2583: Cannot find name 'S… 10 …compiler/doYouNeedToChangeYourTargetLibraryES2016Plus.ts(15,50): error TS2550: Property 'finally' … [all …]
|
| D | bigintWithoutLib.errors.txt | 1 …/compiler/bigintWithoutLib.ts(4,25): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 2 …/compiler/bigintWithoutLib.ts(5,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 3 …/compiler/bigintWithoutLib.ts(6,5): error TS2583: Cannot find name 'BigInt'. Do you need to change… 4 …/compiler/bigintWithoutLib.ts(7,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 5 tests/cases/compiler/bigintWithoutLib.ts(7,30): error TS2737: BigInt literals are not available whe… 6 …/compiler/bigintWithoutLib.ts(8,13): error TS2583: Cannot find name 'BigInt'. Do you need to chang… 7 tests/cases/compiler/bigintWithoutLib.ts(8,31): error TS2737: BigInt literals are not available whe… 8 tests/cases/compiler/bigintWithoutLib.ts(9,1): error TS2322: Type 'Object' is not assignable to typ… 9 tests/cases/compiler/bigintWithoutLib.ts(11,32): error TS2554: Expected 0 arguments, but got 1. 10 tests/cases/compiler/bigintWithoutLib.ts(13,38): error TS2554: Expected 0 arguments, but got 1. [all …]
|
| D | privacyFunctionCannotNameParameterTypeDeclFile.types | 1 === tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_consumer.ts === 9 >myPublicStaticMethod : (param?: import("tests/cases/compiler/privacyFunctionCannotNameParameterTyp… 10 >param : import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_Widgets").Widg… 11 >exporter.createExportedWidget1() : import("tests/cases/compiler/privacyFunctionCannotNameParameter… 12 >exporter.createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParam… 14 >createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeD… 17 >myPrivateStaticMethod : (param?: import("tests/cases/compiler/privacyFunctionCannotNameParameterTy… 18 >param : import("tests/cases/compiler/privacyFunctionCannotNameParameterTypeDeclFile_Widgets").Widg… 19 >exporter.createExportedWidget1() : import("tests/cases/compiler/privacyFunctionCannotNameParameter… 20 >exporter.createExportedWidget1 : () => import("tests/cases/compiler/privacyFunctionCannotNameParam… [all …]
|
| /third_party/protobuf/ |
| D | BUILD.gn | 150 "src/google/protobuf/compiler/importer.cc", 151 "src/google/protobuf/compiler/parser.cc", 231 "src/google/protobuf/compiler/importer.cc", 232 "src/google/protobuf/compiler/parser.cc", 306 "src/google/protobuf/compiler/code_generator.cc", 307 "src/google/protobuf/compiler/command_line_interface.cc", 308 "src/google/protobuf/compiler/cpp/cpp_enum.cc", 309 "src/google/protobuf/compiler/cpp/cpp_enum_field.cc", 310 "src/google/protobuf/compiler/cpp/cpp_extension.cc", 311 "src/google/protobuf/compiler/cpp/cpp_field.cc", [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | vue-next.log | 6 Rolling up type definitions for compiler-core... 8 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider … 9 Writing: /vue-next/temp/compiler-core.api.json 10 The API report is up to date: temp/compiler-core.api.md 11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts 12 Writing package typings: /vue-next/dist/compiler-core.d.ts 14 Rolling up type definitions for compiler-dom... 16 … use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider … 17 Writing: /vue-next/temp/compiler-dom.api.json 18 The API report is up to date: temp/compiler-dom.api.md [all …]
|
| /third_party/protobuf/src/ |
| D | Makefile.am | 53 google/protobuf/compiler/plugin.proto 145 google/protobuf/compiler/code_generator.h \ 146 google/protobuf/compiler/command_line_interface.h \ 147 google/protobuf/compiler/importer.h \ 148 google/protobuf/compiler/parser.h \ 149 google/protobuf/compiler/plugin.h \ 150 google/protobuf/compiler/plugin.pb.h \ 151 google/protobuf/compiler/cpp/cpp_generator.h \ 152 google/protobuf/compiler/csharp/csharp_generator.h \ 153 google/protobuf/compiler/csharp/csharp_names.h \ [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 8 // Implement the top-level of interface to the compiler, 14 #include "compiler/translator/Compiler.h" 15 #include "compiler/translator/InitializeDll.h" 16 #include "compiler/translator/glslang_wrapper.h" 17 #include "compiler/translator/length_limits.h" 19 # include "compiler/translator/TranslatorHLSL.h" 22 #include "compiler/translator/VariablePacker.h" 45 // and the shading language compiler. 49 const std::vector<VarT> *GetVariableList(const TCompiler *compiler); 52 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderLang.cpp | 8 // Implement the top-level of interface to the compiler, 14 #include "compiler/translator/Compiler.h" 15 #include "compiler/translator/InitializeDll.h" 16 #include "compiler/translator/length_limits.h" 18 # include "compiler/translator/TranslatorHLSL.h" 21 #include "compiler/translator/VariablePacker.h" 33 // and the shading language compiler. 37 const std::vector<VarT> *GetVariableList(const TCompiler *compiler); 40 const std::vector<Uniform> *GetVariableList(const TCompiler *compiler) in GetVariableList() argument 42 return &compiler->getUniforms(); in GetVariableList() [all …]
|
| /third_party/icu/icu4j/main/classes/core/.settings/ |
| D | org.eclipse.jdt.core.prefs | 2 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.nonnull.secondary= 6 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefau… 7 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= 8 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 9 org.eclipse.jdt.core.compiler.annotation.nullable.secondary= 10 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 11 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled [all …]
|