/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 588 suffix = '#endif\n' 591 suffix = '#endif\n' 594 suffix = '' 601 suffix = '' 603 write(prefix + self.cmdBody + suffix, end='', file=self.outFile) 632 # EnumInfo.type is a C value suffix (e.g. u, ull) 635 # Handle non-integer 'type' fields by using it as the C value suffix
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 597 suffix = '#endif\n' 600 suffix = '#endif\n' 603 suffix = '' 610 suffix = '' 612 write(prefix + self.cmdBody + suffix, end='', file=self.outFile) 641 # EnumInfo.type is a C value suffix (e.g. u, ull) 644 # Handle non-integer 'type' fields by using it as the C value suffix
|
/third_party/skia/bench/ |
H A D | PathBench.cpp | 119 SkString suffix; variable 120 suffix.printf("rotated_rect_%s_%d", fAA ? "aa" : "noaa", fDegrees); 121 name->append(suffix); 1114 TightBoundsBench(SkRect (*proc)(const SkPath&), const char suffix[]) : fProc(proc) { in TightBoundsBench() argument 1115 fName.printf("tight_bounds_%s", suffix); in TightBoundsBench()
|
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 490 spanless_eq_struct!(Lit; kind symbol suffix); 495 spanless_eq_struct!(MetaItemLit; symbol suffix kind span); 509 spanless_eq_struct!(StrLit; symbol suffix symbol_unescaped style span); 809 suffix: None, in is_escaped_literal_meta_item_lit() 822 suffix: None, in is_escaped_lit()
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.c | 2239 *suffix; in ppdCreateFromIPP2() local 2242 /* Find a page size without ".Borderless" suffix */ in ppdCreateFromIPP2() 2243 /* (if all are ".Borderless" we drop the suffix in the PPD) */ in ppdCreateFromIPP2() 2252 suffix = strcasestr(ppdname, ".Borderless"); in ppdCreateFromIPP2() 2253 if (suffix) in ppdCreateFromIPP2() 2254 *suffix = '\0'; in ppdCreateFromIPP2() 2287 suffix = strcasestr(ppdsizename, ".Borderless"); in ppdCreateFromIPP2() 2288 if (suffix) in ppdCreateFromIPP2() 2289 *suffix = '\0'; in ppdCreateFromIPP2() 2332 suffix in ppdCreateFromIPP2() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_runtime_effect.cpp | 41 searchStart = match.suffix().first;
in GlslToSksl()
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 154 .suffix = 'r',
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop-common.h | 172 const char *prefix, const char *suffix);
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | arc-rawmode.c | 154 .suffix = 'r',
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop-common.h | 172 const char *prefix, const char *suffix);
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | cmsg_ipv6.sh | 9 TMPF=$(mktemp --suffix ".pcap")
|
/third_party/gn/src/base/files/ |
H A D | file_util.h | 287 // a number, -1 is returned. If |suffix| is not empty, also checks the 288 // existence of it with the given suffix. 290 const FilePath::StringType& suffix);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_affixes.h | 176 AffixMatcher(AffixPatternMatcher* prefix, AffixPatternMatcher* suffix, result_flags_t flags); 209 // 18 is the limit: positive, zero, and negative, each with prefix, suffix, and prefix+suffix, 212 // 6 is the limit: positive, zero, and negative, a prefix and a suffix for each,
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | lower_precision_test.py | 2281 with tempfile.NamedTemporaryFile(mode='wt', suffix='.frag') as source_file:
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_affixes.h | 176 AffixMatcher(AffixPatternMatcher* prefix, AffixPatternMatcher* suffix, result_flags_t flags); 209 // 18 is the limit: positive, zero, and negative, each with prefix, suffix, and prefix+suffix, 212 // 6 is the limit: positive, zero, and negative, a prefix and a suffix for each,
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 53 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix 268 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | trace.h | 81 * Attach a prefix and a suffix to the given |category|, to be printed at the 84 * If a null pointer is passed as argument, the existing prefix or suffix is 90 int OSSL_trace_set_suffix(int category, const char *suffix);
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 56 if target.suffix.lower() in {".py", ".pyw"}:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | promote.py | 10 # Usage: promote.py [-overwrite] [-out dir] [-suffix str] files 13 # -suffix specifies suffix to add to output files, default '' 85 outFilename = args.outDir + '/' + os.path.basename(filename) + args.suffix 145 parser.add_argument('-suffix', action='store', dest='suffix', 147 help='Set the suffix added to updated file names (default: none)')
|
H A D | test_reflow.py | 50 self.suffix = ''
|
/third_party/openssl/include/openssl/ |
H A D | trace.h | 81 * Attach a prefix and a suffix to the given |category|, to be printed at the 84 * If a null pointer is passed as argument, the existing prefix or suffix is 90 int OSSL_trace_set_suffix(int category, const char *suffix);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_affixes.h | 174 AffixMatcher(AffixPatternMatcher* prefix, AffixPatternMatcher* suffix, result_flags_t flags); 207 // 9 is the limit: positive, zero, and negative, each with prefix, suffix, and prefix+suffix 209 // 6 is the limit: positive, zero, and negative, a prefix and a suffix for each
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 53 /^-S/ && (($U_ICU_VERSION_SUFFIX = shift(@ARGV)), next); # pick the suffix 268 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
|
/third_party/alsa-lib/src/topology/ |
H A D | data.c | 1884 char suffix[16]; in tplg_add_data() local 1914 snprintf(suffix, sizeof(suffix), "data%u", block++); in tplg_add_data() 1915 err = tplg_add_data_bytes(tplg, parent, suffix, tp->array, tp->size); in tplg_add_data() 1969 const char *suffix, const void *bin, size_t size) in tplg_add_data_bytes() 1975 if (suffix) in tplg_add_data_bytes() 1976 snprintf(id, sizeof(id), "%.30s:%.12s", parent->id, suffix); in tplg_add_data_bytes() 1968 tplg_add_data_bytes(snd_tplg_t *tplg, struct tplg_elem *parent, const char *suffix, const void *bin, size_t size) tplg_add_data_bytes() argument
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 916 Line trial, prefix, suffix; in gooseUp() local 934 suffix.clear(); in gooseUp() 936 suffix.append(*toSort[expIndexes[m]]); in gooseUp() 946 trial.append(suffix); in gooseUp() 969 suffix.clear(); in gooseUp() 971 suffix.append(*toSort[expIndexes[m]]); in gooseUp() 976 trial.append(suffix); in gooseUp()
|