Home
last modified time | relevance | path

Searched refs:_properties (Results 1 - 9 of 9) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py264 _properties: The object's property dictionary. An object's properties are
293 self._properties = {}
316 for key, value in self._properties.items():
323 that._properties[key] = new_value
325 that._properties[key] = value
327 that._properties[key] = value
332 that._properties[key] = []
336 that._properties[key].append(new_item)
338 that._properties[key] = value[:]
346 that._properties[ke
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py264 _properties: The object's property dictionary. An object's properties are
293 self._properties = {}
316 for key, value in self._properties.items():
323 that._properties[key] = new_value
325 that._properties[key] = value
327 that._properties[key] = value
332 that._properties[key] = []
336 that._properties[key].append(new_item)
338 that._properties[key] = value[:]
346 that._properties[ke
[all...]
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py120 _properties = {} variable
165 """Returns the _properties value for the pname.
169 prop = _properties.get(pname)
174 prop = _properties.get(norm_name)
176 _properties[pname] = prop # Cache prop under this new name spelling.
415 bin_prop = _properties["Math"]
417 _properties[short_name] = prop
418 _properties[long_name] = prop
419 _properties[NormPropName(short_name)] = prop
420 _properties[NormPropNam
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py247 assert xcode_target in self.project._properties["targets"]
343 assert len(self.project._properties["targets"]) == len(ordinary_targets) + len(
347 self.project._properties["targets"] = targets
370 # PBXProject._properties. It's important to get the "All" target first,
372 self.project._properties["targets"].insert(0, all_target)
386 self.project._properties["targets"].insert(1, run_all_tests_target)
432 idx = self.project._properties["targets"].index(xcode_target)
433 self.project._properties["targets"].insert(
911 xct._properties["buildPhases"].insert(prebuild_index, ssbp)
1209 xct._properties["buildPhase
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py247 assert xcode_target in self.project._properties["targets"]
343 assert len(self.project._properties["targets"]) == len(ordinary_targets) + len(
347 self.project._properties["targets"] = targets
370 # PBXProject._properties. It's important to get the "All" target first,
372 self.project._properties["targets"].insert(0, all_target)
386 self.project._properties["targets"].insert(1, run_all_tests_target)
432 idx = self.project._properties["targets"].index(xcode_target)
433 self.project._properties["targets"].insert(
911 xct._properties["buildPhases"].insert(prebuild_index, ssbp)
1206 xct._properties["buildPhase
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue()
137 return _properties; in properties()
H A Dqueue.hpp79 std::vector<cl_queue_properties> _properties; member in clover::command_queue
H A Dmemory.cpp33 context(ctx), _properties(properties), _flags(flags), in memory_obj()
58 return _properties; in properties()
H A Dmemory.hpp69 std::vector<cl_mem_properties> _properties; member in clover::memory_obj

Completed in 9 milliseconds