Home
last modified time | relevance | path

Searched refs:Parse (Results 1 – 25 of 36) sorted by relevance

12

/system/core/demangle/
DDemangleTest.cpp28 ASSERT_EQ("_Zpp4FUNKK", demangler.Parse("_Zpp4FUNKK")); in TEST()
29 ASSERT_EQ("_Zpp4FUNVV", demangler.Parse("_Zpp4FUNVV")); in TEST()
35 ASSERT_EQ("func()", demangler.Parse("_ZN4funcEv")); in TEST()
36 ASSERT_EQ("func(void&)", demangler.Parse("_ZN4funcERv")); in TEST()
37 ASSERT_EQ("func(void, void)", demangler.Parse("_ZN4funcEvv")); in TEST()
38 ASSERT_EQ("func(void*)", demangler.Parse("_ZN4funcEPv")); in TEST()
39 ASSERT_EQ("func(void const)", demangler.Parse("_ZN4funcEKv")); in TEST()
40 ASSERT_EQ("func(void volatile)", demangler.Parse("_ZN4funcEVv")); in TEST()
46 ASSERT_EQ("func(char)", demangler.Parse("_ZN4funcEc")); in TEST()
47 ASSERT_EQ("func(char*)", demangler.Parse("_ZN4funcEPc")); in TEST()
[all …]
Ddemangle_fuzzer.cpp32 std::string demangled_name = demangler.Parse(data_str.data()); in LLVMFuzzerTestOneInput()
DDemangler.h34 std::string Parse(const char* name, size_t max_length = kMaxDefaultLength);
DDemangler.cpp873 std::string Demangler::Parse(const char* name, size_t max_length) { in Parse() function in Demangler
923 return demangler.Parse(name); in demangle()
/system/tools/aidl/
Daidl_unittest.cpp133 AidlDefinedType* Parse(const string& path, const string& contents, TypeNamespace* types, in Parse() function in android::aidl::AidlTest
181 EXPECT_NE(nullptr, Parse("IFoo.aidl", "interface IFoo { }", &java_types_)); in TEST_F()
182 EXPECT_NE(nullptr, Parse("IFoo.aidl", "interface IFoo { }", &cpp_types_)); in TEST_F()
193 EXPECT_EQ(nullptr, Parse(path, contents, &java_types_)); in TEST_F()
194 EXPECT_EQ(nullptr, Parse(path, contents, &cpp_types_)); in TEST_F()
202 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &cpp_types_)); in TEST_F()
203 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &java_types_)); in TEST_F()
204 EXPECT_EQ(nullptr, Parse("a/IBar.aidl", oneway_method, &cpp_types_)); in TEST_F()
205 EXPECT_EQ(nullptr, Parse("a/IBar.aidl", oneway_method, &java_types_)); in TEST_F()
210 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_method, &cpp_types_)); in TEST_F()
[all …]
Daidl.cpp483 Parser::Parse(input_file_name, io_delegate, types->typenames_); in load_and_validate_aidl()
546 Parser::Parse(import_path, io_delegate, types->typenames_); in load_and_validate_aidl()
564 Parser::Parse(imported_file, io_delegate, types->typenames_); in load_and_validate_aidl()
819 std::unique_ptr<Parser> p = Parser::Parse(file, io_delegate, typenames); in preprocess_aidl()
/system/apex/apexer/
Dapex_manifest.py19 from google.protobuf.json_format import Parse
30 manifest_pb = Parse(json.dumps(manifest_json), apex_manifest_pb2.ApexManifest())
/system/core/libunwindstack/tests/
DMapsTest.cpp32 ASSERT_FALSE(maps.Parse()) << "Failed on: " + line; in VerifyLine()
34 ASSERT_TRUE(maps.Parse()) << "Failed on: " + line; in VerifyLine()
182 ASSERT_TRUE(maps.Parse()); in TEST()
234 ASSERT_TRUE(maps.Parse()); in TEST()
269 ASSERT_TRUE(maps.Parse()); in TEST()
296 ASSERT_TRUE(maps.Parse()); in TEST()
314 ASSERT_TRUE(maps.Parse()); in TEST()
334 ASSERT_TRUE(maps.Parse()); in TEST()
367 ASSERT_TRUE(maps.Parse()); in TEST()
409 ASSERT_TRUE(maps.Parse()); in TEST()
[all …]
DUnwindTest.cpp168 ASSERT_TRUE(maps->Parse()); in InnerFunction()
259 ASSERT_TRUE(maps.Parse()); in TEST_F()
320 ASSERT_TRUE(maps.Parse()); in RemoteUnwind()
382 ASSERT_TRUE(maps.Parse()); in TEST_F()
418 ASSERT_TRUE(maps.Parse()); in RemoteThroughSignal()
450 ASSERT_TRUE(maps.Parse()); in TEST_F()
/system/core/libprocinfo/
Dprocess_map_benchmark.cpp48 maps.Parse(); in BM_unwindstack_FileMaps()
60 maps.Parse(); in BM_unwindstack_BufferMaps()
/system/core/libunwindstack/benchmarks/
Dunwind_benchmarks.cpp63 if (!maps.Parse()) { in BM_uncached_unwind()
76 if (!maps.Parse()) { in BM_cached_unwind()
88 if (!maps.Parse()) { in Initialize()
/system/tools/hidl/docs/
DREADME.md15 Parse the audio `types.hal` file in the Android repo and output
23 Parse all HAL files in the Android `/hardware/interfaces/` directory
/system/core/libunwindstack/
DMaps.cpp62 bool Maps::Parse() { in Parse() function in unwindstack::Maps
98 bool BufferMaps::Parse() { in Parse() function in unwindstack::BufferMaps
124 if (!Parse()) { in Reparse()
DLocalUnwinder.cpp51 if (!maps_->Parse()) { in Init()
/system/core/libunwindstack/include/unwindstack/
DMaps.h54 virtual bool Parse();
117 bool Parse() override;
/system/iorap/src/inode2filename/
Dinode.cc31 bool Inode::Parse(const std::string& str, Inode* out, std::string* error_msg) { in Parse() function in iorap::inode2filename::Inode
Dinode.h31 static bool Parse(const std::string& str, /*out*/Inode* out, /*out*/std::string* error_msg);
Dmain.cc77 if (Inode::Parse(argstr, /*out*/&maybe_inode, /*out*/&error_msg)) { in main()
/system/bt/packet/avrcp/
Davrcp_browse_packet.h57 static std::shared_ptr<BrowsePacket> Parse(
Davrcp_packet.h70 static std::shared_ptr<Packet> Parse(
Davrcp_browse_packet.cc53 std::shared_ptr<BrowsePacket> BrowsePacket::Parse( in Parse() function in bluetooth::avrcp::BrowsePacket
Davrcp_packet.cc71 std::shared_ptr<Packet> Packet::Parse( in Parse() function in bluetooth::avrcp::Packet
/system/bt/profile/avrcp/
Davrcp_message_converter.h67 static std::shared_ptr<::bluetooth::Packet> Parse(tAVRC_MSG* m) { in Parse() function
Dconnection_handler.cc398 auto pkt = AvrcpMessageConverter::Parse(p_msg); in MessageCb()
402 device_map_[handle]->BrowseMessageReceived(label, BrowsePacket::Parse(pkt)); in MessageCb()
407 device_map_[handle]->MessageReceived(label, Packet::Parse(pkt)); in MessageCb()
/system/core/libbacktrace/
DUnwindStackMap.cpp53 if (!stack_maps_->Parse()) { in Build()

12