Home
last modified time | relevance | path

Searched refs:reset (Results 2551 - 2575 of 3019) sorted by relevance

1...<<101102103104105106107108109110>>...121

/third_party/skia/modules/svg/include/
H A DSkSVGTypes.h70 fValue.reset(); in set()
/third_party/skia/gm/
H A Ddrawimageset.cpp224 matrices[0].reset();
/third_party/spirv-tools/source/opt/
H A Dinst_debug_printf_pass.cpp206 new_blk_ptr.reset(new BasicBlock(std::move(rem_label))); in GenDebugPrintfCode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp215 void reset (float sx, float sy);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_gpsk.c637 eap->reset = eap_gpsk_reset; in eap_server_gpsk_register()
H A Deap_server_pax.c603 eap->reset = eap_pax_reset; in eap_server_pax_register()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_gpsk.c638 eap->reset = eap_gpsk_reset; in eap_server_gpsk_register()
H A Deap_server_pax.c603 eap->reset = eap_pax_reset; in eap_server_pax_register()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h516 void reset();
/third_party/libabigail/src/
H A Dabg-ir.cc1168 priv_->global_scope_.reset in get_global_scope()
3491 priv_->void_type_.reset(new type_decl(*this, in get_void_type()
3507 reset(new type_decl(*this, in get_variadic_parameter_type()
6548 t.reset(new reference_type_def(p, in strip_typedef()
6559 t.reset(new pointer_type_def(p, in strip_typedef()
6569 t.reset(new qualified_type_def(p, in strip_typedef()
6577 t.reset(new array_type_def(p, ty->get_subranges(), ty->get_location())); in strip_typedef()
6601 t.reset(new method_type(p, ty->get_class_type(), in strip_typedef()
6628 t.reset(new function_type(p, parm, in strip_typedef()
11594 new_scope.reset(); in lookup_node_in_scope()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm294 pxor m4, m4 ; used for the block reset, and VP9_STORE_2X
313 pxor m4, m4 ; used for the block reset, and VP9_STORE_2X
349 pxor m4, m4 ; used for the block reset, and VP9_STORE_2X
632 pxor m6, m6 ; used for the block reset, and VP9_STORE_2X
714 pxor m6, m6 ; used for the block reset, and VP9_STORE_2X
882 pxor m6, m6 ; used for the block reset, and VP9_STORE_2X
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp865 localeMatcher.reset(testString); in TestExtended()
2795 fNumberMatcher->reset(s); in setText()
3415 m.reset(); in getIntParam()
3843 m.reset();
3850 u.reset();
3855 // m.reset(p);
4016 // Calculate the expected results for this test string and reset applied rules. in RunMonkey()
4452 hexMatcher.reset(line); in TestEmoji()
H A Dustrtest.cpp1698 virtual void reset(UErrorCode& /*status*/) override {
1742 ten.reset(status); in TestStringEnumeration()
2096 SimpleAppendable &reset() { str.remove(); return *this; } in reset() function in SimpleAppendable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp196 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel()
428 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
903 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
998 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
2074 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
3787 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2558 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get(), context.getUsedApiVersion())); in RobustImageAccess2DeviceHelper()
2560 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper()
2587 g_robustness2DeviceHelper.reset(new RobustImageAccess2DeviceHelper(context)); in getDeviceHelper()
2592 g_contextDeviceHelper.reset(new ContextDeviceHelper(context)); in getDeviceHelper()
2599 g_robustness2DeviceHelper.reset(nullptr); in destroyDeviceHelpers()
2600 g_contextDeviceHelper.reset(nullptr); in destroyDeviceHelpers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp196 output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateSolidRefLevel()
428 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
903 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
998 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
2074 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight)); in generateReferenceLevel()
3787 m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp1391 vk::Cast(pFences[i])->reset(); in vkResetFences()
1605 vk::Cast(event)->reset(); in vkResetEvent()
2290 return vk::Cast(descriptorPool)->reset(); in vkResetDescriptorPool()
2426 return vk::Cast(commandPool)->reset(flags); in vkResetCommandPool()
2494 return vk::Cast(commandBuffer)->reset(flags); in vkResetCommandBuffer()
3072 vk::Cast(queryPool)->reset(firstQuery, queryCount); in vkResetQueryPool()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2562 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get())); in RobustImageAccess2DeviceHelper()
2564 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in RobustImageAccess2DeviceHelper()
2591 g_robustness2DeviceHelper.reset(new RobustImageAccess2DeviceHelper(context)); in getDeviceHelper()
2596 g_contextDeviceHelper.reset(new ContextDeviceHelper(context)); in getDeviceHelper()
2603 g_robustness2DeviceHelper.reset(nullptr); in destroyDeviceHelpers()
2604 g_contextDeviceHelper.reset(nullptr); in destroyDeviceHelpers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp247 vertexA.reset(); in CopyTriangleFanIndicesWithRestart()
248 vertexB.reset(); in CopyTriangleFanIndicesWithRestart()
971 // NOTE: this is also needed after a device lost/reset
972 // to reset the scene status and ensure the default states are reset.
1031 mRenderer11DeviceCaps.driverVersion.reset(); in populateRenderer11DeviceCaps()
2139 mSyncQuery.reset(); in releaseDeviceResources()
2141 mCachedResolveTexture.reset(); in releaseDeviceResources()
2251 mSupportsShareHandles.reset(); in release()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1004 % \kern backwards by \parindent, and then reset itself to empty.
1927 \textfonts % reset the current fonts
2059 \textfonts % reset the current fonts
2093 % in the main text, we don't bother to reset \scriptfont and
2474 \null % reset spacefactor to 1000
2779 \null % reset \spacefactor=1000
2792 \null % reset \spacefactor=1000
2839 % We have to reset their definitions in case the @math was an argument
2952 % the \scriptstyle font (since we don't reset \scriptstyle and
3828 % Default dimensions may be reset b
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdec.c955 info->name, rnn->vc->colors->reset, decoded); in dump_domain()
2799 rnn->vc->colors->bctarg, name, rnn->vc->colors->reset, val, in dump_commands()
2817 rnn->vc->colors->bctarg, name, rnn->vc->colors->reset, val, in dump_commands()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc312 prototype.reset(new TestAllTypesProto3()); in NewTestMessage()
314 prototype.reset(new TestAllTypesProto2()); in NewTestMessage()
1311 type_resolver_.reset(NewTypeResolverForDescriptorPool( in RunSuiteImpl()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c357 u->bt_codec->reset(u->encoder_info); in bt_write_buffer()
739 if (u->bt_codec->reset(u->encoder_info) < 0) in setup_stream()
744 if (u->bt_codec->reset(u->decoder_info) < 0) in setup_stream()
1334 /* reset encoder buffer contents */ in transport_config()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp434 void ShaderEvalContext::reset (float sx, float sy)
2406 evalCtx.reset(sx, sy);
2491 evalCtx.reset(sx, sy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2214 VMap.reset(); in finalizeFunction()
2220 EntryBuilder.reset(); in finalizeFunction()
2221 CurBuilder.reset(); in finalizeFunction()

Completed in 104 milliseconds

1...<<101102103104105106107108109110>>...121