Home
last modified time | relevance | path

Searched refs:_properties (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py291 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/
Dxcodeproj_file.py295 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/
Dpreparseucd.py120 _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/
Dfingerprint.dart41 _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/
Dandroid_emulator.dart30 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;
Dandroid_device.dart87 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/
Dmissing.def1 {{## def.checkMissingProperty:_properties:
2 {{~ _properties:$propertyKey:$i }}
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dxcode.py238 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/
Dxcode.py248 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/
Dqueue.cpp64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue()
137 return _properties; in properties()
Dqueue.hpp79 std::vector<cl_queue_properties> _properties; member in clover::command_queue
Dmemory.cpp33 context(ctx), _properties(properties), _flags(flags), in memory_obj()
58 return _properties; in properties()
Dmemory.hpp69 std::vector<cl_mem_properties> _properties; member in clover::memory_obj
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c363 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/
Ddiagnostics.dart3413 _properties = properties,
3423 final List<DiagnosticsNode> _properties;
3438 List<DiagnosticsNode> getProperties() => _properties;
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2857 …8)] - **n-api**: define ECMAScript-compliant accessors on napi\_define\_properties (legendecas) [#…