Home
last modified time | relevance | path

Searched refs:set (Results 8126 - 8150 of 8185) sorted by relevance

1...<<321322323324325326327328

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp47 #include <set>
334 // A set of uniforms, along with related struct types.
957 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
1892 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage; in assignUniforms()
2057 log << TestLog::Message << "// FAILURE: value obtained with glGetUniform*() for uniform " << uniform.name << " differs from value set with glUniform*()" << TestLog::EndMessage; in compareUniformValues()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp47 #include <set>
268 // A set of uniforms, along with related struct types.
792 VarValue finalValue; //!< The value we ultimately want to set for this uniform.
1521 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage; in assignUniforms()
1645 log << TestLog::Message << "// FAILURE: value obtained with glGetUniform*() for uniform " << uniform.name << " differs from value set with glUniform*()" << TestLog::EndMessage; in compareUniformValues()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c1309 "{hmac_config_start_vap::set band bandwidth protocol first.band[%d], bw[%d], protocol[%d]}", in hmac_config_ap_mesh_start()
1313 oam_error_log0(mac_vap->vap_id, OAM_SF_CFG, "{hmac_config_start_vap::set bandwidth protocol first}"); in hmac_config_ap_mesh_start()
1321 oam_error_log0(mac_vap->vap_id, OAM_SF_CFG, "{hmac_config_start_vap::set channel number first.}"); in hmac_config_ap_mesh_start()
2177 oam_info_log1(mac_vap->vap_id, OAM_SF_CFG, "{hmac_config_set_auth_mode::set auth mode[%d] succ.}", in hmac_config_set_auth_mode()
3144 oam_info_log1(0, OAM_SF_SCAN, "{set set_random_mac_addr_scan SUCC[%d]!}", in hmac_config_set_random_mac_addr_scan()
4188 oam_error_log2(0, OAM_SF_CFG, "{hmac_config_set_app_ie_to_vap::scan failed, set ie null ptr, %p, %p.}", in hmac_config_set_app_ie_to_vap()
4321 功能描述 : hmac set FW no send any frame to driver
4406 功能描述 : Hmac set wow pattern
4611 "{hmac_config_frag_threshold::[MESH]pst_mac_vap is mesh,not support set frag threshold}\r\n"); in hmac_config_frag_threshold()
4818 oam_warning_log0(0, OAM_SF_CFG, "{hmac_set_psm_timeout::set p in hmac_set_psm_timeout()
[all...]
/third_party/node/deps/ada/
H A Dada.h403 // Unless the programmer has already set ADA_DEVELOPMENT_CHECKS,
404 // we want to set it under debug builds. We detect a debug build
405 // under Visual Studio when the _DEBUG macro is set. Under the other
409 // is helpful, but the programmer can set the macro ADA_DEVELOPMENT_CHECKS.
410 // It could also wrongly set ADA_DEVELOPMENT_CHECKS (e.g., if the programmer
412 // to set the __OPTIMIZE__ macro).
415 // Visual Studio seems to set _DEBUG for debug builds.
420 // All other compilers appear to set __OPTIMIZE__ to a positive integer
1079 // To enable logging, set ADA_LOGGING to 1:
4514 * the first bit is set t
6988 inline void url_search_params::set(const std::string_view key, set() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc47 #include "src/heap/slot-set.h"
992 // be set up. in Prepare()
1496 // the old-to-new remembered set.
2231 // first bit set, one word fillers are always black. in ProcessMarkingWorklist()
2520 // so that we flush any bytecode if needed so we could correctly set the in ClearNonLiveReferences()
3055 // unregister_token field set to undefined when processing the first in ClearJSWeakRefs()
3731 auto set = insert_result.first->second; variable
3733 set.insert(entry);
4356 // slot has been recorded multiple times in the remembered set, or in CheckAndUpdateOldToNewSlot()
5294 // Minor MC does not support processing the ephemeron remembered set in CollectGarbage()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp255 U->set(&New); in replaceAllInstructionUsesWith()
2107 // in the KnownUBInsts set). The rest is boilerplate
2145 /// The size of each set is monotonically increasing
2148 /// elements in either set than this number). Hence, at some point,
2156 /// the KnownUBInsts set.
2161 /// hence it assumes it doesn't. We have a set for these instructions
2163 /// Note however that instructions in this set may cause UB.
2166 /// A set of all live instructions _known_ to cause UB.
2170 /// A set of all the (live) instructions that are assumed to _not_ cause UB.
3806 /// If a use leads to a potential capture, \p CapturedInMemory is set an
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc553 const FileDescriptor* file, std::set<std::string>* visited, in ExtractDebugString()
579 std::set<std::string> visited; in TEST_F()
2552 // Add a second set of fields with implicit default values. in TEST_F()
2657 // "foo" had no options set, so it should return the default options. in TEST_F()
2660 // "bar" had options set. in TEST_F()
2911 // Verify that no extension options were set, but they were left as in TEST_P()
3016 EXPECT_EQ(42, // Check that we get the default for an option we don't set. in TEST()
3200 // set three fields of that option on a single definition (see the example in TEST()
4332 "foo.proto: Foo.foo: EXTENDEE: FieldDescriptorProto.extendee not set for " in TEST_F()
4349 "foo.proto: Foo.foo: EXTENDEE: FieldDescriptorProto.extendee set fo in TEST_F()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c307 "RSN: Cannot set low order 256 bits of MSK for key management offload"); in wpa_supplicant_key_mgmt_set_pmk()
312 "RSN: Cannot set PMK for key management offload"); in wpa_supplicant_key_mgmt_set_pmk()
544 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING, "WPA: No wpa_ie set - " in wpa_supplicant_send_2_of_4()
1122 "WPA: Failed to set PTK to the driver (alg=%d keylen=%d bssid="
1126 wpa_printf(MSG_WARNING, "WPA: Failed to set PTK to the driver (alg=%d keylen=%d bssid="
1253 "WPA: Failed to set GTK to the driver "
1266 "WPA: Failed to set GTK to "
1318 "RSN: Failed to set GTK to the driver (link_id=%d alg=%d keylen=%d keyidx=%d)",
1341 * seemed to set this bit (incorrectly, since Tx is only when
1346 "WPA: Tx bit set fo
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp5243 uint32_t set,
5251 uint32_t set,
5259 uint32_t set,
5266 uint32_t set,
6003 uint32_t set,
H A Dvulkan_structs.hpp7539 , set( set_ ) in set() function
7581 set = set_;
7608 return std::tie( sType, pNext, stageFlags, layout, set );
7620 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( stageFlags == rhs.stageFlags ) && ( layout == rhs.layout ) && ( set == rhs.set );
7635 uint32_t set = {}; member
25792 , set( set_ ) in set() function
25821 , set( set_ ) in set() function
25902 set = set_;
25935 sType, pNext, flags, descriptorUpdateEntryCount, pDescriptorUpdateEntries, templateType, descriptorSetLayout, pipelineBindPoint, pipelineLayout, set );
25970 uint32_t set = {}; global() member
[all...]
H A Dvulkan_hash.hpp1331 VULKAN_HPP_HASH_COMBINE( seed, bindDescriptorBufferEmbeddedSamplersInfoEXT.set );
3485 VULKAN_HPP_HASH_COMBINE( seed, descriptorUpdateTemplateCreateInfo.set );
13221 VULKAN_HPP_HASH_COMBINE( seed, pushDescriptorSetInfoKHR.set );
13238 VULKAN_HPP_HASH_COMBINE( seed, pushDescriptorSetWithTemplateInfoKHR.set );
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c351 // has already been set to all zeroes.
356 // value will be set to all zeroes. Internal buffers, which tend to be a large
2527 inline void set(uint32_t flavor_arg,
2721 wuffs_base__more_information::set(uint32_t flavor_arg, in set() function in wuffs_base__more_information
3145 // When a CHAIN_ETC_UTF_8 bit is set, the parser must ensure that non-ASCII
3150 // strings, in a single- or multi-token chain, to have none of these bits set.
4133 inline void set(uint32_t pixfmt_repr,
4282 wuffs_base__pixel_config::set(uint32_t pixfmt_repr, in set() function in wuffs_base__pixel_config
4344 inline void set(uint32_t pixfmt_repr,
4429 wuffs_base__image_config::set(uint32_ function in wuffs_base__image_config
4647 wuffs_base__frame_config::set( set() function in wuffs_base__frame_config
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c342 // has already been set to all zeroes.
347 // value will be set to all zeroes. Internal buffers, which tend to be a large
2441 inline void set(uint32_t flavor_arg,
2526 wuffs_base__more_information::set(uint32_t flavor_arg, in set() function in wuffs_base__more_information
2930 // When a CHAIN_ETC_UTF_8 bit is set, the parser must ensure that non-ASCII
2935 // strings, in a single- or multi-token chain, to have none of these bits set.
3918 inline void set(uint32_t pixfmt_repr,
4067 wuffs_base__pixel_config::set(uint32_t pixfmt_repr, in set() function in wuffs_base__pixel_config
4129 inline void set(uint32_t pixfmt_repr,
4214 wuffs_base__image_config::set(uint32_ function in wuffs_base__image_config
4432 wuffs_base__frame_config::set( set() function in wuffs_base__frame_config
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp3956 uint32_t set,
3964 uint32_t set,
3972 uint32_t set,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c618 * - set the new one up as an input attachment for descriptor 0.6
677 /* genuine PSIZ outputs will have this set */ in check_psiz()
851 /* always set stride to be used during draw */ in update_so_info()
1613 struct set *deletes = _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in lower_64bit_vars()
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc233 "is set to a terminal type that supports colors.");
744 per_thread_test_part_result_reporter_.set(reporter); in SetTestPartResultReporterForCurrentThread()
2105 // Use a slightly different set for allowed output to ensure existing tests can
2995 // On Windows the TERM variable is usually not set, but the in ShouldUseColor()
3179 printf("Global test environment set-up.\n"); in OnEnvironmentsSetUpStart()
4746 // program is run, all global test environments will be set-up in the
4800 // gtest_throw_on_failure. This allows a user to set the latter in GTEST_LOCK_EXCLUDED_()
4835 // from SetUpTestSuite or TearDownTestSuite, or to the global property set
4860 // This allows a test runner to set TEST_PREMATURE_EXIT_FILE before in Run()
5040 // from SetUpTestSuite/TearDownTestSuite, or to the global property set
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc627 // set as result value. in WebAssemblyCompileStreaming()
935 // set as result value. in WebAssemblyInstantiateStreaming()
1319 // outgoing {type} is set accordingly, or set to {wasm::kWasmVoid} in case the
1722 values_out->set(index++, *Utils::OpenHandle(*value)); in EncodeExceptionValues()
2060 // WebAssembly.Table.set(num, any)
2065 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Table.set()"); in WebAssemblyTableSet()
2465 // set WebAssembly.Global.value(num)
2472 ScheduledErrorThrower thrower(i_isolate, "set WebAssembly.Global.value"); in WebAssemblyGlobalSetValue()
2476 thrower.TypeError("Can't set th in WebAssemblyGlobalSetValue()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1083 function_closure_.set(node); in GetFunctionClosure()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc607 // If this is the outermost JS call, set js_entry_sp value. in Generate_JSEntryVariant()
1290 // MANUAL indicates that the scope shouldn't actually generate code to set up in Generate_InterpreterEntryTrampoline()
2622 gp_regs.set(gp_param_reg); in Generate_WasmCompileLazy()
2652 // set the current context on the isolate. in Generate_WasmCompileLazy()
2686 "All registers in the range from first to last have to be set"); in Generate_WasmDebugBreak()
2699 // set the current context on the isolate. in Generate_WasmDebugBreak()
2821 // We don't want to pop arguments so set argc to no_reg. in Generate_CEntry()
2841 // Ask the runtime for help to determine the handler. This will set r0 to in Generate_CEntry()
2863 // the context will be set to (cp == 0) for non-JS frames. in Generate_CEntry()
3158 // We use it below to set u in Generate_CallApiCallback()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp1641 mTexture.set(producer->getD3DTexture(), mFormatInfo); in TextureStorage11_External()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1389 std::set<glw::GLenum> supported_mode(_supported_mode, in testInstanced()
H A Dgl4cDirectStateAccessVertexArraysTests.cpp52 #include <set>
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp121 .set(rr::Optimization::Level::Default) in setReactorDefaultConfig()
1333 // "If the image was not created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT then pSparseMemoryRequirementCount will be set to zero and pSparseMemoryRequirements will not be written to." in vkGetImageSparseMemoryRequirements()
3178 // "If the image was not created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT then pSparseMemoryRequirementCount will be set to zero and pSparseMemoryRequirements will not be written to." in vkGetImageSparseMemoryRequirements2()
3694 // The only flag that can be set here is VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT in vkGetDeviceQueue2()
3698 // the VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT bit of flags must not be set." in vkGetDeviceQueue2()
3810 // VkPhysicalDeviceLineRasterizationFeaturesEXT::stippled*Lines are all set to VK_FALSE and, in vkCmdSetLineStippleEXT()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp1896 .set(Optimization::Level::None);
/third_party/python/Lib/test/test_email/
H A Dtest_email.py322 Test if non-ascii messages with no Content-Transfer-Encoding set
332 Test if non-ascii messages with no Content-Transfer-Encoding set
344 Content-Transfer-Encoding set can be as_string'd:
829 # Make sure a charset whose input character set is 8bit but
830 # whose output character set is 7bit gets a transfer-encoding
1425 We're going to pretend this header is in a non-ascii character set
3362 self.assertEqual(len(set(all_ids)), len(all_ids))

Completed in 320 milliseconds

1...<<321322323324325326327328