Home
last modified time | relevance | path

Searched refs:single (Results 76 - 100 of 284) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp477 de::MovePtr<tcu::TestCaseGroup> single (new tcu::TestCaseGroup(testCtx, "single")); in createGranularityQueryTests()
550 single->addChild(new GranularityCase(testCtx, name.c_str(), attachments)); in createGranularityQueryTests()
591 group->addChild(single.release()); in createGranularityQueryTests()
/third_party/alsa-utils/alsactl/
H A Dalsactl.h19 bool single; member
/third_party/libsnd/Octave/
H A Dsndfile_save.m37 error ("Second parameter 'fs' must be a single value, not an array or matrix.") ;
H A Dsndfile_play.m33 error ("Second parameter fs must be a single value.") ;
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
/third_party/rust/crates/regex/src/
H A Dpool.rs293 // Tests that Pool implements the "single owner" optimization. That is, the
322 // If we didn't implement the single owner optimization, then one of in thread_owner_optimization()
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1113 OCSP_SINGLERESP *single; in make_ocsp_response() local
1117 single = OCSP_basic_add1_status(bs, cid, in make_ocsp_response()
1120 if (single == NULL) { in make_ocsp_response()
1126 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, in make_ocsp_response()
1129 OCSP_SINGLERESP_add1_ext_i2d(single, in make_ocsp_response()
/third_party/openssl/apps/
H A Docsp.c1113 OCSP_SINGLERESP *single; in make_ocsp_response() local
1117 single = OCSP_basic_add1_status(bs, cid, in make_ocsp_response()
1120 if (single == NULL) { in make_ocsp_response()
1126 OCSP_SINGLERESP_add1_ext_i2d(single, NID_invalidity_date, in make_ocsp_response()
1129 OCSP_SINGLERESP_add1_ext_i2d(single, in make_ocsp_response()
/third_party/gn/src/gn/
H A Drust_variables.cc94 main.rs for executable) or a single file in sources, if sources contains
/third_party/node/test/parallel/
H A Dtest-http2-util-headers-list.js166 // Arrays containing a single set-cookie value are handled correctly
178 // pseudo-headers are only allowed a single value
187 message: 'Header field ":status" must only have a single value'
250 const msg = `Header field "${name}" must only have a single value`;
/third_party/node/deps/npm/lib/utils/
H A Dsbom-spdx.js124 const integrity = ssri.parse(node.integrity, { single: true })
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
H A Djsimdcfg.inc.h68 ; Representation of a single sample (pixel element value).
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex91 Since \Func{ptrace}(2) works within a single machine only, the
97 The \Prog{\_UPT}-facility assumes that a single \Prog{\_UPT}-info
H A Dunw_get_proc_info.tex77 procedure is assumed to occupy a single, contiguous range of
80 members. If a single function/routine is split into multiple,
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js300 return parse(this, { single: true }).hexDigest()
376 if (opts?.single) {
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite281 echo " single file Run the test in 'file'."
636 single|--single)
/third_party/node/deps/v8/src/torque/
H A Dtype-oracle.h146 if (base::Optional<const Type*> single = type.GetSingleMember()) { in GetUnionType()
147 return *single; in GetUnionType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandValidation.cpp33 // Buffers can only be used as single-write or multiple read. in ValidateSyncScopeResourceUsage()
45 // Check that every single subresource is used as either a single-write usage or a in ValidateSyncScopeResourceUsage()
355 // Always returns a single aspect (color, stencil, depth, or ith plane for multi-planar
363 "More than a single aspect (%s) is selected for multi-planar format (%s) in " in SingleAspectUsedByImageCopyTexture()
367 Aspect single = format.aspects; in SingleAspectUsedByImageCopyTexture() local
368 return single; in SingleAspectUsedByImageCopyTexture()
403 // Metal cannot select a single aspect for texture-to-texture copies. in ValidateTextureToTextureCopyCommonRestrictions()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_parser.py537 single = "{p}spamspamspam{s}".format(p=pre, s=pre[-1])
538 self.validate(single)
/third_party/python/Lib/test/libregrtest/
H A Dmain.py63 single, randomize, use_resources, trace, coverdir,
99 # used by --single
220 if self.ns.single:
268 if self.ns.single:
552 or not(self.ns.pgo or self.ns.quiet or self.ns.single
/third_party/icu/icu4c/source/i18n/
H A Drbt_pars.cpp407 int32_t quoteStart = -1; // Most recent 'single quoted string' in parseSection()
555 TransliteratorIDParser::SingleID* single = in parseSection() local
558 if (single == NULL || in parseSection()
563 Transliterator *t = single->createInstance(); in parseSection()
564 delete single; in parseSection()
644 // Quantifiers. We handle single characters, quoted strings, in parseSection()
668 // The */+ follows a single character, possibly in parseSection()
1348 // LHS is the name. RHS is a single character, either a literal in parseRule()
1353 // We expect to see a single undefined variable (the one being in parseRule()
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_pars.cpp407 int32_t quoteStart = -1; // Most recent 'single quoted string' in parseSection()
555 TransliteratorIDParser::SingleID* single = in parseSection() local
558 if (single == nullptr || in parseSection()
563 Transliterator *t = single->createInstance(); in parseSection()
564 delete single; in parseSection()
644 // Quantifiers. We handle single characters, quoted strings, in parseSection()
668 // The */+ follows a single character, possibly in parseSection()
1348 // LHS is the name. RHS is a single character, either a literal in parseRule()
1353 // We expect to see a single undefined variable (the one being in parseRule()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_32.c715 sljit_s32 single; in post_call_with_args() local
723 single = ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32); in post_call_with_args()
728 inst[0] = single ? FSTPS : FSTPD; in post_call_with_args()
732 return emit_sse2_load(compiler, single, SLJIT_FR0, SLJIT_MEM1(SLJIT_SP), 0); in post_call_with_args()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_pars.cpp407 int32_t quoteStart = -1; // Most recent 'single quoted string' in parseSection()
555 TransliteratorIDParser::SingleID* single = in parseSection() local
558 if (single == NULL || in parseSection()
563 Transliterator *t = single->createInstance(); in parseSection()
564 delete single; in parseSection()
644 // Quantifiers. We handle single characters, quoted strings, in parseSection()
668 // The */+ follows a single character, possibly in parseSection()
1330 // LHS is the name. RHS is a single character, either a literal in parseRule()
1335 // We expect to see a single undefined variable (the one being in parseRule()

Completed in 24 milliseconds

12345678910>>...12