/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_merge_blocks.cpp | 25 : 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 D | transformation_move_block_down.cpp | 24 : 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 D | transformation_record_synonymous_constants.cpp | 26 : message_(std::move(message)) {} in TransformationRecordSynonymousConstants() 131 std::unordered_set<uint32_t> 133 return std::unordered_set<uint32_t>(); in GetFreshIds()
|
H A D | transformation_replace_irrelevant_id.cpp | 25 : 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 D | transformation_replace_opphi_id_from_dead_predecessor.cpp | 25 : message_(std::move(message)) {} in TransformationReplaceOpPhiIdFromDeadPredecessor() 108 std::unordered_set<uint32_t> 110 return std::unordered_set<uint32_t>(); in GetFreshIds()
|
H A D | transformation_set_function_control.cpp | 22 : 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 D | dominator_analysis.h | 89 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 D | pass.h | 55 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 D | tes3TestCaseWrapper.hpp | 43 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 D | tes31TestCaseWrapper.hpp | 43 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 D | deSocket.hpp | 35 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 D | egluNativeWindow.hpp | 70 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 D | tcuAndroidJNI.cpp | 63 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 D | tcuAndroidTestActivity.cpp | 32 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 D | rsgPrettyPrinter.cpp | 117 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 D | es2fApiCase.cpp | 30 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 D | es3fApiCase.cpp | 30 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 D | Sampler.h | 35 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 D | test_ppc.cpp | 5 std::cout << "Hello" << std::endl; in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dlclose_recursive.cpp | 5 std::cout << "hello" << std::endl; in print_hello()
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 113 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 D | hash_table_base_unittest.cc | 88 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 D | parse_tree_unittest.cc | 29 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 D | gtest-filepath.cc | 126 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 D | TZDBTimeZoneNames.java | 359 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()
|