Home
last modified time | relevance | path

Searched refs:std (Results 10676 - 10700 of 20229) sorted by relevance

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

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_merge_blocks.cpp25 : message_(std::move(message)) {} in TransformationMergeBlocks()
84 std::unordered_set<uint32_t> TransformationMergeBlocks::GetFreshIds() const { in GetFreshIds()
85 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_move_block_down.cpp24 : message_(std::move(message)) {} in TransformationMoveBlockDown()
108 std::unordered_set<uint32_t> TransformationMoveBlockDown::GetFreshIds() const { in GetFreshIds()
109 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_record_synonymous_constants.cpp26 : message_(std::move(message)) {} in TransformationRecordSynonymousConstants()
131 std::unordered_set<uint32_t>
133 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_replace_irrelevant_id.cpp25 : message_(std::move(message)) {} in TransformationReplaceIrrelevantId()
124 std::unordered_set<uint32_t> TransformationReplaceIrrelevantId::GetFreshIds() in GetFreshIds()
126 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_replace_opphi_id_from_dead_predecessor.cpp25 : message_(std::move(message)) {} in TransformationReplaceOpPhiIdFromDeadPredecessor()
108 std::unordered_set<uint32_t>
110 return std::unordered_set<uint32_t>(); in GetFreshIds()
H A Dtransformation_set_function_control.cpp22 : message_(std::move(message)) {} in TransformationSetFunctionControl()
101 std::unordered_set<uint32_t> TransformationSetFunctionControl::GetFreshIds() in GetFreshIds()
103 return std::unordered_set<uint32_t>(); in GetFreshIds()
/third_party/spirv-tools/source/opt/
H A Ddominator_analysis.h89 inline void DumpAsDot(std::ostream& out) const { tree_.DumpTreeAsDot(out); } in DumpAsDot()
103 // Applies the std::function |func| to dominator tree nodes in dominator
105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit()
109 // Applies the std::function |func| to dominator tree nodes in dominator
111 void Visit(std::function<bool(const DominatorTreeNode*)> func) const { in Visit()
H A Dpass.h55 using ProcessFunction = std::function<bool(Function*)>;
70 void SetMessageConsumer(MessageConsumer c) { consumer_ = std::move(c); } in SetMessageConsumer()
165 return std::min(a, b); in CombineStatus()
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestCaseWrapper.hpp43 void init (tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
101 catch (const std::exception& e) in iterate()
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31TestCaseWrapper.hpp43 void init (tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
101 catch (const std::exception& e) in iterate()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSocket.hpp35 class SocketError : public std::runtime_error
38 SocketError (const std::string& message) : std::runtime_error(message) {} in SocketError()
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeWindow.hpp70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError()
143 NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities);
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidJNI.cpp63 static void logException (const std::exception& e) in logException()
87 catch (const std::exception& e) in Java_com_drawelements_deqp_execserver_ExecService_startServer()
107 catch (const std::exception& e) in Java_com_drawelements_deqp_execserver_ExecService_stopServer()
H A DtcuAndroidTestActivity.cpp32 using std::string;
41 TestThread::TestThread (NativeActivity& activity, const std::string& cmdLineString, const CommandLine& cmdLine) in TestThread()
50 const std::string sessionInfo = "#sessionInfo commandLineParameters \""; in TestThread()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgPrettyPrinter.cpp117 PrettyPrinter::PrettyPrinter (std::ostringstream& str) in PrettyPrinter()
154 std::string f = de::toString(token.getFloat()); in processToken()
155 if (f.find('.') == std::string::npos) in processToken()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fApiCase.cpp30 using std::string;
31 using std::vector;
102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fApiCase.cpp30 using std::string;
31 using std::vector;
104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values) in getSupportedExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSampler.h35 void setLabel(const Context *context, const std::string &label) override;
36 const std::string &getLabel() const override;
87 std::string mLabel;
/third_party/elfio/tests/elf_examples/
H A Dtest_ppc.cpp5 std::cout << "Hello" << std::endl; in main()
/third_party/musl/libc-test/src/functional/
H A Ddlclose_recursive.cpp5 std::cout << "hello" << std::endl; in print_hello()
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h113 friend std::ostream& operator<<(std::ostream& os, ConditionPrinter cond) { in operator <<()
128 friend std::ostream& operator<<(std::ostream& os, ImmediatePrinter imm) { in operator <<()
139 friend std::ostream& operator<<(std::ostream& os, in operator <<()
151 friend std::ostream& operator<<(std::ostream& os, RawImmediatePrinter imm) { in operator <<()
165 friend std::ostream& operator<<(std in GetDefaultDt()
[all...]
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc88 static_assert(std::is_same<Node, TestHashNode>::value,
116 TestHashTable(TestHashTable&& other) noexcept : BaseType(std::move(other)) {} in move()
120 new (this) TestHashTable(std::move(other));
292 table2 = std::move(table); in TEST()
346 std::vector<int> values; in TEST()
351 std::sort(values.begin(), values.end()); in TEST()
H A Dparse_tree_unittest.cc29 std::unique_ptr<IdentifierNode> member_identifier = in TEST()
30 std::make_unique<IdentifierNode>(member_token); in TEST()
31 accessor.set_member(std::move(member_identifier)); in TEST()
43 "a", Value(nullptr, std::make_unique<Scope>(setup.scope())), nullptr); in TEST()
287 TestParseInput input(std::string("x = ") + s); in TEST()
304 TestParseInput input(std::string("x = ") + s); in TEST()
/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc126 const std::string dot_extension = std::string(".") + extension; in RemoveExtension()
208 std::string dir; in RemoveFileName()
210 dir = std::string(c_str(), static_cast<size_t>(last_sep + 1 - c_str())); in RemoveFileName()
226 std::string file; in MakeFileName()
398 } else if (out == pathname_.begin() || *std::prev(out) != kPathSeparator) { in Normalize()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java359 String std = names.getName(NameType.SHORT_STANDARD); in prepareFind()
361 if (std == null && dst == null) { in prepareFind()
372 boolean ambiguousType = (std != null && dst != null && std.equals(dst)); in prepareFind()
374 if (std != null) { in prepareFind()
379 trie.put(std, stdInf); in prepareFind()

Completed in 24 milliseconds

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