Home
last modified time | relevance | path

Searched refs:suffix (Results 801 - 825 of 1055) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/json/
H A DMakefile164 --suffix=none \
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py361 suffix=".tmp",
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py354 suffix=".tmp",
/third_party/lz4/programs/
H A Dlz4cli.c99 const char* suffix,
261 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java68 * "carrier" specifiers must share a common suffix after the "first group". This is a limitation of
277 * parsing of templates that, over time, might need to adapt to real world changes (e.g. suffix
385 // determining where the prefix and suffix should be split when considering hoisting the in parse()
422 // it isn't split into prefix and suffix (as required in some situations for the XML). As such
534 // If no suffix start found, the entire skeleton is the prefix. in getSuffixStart()
539 // pushes the suffix start to just after the "first available group" (which is what becomes in getSuffixStart()
/third_party/python/Tools/scripts/
H A Dstable_abi.py690 if args.file.suffix == '.txt':
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py11 Usage: `reflow.py [-noflow] [-tagvu] [-nextvu #] [-overwrite] [-out dir] [-suffix str] files`
26 - `-suffix` specifies suffix to add to output files, default ''
474 outFilename = str(outDir / (os.path.basename(filename) + args.suffix))
559 parser.add_argument('-suffix', action='store', dest='suffix',
561 help='Set the suffix added to updated file names (default: none)')
/third_party/python/Lib/test/
H A Dtest_zipapp.py62 return path.suffix != '.pyc'
/third_party/skia/tools/skpbench/
H A Dskpbench.py44 __argparse.add_argument('-x', '--suffix',
45 help="suffix to append on config (e.g. '_before', '_after')")
316 emit_result(skpbench.best_result.format(FLAGS.suffix),
/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc224 << " " << compiler_version.suffix() << std::endl; in Generate()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2331 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2343 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
2344 else suffix = "_time64"; in __dlsym_redir_time64()
2348 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c2330 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2342 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
2343 else suffix = "_time64"; in __dlsym_redir_time64()
2347 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs266 /// that name. This lets us give each overload a unique suffix.
4143 // suffix. in codegen()
5129 // If the given calling convention also prescribes a suffix, check that
5132 let suffix = &mangled_name[canonical_name.len() + 1..];
5134 // The shortest suffix is "@0"
5135 if suffix.len() < 2 {
5139 // Check that the suffix starts with '@' and is all ASCII decimals
5141 if suffix[0] != b'@' || !suffix[1..].iter().all(u8::is_ascii_digit)
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3130 char* pa_str_strip_suffix(const char *str, const char *suffix) { in pa_str_strip_suffix() argument
3135 pa_assert(suffix); in pa_str_strip_suffix()
3138 suf_l = strlen(suffix); in pa_str_strip_suffix()
3145 if (!pa_streq(&str[prefix], suffix)) in pa_str_strip_suffix()
/third_party/python/PC/
H A Dlauncher2.c1064 // If we had 'python3.12.exe' then we want to strip the suffix in checkShebang()
1067 const wchar_t *suffix = &search->tag[search->tagLength - 4]; in checkShebang() local
1068 if (0 == _comparePath(suffix, 4, L".exe", -1)) { in checkShebang()
1075 const wchar_t *suffix = &search->tag[search->tagLength - 2]; in checkShebang() local
1076 if (0 == _comparePath(suffix, 2, L"_d", -1)) { in checkShebang()
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H A Dmain.c485 const char *suffix, in fw_get_filesystem_firmware()
517 fw_path[i], fw_priv->fw_name, suffix); in fw_get_filesystem_firmware()
484 fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv, const char *suffix, int (*decompress)(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer)) fw_get_filesystem_firmware() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_hdmi.c78 #define XCAT(prefix, x, suffix) prefix ## x ## suffix
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-rspi.c1253 irq_handler_t handler, const char *suffix, in rspi_request_irq()
1257 dev_name(dev), suffix); in rspi_request_irq()
1252 rspi_request_irq(struct device *dev, unsigned int irq, irq_handler_t handler, const char *suffix, void *dev_id) rspi_request_irq() argument
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dmain.c489 const char *suffix, in fw_get_filesystem_firmware()
531 fw_priv->fw_name, suffix); in fw_get_filesystem_firmware()
488 fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv, const char *suffix, int (*decompress)(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer)) fw_get_filesystem_firmware() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-rspi.c1276 irq_handler_t handler, const char *suffix, in rspi_request_irq()
1280 dev_name(dev), suffix); in rspi_request_irq()
1275 rspi_request_irq(struct device *dev, unsigned int irq, irq_handler_t handler, const char *suffix, void *dev_id) rspi_request_irq() argument
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c1017 * skipping optional "-gpio" node suffix. When found, assign node to the bank.
1021 const char *suffix = "-gpio-bank"; in samsung_banks_node_get() local
1032 len = strlcat(node_name, suffix, sizeof(node_name)); in samsung_banks_node_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hdmi.c79 #define XCAT(prefix, x, suffix) prefix ## x ## suffix
/kernel/linux/linux-6.6/lib/
H A Dtest_bitmap.c176 #define __expect_eq(suffix, ...) \
180 if (!__check_eq_ ## suffix(__FILE__, __LINE__, \

Completed in 43 milliseconds

1...<<31323334353637383940>>...43