Home
last modified time | relevance | path

Searched refs:spec (Results 901 - 925 of 1366) sorted by relevance

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

/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-proc.c32 ff->spec->protocol->dump_status(ff, buffer); in proc_dump_status()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmbr2684.h55 } spec; member
H A Dromfs_fs.h42 __be32 spec; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dromfs_fs.h29 __be32 spec; member
H A Datmbr2684.h43 } spec; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dromfs_fs.h42 __be32 spec; member
/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.h51 void pa_smoother_2_set_sample_spec(pa_smoother_2 *s, pa_usec_t time_stamp, pa_sample_spec *spec);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetal.h42 TranslatorMetal(sh::GLenum type, ShShaderSpec spec);
H A DTranslatorGLSL.cpp21 TranslatorGLSL::TranslatorGLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorGLSL() argument
22 : TCompiler(type, spec, output) in TranslatorGLSL()
H A DCompiler.h93 TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
256 // while spec says it is allowed.
302 // Built-in symbol table for the given language, spec, and resources.
359 TCompiler *ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmac.h217 * spec ::
236 const FSSpec *spec,
256 * spec ::
/third_party/skia/third_party/externals/icu/scripts/
H A Deuckr_gen.sh7 # https://encoding.spec.whatwg.org/#euc-kr
10 # https://encoding.spec.whatwg.org/index-euc-kr.txt
20 # * described at http://encoding.spec.whatwg.org/#euc-kr
31 # to be compliant to HTML5 spec, it should be 81-fe.
67 wget -N -r -nd https://encoding.spec.whatwg.org/index-euc-kr.txt
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h15 // Parsing of a POSIX zone spec as described in the TZ part of section 8.3 in
18 // The current POSIX spec for America/Los_Angeles is "PST8PDT,M3.2.0,M11.1.0",
125 bool ParsePosixSpec(const std::string& spec, PosixTimeZone* res);
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp208 QueryLocalSysSpecType spec = QueryLocalSysSpecType::MIN; in HWTEST_F() local
209 std::string ret = hardwareProxy_->QueryLocalSysSpec(spec); in HWTEST_F()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.h320 int snd_hda_gen_spec_init(struct hda_gen_spec *spec);
334 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name,
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam.c69 tscm->spec = &model_specs[i]; in identify_model()
73 if (tscm->spec == NULL) in identify_model()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dsymbols.py23 def __init__(self, spec, gdb_command):
24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dsymbols.py23 def __init__(self, spec, gdb_command):
24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.h312 int snd_hda_gen_spec_init(struct hda_gen_spec *spec);
326 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRuleParser.java114 private ResultSpec parseResultSpec(String spec, int lineNumber) { in parseResultSpec() argument
117 List<String> rbPathAndInstructions = RULE_PARTS_SPLITTER.splitToList(spec); in parseResultSpec()
134 checkArgument(m.lookingAt(), "unexpected path spec: %s", escapedPathSpec); in parseRule()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmarkers.py112 spec = Specifier("".join([op.serialize(), rhs]))
116 return spec.contains(lhs, prereleases=True)
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
H A Dindex.js88 const spec = npa.resolve(name, wanted || defaultTag)
89 const type = spec.type
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java62 public static PrefixTree from(RangeSpecification spec) { in from() argument
64 return from(RangeTree.from(spec)); in from()
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py123 """Returns the name of variable for spec with given depth."""
139 spec = re.sub(r"\$\{(\w+)\}", lambda x: args[x.group(1)],
141 f.write(spec)
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DCorrectnessActivity.java59 GridLayout.Spec rowSpec = GridLayout.spec(i / 5, 1, GridLayout.CENTER); in onCreate()
60 GridLayout.Spec colSpec = GridLayout.spec(i % 5, 1, GridLayout.CENTER); in onCreate()

Completed in 12 milliseconds

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