/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 82 const bool printable = std::isprint(current_char); in MaybeTraceInterpreter() 190 std::memset(registers_.data(), -1, in InterpreterRegisters()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 756 std::unique_ptr<Coverage> coverage; in RUNTIME_FUNCTION() 773 std::vector<CoverageBlock> ranges; in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec.cpp | 1147 d3d12_video_decoder_get_next_startcode_offset(std::vector<uint8_t> &buf, in d3d12_video_decoder_get_next_startcode_offset() 1229 std::vector<DXVA_Slice_H264_Short> pOutSliceControlBuffers; in d3d12_video_decoder_prepare_dxva_slices_control()
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 49 //! use std::fmt; 316 /// use std::fmt; 644 /// [`ops::BitAnd`]: https://doc.rust-lang.org/std/ops/trait.BitAnd.html 661 /// [`ops::BitOr`]: https://doc.rust-lang.org/std/ops/trait.BitOr.html 679 /// [`ops::Sub`]: https://doc.rust-lang.org/std/ops/trait.Sub.html 698 /// [`ops::BitXor`]: https://doc.rust-lang.org/std/ops/trait.BitXor.html 717 /// [`ops::Not`]: https://doc.rust-lang.org/std/ops/trait.Not.html 939 use std::collections::hash_map::DefaultHasher; 940 use std::hash::{Hash, Hasher};
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ContextGL.cpp | 40 const std::shared_ptr<RendererGL> &renderer, in ContextGL() 869 const std::string &message) in pushDebugGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 321 return std::equal(RegMask, RegMask + RegMaskSize, OtherRegMask); in isIdenticalTo() 408 auto Found = find_if(Indices, [&](const std::pair<int, const char *> &I) { in getTargetIndexName()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 129 std::vector<EGLAttrib> attrib; 1605 const Function *result = std::lower_bound(eglFunctions, eglFunctionsEnd, needle, CompareFunctor()); in GetProcAddress()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 546 std::pair<SIMD::Float, SIMD::Int> SpirvShader::Frexp(RValue<SIMD::Float> val) const in Frexp() 554 return std::make_pair(significand, exponent); in Frexp()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 2010 ( obj.get_glyph_alternates (std::forward<Ts> (ds)...) ) 2017 ( _dispatch (obj, hb_prioritize, std::forward<Ts> (ds)...) )
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 755 auto LeftSN = sn_mapL.insert(std::make_pair(L, sn_mapL.size())), in cmpValues() 756 RightSN = sn_mapR.insert(std::make_pair(R, sn_mapR.size())); in cmpValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.h | 672 void emitTextInst(const std::string &Text, SizeT InstSize); 678 using LabelVector = std::vector<Label *>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 45 std::unique_ptr<MCInstrInfo const> const MCII; 46 std::unique_ptr<MCInst *> CurrentBundle;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 45 MCInst const &Inst, std::nullptr_t) in PacketIterator() 763 auto Sentinal = static_cast<int64_t>(std::numeric_limits<uint32_t>::max()) in minConstant()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_type_test.cc | 557 inline std::ostream& operator<<(std::ostream& out, PtrData data) { in operator <<()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | dictbe.cpp | 1209 inputMap = std::move(normalizedMap); in divideUpDictionaryRange() 1210 inString = std::move(normalizedInput); in divideUpDictionaryRange()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 365 std::sort (fBadPoints.begin (), in Sort() 374 std::sort (fBadRects.begin (), in Sort()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 126 {"Dn", "std::nullptr_t", 0}, // i.e., decltype(nullptr) 140 // std::basic_string<char, std::char_traits<char>,std::allocator<char> > 142 // std::basic_istream<char, std::char_traits<char> > 144 // std::basic_ostream<char, std::char_traits<char> > 146 // std::basic_iostream<char, std [all...] |
/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 248 return std::min(min[0], min[2]); in min() 257 return std::max(max[0], max[2]); in max()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_macros.rs | 15 use std::collections::BTreeMap; 16 use std::marker::PhantomData;
|
/third_party/rust/crates/syn/src/ |
H A D | generics.rs | 5 use std::fmt::{self, Debug}; 7 use std::hash::{Hash, Hasher};
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 1 use std::cmp::Ordering; 1077 T: Into<std::net::IpAddr>, in ipaddress_as_subject_alternative_name_is_formatted_in_debug()
|
/third_party/skia/bench/ |
H A D | PathBench.cpp | 737 SkScalar rx = std::min(rect.width(), xIn); in add_corner_arc() 738 SkScalar ry = std::min(rect.height(), yIn); in add_corner_arc()
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 50 #[cfg(any(feature = "std", feature = "alloc"))] 51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 73 #[cfg(any(feature = "std", not(no_core_cstr)))] 74 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 85 #[cfg(any(feature = "std", all(not(no_core_cstr), feature = "alloc")))] 86 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 231 #[cfg(any(feature = "std", feature = "alloc"))] 232 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 237 #[cfg(any(feature = "std", feature = "alloc"))] 238 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", featur [all...] |
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 164 use std::collections::HashMap; 165 use std::hash::{BuildHasher, Hash};
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeStateApiTests.cpp | 554 std::vector<GLuint> invalidUniformIndices; in init() 559 std::vector<GLint> unusedParamsDst(invalidUniformIndices.size()); in init()
|