Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/ffmpeg/libavutil/
Dcpu_internal.h26 #define CPUEXT_SUFFIX(flags, suffix, cpuext) \ argument
29 #define CPUEXT_SUFFIX_FAST2(flags, suffix, cpuext, slow_cpuext) \ argument
33 #define CPUEXT_SUFFIX_SLOW2(flags, suffix, cpuext, slow_cpuext) \ argument
37 #define CPUEXT_SUFFIX_FAST(flags, suffix, cpuext) CPUEXT_SUFFIX_FAST2(flags, suffix, cpuext, cpuext) argument
38 #define CPUEXT_SUFFIX_SLOW(flags, suffix, cpuext) CPUEXT_SUFFIX_SLOW2(flags, suffix, cpuext, cpuext) argument
/third_party/python/Tools/buildbot/
DremotePythonInfo.bat8 set suffix=_d variable
14 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
15 if "%1"=="+d" (set suffix=) & shift & goto CheckOpts variable
/third_party/libffi/
Dgenerate-darwin-source-and-headers.py20 suffix = "\n\n#endif" variable in simulator_platform
33 suffix = "\n\n#endif" variable in simulator64_platform
46 suffix = "\n\n#endif" variable in device_platform
59 suffix = "\n\n#endif" variable in device64_platform
74 suffix = "\n\n#endif" variable in desktop32_platform
85 suffix = "\n\n#endif" variable in desktop64_platform
98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix argument
/third_party/ltp/tools/sparse/sparse-src/
Dpredefine.c20 static void predefined_sizeof(const char *name, const char *suffix, unsigned bits) in predefined_sizeof()
38 const char *suffix = builtin_type_suffix(type); in predefined_max() local
49 const char *suffix = builtin_type_suffix(type); in predefined_min() local
71 const char *suffix = (flags & PTYPE_T) ? "_T" : ""; in predefined_ctype() local
/third_party/rust/crates/os_str_bytes/tests/
Draw_random.rs26 let suffix = random_common::random_os_string(SMALL_LENGTH)?; in test_complex() localVariable
30 let suffix = RawOsString::new(suffix); in test_complex() localVariable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java23 private final AffixPatternMatcher suffix; field in AffixMatcher
127 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
162 AffixPatternMatcher suffix, in getInstance()
168 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixMatcher.java25 private final AffixPatternMatcher suffix; field in AffixMatcher
129 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
164 AffixPatternMatcher suffix, in getInstance()
170 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/shaders/
Dmeson.build37 suffix = shader.split('.').get(1) variable
39 stage_arg = suffix == 'frag' ? '-fshader-stage=fragment' : '-fshader-stage=vertex' variable
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c60 const char *suffix) in print_packed()
79 const char *suffix) in print_unpacked_rgba_doubl()
101 const char *suffix) in print_unpacked_rgba_float()
123 const char *suffix) in print_unpacked_rgba_8unorm()
144 const char *suffix) in print_unpacked_z_float()
166 const char *suffix) in print_unpacked_z_32unorm()
187 const char *suffix) in print_unpacked_s_8uint()
742 const char *suffix) in test_one_func()
767 const char *suffix) in test_format_metadata()
/third_party/rust/crates/syn/src/
Dlit.rs81 suffix: Box<str>, field
94 suffix: Box<str>, field
109 suffix: Box<str>, field
241 pub fn suffix(&self) -> &str { in suffix() method
276 pub fn suffix(&self) -> &str { in suffix() method
311 pub fn suffix(&self) -> &str { in suffix() method
346 pub fn suffix(&self) -> &str { in suffix() method
413 pub fn suffix(&self) -> &str { in suffix() method
489 pub fn suffix(&self) -> &str { in suffix() method
1023 pub fn suffix(&self) -> &str { in suffix() method
[all …]
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromisify.js42 function hasPromisified(obj, key, suffix) { argument
47 function checkValid(ret, suffix, suffixRegexp) { argument
62 function promisifiableMethods(obj, suffix, suffixRegexp, filter) { argument
238 function promisifyAll(obj, suffix, filter, promisifier, multiArgs) { argument
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DTransform.cs15 private readonly byte[] suffix; field in Org.Brotli.Dec.Transform
17 internal Transform(string prefix, int type, string suffix) in Transform()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.cpp25 ImmutableString suffix( in GetImageReference() local
37 ImmutableString suffix( in GetImageReference() local
176 ImmutableString suffix(nullptr); in name() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.cpp25 ImmutableString suffix( in GetImageReference() local
37 ImmutableString suffix( in GetImageReference() local
176 ImmutableString suffix(nullptr); in name() local
/third_party/node/test/common/
Dcpu-prof.js15 function getFrames(file, suffix) { argument
25 function verifyFrames(output, file, suffix) { argument
/third_party/rust/crates/tracing/tracing-appender/src/rolling/
Dbuilder.rs12 pub(super) suffix: Option<String>, field
179 let suffix = suffix.into(); in filename_suffix() localVariable
182 let suffix = if suffix.is_empty() { in filename_suffix() localVariable
/third_party/alsa-utils/axfer/
Dxfer-options.c423 const char *suffix) in generate_path_with_suffix()
450 unsigned int index, const char *suffix) in generate_path_without_suffix()
475 unsigned int index, const char *suffix) in generate_path()
500 const char *suffix; in create_paths() local
546 const char *suffix; in fixup_paths() local
/third_party/python/PCbuild/
Drt.bat32 set suffix= variable
41 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DConstantAffixModifier.java18 private final String suffix; field in ConstantAffixModifier
39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DConstantAffixModifier.java20 private final String suffix; field in ConstantAffixModifier
41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/third_party/openssl/crypto/
Dtrace.c171 char *suffix; member
236 const char **prefix, const char **suffix, in set_trace_data()
330 const char *suffix = NULL; in ossl_trace_cleanup() local
426 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix()
495 char *suffix = NULL; in OSSL_trace_end() local
/third_party/PyYAML/lib/yaml/
Dconstructor.py565 def construct_python_name(self, suffix, node): argument
572 def construct_python_module(self, suffix, node): argument
579 def make_python_instance(self, suffix, node, argument
614 def construct_python_object(self, suffix, node): argument
623 def construct_python_object_apply(self, suffix, node, newobj=False): argument
658 def construct_python_object_new(self, suffix, node): argument
721 def make_python_instance(self, suffix, node, args=None, kwds=None, newobj=False): argument

12345678910>>...22