/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MessageTest.java | 156 builder.setExtension(TestRequired.single, TEST_REQUIRED_UNINITIALIZED); in testRequiredExtension() 159 builder.setExtension(TestRequired.single, TEST_REQUIRED_INITIALIZED); in testRequiredExtension()
|
/third_party/skia/modules/canvaskit/ |
H A D | Makefile | 105 npx karma start ./karma.conf.js --no-single-run --watch-poll 108 npx karma start ./karma.conf.js --no-single-run --watch-poll --headless
|
/third_party/rust/crates/unicode-width/scripts/ |
H A D | unicode.py | 43 """Each offset is a single byte (u8).""" 108 # matches a width assignment for a single codepoint, i.e. "1F336;N # ..." 109 single = re.compile(r"^([0-9A-F]+);(\w+) +# (\w+)") 123 if match := single.match(line): 363 /// they're treated as single width. 409 /// they're treated as single width. 414 // U+0020 to U+007F (exclusive) are single-width ASCII codepoints 461 - The soft hyphen (`U+00AD`) is single-width. 467 of `Neutral`, `Narrow`, or `Halfwidth`) are single-width.
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | sierra_net.c | 377 struct lsi_umts_single *single = (struct lsi_umts_single *)lsi; in sierra_net_parse_lsi() local 380 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi() 381 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi() 383 single->link_type); in sierra_net_parse_lsi()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | sierra_net.c | 377 struct lsi_umts_single *single = (struct lsi_umts_single *)lsi; in sierra_net_parse_lsi() local 380 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi() 381 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi() 383 single->link_type); in sierra_net_parse_lsi()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libxvid.c | 381 xvid_plugin_single_t single = { 0 }; in xvid_encode_init() local 547 single.version = XVID_VERSION; in xvid_encode_init() 548 single.bitrate = avctx->bit_rate; in xvid_encode_init() 551 plugins[xvid_enc_create.num_plugins].param = &single; in xvid_encode_init()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memset.S | 70 bic $1,7,$1 # E : fit within a single quadword? 251 bic $1,7,$1 # E : fit within a single quadword 436 bic $1,7,$1 # E : fit within a single quadword
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-memset.S | 70 bic $1,7,$1 # E : fit within a single quadword? 251 bic $1,7,$1 # E : fit within a single quadword 436 bic $1,7,$1 # E : fit within a single quadword
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiGranularityTests.cpp | 477 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()
|
/kernel/linux/linux-5.10/Documentation/target/ |
H A D | target-export-device | 13 Export a block device or a file as an iSCSI target with a single LUN
|
/kernel/linux/linux-6.6/Documentation/target/ |
H A D | target-export-device | 13 Export a block device or a file as an iSCSI target with a single LUN
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_fs.h | 48 bool single; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_fs.h | 46 bool single; member
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 19 bool single; member
|
/third_party/libsnd/Octave/ |
H A D | sndfile_save.m | 37 error ("Second parameter 'fs' must be a single value, not an array or matrix.") ;
|
H A D | sndfile_play.m | 33 error ("Second parameter fs must be a single value.") ;
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha512-armv4.S | 21 @ 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 D | sha512-armv4.S | 21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
|
/third_party/rust/crates/regex/src/ |
H A D | pool.rs | 293 // 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 D | ocsp.c | 1113 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 D | ocsp.c | 1113 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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4m_smp.c | 266 .single = sun4m_ipi_single,
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | sleep.S | 46 @ The following must all exist in a single cache line to
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | Makefile | 103 ccflags-y := -fpic $(call cc-option,-mno-single-pic-base,) -fno-builtin \
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/ |
H A D | sleep.S | 46 @ The following must all exist in a single cache line to
|