Home
last modified time | relevance | path

Searched refs:valid (Results 2751 - 2775 of 4120) sorted by relevance

1...<<111112113114115116117118119120>>...165

/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c108 the end of the first segment is a valid synchronization address. in open_elf()
121 the segment, so it no longer lines up correctly and is not a valid in open_elf()
224 if (!mod->main.valid) in __libdwfl_getelf()
/third_party/gn/src/gn/
H A Dfunctions.cc91 Err(node, "Not valid from an import.", in EnsureNotProcessingImport()
104 *err = Err(node, "Not valid from the build config.", in EnsureNotProcessingBuildConfig()
331 Variables valid in a config definition
819 *err = Err(exclusion_value, "Not a valid list of variables to exclude.",
855 *err = Err(*value, "Not a valid list of variables.",
/third_party/icu/icu4c/source/common/
H A Ducnv_io.cpp381 # error U_CHARSET_FAMILY is not valid
642 * the it couldn't be found, but the parameters are valid.
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c200 if (!(descriptors_state->valid & 1) || !state->old_descriptor_set0) in radv_meta_save()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h132 * valid devids in a portable way
1233 uint32_t valid; member
1876 * valid if the template was created with the templateType
/third_party/node/lib/
H A Drepl.js1819 `Failed to load: ${file} is not a valid file\n`,
/third_party/node/deps/icu-small/source/common/
H A Ducnv_io.cpp381 # error U_CHARSET_FAMILY is not valid
642 * the it couldn't be found, but the parameters are valid.
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c341 if (!rsc->valid) in emit_gmem2mem_surf()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c368 rt->invalid = !zink_resource(psurf->texture)->valid || (ctx->new_swapchain && (psurf->texture->bind & PIPE_BIND_DISPLAY_TARGET)); in zink_init_color_attachment()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-ucm.c828 pa_log("No UCM verb is valid for %s", card_name); in pa_alsa_ucm_query_profiles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp148 note() << "The 16 bit unit header version is not valid.\n"; in verifyUnitHeader()
150 note() << "The unit type encoding is not valid.\n"; in verifyUnitHeader()
153 "not valid.\n"; in verifyUnitHeader()
227 error() << "Call site entry not nested within a valid subprogram:"; in verifyDebugInfoCallSite()
389 // will flag valid conflicting ranges as invalid. in verifyDieRanges()
403 if (!Range.valid()) { in verifyDieRanges()
460 // Make sure the offset in the DW_AT_ranges attribute is valid. in verifyDebugInfoAttribute()
469 // Make sure the offset in the DW_AT_stmt_list attribute is valid. in verifyDebugInfoAttribute()
544 // Verify all CU relative references are valid CU offsets. in verifyDebugInfoForm()
567 // Verify all absolute DIE references have valid offset in verifyDebugInfoForm()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSimpleOperationTest.cpp480 ASSERT_TRUE(mProgram.valid());
H A DGeometryShaderTest.cpp1016 ASSERT_TRUE(program->valid());
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp1190 if (!mTraceLibrary->valid()) in initializeBenchmark()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.h458 if (object->valid()) in addGarbage()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_io.cpp381 # error U_CHARSET_FAMILY is not valid
642 * the it couldn't be found, but the parameters are valid.
/third_party/rust/crates/syn/src/
H A Dlit.rs1465 panic!("character code {:x} is not a valid unicode character", ch); in backslash_u()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmlme.c129 * valid bitmap.
811 * was added so assume that 'he_cap' is valid and don't check it. in ieee80211_add_eht_ie()
2917 * won't be valid. in ieee80211_set_disassoc()
4355 * the parameters weren't actually valid. Doing so in ieee80211_assoc_config_link()
4357 * the AP is going back and forth between valid and in ieee80211_assoc_config_link()
5030 /* the element data was RCU protected so no longer valid anyway */ in ieee80211_prep_channel()
5078 bool valid = tim_ie && tim_ie[1] >= 2; in ieee80211_get_dtim() local
5080 if (valid) in ieee80211_get_dtim()
5084 *dtim_count = valid ? tim->dtim_count : 0; in ieee80211_get_dtim()
5087 *dtim_period = valid in ieee80211_get_dtim()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c1333 * Return true if the format is only valid for glCompressedTexImage.
1465 * cases. So in practice, TEXTURE_CUBE_MAP_ARRAY is now valid for OpenGL ES 3.2 in _mesa_target_can_be_compressed()
1615 * (20141030) says that TEXTURE_CUBE_MAP is valid for TextureSubImage3D in legal_texsubimage_target()
1668 * Verify that a texture format is valid with a particular target
1671 * \c GL_DEPTH_STENCIL are only valid with certain, context dependent texture
2412 bool valid = true; in copytexture_error_check() local
2415 valid = false; in copytexture_error_check()
2427 valid = false; in copytexture_error_check()
2430 valid = false; in copytexture_error_check()
2432 if (!valid) { in copytexture_error_check()
[all...]
/third_party/openssl/test/
H A Dsslapitest.c2880 * various combinations of valid BIOs or NULL being set for the rbio/wbio. We
2883 * various combinations of valid BIOs or NULL. We then repeat these tests
3090 int valid; member
3157 if (curr->valid) in test_set_sigalgs()
3163 if (!curr->valid) { in test_set_sigalgs()
3181 if (curr->valid) in test_set_sigalgs()
3187 if (!curr->valid) in test_set_sigalgs()
8036 * it is not valid to send empty ticket data in TLSv1.3. in test_ticket_callbacks()
8372 * If the cert doesn't show as valid here (e.g., because we don't in cert_cb()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c3930 nlo_list[i].ssid.valid = __cpu_to_le32(true); in ath10k_wmi_tlv_op_gen_config_pno_start()
3939 nlo_list[i].rssi_cond.valid = __cpu_to_le32(true); in ath10k_wmi_tlv_op_gen_config_pno_start()
3944 nlo_list[i].bcast_nw_type.valid = __cpu_to_le32(true); in ath10k_wmi_tlv_op_gen_config_pno_start()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd.c4790 * there was no interrupt to handle. Returns IRQ_HANDLED if there was a valid
5329 hr->valid = true; in dwc2_backup_host_registers()
5350 if (!hr->valid) { in dwc2_restore_host_registers()
5355 hr->valid = false; in dwc2_restore_host_registers()
H A Dgadget.c1571 * structure, or return NULL if it is not a valid endpoint.
4788 * to be something valid. in dwc2_hsotg_initep()
5119 dr->valid = true; in dwc2_backup_device_registers()
5142 if (!dr->valid) { in dwc2_restore_device_registers()
5147 dr->valid = false; in dwc2_restore_device_registers()
/kernel/linux/linux-5.10/net/core/
H A Drtnetlink.c752 int i, valid = 0; in rtnetlink_put_metrics() local
784 valid++; in rtnetlink_put_metrics()
788 if (!valid) { in rtnetlink_put_metrics()
4884 * device itself. Therefore, a zero notification length is valid and in rtnl_bridge_notify()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.c4875 * there was no interrupt to handle. Returns IRQ_HANDLED if there was a valid
5416 hr->valid = true; in dwc2_backup_host_registers()
5437 if (!hr->valid) { in dwc2_restore_host_registers()
5442 hr->valid = false; in dwc2_restore_host_registers()

Completed in 85 milliseconds

1...<<111112113114115116117118119120>>...165