Home
last modified time | relevance | path

Searched defs:definitions (Results 1 – 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/scripts/khr_util/
Dgen_str_util.py26 def isValueDefined (definitions, value): argument
29 def allValuesUndefined (definitions, values): argument
35 def anyValueDefined (definitions, values): argument
70 def genEnumStrImpl (groupName, values, definitions): argument
94 def genBitfieldStrImpl (groupName, values, definitions): argument
/third_party/node/doc/api/
Dpackages.md1000 ### `"name"`
1028 ### `"main"`
1052 ### `"packageManager"`
1076 ### `"type"`
1128 ### `"exports"`
1175 ### `"imports"`
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md124 #### New-style definition of configuration symbols
130 #### Old-style definition of configuration symbols
138 #### Summary of definitions of configuration symbols
156 #### Visibility of internal symbols
160 #### Compile-time checks
168 #### Automatic generation of preprocessor symbol manipulations
/third_party/mesa3d/src/compiler/glsl/
Dlink_interface_blocks.cpp331 interface_block_definitions *definitions; in validate_intrastage_interface_blocks() local
383 interface_block_definitions definitions; in validate_interstage_inout_blocks() local
522 interface_block_definitions definitions; in validate_interstage_uniform_blocks() local
/third_party/flutter/skia/src/sksl/ir/
DSkSLSetting.cpp15 const DefinitionMap& definitions) { in constantPropagate()
DSkSLVariableReference.cpp92 const DefinitionMap& definitions) { in constantPropagate()
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts48 …const definitions = languageService.getDefinitionAtPosition("foo.ts", 160); // 160 is the latter `… constant
/third_party/python/Tools/scripts/
Dobjgraph.py29 definitions = 'TRGDSBAEC' variable
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp266 DefinitionMap* definitions) { in addDefinition()
319 DefinitionMap* definitions) { in addDefinitions()
714 void Compiler::simplifyExpression(DefinitionMap& definitions, in simplifyExpression()
1009 void Compiler::simplifyStatement(DefinitionMap& definitions, in simplifyStatement()
1180 DefinitionMap definitions = b.fBefore; in scanCFG() local
1201 DefinitionMap definitions = b.fBefore; in scanCFG() local
/third_party/jerryscript/targets/mbedos5/tools/
Dgenerate_pins.py118 def enumerate_pins(c_source_file, include_dirs, definitions): argument
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/refs/
Djson-schema-secure.json6 "definitions": { object
75 "definitions": { object
Djson-schema-draft-06.json5 "definitions": { object
105 "definitions": { object
Djson-schema-draft-07.json5 "definitions": { object
112 "definitions": { object
Djson-schema-draft-04.json5 "definitions": { object
98 "definitions": { object
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Ddefinition_schema.js7 definitions: { property
/third_party/node/tools/
Djs2c.py116 def AddModule(filename, definitions, initializers): argument
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/
Dindex.js35 definitions: true, property
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/fixtures/
Dschema.js28 definitions: { property
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework_sc.py421 …def __init__ (self, name, handles, enums, bitfields, compositeTypes, functions, definitions, addit… argument
437 …def __init__ (self, versions, definitions, handles, enums, bitfields, bitfields64, compositeTypes,… argument
1006 def genDefinitionsSrc (definitions): argument
1010 def genDefinitionsAliasSrc (definitions): argument
1016 def genMaxFrameworkVersion (definitions): argument
1031 def genMaxFrameworkVersionSC (definitions): argument
/third_party/typescript/src/services/
DgoToDefinition.ts185 const definitions = getDefinitionAtPosition(program, sourceFile, position); constant
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp623 const DerivateCaseDefinition& definitions, in TriangleDerivateCaseInstance()
752 …DerivateCaseDefinition definitions = dynamic_cast<TriangleDerivateCaseInstance&>(instance).getDer… in setup() local
838 const DerivateCaseDefinition& definitions, in ConstantDerivateCaseInstance()
985 const DerivateCaseDefinition& definitions, in LinearDerivateCaseInstance()
1240 const DerivateCaseDefinition& definitions, in TextureDerivateCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp623 const DerivateCaseDefinition& definitions, in TriangleDerivateCaseInstance()
752 …DerivateCaseDefinition definitions = dynamic_cast<TriangleDerivateCaseInstance&>(instance).getDer… in setup() local
838 const DerivateCaseDefinition& definitions, in ConstantDerivateCaseInstance()
985 const DerivateCaseDefinition& definitions, in LinearDerivateCaseInstance()
1240 const DerivateCaseDefinition& definitions, in TextureDerivateCaseInstance()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h207 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
/third_party/skia/src/gpu/glsl/
DGrGLSLShaderBuilder.h237 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
/third_party/typescript/src/harness/
DfourslashImpl.ts757 let definitions: readonly ts.DefinitionInfo[]; variable
2309 …const definitions = this.languageService.getTypeDefinitionAtPosition(this.activeFile.fileName, thi… constant
2326 …const definitions = this.languageService.getTypeDefinitionAtPosition(this.activeFile.fileName, thi… constant
2344 …const definitions = this.languageService.getDefinitionAtPosition(this.activeFile.fileName, this.cu… constant
2345 … const actualDefinitionName = definitions && definitions.length ? definitions[0].name : ""; constant
2346 …const actualDefinitionContainerName = definitions && definitions.length ? definitions[0].container… constant

123