Home
last modified time | relevance | path

Searched refs:valid (Results 451 - 475 of 781) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/python/Lib/importlib/metadata/
H A D__init__.py103 for section in cls.read(text, filter_=cls.valid)
119 def valid(line): member in Sectioned
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h223 bool valid() const { return (mIndex != kInvalidIndex); } in valid() function in rx::vk::final
258 bool valid() const { return (mIndex != QueueFamily::kInvalidIndex); } in valid() function in rx::vk::DeviceQueueMap
H A Dvk_cache_utils.cpp1731 ASSERT(vertexModule.valid());
1739 if (tessControlPointer.valid())
1751 if (tessEvaluationPointer.valid())
1763 if (geometryPointer.valid())
1776 if (fragmentPointer.valid() &&
2060 // To avoid triggering valid usage error, blending must be disabled for formats that do
2097 if (tessControlPointer.valid() && tessEvaluationPointer.valid())
3057 if (serial.viewSerial.valid())
3126 if (serial.viewSerial.valid())
[all...]
H A Dvk_cache_utils.h843 bool valid() const { return mExternalOrVkFormat != 0; }
1014 bool valid() const { return mPipeline.valid(); }
1307 bool valid() const { return mSampler.valid(); }
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp276 if (!caseListPath.valid())
283 if (!testExpectationsPath.valid())
/third_party/skia/third_party/externals/icu/source/common/
H A Duinvchar.cpp180 # error U_CHARSET_FAMILY is not valid
256 # error U_CHARSET_FAMILY is not valid in uprv_isInvariantString()
/third_party/exfatprogs/fsck/
H A Dfsck.c516 exfat_err("Bad fs_name in boot sector, which does not describe a valid exfat filesystem\n"); in exfat_boot_region_check()
595 bool valid = true; in check_inode() local
606 valid = false; in check_inode()
616 valid = false; in check_inode()
624 valid = false; in check_inode()
635 return valid ? ret : -EINVAL; in check_inode()
900 "valid size %" PRIu64 " greater than size %" PRIu64, in read_file_dentry_set()
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c130 if (!keys->valid) /* no crypto = pad with 00 */ in lws_pad_set_length()
580 if (pss->active_keys_cts.valid) { in lws_ssh_parse_plaintext()
1912 if (pss->active_keys_cts.valid && in parse()
1917 if (pss->active_keys_cts.valid && in parse()
1994 if (!pss->active_keys_stc.valid) { in pad_and_encrypt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1751 if (mResolvedDepth.valid() && extents == mResolvedDepth.getExtents() && in initResolveDepthOnly()
1797 if (mResolvedDepthStencil.valid() && extents == mResolvedDepthStencil.getExtents()) in initResolveDepthStencil()
1803 if (mResolvedDepthStencil.valid()) in initResolveDepthStencil()
1855 if (mStencilSRV.valid()) in resolveStencil()
1870 if (!mStencilSRV.valid()) in resolveStencil()
H A DPixelTransfer11.cpp192 ASSERT(textureRTV.valid()); in copyBufferToTexture()
/third_party/libfuse/lib/
H A Dfuse.c2771 int valid, struct fuse_file_info *fi) in fuse_lib_setattr()
2787 if (!err && (valid & FUSE_SET_ATTR_MODE)) in fuse_lib_setattr()
2789 if (!err && (valid & (FUSE_SET_ATTR_UID | FUSE_SET_ATTR_GID))) { in fuse_lib_setattr()
2790 uid_t uid = (valid & FUSE_SET_ATTR_UID) ? in fuse_lib_setattr()
2792 gid_t gid = (valid & FUSE_SET_ATTR_GID) ? in fuse_lib_setattr()
2796 if (!err && (valid & FUSE_SET_ATTR_SIZE)) { in fuse_lib_setattr()
2802 (valid & (FUSE_SET_ATTR_ATIME | FUSE_SET_ATTR_MTIME))) { in fuse_lib_setattr()
2810 if (valid & FUSE_SET_ATTR_ATIME_NOW) in fuse_lib_setattr()
2812 else if (valid & FUSE_SET_ATTR_ATIME) in fuse_lib_setattr()
2815 if (valid in fuse_lib_setattr()
2770 fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, int valid, struct fuse_file_info *fi) fuse_lib_setattr() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c919 /* not valid based on reqs; demote to more compatible type */ in resource_object_create()
1500 res->valid = true; in zink_resource_from_handle()
1565 zink_resource(pres)->valid = true; in zink_resource_from_memobj()
1613 if (res->valid && res->fb_binds) in zink_resource_invalidate()
1615 res->valid = false; in zink_resource_invalidate()
2008 if (!res->valid && res->fb_binds) in zink_image_map()
2010 res->valid = true; in zink_image_map()
2180 /* The Vulkan 1.1 specification says the following about valid usage in zink_resource_setup_transfer_layouts()
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2015 int valid; in dsp_ioctl() local
2025 if ((valid = pa_sample_spec_valid(&ss))) { in dsp_ioctl()
2034 if (!valid) { in dsp_ioctl()
2055 int valid; in dsp_ioctl() local
2064 if ((valid = pa_sample_spec_valid(&ss))) { in dsp_ioctl()
2071 if (!valid) { in dsp_ioctl()
2382 /* Mixer ioctls are valid on /dev/dsp as well */ in dsp_ioctl()
/third_party/f2fs-tools/fsck/
H A Dmount.c871 MSG(0, "Magic Mismatch, valid(0x%x) - read(0x%x)\n", in sanity_check_raw_super()
1088 MSG(0, "\tCan't find a valid F2FS superblock at 0x%x\n", sb_addr); in validate_super_block()
1259 * Finding out valid cp block involves read both in get_valid_checkpoint()
1643 int valid = 0; in write_nat_bits() local
1663 valid++; in write_nat_bits()
1665 if (valid == 0) in write_nat_bits()
1667 else if (valid == NAT_ENTRY_PER_BLOCK) in write_nat_bits()
1682 MSG(0, "Info: Write valid nat_bits in checkpoint\n"); in write_nat_bits()
1730 uint32_t valid = 0; in check_nat_bits() local
1736 valid in check_nat_bits()
[all...]
/third_party/pulseaudio/src/pulse/
H A Dstream.c193 s->write_index_corrections[i].valid = 0; in pa_stream_new_with_proplist_internal()
1612 if (s->write_index_corrections[s->current_write_index_correction].valid) { in pa_stream_write_ext_free()
1937 if (!o->stream->write_index_corrections[j].valid || in stream_get_timing_info_callback()
1960 if (!o->stream->write_index_corrections[n].valid) in stream_get_timing_info_callback()
1964 o->stream->write_index_corrections[n].valid = false; in stream_get_timing_info_callback()
2055 PA_CHECK_VALIDITY_RETURN_NULL(s->context, !s->write_index_corrections[cidx].valid, PA_ERR_INTERNAL); in pa_stream_update_timing_info()
2074 s->write_index_corrections[cidx].valid = true; in pa_stream_update_timing_info()
2415 if (s->write_index_corrections[s->current_write_index_correction].valid) in pa_stream_flush()
H A Dinternal.h145 bool valid:1; member
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak19 #Here we test if a valid configuration is given
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h65 unsigned int valid:1; member
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js91 if (semver.valid(v)) {
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js286 t.test('add using valid semver range as name', async t => {
290 /Tag name must not be a valid SemVer range: 1.0.0/,
/third_party/ltp/testcases/kernel/kvm/
H A Dlib_host.c60 return trans.valid ? trans.physical_address : 0; in tst_kvm_get_phys_address()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h126 bool valid; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h254 int valid; member
267 /* cert currently being tested as valid issuer */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp141 if (!Records[Index.toArrayIndex()].Type.valid()) in contains()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLMultiContextTest.cpp258 ASSERT_TRUE(graphicsProgram.valid()); in TEST_P()

Completed in 45 milliseconds

1...<<11121314151617181920>>...32