Home
last modified time | relevance | path

Searched refs:suffix (Results 876 - 900 of 1055) sorted by relevance

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

/third_party/skia/third_party/externals/icu/source/
H A Dconfigure1079 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1082 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1450 --enable-renaming add a version suffix to symbols default=yes
1481 --with-library-suffix=suffix tag a suffix to the library names default=
3110 # safe: cross compilers may not add the suffix if given an `-o'
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/third_party/gn/src/gn/
H A Dparser.cc856 // Assign suffix to syntax immediately before. in AssignComments()
860 // Don't assign suffix comments to the function, list, or block, but instead in AssignComments()
868 // Don't assign suffix comments to something that starts on an earlier in AssignComments()
890 if ((*i)->comments() && !(*i)->comments()->suffix().empty()) in AssignComments()
H A Dparse_tree.cc241 if (comments_->suffix().size()) { in AddCommentsJSONNodes()
243 for (const auto& token : comments_->suffix()) in AddCommentsJSONNodes()
/third_party/node/deps/v8/tools/
H A Dcallstats.py55 with tempfile.NamedTemporaryFile(prefix='callstats-inject-', suffix='.js',
/third_party/python/Tools/wasm/
H A Dwasm_build.py650 # Multi-threaded sqlite3 has different suffix
657 with tempfile.TemporaryDirectory(suffix="-py-emport") as tmpdir:
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h260 /* Prefix and suffix callback in ASN1 BIO */
539 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h812 SPVC_PUBLIC_API spvc_result spvc_compiler_msl_set_combined_sampler_suffix(spvc_compiler compiler, const char *suffix);
H A Dtest_shaders.py47 f, path = tempfile.mkstemp(suffix = suff)
/third_party/python/Lib/test/
H A Dtest_zipfile.py3428 entry.joinpath('suffix')
3468 The suffix of the root should be the suffix of the zipfile.
3469 The suffix of each nested file is the final component's last suffix, if any.
3473 assert root.suffix == '.zip' == root.filename.suffix
3476 assert b.suffix == ".txt"
3479 assert c.suffix == ".gz"
3482 assert d.suffix
[all...]
H A Dtest_compileall.py820 for suffix in range(5):
821 pkgdir = os.path.join(self.directory, 'foo{}'.format(suffix))
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h2446 // - The suffix can be used to add annotations (such as memory access
2450 const char* suffix = "\n");
2453 const char* suffix = "\n");
2455 // allow the suffix to be overridden.
2461 // suffix to be overridden. The format must include the kPrintRegPartial flag.
2465 const char* suffix = "\n");
2469 const char* suffix = "\n");
2474 const char* suffix = "\n");
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-core.c766 const char *prefix, const char *suffix) in iio_format_list()
795 len += sysfs_emit_at(buf, len, "%s\n", suffix); in iio_format_list()
898 /* Ignore the dB suffix */ in __iio_str_to_fixpoint()
902 /* Ignore the dB suffix */ in __iio_str_to_fixpoint()
765 iio_format_list(char *buf, const int *vals, int type, int length, const char *prefix, const char *suffix) iio_format_list() argument
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py225 suffix = nameMux[profile][mode]
226 tmpFile, tmpPath = tempfile.mkstemp(suffix, dir=self.tempDir.name)
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1308 MATCHER_P2(EqConcat, prefix, suffix, "") { in MATCHER_P2()
1311 char suffix_char = static_cast<char>(suffix); in MATCHER_P2()
H A Dgmock-more-actions_test.cc1263 ACTION_P2(PadArgument, prefix, suffix) { in ACTION_P2()
1266 char suffix_char = static_cast<char>(suffix); in ACTION_P2()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp276 const char *const suffix = (this->supported_versions[i].es) ? " ES" : ""; in _mesa_glsl_parse_state()
281 suffix); in _mesa_glsl_parse_state()
/third_party/node/lib/internal/
H A Derrors.js1207 const suffix = 'This is caused by either a bug in Node.js ' +
1211 return message === undefined ? suffix : `${message}\n${suffix}`;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1137 const TNode<Object> suffix = in TF_BUILTIN() local
1141 Builtin::kStringAdd_CheckNone, context, var_result.value(), suffix); in TF_BUILTIN()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc733 RegExpTree* suffix = zone->New<RegExpAtom>( in RationalizeConsecutiveAtoms() local
735 suffixes->Add(suffix, zone); in RationalizeConsecutiveAtoms()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py725 suffix = f' ({parsed.parent.name})'
728 prefix = suffix = ''
729 yield f'{prefix}{parsed.kind.value} {parsed.name!r}{suffix}'
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp469 const auto suffix = ((descriptor.aspect == VK_IMAGE_ASPECT_STENCIL_BIT) ? "ui" : "f"); in initPrograms() local
486 descriptorsDecl << "layout (r32" << suffix << ", set=1, binding=" << descriptor.binding << ") uniform " << prefix << "image2D storage" << descriptor.binding << ";\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp1458 const std::string suffix; in createDepthTests() member
1473 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp469 const auto suffix = ((descriptor.aspect == VK_IMAGE_ASPECT_STENCIL_BIT) ? "ui" : "f"); in initPrograms() local
486 descriptorsDecl << "layout (r32" << suffix << ", set=1, binding=" << descriptor.binding << ") uniform " << prefix << "image2D storage" << descriptor.binding << ";\n"; in initPrograms()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp1530 /* term suffix* */
1553 DSLExpression next = this->suffix(std::move(result)); in postfixExpression()
1620 DSLExpression DSLParser::suffix(DSLExpression base) { in suffix() function in SkSL::DSLParser
1691 this->error(next, "expected expression suffix, but found '" + this->text(next) + "'"); in suffix()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp1413 const std::string suffix; in createDepthTests() member
1428 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests()

Completed in 75 milliseconds

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