/third_party/vk-gl-cts/scripts/khr_util/ |
D | gen_str_util.py | 26 def isValueDefined (definitions, value): argument 27 return value in definitions 29 def allValuesUndefined (definitions, values): argument 31 if isValueDefined(definitions, value): 35 def anyValueDefined (definitions, values): argument 36 return not allValuesUndefined(definitions, values) 43 definitions = makeDefSet(iface) 47 if anyValueDefined(definitions, values): 54 if anyValueDefined(definitions, values): 61 if anyValueDefined(definitions, values): [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | collisionArgumentsClassConstructor.errors.txt | 2 …sConstructor.ts(3,31): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 3 …sConstructor.ts(4,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 4 …sConstructor.ts(8,17): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 6 …sConstructor.ts(9,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 7 …Constructor.ts(13,17): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 8 …Constructor.ts(14,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 9 …Constructor.ts(20,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 10 …Constructor.ts(25,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 12 …Constructor.ts(30,24): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 13 …Constructor.ts(31,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… [all …]
|
D | collisionArgumentsClassMethod.errors.txt | 2 …sClassMethod.ts(2,30): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 3 …sClassMethod.ts(3,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 4 …sClassMethod.ts(5,17): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 6 …sClassMethod.ts(6,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 7 …sClassMethod.ts(8,23): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 8 …sClassMethod.ts(9,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 9 …ClassMethod.ts(11,29): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 10 …ClassMethod.ts(12,29): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 12 …ClassMethod.ts(13,26): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 13 …ClassMethod.ts(14,13): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… [all …]
|
D | strictModeReservedWordInClassDeclaration.errors.txt | 1 …dentifier expected. 'private' is a reserved word in strict mode. Class definitions are automatical… 2 …Identifier expected. 'public' is a reserved word in strict mode. Class definitions are automatical… 3 …Identifier expected. 'static' is a reserved word in strict mode. Class definitions are automatical… 4 …dentifier expected. 'private' is a reserved word in strict mode. Class definitions are automatical… 5 …Identifier expected. 'public' is a reserved word in strict mode. Class definitions are automatical… 6 …Identifier expected. 'static' is a reserved word in strict mode. Class definitions are automatical… 7 …Identifier expected. 'public' is a reserved word in strict mode. Class definitions are automatical… 8 …Identifier expected. 'public' is a reserved word in strict mode. Class definitions are automatical… 9 …3: Identifier expected. 'let' is a reserved word in strict mode. Class definitions are automatical… 10 …dentifier expected. 'private' is a reserved word in strict mode. Class definitions are automatical… [all …]
|
D | convertKeywordsYes.errors.txt | 2 …tifier expected. 'implements' is a reserved word in strict mode. Class definitions are automatical… 3 …ntifier expected. 'interface' is a reserved word in strict mode. Class definitions are automatical… 4 …3: Identifier expected. 'let' is a reserved word in strict mode. Class definitions are automatical… 5 …dentifier expected. 'package' is a reserved word in strict mode. Class definitions are automatical… 6 …dentifier expected. 'private' is a reserved word in strict mode. Class definitions are automatical… 7 …ntifier expected. 'protected' is a reserved word in strict mode. Class definitions are automatical… 8 …Identifier expected. 'public' is a reserved word in strict mode. Class definitions are automatical… 9 …Identifier expected. 'static' is a reserved word in strict mode. Class definitions are automatical… 10 … Identifier expected. 'yield' is a reserved word in strict mode. Class definitions are automatical… 309 …tifier expected. 'implements' is a reserved word in strict mode. Class definitions are automatical… [all …]
|
D | parseClassDeclarationInStrictModeByDefaultInES6.errors.txt | 1 …DefaultInES6.ts(4,16): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 2 …odeByDefaultInES6.ts(5,17): error TS1210: Invalid use of 'eval'. Class definitions are automatical… 3 …yDefaultInES6.ts(6,9): error TS1210: Invalid use of 'arguments'. Class definitions are automatical… 13 !!! error TS1210: Invalid use of 'arguments'. Class definitions are automatically in strict mode. 16 !!! error TS1210: Invalid use of 'eval'. Class definitions are automatically in strict mode. 19 !!! error TS1210: Invalid use of 'arguments'. Class definitions are automatically in strict mode.
|
D | didYouMeanSuggestionErrors.errors.txt | 1 …error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test runn… 2 …2,5): error TS2582: Cannot find name 'it'. Do you need to install type definitions for a test runn… 3 …3,19): error TS2581: Cannot find name '$'. Do you need to install type definitions for jQuery? Try… 4 …): error TS2582: Cannot find name 'suite'. Do you need to install type definitions for a test runn… 5 …5): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runn… 7 … error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `… 9 … error TS2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `… 10 …: error TS2580: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `… 11 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 25 !!! error TS2582: Cannot find name 'describe'. Do you need to install type definitions for a test r… [all …]
|
D | anonymousModules.errors.txt | 1 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 3 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 5 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 12 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 19 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 29 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
D | parser509693.errors.txt | 1 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 2 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 8 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 10 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
D | moduleExports1.errors.txt | 1 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 2 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 20 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 22 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
D | typecheckIfCondition.errors.txt | 1 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 2 …: error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try `… 11 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try … 13 !!! error TS2580: Cannot find name 'module'. Do you need to install type definitions for node? Try …
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 537 if (instr->definitions.empty()) in pseudo_propagate_temp() 542 std::all_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp() 551 std::none_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp() 580 decrease -= instr->definitions.back().bytes(); in pseudo_propagate_temp() 581 instr->definitions.pop_back(); in pseudo_propagate_temp() 587 if (temp.regClass() == instr->definitions[0].regClass()) in pseudo_propagate_temp() 621 tmp->definitions.size())); in to_VOP3() 623 for (unsigned i = 0; i < instr->definitions.size(); i++) { in to_VOP3() 624 instr->definitions[i] = tmp->definitions[i]; in to_VOP3() 625 if (instr->definitions[i].isTemp()) { in to_VOP3() [all …]
|
D | aco_opt_value_numbering.cpp | 68 uint32_t len = instr->operands.size() + instr->definitions.size() + sizeof(T); in hash_murmur_32() 125 a->definitions.size() != b->definitions.size()) in operator ()() 149 for (unsigned i = 0; i < a->definitions.size(); i++) { in operator ()() 150 if (a->definitions[i].isTemp()) { in operator ()() 151 if (!b->definitions[i].isTemp()) in operator ()() 153 if (a->definitions[i].regClass() != b->definitions[i].regClass()) in operator ()() 156 if (a->definitions[i].isFixed()) { in operator ()() 157 if (!b->definitions[i].isFixed()) in operator ()() 159 if (a->definitions[i].physReg() != b->definitions[i].physReg()) in operator ()() 161 if (a->definitions[i].physReg() == exec) in operator ()() [all …]
|
D | aco_validate.cpp | 165 check((instr->definitions[0].isFixed() && instr->definitions[0].physReg() == vcc) || in validate_ir() 169 const Definition& def = instr->definitions[0]; in validate_ir() 200 if (instr->definitions.size() >= 2) { in validate_ir() 201 check(instr->definitions[1].isFixed() && instr->definitions[1].physReg() == vcc, in validate_ir() 237 if (instr->definitions[0].regClass().is_subdword() && !instr->definitions[0].isFixed()) in validate_ir() 243 check(instr->definitions[0].regClass() == in validate_ir() 254 check(instr->definitions[0].regClass() == v1, "VOP3P must have v1 definition", in validate_ir() 277 for (unsigned i = 0; i < instr->definitions.size(); i++) { in validate_ir() 278 if (instr->definitions[i].regClass().is_subdword()) in validate_ir() 279 check(instr->definitions[i].bytes() <= 4 || instr->isPseudo() || instr->isVMEM(), in validate_ir() [all …]
|
D | aco_assembler.cpp | 116 encoding |= !instr->definitions.empty() ? instr->definitions[0].physReg() << 16 : 0; in emit_instruction() 141 encoding |= !instr->definitions.empty() && !(instr->definitions[0].physReg() == scc) in emit_instruction() 142 ? instr->definitions[0].physReg() << 16 in emit_instruction() 152 encoding |= !instr->definitions.empty() ? instr->definitions[0].physReg() << 16 : 0; in emit_instruction() 180 bool soe = instr->operands.size() >= (!instr->definitions.empty() ? 3 : 4); in emit_instruction() 181 bool is_load = !instr->definitions.empty(); in emit_instruction() 187 encoding |= instr->definitions.size() ? instr->definitions[0].physReg() << 15 : 0; in emit_instruction() 229 encoding |= (is_load ? instr->definitions[0].physReg() : instr->operands[2].physReg()) in emit_instruction() 276 encoding |= (0xFF & instr->definitions[0].physReg()) << 17; in emit_instruction() 284 if (!instr->definitions.empty()) in emit_instruction() [all …]
|
D | aco_insert_NOPs.cpp | 219 for (Definition& def : pred->definitions) { in handle_raw_hazard_instr() 337 if (ctx.smem_write || instr->definitions.empty() || in handle_smem_clause_hazards() 349 Definition def = instr->definitions[0]; in handle_smem_clause_hazards() 417 for (Definition def : instr->definitions) { in handle_instruction_gfx6() 491 if (instr->definitions.empty() || instr_info.is_atomic[(unsigned)instr->opcode]) { in handle_instruction_gfx6() 503 Definition def = instr->definitions[0]; in handle_instruction_gfx6() 509 for (Definition def : instr->definitions) { in handle_instruction_gfx6() 521 } else if (instr->isSALU() && !instr->definitions.empty()) { in handle_instruction_gfx6() 522 if (!instr->definitions.empty()) { in handle_instruction_gfx6() 524 Definition def = instr->definitions[0]; in handle_instruction_gfx6() [all …]
|
D | aco_ssa_elimination.cpp | 66 if (phi->operands[i].physReg() == phi->definitions[0].physReg()) in collect_phi_info() 69 assert(phi->definitions[0].size() == phi->operands[i].size()); in collect_phi_info() 76 info_vec.push_back({phi->definitions[0], phi->operands[i]}); in collect_phi_info() 105 pc->definitions[i] = phi_info.def; in insert_parallelcopies() 124 PhysReg scratch_sgpr = (*it)->definitions[0].physReg(); in insert_parallelcopies() 130 pc->definitions[i] = phi_info.def; in insert_parallelcopies() 152 for (unsigned i = 0; i < instr->definitions.size(); i++) { in is_empty_block() 153 if (ignore_exec_writes && instr->definitions[i].physReg() == exec) in is_empty_block() 155 if (instr->definitions[i].physReg() != instr->operands[i].physReg()) in is_empty_block() 161 if (ignore_exec_writes && instr->definitions[0].physReg() == exec) in is_empty_block() [all …]
|
D | aco_ir.cpp | 224 if (!pre_ra && instr->definitions.size() >= 2) in can_use_SDWA() 235 if (!instr->definitions.empty() && instr->definitions[0].bytes() > 4 && !instr->isVOPC()) in can_use_SDWA() 278 tmp->definitions.size())); in convert_to_SDWA() 280 std::copy(tmp->definitions.cbegin(), tmp->definitions.cend(), instr->definitions.begin()); in convert_to_SDWA() 300 sdwa.dst_sel = SubdwordSel(instr->definitions[0].bytes(), 0, false); in convert_to_SDWA() 302 if (instr->definitions[0].getTemp().type() == RegType::sgpr && gfx_level == GFX8) in convert_to_SDWA() 303 instr->definitions[0].setFixed(vcc); in convert_to_SDWA() 304 if (instr->definitions.size() >= 2) in convert_to_SDWA() 305 instr->definitions[1].setFixed(vcc); in convert_to_SDWA() 328 if (!pre_ra && (instr->isVOPC() || instr->definitions.size() > 1) && in can_use_DPP() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_interface_blocks.cpp | 331 interface_block_definitions *definitions; in validate_intrastage_interface_blocks() local 334 definitions = &in_interfaces; in validate_intrastage_interface_blocks() 337 definitions = &out_interfaces; in validate_intrastage_interface_blocks() 340 definitions = &uniform_interfaces; in validate_intrastage_interface_blocks() 343 definitions = &buffer_interfaces; in validate_intrastage_interface_blocks() 353 ir_variable *prev_def = definitions->lookup(var); in validate_intrastage_interface_blocks() 358 definitions->store(var); in validate_intrastage_interface_blocks() 383 interface_block_definitions definitions; in validate_interstage_inout_blocks() local 468 definitions.store(var); in validate_interstage_inout_blocks() 477 ir_variable *producer_def = definitions.lookup(var); in validate_interstage_inout_blocks() [all …]
|
/third_party/node/tools/ |
D | js2c.py | 116 def AddModule(filename, definitions, initializers): argument 123 definitions.append(definition) 139 definitions = [] 143 AddModule(filename, definitions, initializers) 146 definitions.append(config_def) 149 definitions = ''.join(definitions) 151 out = TEMPLATE.format(definitions, initializers, config_size)
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 74 this->definitions().appendf("const %s %s = %s;\n", type, name, value); in defineConstant() 78 this->definitions().appendf("const int %s = %i;\n", name, value); in defineConstant() 82 this->definitions().appendf("const float %s = %f;\n", name, value); in defineConstant() 86 this->definitions().appendf("const %s %s = ", type, name); in defineConstantf() 89 this->definitions().appendVAList(fmt, args); in defineConstantf() 91 this->definitions().append(";\n"); in defineConstantf() 94 void definitionAppend(const char* str) { this->definitions().append(str); } in definitionAppend() 237 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 72 this->definitions().appendf("const %s %s = %s;\n", type, name, value); in defineConstant() 76 this->definitions().appendf("const int %s = %i;\n", name, value); in defineConstant() 80 this->definitions().appendf("const float %s = %f;\n", name, value); in defineConstant() 84 this->definitions().appendf("const %s %s = ", type, name); in defineConstantf() 87 this->definitions().appendVAList(fmt, args); in defineConstantf() 89 this->definitions().append(";\n"); in defineConstantf() 207 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
|
/third_party/typescript/tests/baselines/reference/user/ |
D | assert.log | 4 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 5 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 6 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 7 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 8 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 9 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 10 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 11 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 16 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… 19 …5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runn… [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_DefinitionsTest | 3 A variety of header file definitions are listed in the POSIX Base Definitions 5 definitions that appear. 37 For examples, see posixtestsuite/conformance/definitions/signal/15-1.c 45 #include <include file with definitions.h> 51 For examples, see posixtestsuite/conformance/definitions/signal/22-*.c 68 For examples, see posixtestsuite/conformance/definitions/signal/43-1.c
|
/third_party/libsnd/cmake/ |
D | TestLargeFiles.cmake | 27 message (STATUS "Checking size of off_t without any definitions:") 29 message (STATUS "Checking of off_t without any definitions: ${SIZEOF_OFF_T}") 31 set (LARGE_FILES_DEFINITIONS "" CACHE INTERNAL "64-bit off_t required definitions") 50 …RGE_FILES_DEFINITIONS} "/D_FILE_OFFSET_BITS=64" CACHE INTERNAL "64-bit off_t required definitions") 70 …ONS ${LARGE_FILES_DEFINITIONS} "/D_LARGE_FILES" CACHE INTERNAL "64-bit off_t required definitions") 92 …LARGE_FILES_DEFINITIONS} "/D_LARGEFILE_SOURCE" CACHE INTERNAL "64-bit off_t required definitions") 107 …message (STATUS "Add LARGE_FILES_DEFINITIONS to your compiler definitions or configure with _FILE_…
|