/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | edge.js | 16 const override = edge.overrides?.value 64 const { type, name, spec, accept, from, overrides } = options 88 if (overrides !== undefined) { 89 this.overrides = overrides 181 if (this.overrides?.value && this.overrides.value !== '*' && this.overrides.name === this.#name) { 182 if (this.overrides.value.startsWith('$')) { 183 const ref = this.overrides [all...] |
H A D | override-set.js | 5 constructor ({ overrides, key, parent }) { 9 if (typeof overrides === 'string') { 10 overrides = { '.': overrides } 15 if (overrides['.'] === '') { 16 overrides['.'] = '*' 29 this.value = overrides['.'] || this.keySpec 32 for (const [key, childOverrides] of Object.entries(overrides)) { 40 overrides: childOverrides,
|
H A D | node.js | 95 overrides, 204 if (overrides) { 205 this.overrides = overrides 207 const overrides = this[_package].overrides || {} 208 if (Object.keys(overrides).length > 0) { 209 this.overrides = new OverrideSet({ 210 overrides: this[_package].overrides, [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | nestedExcessPropertyChecking.js | 28 overrides?: OverridesInput; 30 overrides?: OverridesInput; 31 }>} = { variables: { overrides: false } }; // Error 36 interface VariablesA { overrides?: OverridesInput; } 37 interface VariablesB { overrides?: OverridesInput; } 41 overrides: false // Error 56 var foo1 = { variables: { overrides: false } }; // Error
59 overrides: false // Error
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 423 MorC[] overrides; field in ICUJDKCompare.MethodRecord 426 overrides = new MorC[] { m }; in MethodRecord() 430 overrides = ms; in MethodRecord() 434 return new MethodRecord((MorC[])overrides.clone()); in copy() 438 for (int i = 0; i < overrides.length; ++i) { in count() 439 if (overrides[i] == null) { in count() 443 return overrides.length; in count() 447 MorC[] temp = new MorC[overrides.length + 1]; in add() 448 for (int i = 0; i < overrides.length; ++i) { in add() 449 temp[i] = overrides[ in add() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | rouge-extend-css.rb | 5 # Khronos overrides for Rouge 'github' theme CSS for accessibility. 18 overrides = %(<style> 19 /* Khronos overrides for Rouge 'github' theme for accessibility */ 21 /* Codelike overrides */ 27 /* Numberlike overrides */ 32 /* Namelike overrides */ 57 #{overrides})
|
/third_party/skia/tools/gpu/ |
H A D | GrContextFactory.cpp | 132 GrDirectContext* GrContextFactory::get(ContextType type, ContextOverrides overrides) { in get() argument 133 return this->getContextInfo(type, overrides).directContext(); in get() 136 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal() argument 145 context.fOverrides == overrides && in getContextInfoInternal() 229 (overrides & ContextOverrides::kFakeGLESVersionAs2)) { in getContextInfoInternal() 310 if (ContextOverrides::kAvoidStencilBuffers & overrides) { in getContextInfoInternal() 313 if (ContextOverrides::kReducedShaders & overrides) { in getContextInfoInternal() 336 context.fOverrides = overrides; in getContextInfoInternal() 345 ContextInfo GrContextFactory::getContextInfo(ContextType type, ContextOverrides overrides) { in getContextInfo() argument 346 return this->getContextInfoInternal(type, overrides, nullpt in getContextInfo() [all...] |
H A D | GrContextFactory.h | 140 * overrides. To get multiple contexts in a single share group, pass the same shareContext, 148 GrDirectContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone); 152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
|
/third_party/node/lib/internal/test_runner/ |
H A D | harness.js | 218 function run(name, options, fn, overrides) { 220 const subtest = parent.createSubtest(Factory, name, options, fn, overrides); 228 const overrides = { 233 return run(name, options, fn, overrides); 237 const overrides = { 243 return run(name, options, fn, overrides);
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | node.js | 66 _proto.clone = function clone(overrides) { 67 if (overrides === void 0) { 68 overrides = {}; 71 for (var name in overrides) { 72 cloned[name] = overrides[name];
|
/third_party/skia/include/core/ |
H A D | SkFontArguments.h | 26 /** Specify a palette to use and overrides for palette entries. 28 * `overrides` is a list of pairs of palette entry index and color. 39 const Override* overrides; member 81 fPalette.overrides = palette.overrides; in setPalette()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 192 # overrides this will generate false positives. 195 overrides = { 203 for key, value in overrides.items(): 211 print("This device already has axis overrides defined") 218 " EVDEV_ABS_00={}".format(overrides[0x00]), 219 " EVDEV_ABS_01={}".format(overrides[0x01]), 221 if overrides[0x35] is not None: 223 " EVDEV_ABS_35={}".format(overrides[0x35]), 224 " EVDEV_ABS_36={}".format(overrides[0x36]),
|
H A D | libinput-replay.py | 318 overrides = None 328 overrides = Path("/etc/libinput/local-overrides.quirks") 329 if overrides.exists(): 331 "{} exists, please move it out of the way first".format(overrides), 336 overrides.parent.mkdir(exist_ok=True) 337 with overrides.open("w+") as fd: 342 return overrides
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | radiotap.c | 121 iterator->overrides = NULL; in ieee80211_radiotap_iterator_init() 193 if (!iterator->overrides) in find_override() 197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override() 198 *align = iterator->overrides[i].align; in find_override() 199 *size = iterator->overrides[i].size; in find_override()
|
H A D | radiotap_iter.h | 46 * @overrides: override standard radiotap fields 47 * @n_overrides: number of overrides 74 const struct radiotap_override *overrides; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | radiotap.c | 121 iterator->overrides = NULL; in ieee80211_radiotap_iterator_init() 193 if (!iterator->overrides) in find_override() 197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override() 198 *align = iterator->overrides[i].align; in find_override() 199 *size = iterator->overrides[i].size; in find_override()
|
H A D | radiotap_iter.h | 46 * @overrides: override standard radiotap fields 47 * @n_overrides: number of overrides 74 const struct radiotap_override *overrides; member
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.py | 264 # Build a single instruction from XML and group based overrides 265 def build_instr(el, overrides = {}): 267 name = overrides.get('name') or el.attrib.get('name') 268 opcode = overrides.get('opcode') or el.attrib.get('opcode') 269 opcode2 = overrides.get('opcode2') or el.attrib.get('opcode2') 270 unit = overrides.get('unit') or el.attrib.get('unit') 314 # overrides for each distinct instruction 317 build_instr(el, overrides = {
|
/third_party/gn/src/gn/ |
H A D | args.h | 46 // Specifies overrides of the build arguments. These are normally specified 49 void AddArgOverrides(const Scope::KeyValueMap& overrides); 51 // Specifies default overrides of the build arguments. These are normally 53 void AddDefaultArgOverrides(const Scope::KeyValueMap& overrides); 60 // flags and saves the toolchain overrides so they can be applied to 69 // they will not override the system defaults or the current overrides. 78 // Checks to see if any of the overrides ever used were never declared as 82 // Returns information about all arguments, both defaults and overrides. 115 // Returns the KeyValueMap used for overrides for the specified 125 // Maintains a list of all overrides w [all...] |
H A D | setup.cc | 187 Scope containing the default overrides for declared arguments. These 188 overrides take precedence over the default values specified in the 504 Scope::KeyValueMap overrides; 505 default_args_->GetCurrentScopeValues(&overrides); 506 build_settings_.build_args().AddDefaultArgOverrides(overrides); 680 Scope::KeyValueMap overrides; 681 arg_scope.GetCurrentScopeValues(&overrides); 682 build_settings_.build_args().AddArgOverrides(overrides);
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 452 substitutions, overrides = self._InstallProvisioningProfile( 456 entitlements, substitutions, overrides 478 to overrides when generating the entitlements file. 637 def _InstallEntitlements(self, entitlements, substitutions, overrides): 648 overrides: dictionary, values to add to the entitlements 662 if overrides: 663 for key in overrides: 665 data[key] = overrides[key]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 452 substitutions, overrides = self._InstallProvisioningProfile( 456 entitlements, substitutions, overrides 478 to overrides when generating the entitlements file. 637 def _InstallEntitlements(self, entitlements, substitutions, overrides): 648 overrides: dictionary, values to add to the entitlements 662 if overrides: 663 for key in overrides: 665 data[key] = overrides[key]
|
/third_party/libevdev/libevdev/ |
H A D | make-event-names.py | 95 print("#pragma clang diagnostic ignored \"-Winitializer-overrides\"") 110 print("#pragma clang diagnostic pop /* \"-Winitializer-overrides\" */")
|
/third_party/skia/modules/skparagraph/src/ |
H A D | FontArguments.cpp | 43 fPaletteOverrides(args.getPalette().overrides, in FontArguments() 44 args.getPalette().overrides + in FontArguments()
|
/third_party/ffmpeg/libavformat/ |
H A D | argo_cvg.c | 71 static ArgoCVGOverride overrides[] = { variable 173 for (size_t i = 0; i < FF_ARRAY_ELEMS(overrides); i++) { in argo_cvg_read_header() 174 const ArgoCVGOverride *ovr = overrides + i; in argo_cvg_read_header()
|