Home
last modified time | relevance | path

Searched refs:std (Results 11876 - 11900 of 21487) sorted by relevance

1...<<471472473474475476477478479480>>...860

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dbad_optional_access.h34 using std::bad_optional_access;
58 // std::cout << "Bad optional access: " << e.what() << '\n';
60 class bad_optional_access : public std::exception {
H A Dbad_any_cast.h34 using std::bad_any_cast;
57 // std::cout << "Bad any cast: " << e.what() << '\n';
59 class bad_any_cast : public std::bad_cast {
/third_party/skia/modules/skparagraph/include/
H A DParagraphLineFetcher.h27 virtual std::unique_ptr<TextLineBase> createLine(size_t startIndex, size_t count) = 0;
28 virtual std::unique_ptr<Paragraph> getTempParagraph() = 0;
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsrtp.rs4 use std::ffi::CStr;
5 use std::str;
/third_party/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_looped_with_recommendations.h49 std::vector<FuzzerPass*> pass_loop_;
55 std::unordered_set<uint32_t> recommended_pass_indices_;
/third_party/spirv-tools/source/opt/
H A Dcomposite.h37 bool ExtInsMatch(const std::vector<uint32_t>& extIndices,
45 bool ExtInsConflict(const std::vector<uint32_t>& extIndices,
H A Dremove_duplicates_pass.h31 std::unordered_map<uint32_t, std::vector<Instruction*>>;
/third_party/spirv-tools/source/reduce/
H A Dreduction_opportunity_finder.cpp20 std::vector<opt::Function*> ReductionOpportunityFinder::GetTargetFunctions( in GetTargetFunctions()
22 std::vector<opt::Function*> result; in GetTargetFunctions()
/third_party/spirv-tools/source/
H A Dspirv_target_env.h39 std::string spvLogStringForEnv(spv_target_env env);
47 std::string spvTargetEnvList(const int pad, const int wrap);
/third_party/spirv-tools/test/val/
H A Dval_entry_point_test.cpp30 const std::string body = R"( in TEST_F()
54 const std::string body = R"( in TEST_F()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.hpp47 virtual const std::vector<const CaseFactory*> getFactories (void) const = 0;
57 const std::vector<glu::ShaderType>& shaderTypes,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktTypeComparisonUtil.hpp36 void getCompareDependencies (std::set<glu::DataType> &compareFuncs, glu::DataType basicType);
37 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type);
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextFactory.hpp48 ContextFactory (const std::string& name, const std::string& description);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DContextWGL.h22 const std::shared_ptr<RendererWGL> &renderer);
28 std::shared_ptr<RendererWGL> mRendererWGL;
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp416 std::lock_guard<std::mutex> lockGuard(opMutex_); in ConsumerBuffer()
441 std::lock_guard<std::mutex> lockGuard(opMutex_); in DealCallback()
456 std::lock_guard<std::mutex> lockGuard(opMutex_); in GetCount()
481 std::lock_guard<std::mutex> lockGuard(opMutex_); in ChangeIsAutoConsumer()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp48 int32_t DisplayComposerVdiImpl::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) in GetDisplaySupportedModes()
121 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange()
122 std::vector<int32_t>& types) in GetDisplayCompChange()
154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage()
176 int32_t DisplayComposerVdiImpl::GetDisplayReleaseFence(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayReleaseFence()
177 std::vector<int32_t>& fences) in GetDisplayReleaseFence()
301 int32_t DisplayComposerVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion()
310 int32_t DisplayComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp48 int32_t DisplayComposerVdiImpl::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) in GetDisplaySupportedModes()
121 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange()
122 std::vector<int32_t>& types) in GetDisplayCompChange()
154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage()
176 int32_t DisplayComposerVdiImpl::GetDisplayReleaseFence(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayReleaseFence()
177 std::vector<int32_t>& fences) in GetDisplayReleaseFence()
301 int32_t DisplayComposerVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion()
310 int32_t DisplayComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dsaa7110.c252 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in saa7110_querystd() argument
254 *std &= determine_norm(sd); in saa7110_querystd()
258 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7110_s_std() argument
262 if (decoder->norm != std) { in saa7110_s_std()
263 decoder->norm = std; in saa7110_s_std()
265 if (std & V4L2_STD_NTSC) { in saa7110_s_std()
271 } else if (std & V4L2_STD_PAL) { in saa7110_s_std()
277 } else if (std & V4L2_STD_SECAM) { in saa7110_s_std()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-cards.c219 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
270 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
330 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
387 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
437 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
484 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
537 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
601 input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ? in cx18_get_input()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-cards.c219 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
270 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
330 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
387 { .std = V4L2_STD_PAL_SECAM, .tuner = TUNER_PHILIPS_FM1216ME_MK3 },
437 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
484 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
537 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
601 input->std = (input->type == V4L2_INPUT_TYPE_TUNER) ? in cx18_get_input()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dsaa7110.c252 static int saa7110_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in saa7110_querystd() argument
254 *std &= determine_norm(sd); in saa7110_querystd()
258 static int saa7110_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in saa7110_s_std() argument
262 if (decoder->norm != std) { in saa7110_s_std()
263 decoder->norm = std; in saa7110_s_std()
265 if (std & V4L2_STD_NTSC) { in saa7110_s_std()
271 } else if (std & V4L2_STD_PAL) { in saa7110_s_std()
277 } else if (std & V4L2_STD_SECAM) { in saa7110_s_std()
/third_party/glslang/glslang/ResourceLimits/
H A DResourceLimits.cpp160 std::string GetDefaultTBuiltInResourceString() in GetDefaultTBuiltInResourceString()
162 std::ostringstream ostream; in GetDefaultTBuiltInResourceString()
285 std::string configStr(config); in DecodeResourceLimits()
287 while ((pos = configStr.find_first_not_of(delims, pos)) != std::string::npos) { in DecodeResourceLimits()
295 const std::string tokenStr = configStr.substr(token_s, token_e-token_s); in DecodeResourceLimits()
296 const std::string valueStr = configStr.substr(value_s, value_e-value_s); in DecodeResourceLimits()
298 if (value_s == std::string::npos || ! (valueStr[0] == '-' || isdigit(valueStr[0]))) { in DecodeResourceLimits()
304 const int value = std::atoi(valueStr.c_str()); in DecodeResourceLimits()
/third_party/cups-filters/filter/
H A Durftopdf.cpp126 std::map<std::string,QPDFObjectHandle> dict; in makeImage()
178 std::string content; in finish_page()
199 if (info->height > (std::numeric_limits<unsigned>::max() / info->line_bytes)) { in add_pdf_page()
222 } catch (std::bad_alloc &ex) { in add_pdf_page()
288 std::vector<uint8_t> pixel_container; in decode_raster()
289 std::vector<uint8_t> line_container; in decode_raster()
291 if (width > (std::numeric_limits<unsigned>::max() / pixel_size)) { in decode_raster()
/third_party/googletest/googletest/test/
H A Dgtest_ext_unittest.cc52 static int flagsForTest(const std::map<const char*, int>& map, const char* full_test_name, int def_flags) { in flagsForTest()
53 std::map<const char*, int>::const_iterator c_iter; in flagsForTest()
62 static const char* reqForTest(const std::map<const char*, const char*>& map, const char* full_test_name) { in reqForTest()
63 std::map<const char*, const char*>::const_iterator c_iter; in reqForTest()
74 std::map<const char*, string*>& mapping = filter->getAllFilterFlagsKv(); in refreshFilter()
91 std::map<const char*, int> exp_flags_map; in TEST()
112 std::map<const char*, int>::const_iterator c_iter = exp_flags_map.find(test_full_name.c_str()); in TEST()
122 std::map<const char*, const char*> exp_reqs_map; in TEST()
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc50 reinterpret_cast<std::atomic<Address>*>(slot + kSystemPointerSize) in PatchFarJumpSlot()
51 ->store(target, std::memory_order_relaxed); in PatchFarJumpSlot()
187 reinterpret_cast<std::atomic<Address>*>(slot + kTargetOffset)
188 ->store(target, std::memory_order_relaxed);
238 reinterpret_cast<std::atomic<Address>*>(target_addr)
239 ->store(target, std::memory_order_relaxed);
359 reinterpret_cast<std::atomic<Address>*>(target_addr)
360 ->store(target, std::memory_order_relaxed);

Completed in 19 milliseconds

1...<<471472473474475476477478479480>>...860