Home
last modified time | relevance | path

Searched refs:std (Results 10701 - 10725 of 20229) sorted by relevance

1...<<421422423424425426427428429430>>...810

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTZDBTimeZoneNames.java361 String std = names.getName(NameType.SHORT_STANDARD); in prepareFind()
363 if (std == null && dst == null) { in prepareFind()
374 boolean ambiguousType = (std != null && dst != null && std.equals(dst)); in prepareFind()
376 if (std != null) { in prepareFind()
381 trie.put(std, stdInf); in prepareFind()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp70 const std::string &data) { in clear()
76 std::string texture_data; in clear()
263 std::swap(pctx, m.pctx); in operator =()
264 std::swap(pxfer, m.pxfer); in operator =()
265 std::swap(pres, m.pres); in operator =()
266 std::swap(p, m.p); in operator =()
/third_party/node/src/crypto/
H A Dcrypto_keygen.h52 new KeyGenJob<KeyGenTraits>(env, args.This(), mode, std::move(params)); in New()
75 std::move(params)) {} in KeyGenJob()
245 std::forward<PrivateKeyEncodingConfig>(
247 key(std::move(other.key)),
248 params(std::move(other.params)) {} in move()
253 return *new (this) KeyPairGenConfig(std::move(other));
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc220 buffer->offset = std::min(buffer->offset + offset, buffer->length); in SeekZipBuffer()
228 buffer->offset = std::min(buffer->length, offset); in SeekZipBuffer()
279 unzFile OpenForUnzipping(const std::string& file_name_utf8) { in OpenForUnzipping()
311 unzFile PrepareMemoryForUnzipping(const std::string& data) { in PrepareMemoryForUnzipping()
334 zipFile OpenForZipping(const std::string& file_name_utf8, int append_flag) { in OpenForZipping()
356 const std::string& str_path, in ZipOpenNewFileInZip()
/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc39 auto tree = std::make_unique<tls::CertLookupTree>(); in test_shrpx_tls_create_lookup_tree()
88 tree = std::make_unique<tls::CertLookupTree>(); in test_shrpx_tls_create_lookup_tree()
126 auto nghttp2_tls_ctx_data = std::make_unique<tls::TLSContextData>(); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
137 auto examples_tls_ctx_data = std::make_unique<tls::TLSContextData>(); in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
145 std::vector<std::vector<SSL_CTX *>> indexed_ssl_ctx; in test_shrpx_tls_cert_lookup_tree_add_ssl_ctx()
H A Dh2load_http2_session.cc58 std::cout << "[stream_id=" << frame->hd.stream_id << "] "; in on_header_callback()
59 std::cout.write(reinterpret_cast<const char *>(name), namelen); in on_header_callback()
60 std::cout << ": "; in on_header_callback()
61 std::cout.write(reinterpret_cast<const char *>(value), valuelen); in on_header_callback()
62 std::cout << "\n"; in on_header_callback()
218 std::array<nghttp2_settings_entry, 4> iv; in on_connect()
/third_party/node/deps/googletest/src/
H A Dgtest-filepath.cc131 const std::string dot_extension = std::string(".") + extension; in RemoveExtension()
212 std::string dir; in RemoveFileName()
214 dir = std::string(c_str(), static_cast<size_t>(last_sep + 1 - c_str())); in RemoveFileName()
230 std::string file; in MakeFileName()
402 } else if (out == pathname_.begin() || *std::prev(out) != kPathSeparator) { in Normalize()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc78 if (std::isnan(time)) return ""; in LocalTimezone()
79 time_t tv = static_cast<time_t>(std::floor(time/msPerSecond)); in LocalTimezone()
181 static std::atomic<DiscardVirtualMemoryFunction> discard_virtual_memory( in DiscardSystemPages()
208 std::vector<OS::SharedLibraryAddress> OS::GetSharedLibraryAddresses() { in GetSharedLibraryAddresses()
209 std::vector<SharedLibraryAddresses> result; in GetSharedLibraryAddresses()
274 std::vector<OS::MemoryRange> OS::GetFreeMemoryRangesWithin( in GetFreeMemoryRangesWithin()
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary.cc192 int new_capacity = std::max(capacity / 2, kInitialCapacity); in Shrink()
196 // TODO(v8::11388) Copying all data into a std::vector and then re-adding into
223 std::vector<Entry> data(NumberOfElements(), dummy); in Rehash()
288 std::numeric_limits<uint8_t>::max());
291 std::numeric_limits<uint8_t>::max());
293 std::numeric_limits<uint16_t>::max());
296 std::numeric_limits<uint16_t>::max());
H A Dtransitions.h28 using ForEachTransitionCallback = std::function<void(Map)>;
112 using TraverseCallback = std::function<void(Map)>;
148 void PrintTransitions(std::ostream& os);
149 static void PrintOneTransition(std::ostream& os, Name key, Map target);
151 void PrintTransitionTree(std::ostream& os, int level,
273 void PrintInternal(std::ostream& os);
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc144 RegExpUnparser(std::ostream& os, Zone* zone) : os_(os), zone_(zone) {} in RegExpUnparser()
150 std::ostream& os_;
300 std::ostream& RegExpTree::Print(std::ostream& os, Zone* zone) { in Print()
314 min_match_ = std::min(min_match_, alternative->min_match()); in RegExpDisjunction()
315 max_match_ = std::max(max_match_, alternative->max_match()); in RegExpDisjunction()
/third_party/node/deps/v8/src/torque/
H A Dkythe-data.cc41 that->constants_.insert(it, std::make_pair(constant, constant_id)); in AddConstantDefinition()
66 that->callables_.insert(it, std::make_pair(callable, callable_id)); in AddFunctionDefinition()
97 that->class_fields_.insert(it, std::make_pair(field, field_id)); in AddClassFieldDefinition()
127 uint64_t binding_index, const std::string& name, in AddBindingDefinitionImpl()
136 that->local_bindings_.insert(it, std::make_pair(binding_index, binding_id)); in AddBindingDefinitionImpl()
171 that->types_.insert(it, std::make_pair(type_decl, type_id)); in AddTypeDefinition()
/third_party/node/deps/v8/src/utils/
H A Dallocation.h43 T* result = new (std::nothrow) T[size]; in NewArray()
46 result = new (std::nothrow) T[size]; in NewArray()
52 template <typename T, typename = typename std::enable_if<
71 using ArrayUniquePtr = std::unique_ptr<T, ArrayDeleter<T>>;
224 VirtualMemory(VirtualMemory&& other) V8_NOEXCEPT { *this = std::move(other); }
396 std::unique_ptr<base::BoundedPageAllocator> page_allocator_;
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs5 use std::collections::HashSet;
6 use std::fs::File;
7 use std::io::{BufRead, BufReader, Read, Write};
8 use std::path::Path;
9 use std::process::Command;
10 use std::{env, fs};
165 writeln!(cargo_toml, "default = [\"std\", {}]", DEFAULT_FEATURES).unwrap(); in main()
166 writeln!(cargo_toml, "std = []").unwrap(); in main()
170 "rustc-dep-of-std = [\"core\", \"compiler_builtins\", \"no_std\"]" in main()
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs7 pub(super) use std::os::unix::ffi::OsStrExt;
12 use std::ffi::{CStr, OsStr};
13 use std::os::raw;
14 use std::{fmt, marker, mem, ptr};
107 /// [path separator]: std::path::MAIN_SEPARATOR
337 std::mem::forget(self); in close()
395 impl<T> ::std::ops::Deref for Symbol<T> {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp197 std::ostringstream msg; in iterate()
213 std::ostringstream msg; in iterate()
219 std::ostringstream msg; in iterate()
232 const std::string& name);
241 const std::string& name) in MultipleDispatchesUniformSubgroupSize()
260 std::ostringstream computeSrc; in initPrograms()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DDriverUniform.cpp49 constexpr std::array<const char *, kNumComputeDriverUniforms> kComputeDriverUniformNames = { in addComputeDriverUniformsToShader()
56 const std::array<TType *, kNumComputeDriverUniforms> kDriverUniformTypes = {{ in addComputeDriverUniformsToShader()
83 constexpr std::array<const char *, kNumGraphicsDriverUniforms> kGraphicsDriverUniformNames = { in createUniformFields()
90 const std::array<TType *, kNumGraphicsDriverUniforms> kDriverUniformTypes = {{ in createUniformFields()
272 constexpr std::array<const char *, kNumGraphicsDriverUniformsExt> in createUniformFields()
277 const std::array<TType *, kNumGraphicsDriverUniformsExt> kDriverUniformTypesExt = {{ in createUniformFields()
H A DIntermTraverse.h105 mMaxDepth = std::max(mMaxDepth, static_cast<int>(mPath.size())); in incrementDepth()
188 : parent(parentIn), original(originalIn), replacements(std::move(replacementsIn)) in NodeReplaceWithMultipleEntry()
270 std::vector<NodeReplaceWithMultipleEntry> mMultiReplacements;
326 std::vector<NodeInsertMultipleEntry> mInsertions;
327 std::vector<NodeUpdateEntry> mReplacements;
335 std::vector<ParentBlock> mParentBlockStack;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp67 const std::vector<OffsetBindingPointer<Buffer>> &TransformFeedbackState::getIndexedBuffers() const in getIndexedBuffers()
123 void TransformFeedback::setLabel(const Context *context, const std::string &label) in setLabel()
128 const std::string &TransformFeedback::getLabel() const in getLabel()
156 GLsizeiptr minCapacity = std::numeric_limits<GLsizeiptr>::max(); in begin()
161 minCapacity = std::min(minCapacity, capacity); in begin()
337 const std::vector<OffsetBindingPointer<Buffer>> &TransformFeedback::getIndexedBuffers() const in getIndexedBuffers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp70 std::unique_ptr<CSEConfigBase>
72 std::unique_ptr<CSEConfigBase> Config; in getStandardCSEConfigForOpt()
74 Config = std::make_unique<CSEConfigConstantOnly>(); in getStandardCSEConfigForOpt()
76 Config = std::make_unique<CSEConfigFull>(); in getStandardCSEConfigForOpt()
369 GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase> CSEOpt, in get()
372 Info.setCSEConfig(std::move(CSEOpt)); in get()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp92 std::string FragmentShadingRateBasic::genVS() const in genVS()
94 std::ostringstream os; in genVS()
106 std::string FragmentShadingRateBasic::genFS() const in genFS()
108 std::ostringstream os; in genFS()
283 std::vector<deUint32> resultData(dataSize); in iterate()
305 std::stringstream error_sstream; in iterate()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_constant_scalar_test.cpp26 std::string reference_shader = R"( in TEST()
30 %1 = OpExtInstImport "GLSL.std.450" in TEST()
125 std::string reference_shader = R"( in TEST()
129 %1 = OpExtInstImport "GLSL.std.450" in TEST()
303 std::string variant_shader = R"( in TEST()
307 %1 = OpExtInstImport "GLSL.std.450" in TEST()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp36 void ClipConfigs(const std::vector<const Config *> &filteredConfigs, in ClipConfigs()
44 result_size = std::max(std::min(result_size, config_size), 0); in ClipConfigs()
127 std::vector<EGLAttrib> displayAttributes; in wglCreateContext()
153 std::vector<EGLint> surfaceAttributes; in wglCreateContext()
230 std::lower_bound(&g_procTable[0], &g_procTable[g_numProcs], lpszProc, CompareProc); in wglGetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h101 std::vector<sh::BlockMemberInfo> uniformLayout;
124 std::unique_ptr<rx::LinkEvent> load(gl::BinaryInputStream *stream);
222 void addInterfaceBlockDescriptorSetDesc(const std::vector<gl::InterfaceBlock> &blocks,
227 const std::vector<gl::AtomicCounterBuffer> &atomicCounterBuffers,
255 const std::vector<gl::InterfaceBlock> &blocks,
306 std::vector<uint32_t> mDynamicShaderBufferDescriptorOffsets;
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTextureUploadPerf.cpp38 std::string story() const override;
46 std::ostream &operator<<(std::ostream &os, const TextureUploadParams &params) in operator <<()
52 std::string TextureUploadParams::story() const in story()
54 std::stringstream strstr; in story()
82 std::vector<float> mTextureData;

Completed in 23 milliseconds

1...<<421422423424425426427428429430>>...810