/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 291 self._properties = {} 314 for key, value in self._properties.items(): 321 that._properties[key] = new_value 323 that._properties[key] = value 325 that._properties[key] = value 330 that._properties[key] = [] 334 that._properties[key].append(new_item) 336 that._properties[key] = value[:] 343 that._properties[key] = value.copy() 361 if 'name' in self._properties or \ [all …]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcodeproj_file.py | 295 self._properties = {} 318 for key, value in self._properties.items(): 325 that._properties[key] = new_value 327 that._properties[key] = value 329 that._properties[key] = value 334 that._properties[key] = [] 338 that._properties[key].append(new_item) 340 that._properties[key] = value[:] 348 that._properties[key] = value.copy() 372 if "name" in self._properties or ( [all …]
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 120 _properties = {} variable 169 prop = _properties.get(pname) 174 prop = _properties.get(norm_name) 176 _properties[pname] = prop # Cache prop under this new name spelling. 404 bin_prop = _properties["Math"] 406 _properties[short_name] = prop 407 _properties[long_name] = prop 408 _properties[NormPropName(short_name)] = prop 409 _properties[NormPropName(long_name)] = prop 415 bin_prop = _properties["Math"] [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | fingerprint.dart | 41 _properties = Map<String, String>.from(properties), 51 final Map<String, String> _properties; 57 return Fingerprint.fromBuildInputs(_properties, paths); 123 _properties = <String, String>{...properties}; 137 _properties = content['properties']?.cast<String,String>() ?? <String, String>{}; 141 Map<String, String> _properties; 145 'properties': _properties, 157 && _equalMaps(typedOther._properties, _properties); 168 int get hashCode => hash2(_properties.length, _checksums.length); 171 String toString() => '{checksums: $_checksums, properties: $_properties}';
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_emulator.dart | 30 AndroidEmulator(String id, [this._properties]) 31 : super(id, _properties != null && _properties.isNotEmpty); 33 final Map<String, String> _properties; 49 String _prop(String name) => _properties != null ? _properties[name] : null;
|
D | android_device.dart | 87 Map<String, String> _properties; 92 if (_properties == null) { 93 _properties = <String, String>{}; 107 _properties = parseAdbDeviceProperties(result.stdout); 117 return _properties[name];
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/ |
D | missing.def | 1 {{## def.checkMissingProperty:_properties: 2 {{~ _properties:$propertyKey:$i }}
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | xcode.py | 238 assert xcode_target in self.project._properties['targets'] 313 assert len(self.project._properties['targets']) == \ 316 self.project._properties['targets'] = targets 344 self.project._properties['targets'].insert(0, all_target) 360 self.project._properties['targets'].insert(1, run_all_tests_target) 403 idx = self.project._properties['targets'].index(xcode_target) 404 self.project._properties['targets'].insert(idx + 1, run_all_target) 843 xct._properties['buildPhases'].insert(prebuild_index, ssbp) 1124 xct._properties['buildPhases'].insert(prebuild_index, ssbp) 1189 xct._properties['buildPhases'].insert(prebuild_index, pbxcp)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | xcode.py | 248 assert xcode_target in self.project._properties["targets"] 344 assert len(self.project._properties["targets"]) == len(ordinary_targets) + len( 348 self.project._properties["targets"] = targets 373 self.project._properties["targets"].insert(0, all_target) 387 self.project._properties["targets"].insert(1, run_all_tests_target) 433 idx = self.project._properties["targets"].index(xcode_target) 434 self.project._properties["targets"].insert( 912 xct._properties["buildPhases"].insert(prebuild_index, ssbp) 1210 xct._properties["buildPhases"].insert(prebuild_index, ssbp) 1274 xct._properties["buildPhases"].insert(prebuild_index, pbxcp)
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | queue.cpp | 64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue() 137 return _properties; in properties()
|
D | queue.hpp | 79 std::vector<cl_queue_properties> _properties; member in clover::command_queue
|
D | memory.cpp | 33 context(ctx), _properties(properties), _flags(flags), in memory_obj() 58 return _properties; in properties()
|
D | memory.hpp | 69 std::vector<cl_mem_properties> _properties; member in clover::memory_obj
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.c | 363 static GParamSpec *_properties[LAST_PROPERTY]; variable 485 _properties[PROP_RESTRICTION_CAPS] = in gst_encoding_profile_class_init() 504 _properties[PROP_ELEMENT_PROPERTIES] = in gst_encoding_profile_class_init() 511 g_object_class_install_properties (gobject_class, LAST_PROPERTY, _properties); in gst_encoding_profile_class_init() 854 _properties[PROP_RESTRICTION_CAPS]); in gst_encoding_profile_set_restriction() 909 _properties[PROP_ELEMENT_PROPERTIES]); in gst_encoding_profile_set_element_properties()
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | diagnostics.dart | 3413 _properties = properties, 3423 final List<DiagnosticsNode> _properties; 3438 List<DiagnosticsNode> getProperties() => _properties;
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2857 …8)] - **n-api**: define ECMAScript-compliant accessors on napi\_define\_properties (legendecas) [#…
|