Home
last modified time | relevance | path

Searched refs:valid (Results 1426 - 1450 of 2880) sorted by relevance

1...<<51525354555657585960>>...116

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp383 bool valid = ReplaceVariables(mCompiler, substituteBlock, argumentMap); in processFunctionCall() local
384 ASSERT(valid); in processFunctionCall()
552 // This function actually applies multiple transformation, and the AST may not be valid until in MonomorphizeUnsupportedFunctions()
H A DRewriteStructSamplers.cpp162 bool valid = traverser.updateTree(compiler, expression); in RewriteIndexExpression() local
163 ASSERT(valid); in RewriteIndexExpression()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp293 if (!mColorAttachmentsForRender.valid()) in syncState()
316 if (mColorAttachmentsForRender.valid() && mCurrentActiveProgramOutputs == activeProgramOutputs) in getColorAttachmentsForRender()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.h233 ASSERT(mResource.valid()); in get()
408 ASSERT(!valid()); in set()
/third_party/skia/tests/
H A DAnimatedImageTest.cpp99 bool valid; in DEF_TEST() member
142 REPORTER_ASSERT(r, rec.valid == !!image.get()); in DEF_TEST()
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvgpos.c36 OTV_Validator valid );
40 OTV_Validator valid );
55 /* uses valid->extra1 (counter) */
56 /* uses valid->extra2 (boolean to handle NULL anchor field) */
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkiter.cpp120 // If there is a result, set the valid locale and actual locale, and the kind in buildInstance()
383 // that case, the returned object already has its actual/valid in createInstance()
518 BreakIterator::BreakIterator (const Locale& valid, const Locale& actual) { in BreakIterator() argument
520 locBased.setLocaleIDs(valid, actual); in BreakIterator()
/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c492 * for ($iter->rewind(); $iter->valid(); $iter->next()) {
552 * RepeatedFieldIter::valid()
554 * Implements the Iterator interface. Returns true if this is a valid element.
556 PHP_METHOD(RepeatedFieldIter, valid) { in PHP_METHOD()
567 PHP_ME(RepeatedFieldIter, valid, arginfo_void, ZEND_ACC_PUBLIC)
H A Dmap.c477 * for ($iter->rewind(); $iter->valid(); $iter->next()) {
535 * MapFieldIter::valid()
537 * Implements the Iterator interface. Returns true if this is a valid element.
539 PHP_METHOD(MapFieldIter, valid) { in PHP_METHOD()
551 PHP_ME(MapFieldIter, valid, arginfo_void, ZEND_ACC_PUBLIC)
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py217 # If the value is of type 'bytes' make sure that it is valid UTF-8 data.
222 raise ValueError('%.1024r has type bytes, but isn\'t valid UTF-8 '
230 raise ValueError('%.1024r isn\'t a valid unicode string and '
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c974 u8 valid; // Flag to say if context is valid or not member
986 unsigned int valid: 1; member
994 unsigned int valid: 1; member
1010 unsigned int valid: 1; member
1309 /* If the current MIC context is valid and its key is the same as in age_mic_context()
1312 if (cur->valid && (memcmp(cur->key, key, key_len) == 0)) in age_mic_context()
1323 cur->valid = 1; /* Key is now valid */ in age_mic_context()
1341 /* So next time we have a valid ke in micinit()
4802 int valid = 0; get_dec_u16() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c973 u8 valid; // Flag to say if context is valid or not member
985 unsigned int valid: 1; member
993 unsigned int valid: 1; member
1009 unsigned int valid: 1; member
1309 /* If the current MIC context is valid and its key is the same as in age_mic_context()
1312 if (cur->valid && (memcmp(cur->key, key, key_len) == 0)) in age_mic_context()
1323 cur->valid = 1; /* Key is now valid */ in age_mic_context()
1341 /* So next time we have a valid ke in micinit()
4798 int valid = 0; get_dec_u16() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.c796 struct net2280_request *req, int valid) in fill_dma_desc()
812 req->valid = valid; in fill_dma_desc()
813 if (valid) in fill_dma_desc()
899 req->valid = 1; in start_dma()
933 queue_dma(struct net2280_ep *ep, struct net2280_request *req, int valid) in queue_dma() argument
949 fill_dma_desc(ep, req, valid); in queue_dma()
1093 int valid = 1; in net2280_queue() local
1104 valid = 0; in net2280_queue()
1106 queue_dma(ep, req, valid); in net2280_queue()
795 fill_dma_desc(struct net2280_ep *ep, struct net2280_request *req, int valid) fill_dma_desc() argument
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c269 * 1. update NEW_ADDR to valid block address; in __set_nat_cache_dirty()
2943 unsigned int valid) in __update_nat_bits()
2945 if (valid == 0) { in __update_nat_bits()
2952 if (valid == NAT_ENTRY_PER_BLOCK) in __update_nat_bits()
2964 int valid = 0; in update_nat_bits() local
2971 valid = 1; in update_nat_bits()
2976 valid++; in update_nat_bits()
2979 __update_nat_bits(nm_i, nat_index, valid); in update_nat_bits()
2990 unsigned int valid = 0, nid_ofs = 0; in f2fs_enable_nat_bits() local
2994 valid in f2fs_enable_nat_bits()
2942 __update_nat_bits(struct f2fs_nm_info *nm_i, unsigned int nat_ofs, unsigned int valid) __update_nat_bits() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.c796 struct net2280_request *req, int valid) in fill_dma_desc()
812 req->valid = valid; in fill_dma_desc()
813 if (valid) in fill_dma_desc()
899 req->valid = 1; in start_dma()
933 queue_dma(struct net2280_ep *ep, struct net2280_request *req, int valid) in queue_dma() argument
941 fill_dma_desc(ep, req, valid); in queue_dma()
1085 int valid = 1; in net2280_queue() local
1096 valid = 0; in net2280_queue()
1098 queue_dma(ep, req, valid); in net2280_queue()
795 fill_dma_desc(struct net2280_ep *ep, struct net2280_request *req, int valid) fill_dma_desc() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java341 * and valid (expReqValid) and between valid and actual (expValidActual).
353 String valid = validLoc.toString(); in checklocs()
355 int reqValid = loccmp(req, valid); in checklocs()
356 int validActual = loccmp(valid, actual); in checklocs()
364 logln("Ok: " + label + "; req=" + req + ", valid=" + valid + in checklocs()
367 errln("FAIL: " + label + "; req=" + req + ", valid=" + valid + in checklocs()
369 (reqOK ? "" : "\n req !" + expReqValid + " valid") in checklocs()
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp712 bool valid = true; in GetPipelineDescriptorSetLayoutBindingValidity() local
715 valid = false; in GetPipelineDescriptorSetLayoutBindingValidity()
718 return valid; in GetPipelineDescriptorSetLayoutBindingValidity()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp52 bool valid = false; local
55 valid = true;
59 if (!valid) {
/kernel/linux/linux-5.10/drivers/firmware/
H A Ddmi_scan.c837 const struct dmi_device *valid; in dmi_matches() local
839 valid = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, in dmi_matches()
841 if (valid) in dmi_matches()
1185 return 0x0; /* Not a valid value */ in dmi_memdev_type()
1201 return 0xffff; /* Not a valid value */ in dmi_memdev_handle()
/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Dibs.c480 * handler seeing STARTED but not having a valid sample. in perf_ibs_stop()
491 * Clear valid bit to not count rollovers on update, rollovers in perf_ibs_stop()
617 * with samples that even have the valid bit cleared. in perf_ibs_handle_irq()
863 /* cpuid flags not valid */ in __get_ibs_caps()
893 int valid = 0; in ibs_eilvt_valid() local
912 valid = 1; in ibs_eilvt_valid()
916 return valid; in ibs_eilvt_valid()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dappletouch.c204 bool valid; /* are the samples valid? */ member
566 if (!dev->valid) { in atp_complete_geyser_1_2()
568 dev->valid = true; in atp_complete_geyser_1_2()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dibmaem.c130 char valid; member
446 data->valid) in update_aem1_sensors()
461 data->valid) in update_aem2_sensors()
H A Dgl518sm.c110 char valid; /* !=0 if following fields are valid */ member
159 || !data->valid) { in gl518_update_device()
214 data->valid = 1; in gl518_update_device()
H A Dw83l786ng.c116 char valid; /* !=0 if following fields are valid */ member
159 || !data->valid) { in w83l786ng_update_device()
212 data->valid = 1; in w83l786ng_update_device()
H A Dlm78.c120 char valid; /* !=0 if following fields are valid */ member
739 || !data->valid) { in lm78_update_device()
775 data->valid = 1; in lm78_update_device()
881 if (val < 0x03 || val > 0x77) /* Not a valid I2C address */ in lm78_isa_found()

Completed in 46 milliseconds

1...<<51525354555657585960>>...116