Searched refs:_descriptor (Results 1 – 12 of 12) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | index.ts | 151 this.__descriptor = options._descriptor; 784 public get _descriptor() { method in Vm 858 if (vm._descriptor && Object.keys(vm._descriptor).length !== 0) { 861 const desc = vm._descriptor[key];
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | flutter_manifest.dart | 22 manifest._descriptor = const <String, dynamic>{}; 48 pubspec._descriptor = yamlMap.cast<String, dynamic>(); 50 pubspec._descriptor = <String, dynamic>{}; 53 final Map<dynamic, dynamic> flutterMap = pubspec._descriptor['flutter']; 64 Map<String, dynamic> _descriptor; 70 bool get isEmpty => _descriptor.isEmpty; 73 String get appName => _descriptor['name'] ?? ''; 81 final String verStr = _descriptor['version']?.toString();
|
/third_party/mesa3d/docs/drivers/ |
D | anv.rst | 224 ``anv_*_descriptor`` data structure. The type of ``anv_*_descriptor`` 231 number of ``anv_*_descriptor`` elements in the descriptor set memory
|
/third_party/python/Doc/c-api/ |
D | descriptor.rst | 3 .. _descriptor-objects:
|
/third_party/rust/crates/tracing/tracing-opentelemetry/tests/ |
D | metrics_publishing.rs | 275 _descriptor: &Descriptor, in temporality_for()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.txt | 11 Descriptors are organised into _descriptor sets_, which are bound during 14 _descriptor set layout_, which determines what descriptors can be stored 2162 A _descriptor pool_ maintains a pool of descriptors, from which descriptor
|
D | descriptorsets.adoc | 11 Descriptors are organized into _descriptor sets_, which are bound during 14 _descriptor set layout_, which determines what descriptors can be stored 2432 A _descriptor pool_ maintains a pool of descriptors, from which descriptor
|
D | interfaces.txt | 563 The _descriptor set interface_ is comprised of the shader variables with the
|
D | interfaces.adoc | 621 The _descriptor set interface_ is comprised of the shader variables with the
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 1753 .. _descriptor-invocation:
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 463 …s/node/commit/1e25062fa1)] - **test**: add coverage for napi\_property\_descriptor (Michael Dawson…
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 4400 …Type 'Element' is missing the following properties from type 'Icon': createdCallback, _descriptor,…
|