/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | template.rs | 6 //! * "Template definition": a class/struct/alias/function definition that takes 19 //! * "Template specialization": an alternative template definition providing a 20 //! custom definition for instantiations with the matching template 190 /// The template definition which this is instantiating. 191 definition: TypeId, 193 /// definition for the generic template parameters. 199 pub fn new<I>(definition: TypeId, args: I) -> TemplateInstantiation in new() 204 definition, in new() 209 /// Get the template definition fo [all...] |
H A D | enum_ty.rs | 91 let definition = declaration.definition().unwrap_or(declaration); in from_ty() 92 definition.visit(|cursor| { in from_ty()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_live_var_analysis.cpp | 133 for (Definition& definition : insn->definitions) { in process_live_temps_per_block() 134 if (!definition.isTemp()) { in process_live_temps_per_block() 137 if (definition.isFixed() && definition.physReg() == vcc) in process_live_temps_per_block() 140 const Temp temp = definition.getTemp(); in process_live_temps_per_block() 145 definition.setKill(false); in process_live_temps_per_block() 148 definition.setKill(true); in process_live_temps_per_block() 207 Definition& definition = insn->definitions[0]; in process_live_temps_per_block() local 208 if (definition.isFixed() && definition in process_live_temps_per_block() [all...] |
H A D | aco_register_allocation.cpp | 224 /* we might still be able to put the definition in the high half, in DefInfo() 786 /* check if we moved a definition: change the register and remove copy */ in update_renames() 790 // FIXME: ensure that the definition can use this reg in update_renames() 802 /* check if we moved another parallelcopy definition */ in update_renames() 1100 /* check if this is a dead operand, then we can re-use the space from the definition in get_regs_for_copies() 1121 /* Try to find space within the bounds but outside of the definition */ in get_regs_for_copies() 1135 /* create parallelcopy pair (without definition id) */ in get_regs_for_copies() 1224 /* create parallelcopy pair (without definition id) */ in get_regs_for_copies() 1272 /* find the best position to place the definition */ in get_reg_impl() 1352 /* now, we figured the placement for our definition */ in get_reg_impl() 2066 Definition& definition = phi->definitions[0]; get_regs_for_phis() local 2090 Definition& definition = phi->definitions[0]; get_regs_for_phis() local 2128 Definition& definition = phi->definitions[0]; get_regs_for_phis() local 2823 auto& definition = instr->definitions[i]; register_allocation() local 2861 Definition* definition = &instr->definitions[i]; register_allocation() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | repack_test.py | 10 def __init__(self, test_path, definition): 14 self._parse(definition) 28 def _parse(self, definition): 29 lines = definition.splitlines ()
|
H A D | subset_test_suite.py | 51 def __init__(self, test_path, definition): 56 self._parse(definition) 81 def _parse(self, definition): 89 for line in definition.splitlines():
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 563 definition = 'namespace %s\n{\n' % namespace_name 565 definition += 'enum flags\n{\n' 566 definition += ''.join([ 569 definition += '};\n' 576 definition += 'enum %s\n{\n' % enum_name 577 definition += ''.join([ 581 definition += '};\n' 584 definition += 'constexpr size_t kArrayLen = 0x%08X;\n' % array_len 586 definition += '} // namespace %s\n' % namespace_name 587 return definition [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | AddDefaultReturnStatements.cpp | 48 TIntermFunctionDefinition *definition = node->getAsFunctionDefinition(); in AddDefaultReturnStatements() local 49 if (definition != nullptr && NeedsReturnStatement(definition, &returnType)) in AddDefaultReturnStatements() 53 TIntermBlock *bodyNode = definition->getBody(); in AddDefaultReturnStatements()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ValidateMaxParameters.cpp | 20 TIntermFunctionDefinition *definition = node->getAsFunctionDefinition(); in ValidateMaxParameters() local 21 if (definition != nullptr && in ValidateMaxParameters() 22 definition->getFunctionPrototype()->getFunction()->getParamCount() > maxParameters) in ValidateMaxParameters()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_jsdoc.js | 25 definition: {description?: string, [s: string]: string | undefined}, 35 definition.description = comments.map(comment => comment.kind === "lineBreak" ? comment.text : comment.text.trim().replace(/\r\n/g, "\n")).join(""); 44 definition[name] = this.parseValue(text); 136 function parseCommentsIntoDefinition(symbol, definition, otherAnnotations) {
144 definition.description = comments.map(function (comment) { return comment.kind === "lineBreak" ? comment.text : comment.text.trim().replace(/\r\n/g, "\n"); }).join("");
152 definition[name] = _this.parseValue(text);
|
H A D | declarationFilesGeneratingTypeReferences.js | 32 out.d.ts(1,23): error TS2688: Cannot find type definition file for 'jquery'.
43 !!! error TS2688: Cannot find type definition file for 'jquery'.
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_sit.cpp | 337 const char *definition = string; in ucol_sit_readSpecs() local 346 parseError->offset = (int32_t)(string - definition); in ucol_sit_readSpecs() 426 ucol_prepareShortStringOpen( const char *definition, in ucol_prepareShortStringOpen() argument 450 ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_prepareShortStringOpen() 492 ucol_openFromShortString( const char *definition, in ucol_openFromShortString() argument 498 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition); in ucol_openFromShortString() 518 const char *string = definition; in ucol_openFromShortString() 520 string = ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_openFromShortString() 526 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString() 540 parseError->offset = (int32_t)(string - definition); in ucol_openFromShortString() 582 ucol_normalizeShortDefinitionString(const char *definition, char *destination, int32_t capacity, UParseError *parseError, UErrorCode *status) ucol_normalizeShortDefinitionString() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_sit.cpp | 338 const char *definition = string; in ucol_sit_readSpecs() local 347 parseError->offset = (int32_t)(string - definition); in ucol_sit_readSpecs() 427 ucol_prepareShortStringOpen( const char *definition, in ucol_prepareShortStringOpen() argument 451 ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_prepareShortStringOpen() 492 ucol_openFromShortString( const char *definition, in ucol_openFromShortString() argument 498 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition); in ucol_openFromShortString() 518 const char *string = definition; in ucol_openFromShortString() 520 string = ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_openFromShortString() 524 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString() 542 parseError->offset = (int32_t)(string - definition); in ucol_openFromShortString() 584 ucol_normalizeShortDefinitionString(const char *definition, char *destination, int32_t capacity, UParseError *parseError, UErrorCode *status) ucol_normalizeShortDefinitionString() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_sit.cpp | 337 const char *definition = string; in ucol_sit_readSpecs() local 346 parseError->offset = (int32_t)(string - definition); in ucol_sit_readSpecs() 426 ucol_prepareShortStringOpen( const char *definition, in ucol_prepareShortStringOpen() argument 450 ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_prepareShortStringOpen() 492 ucol_openFromShortString( const char *definition, in ucol_openFromShortString() argument 498 UTRACE_DATA1(UTRACE_INFO, "short string = \"%s\"", definition); in ucol_openFromShortString() 518 const char *string = definition; in ucol_openFromShortString() 520 string = ucol_sit_readSpecs(&s, definition, parseError, status); in ucol_openFromShortString() 526 fprintf(stderr, "DEF %s, DATA %s, ERR %s\n", definition, s.locale.data(), u_errorName(*status)); in ucol_openFromShortString() 540 parseError->offset = (int32_t)(string - definition); in ucol_openFromShortString() 582 ucol_normalizeShortDefinitionString(const char *definition, char *destination, int32_t capacity, UParseError *parseError, UErrorCode *status) ucol_normalizeShortDefinitionString() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeRegex.java | 219 definition = entry.getValue(); 227 String altered2 = definition2.replace(variable, definition); 382 StringBuffer definition = new StringBuffer(); 411 throw new IllegalArgumentException("Duplicate variable definition in " + line); 413 definition.append(linePart.substring(equalsPos+1).trim()); 418 definition.append(bnfLineSeparator).append(linePart); 422 variables.put(variable, definition.toString()); 424 definition.setLength(0);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeRegex.java | 219 definition = entry.getValue(); 227 String altered2 = definition2.replace(variable, definition); 377 StringBuffer definition = new StringBuffer(); 406 throw new IllegalArgumentException("Duplicate variable definition in " + line); 408 definition.append(linePart.substring(equalsPos+1).trim()); 413 definition.append(bnfLineSeparator).append(linePart); 417 variables.put(variable, definition.toString()); 419 definition.setLength(0);
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.h | 34 * A function declaration (not a definition -- does not contain a body). 59 const FunctionDefinition* definition() const { in definition() function in SkSL::final 63 void setDefinition(const FunctionDefinition* definition) const { in setDefinition() 64 fDefinition = definition; in setDefinition()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 173 // Nothing to do here. We don't need to record the definition of the group; we'll just have in robustBufferAccess() 271 object.definition = insn; in robustBufferAccess() 273 ASSERT(getType(typeId).definition.opcode() == spv::OpTypePointer); in robustBufferAccess() 795 type.definition = insn; in DeclareType() 847 object.definition = insn; in CreateConstant() 865 Object::ID resultId = object.definition.word(2); in ProcessInterfaceVariable() 872 auto &structType = pointeeTy.definition; in ProcessInterfaceVariable() 1055 // Recursively walks variable definition and its type tree, taking into account in VisitInterfaceInner() 1073 return VisitInterfaceInner(obj.definition.word(3), d, f); in VisitInterfaceInner() 1075 for(auto i = 0u; i < obj.definition in VisitInterfaceInner() [all...] |
H A D | SpirvShaderMemory.cpp | 302 VisitMemoryObjectInner(type.definition.word(3), d, index, offset, f); in VisitMemoryObjectInner() 312 for(auto i = 0u; i < type.definition.word(3); i++) in VisitMemoryObjectInner() 314 VisitMemoryObjectInner(type.definition.word(2), d, index, offset + elemStride * i, f); in VisitMemoryObjectInner() 322 for(auto i = 0u; i < type.definition.word(3); i++) in VisitMemoryObjectInner() 325 VisitMemoryObjectInner(type.definition.word(2), d, index, offset + columnStride * i, f); in VisitMemoryObjectInner() 330 for(auto i = 0u; i < type.definition.wordCount() - 2; i++) in VisitMemoryObjectInner() 333 VisitMemoryObjectInner(type.definition.word(i + 2), d, index, offset, f); in VisitMemoryObjectInner() 338 auto arraySize = GetConstScalarInt(type.definition.word(3)); in VisitMemoryObjectInner() 342 VisitMemoryObjectInner(type.definition.word(2), d, index, offset + i * d.ArrayStride, f); in VisitMemoryObjectInner()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | varsub.bat | 28 # Substitutes variables into rules and deletes variable definition 54 # This looks like a variable definition 59 print STDERR "Error: Duplicate definition of $var\n";
|
/third_party/node/deps/v8/src/torque/ |
H A D | torque-code-generator.h | 54 void SetDefinitionVariable(const DefinitionLocation& definition, in SetDefinitionVariable() argument 56 DCHECK_EQ(location_map_.find(definition), location_map_.end()); in SetDefinitionVariable() 57 location_map_.insert(std::make_pair(definition, str)); in SetDefinitionVariable()
|
H A D | server-data.cc | 17 SourcePosition definition) { in AddDefinition() 18 Get().definitions_map_[token.source].emplace_back(token, definition); in AddDefinition() 16 AddDefinition(SourcePosition token, SourcePosition definition) AddDefinition() argument
|
/third_party/node/tools/ |
H A D | js2c.py | 117 definition = template.format(var, array_content) 119 return definition, len(code_points) 127 definition, size = GetDefinition(var, code) 129 definitions.append(definition)
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 496 raise Exception("No such definition: %s" % name) 500 definition = re.search(r'#\s*define\s+' + name + r'\s+([^\n]+)\n', src) 501 if definition is None: 503 value = definition.group(1).strip() 680 def skipDefinition (extensionName, definition): 692 if definition[0].startswith(extNameUpper) and definition[1].isdigit(): 694 if definition[0].startswith(extNameUpper): 696 if definition[0].endswith("_H_"): 735 definitionsByName = {definition [all...] |
/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 31 definition = glossary_item[1] 33 rendered = app.builder.render_partial(definition)
|