Home
last modified time | relevance | path

Searched refs:std (Results 14251 - 14275 of 20522) sorted by relevance

1...<<571572573574575576577578579580>>...821

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrInfo.h40 std::pair<CondCode, bool> getX86ConditionCode(CmpInst::Predicate Predicate);
425 std::pair<uint16_t, uint16_t>
495 std::pair<unsigned, unsigned>
498 ArrayRef<std::pair<unsigned, const char *>>
502 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp95 extern cl::opt<std::string> MemOPSizeRange;
142 std::make_unique<InstrProfValueData[]>(MemOPMaxVersion + 2); in MemOPSizeOpt()
178 std::vector<MemIntrinsic *> WorkList;
184 std::unique_ptr<InstrProfValueData[]> ValueDataArray;
369 std::vector<DominatorTree::UpdateType> Updates; in perform()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc30 std::string source = SOURCE; \
31 std::string expected = EXPECTED; \
493 std::stringstream src; in TEST_F()
494 std::stringstream mkr; in TEST_F()
510 std::stringstream err; in TEST_F()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test_helper.h86 std::vector<const ast::Expression*>&& expected_users) { in CheckVarUsers()
102 std::string FriendlyName(const ast::Type* type) { in FriendlyName()
109 std::string FriendlyName(const sem::Type* type) { in FriendlyName()
114 std::unique_ptr<Resolver> resolver_;
357 auto name = b.Symbols().Register("alias_" + std::to_string(ID)); in AST()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmultiplanar_external_texture.cc66 std::unordered_map<Symbol, NewBindingSymbols> new_binding_symbols;
114 std::to_string(bp.group) + "," + std::to_string(bp.binding) + in Process()
402 : bindings_map(std::move(inputBindingsMap)) {} in NewBindingPoints()
423 "missing new binding point data for " + std::string(TypeInfo().name)); in Run()
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set_test.cc30 std::ostream& operator<<(std::ostream& out, E e) { in operator <<()
194 auto hash = [&](EnumSet<E> s) { return std::hash<EnumSet<E>>()(s); }; in TEST()
228 std::vector<E> seen; in TEST()
237 std::stringstream ss; in TEST()
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.h135 std::string mnemonic_;
138 void SetMnemonicFromForm(const std::string& form) { in SetMnemonicFromForm()
140 VIXL_ASSERT(form.find_first_of('_') != std::string::npos); in SetMnemonicFromForm()
282 std::pair<unsigned, unsigned> GetRegNumForField(const Instruction* instr,
317 std::optional<AllocatorWrapper> allocator_;
/third_party/vixl/src/
H A Dpool-manager-impl.h144 T new_object_alignment = std::max(new_reference->object_alignment_, in ShouldSkipObject()
172 return std::numeric_limits<T>::max(); in MaxCheckpoint()
311 std::sort(objects_.begin(), objects_.end(), PoolObjectLessThan); in RecalculateCheckpoint()
384 ptrdiff_t distance = std::distance(objects_.data(), object); in AddObjectReference()
505 for (typename std::vector<LocationBase<T>*>::iterator
H A Dutils-vixl.cc343 switch (std::fpclassify(value)) { in FPToFloat()
386 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
406 switch (std::fpclassify(value)) { in FPToDouble()
460 switch (std::fpclassify(value)) { in FPToFloat16()
515 switch (std::fpclassify(value)) { in FPToFloat16()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp45 #define TXMP_STRING_TYPE std::string
70 const char *XMP_NS_IPTC = "http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/";
71 const char *XMP_NS_IPTC_EXT = "http://iptc.org/std/Iptc4xmpExt/2008-02-29/";
81 catch (std::bad_alloc &)\
802 std::string ss; in ComposeArrayItemPath()
828 std::string ss; in ComposeStructFieldPath()
860 std::string ss; in GetNamespacePrefix()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder.cc62 std::string MapValueImmutableClassdName(const Descriptor* descriptor, in MapValueImmutableClassdName()
122 std::map<std::string, std::string> vars; in Generate()
209 std::vector<const FieldDescriptor*> map_fields; in GenerateDescriptorMethods()
H A Djava_string_field.cc64 std::map<std::string, std::string>* variables) { in SetPrimitiveVariables()
466 std::string ImmutableStringFieldGenerator::GetBoxedType() const { in GetBoxedType()
1048 std::string RepeatedImmutableStringFieldGenerator::GetBoxedType() const { in GetBoxedType()
/third_party/skia/experimental/graphite/src/
H A DUniformManager.cpp153 if constexpr (std::is_same<MemType, UniformType>::value) { in CopyUniforms()
155 std::memcpy(dst, src, numUniforms * sizeof(MemType)); in CopyUniforms()
159 if constexpr (std::is_same<MemType, float>::value && in CopyUniforms() argument
160 std::is_same<UniformType, SkHalf>::value) { in CopyUniforms()
198 n = std::max(n, 1); in WriteSkMatrices()
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp181 rContext, yuvaPixmaps, GrMipMapped::kNo, false, std::move(cs)); in make_yuv_420()
341 bool SkVideoDecoder::loadStream(std::unique_ptr<SkStream> stream) { in loadStream()
353 fStream = std::move(stream); in loadStream()
429 auto stream = std::move(fStream); in rewind()
434 return this->loadStream(std::move(stream)); in rewind()
/third_party/skia/gm/
H A Ddrawatlas.cpp145 const SkScalar max = std::max(std::max(SkScalarAbs(fontb.fLeft), SkScalarAbs(fontb.fRight)), in draw_text_on_path()
146 std::max(SkScalarAbs(fontb.fTop), SkScalarAbs(fontb.fBottom))); in draw_text_on_path()
267 std::unique_ptr<SkStreamAsset> distortable(GetResourceAsStream("fonts/Distortable.ttf")); in DEF_SIMPLE_GM()
275 typeface = fm->makeFromStream(std::move(distortable), params); in DEF_SIMPLE_GM()
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs98 use std::net::SocketAddrV4; in test_so_tcp_maxseg()
99 use std::str::FromStr; in test_so_tcp_maxseg()
191 use std::ffi::OsString; in test_tcp_congestion()
271 use std::net::SocketAddrV4; in test_get_mtu()
272 use std::str::FromStr; in test_get_mtu()
/third_party/rust/crates/nix/src/net/
H A Dif_.rs342 use std::ffi::CStr;
343 use std::fmt;
344 use std::marker::PhantomData;
345 use std::ptr::NonNull;
392 unsafe { std::slice::from_raw_parts(ifs, len) } in iter()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs2 use std::io::{Read, Write};
3 use std::ops::{Deref, DerefMut};
14 use std::net::IpAddr;
416 use std::net::IpAddr;
417 use std::str;
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs1 use std::char;
2 use std::cmp;
3 use std::fmt::Debug;
4 use std::slice;
5 use std::u8;
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.cpp42 using std::vector;
43 using std::string;
44 using std::map;
256 std::string vertSrc = tcu::StringTemplate(vertShaderTemplate).specialize(params); in getProgram()
257 std::string fragSrc = tcu::StringTemplate(fragShaderTemplate).specialize(params); in getProgram()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp160 std::vector<de::SharedPtr<vk::Allocation> >& allocations,
184 virtual std::vector<vk::VkBufferImageCopy> getBufferCopyRegions (void) const;
192 void populateLevels (const std::vector<tcu::PixelBufferAccess>& levels);
193 void populateCompressedLevels (tcu::CompressedTexFormat format, const std::vector<tcu::PixelBufferAccess>& decompressedLevels);
200 std::vector<tcu::CompressedTexture*> m_compressedLevels;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp78 const std::string& name, in ClearColorImageTestCase()
319 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests()
329 const std::string name = "clear_" + de::toString(ndx + 1); in createClearColorImageTests()
345 std::string groupName = getCmdBufferTypeStr(cmdBufferType); in createClearColorImageTests()
346 std::string groupDesc = "Clear Color Image Tests with " + groupName + " command buffer"; in createClearColorImageTests()
H A DvktProtectedMemCopyBufferToImageTests.cpp79 const std::string& name, in CopyBufferToImageTestCase()
381 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests()
391 const std::string name = "copy_" + de::toString(ndx + 1); in createCopyBufferToImageTests()
412 std::string groupName = getCmdBufferTypeStr(cmdBufferType); in createCopyBufferToImageTests()
413 std::string groupDesc = "Copy Buffer To Image Tests with " + groupName + " command buffer"; in createCopyBufferToImageTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp138 std::vector<Move<VkFence>> fences; in basicSignaledCase()
155 std::vector<VkFence> rawFences; in basicSignaledCase()
156 std::transform(begin(fences), end(fences), std::back_inserter(rawFences), [](const Move<VkFence>& f) { return f.get(); }); in basicSignaledCase()
160 TCU_FAIL("vkWaitForFences failed with exit status " + std::to_string(waitResult)); in basicSignaledCase()
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp50 using std::string;
51 using std::vector;
127 void describePlatform (std::ostream& dst) const in describePlatform()
134 throw std::runtime_error("uname() failed"); in describePlatform()
144 const std::string& extName) in isEGLExtensionSupported()

Completed in 32 milliseconds

1...<<571572573574575576577578579580>>...821