Home
last modified time | relevance | path

Searched refs:spec (Results 851 - 875 of 1361) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeTest.java203 RangeSpecification spec = RangeSpecification.parse(s); in e()
204 Preconditions.checkArgument(spec.length() == 1, "only specify single digit ranges"); in e()
205 return SimpleEdge.fromMask(spec.getBitmask(0)); in e()
H A DNfaFlattenerTest.java199 RangeSpecification spec = RangeSpecification.parse(s); in e()
200 Preconditions.checkArgument(spec.length() == 1, "only specify single digit ranges"); in e()
201 return SimpleEdge.fromMask(spec.getBitmask(0)); in e()
/third_party/python/Lib/
H A Dshlex.py113 spec = self.sourcehook(self.read_token())
114 if spec:
115 (newfile, newstream) = spec
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc83 const FeedbackVectorSpec* spec) { in New()
86 const int slot_count = spec == nullptr ? 0 : spec->slot_count(); in New()
88 spec == nullptr ? 0 : spec->create_closure_slot_count(); in New()
94 DCHECK(spec); in New()
95 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i)); in New()
98 kind = spec->GetKind(FeedbackSlot(i + j)); in New()
111 DCHECK(spec); in New()
113 FeedbackSlotKind kind = spec in New()
82 New(IsolateT* isolate, const FeedbackVectorSpec* spec) New() argument
337 NewFeedbackVectorForTesting( Isolate* isolate, const FeedbackVectorSpec* spec) NewFeedbackVectorForTesting() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c2091 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt73usb_probe_hw_mode() local
2117 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt73usb_probe_hw_mode()
2118 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt73usb_probe_hw_mode()
2121 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2528); in rt73usb_probe_hw_mode()
2122 spec->channels = rf_vals_bg_2528; in rt73usb_probe_hw_mode()
2124 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt73usb_probe_hw_mode()
2125 spec->num_channels = ARRAY_SIZE(rf_vals_5226); in rt73usb_probe_hw_mode()
2126 spec->channels = rf_vals_5226; in rt73usb_probe_hw_mode()
2128 spec in rt73usb_probe_hw_mode()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c2091 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt73usb_probe_hw_mode() local
2117 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt73usb_probe_hw_mode()
2118 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt73usb_probe_hw_mode()
2121 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2528); in rt73usb_probe_hw_mode()
2122 spec->channels = rf_vals_bg_2528; in rt73usb_probe_hw_mode()
2124 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt73usb_probe_hw_mode()
2125 spec->num_channels = ARRAY_SIZE(rf_vals_5226); in rt73usb_probe_hw_mode()
2126 spec->channels = rf_vals_5226; in rt73usb_probe_hw_mode()
2128 spec in rt73usb_probe_hw_mode()
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dkempld-core.c45 u8 spec; in kempld_get_info_generic() local
50 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic()
58 if (spec == 0xff) { in kempld_get_info_generic()
62 pld->info.spec_minor = KEMPLD_SPEC_GET_MINOR(spec); in kempld_get_info_generic()
63 pld->info.spec_major = KEMPLD_SPEC_GET_MAJOR(spec); in kempld_get_info_generic()
416 dev_info(pld->dev, "Found Kontron PLD - %s (%s), spec %d.%d\n", in kempld_detect_device()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dkempld-core.c45 u8 spec; in kempld_get_info_generic() local
50 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic()
58 if (spec == 0xff) { in kempld_get_info_generic()
62 pld->info.spec_minor = KEMPLD_SPEC_GET_MINOR(spec); in kempld_get_info_generic()
63 pld->info.spec_major = KEMPLD_SPEC_GET_MAJOR(spec); in kempld_get_info_generic()
413 dev_info(pld->dev, "Found Kontron PLD - %s (%s), spec %d.%d\n", in kempld_detect_device()
/third_party/icu/icu4c/source/i18n/
H A Dtridpars.cpp715 // or a spec (source, target, or variant). in parseFilterID()
748 // We are about to try to parse a spec with no delimiter in parseFilterID()
755 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); in parseFilterID() local
756 if (spec.length() == 0) { in parseFilterID()
765 first = spec; in parseFilterID()
768 target = spec; in parseFilterID()
771 variant = spec; in parseFilterID()
778 // A spec with no prior character is either source or target, in parseFilterID()
/third_party/node/deps/icu-small/source/i18n/
H A Dtridpars.cpp715 // or a spec (source, target, or variant). in parseFilterID()
748 // We are about to try to parse a spec with no delimiter in parseFilterID()
755 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); in parseFilterID() local
756 if (spec.length() == 0) { in parseFilterID()
765 first = spec; in parseFilterID()
768 target = spec; in parseFilterID()
771 variant = spec; in parseFilterID()
778 // A spec with no prior character is either source or target, in parseFilterID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp718 // or a spec (source, target, or variant). in parseFilterID()
751 // We are about to try to parse a spec with no delimiter in parseFilterID()
758 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); in parseFilterID() local
759 if (spec.length() == 0) { in parseFilterID()
768 first = spec; in parseFilterID()
771 target = spec; in parseFilterID()
774 variant = spec; in parseFilterID()
781 // A spec with no prior character is either source or target, in parseFilterID()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp105 uint32_t spec,
118 fwrite(&spec, sizeof(spec), 1, f);
173 size_t GetGlobalMaxTokenSize(ShShaderSpec spec)
177 switch (spec)
245 int GetMaxShaderVersionForSpec(ShShaderSpec spec)
247 switch (spec)
281 // This validation is a bit stricter than the spec - it's only an error to write to
328 TCompiler::TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TCompiler() argument
332 mShaderSpec(spec), in TCompiler()
[all...]
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py934 for spec in testspecs:
935 if 'samples' in spec:
936 spec['prec'] = sorted(random.sample(range(1, 101),
937 spec['samples']))
938 for prec in spec['prec']:
940 for expts in spec['expts']:
954 if spec['clamp'] == 'rand':
957 context.clamp = spec['clamp']
960 spec['iter'], stat)
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dhi6220-mailbox.c223 const struct of_phandle_args *spec) in hi6220_mbox_xlate()
228 unsigned int i = spec->args[0]; in hi6220_mbox_xlate()
229 unsigned int dst_irq = spec->args[1]; in hi6220_mbox_xlate()
230 unsigned int ack_irq = spec->args[2]; in hi6220_mbox_xlate()
222 hi6220_mbox_xlate(struct mbox_controller *controller, const struct of_phandle_args *spec) hi6220_mbox_xlate() argument
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Damdtp-motu.c439 const struct snd_motu_spec *spec) in amdtp_motu_init()
453 if (spec->protocol_version == SND_MOTU_PROTOCOL_V3) { in amdtp_motu_init()
460 if (spec == &snd_motu_spec_8pre || in amdtp_motu_init()
461 spec == &snd_motu_spec_ultralite) { in amdtp_motu_init()
437 amdtp_motu_init(struct amdtp_stream *s, struct fw_unit *unit, enum amdtp_stream_direction dir, const struct snd_motu_spec *spec) amdtp_motu_init() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dvic.c101 struct iommu_fwspec *spec = dev_iommu_fwspec_get(vic->dev); in vic_boot() local
111 if (vic->config->supports_sid && spec) { in vic_boot()
118 if (spec->num_ids > 0) { in vic_boot()
119 value = spec->ids[0] & 0xffff; in vic_boot()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dhi6220-mailbox.c224 const struct of_phandle_args *spec) in hi6220_mbox_xlate()
229 unsigned int i = spec->args[0]; in hi6220_mbox_xlate()
230 unsigned int dst_irq = spec->args[1]; in hi6220_mbox_xlate()
231 unsigned int ack_irq = spec->args[2]; in hi6220_mbox_xlate()
223 hi6220_mbox_xlate(struct mbox_controller *controller, const struct of_phandle_args *spec) hi6220_mbox_xlate() argument
/third_party/cups-filters/cupsfilters/
H A Drgb.c318 char spec[PPD_MAX_NAME]; /* Profile name */ in cupsRGBLoad() local
332 resolution, spec, sizeof(spec))) == NULL) in cupsRGBLoad()
370 if ((attr = ppdFindNextAttr(ppd, "cupsRGBSample", spec)) == NULL) in cupsRGBLoad()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DResultSpec.java361 // Fallback spec has $N in it, triggering super hacky behaviour. in maybeRewriteFallbackSpec()
550 private static String substituteArgs(String spec, List<String> args) { in substituteArgs() argument
551 return substituteArgs(spec, args::get, args.size()); in substituteArgs()
556 private static String substituteArgs(String spec, Function<Integer, String> args, int size) { in substituteArgs() argument
558 spec, '$', c -> args.apply(checkElementIndex(c - '1', size, "argument index"))); in substituteArgs()
/third_party/libuv/src/unix/
H A Dkqueue.c136 struct timespec spec; in uv__io_poll() local
246 spec.tv_sec = timeout / 1000; in uv__io_poll()
247 spec.tv_nsec = (timeout % 1000) * 1000000; in uv__io_poll()
264 timeout == -1 ? NULL : &spec); in uv__io_poll()
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_dump.c61 clif->spec = v3d_spec_load(devinfo); in clif_dump_init()
166 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
168 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
175 struct v3d_group *gs_state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
/third_party/node/deps/npm/test/lib/commands/
H A Doutdated.js8 const packument = spec => {
62 if (spec.name === 'eta') {
66 if (!mocks[spec.name]) {
72 return mocks[spec.name]
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h193 clc_spirv_specialization spec; in specialize() local
194 spec.id = id; in specialize()
195 memcpy(&spec.value, &val, sizeof(val)); in specialize()
197 consts.specializations = &spec; in specialize()
/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc191 auto spec = desc->add_specs(); in add_descriptors() local
192 spec->set_counter_id(counter.id); in add_descriptors()
193 spec->set_name(counter.name); in add_descriptors()
213 spec->add_numerator_units(units); in add_descriptors()
/third_party/node/deps/uv/src/unix/
H A Dkqueue.c115 struct timespec spec; in uv__io_poll() local
224 spec.tv_sec = timeout / 1000; in uv__io_poll()
225 spec.tv_nsec = (timeout % 1000) * 1000000; in uv__io_poll()
236 timeout == -1 ? NULL : &spec); in uv__io_poll()

Completed in 25 milliseconds

1...<<31323334353637383940>>...55