Home
last modified time | relevance | path

Searched refs:configSet (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js240 #configSet;
258 this.#configSet = Object.create(null);
275 const my = this.#configSet[field];
302 for (const [field, my] of Object.entries(this.#configSet)) {
310 const options = toParseArgsOptionsConfig(this.#configSet);
334 const my = this.#configSet[token.name];
336 const pos = this.#configSet[pname];
345 const my = this.#configSet[token.name];
387 for (const [field, c] of Object.entries(this.#configSet)) {
394 const valid = this.#configSet[fiel
[all...]
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js248 #configSet;
266 this.#configSet = Object.create(null);
283 const my = this.#configSet[field];
310 for (const [field, my] of Object.entries(this.#configSet)) {
318 const options = toParseArgsOptionsConfig(this.#configSet);
342 const my = this.#configSet[token.name];
344 const pos = this.#configSet[pname];
353 const my = this.#configSet[token.name];
395 for (const [field, c] of Object.entries(this.#configSet)) {
402 const valid = this.#configSet[fiel
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp90 egl::ConfigSet configSet; in generateConfigs() local
91 configSet.add(config); in generateConfigs()
92 return configSet; in generateConfigs()
/third_party/python/Lib/idlelib/
H A Dconfig.py258 def GetSectionList(self, configSet, configType):
259 """Return sections for configSet configType configuration.
261 configSet must be either 'user' or 'default'
266 if configSet == 'user':
268 elif configSet == 'default':
271 raise InvalidConfigSet('Invalid configSet specified')
687 def GetExtraHelpSourceList(self, configSet):
688 """Return list of extra help sources from a given configSet.
698 if configSet == 'user':
700 elif configSet
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp425 const ri::EglConfigSet& configSet = static_cast<const ri::EglConfigSet&>(item); in writeResultItem() local
427 << Writer::Attribute("Name", configSet.name) in writeResultItem()
428 << Writer::Attribute("Description", configSet.description); in writeResultItem()
430 for (int ndx = 0; ndx < configSet.configs.getNumItems(); ndx++) in writeResultItem()
431 writeResultItem(configSet.configs.getItem(ndx), dst); in writeResultItem()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp184 ConfigSet configSet; in initialize() local
192 configSet.add(currentDisplayFormat, mMinSwapInterval, mMaxSwapInterval, renderTargetFormat, depthStencilFormat, samples[samplesIndex]); in initialize()
199 for(ConfigSet::Iterator config = configSet.mSet.begin(); config != configSet.mSet.end(); config++) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp576 egl::ConfigSet configSet; in generateConfigs() local
667 int internalId = configSet.add(config); in generateConfigs()
671 return configSet; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1264 egl::ConfigSet configSet;
1296 configSet.add(config);
1301 return configSet;

Completed in 9 milliseconds