/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A D | ff-proc.c | 32 ff->spec->protocol->dump_status(ff, buffer); in proc_dump_status()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atmbr2684.h | 55 } spec; member
|
H A D | romfs_fs.h | 42 __be32 spec; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | romfs_fs.h | 29 __be32 spec; member
|
H A D | atmbr2684.h | 43 } spec; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | romfs_fs.h | 42 __be32 spec; member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother_2.h | 51 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 D | TranslatorMetal.h | 42 TranslatorMetal(sh::GLenum type, ShShaderSpec spec);
|
H A D | TranslatorGLSL.cpp | 21 TranslatorGLSL::TranslatorGLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorGLSL() argument 22 : TCompiler(type, spec, output) in TranslatorGLSL()
|
H A D | Compiler.h | 93 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 D | ftmac.h | 217 * spec :: 236 const FSSpec *spec, 256 * spec ::
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | euckr_gen.sh | 7 # 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 D | time_zone_posix.h | 15 // 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 D | distributed_hardware_proxy_test.cpp | 208 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 D | hda_generic.h | 320 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 D | tascam.c | 69 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 D | symbols.py | 23 def __init__(self, spec, gdb_command): 24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | symbols.py | 23 def __init__(self, spec, gdb_command): 24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.h | 312 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 D | RuleParser.java | 114 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 D | markers.py | 112 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 D | index.js | 88 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 D | PrefixTree.java | 62 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 D | abseil.podspec.gen.py | 123 """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 D | CorrectnessActivity.java | 59 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()
|