Home
last modified time | relevance | path

Searched defs:out_error (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp70 std::string* out_error) { in DeserializeConfigFromPb()
382 OverlayableItem* out_overlayable, std::string* out_error) { in DeserializeOverlayableItemFromPb()
429 ResourceTable* out_table, std::string* out_error) { in DeserializePackageFromPb()
578 ResourceTable* out_table, std::string* out_error) { in DeserializeTableFromPb()
631 ResourceFile* out_file, std::string* out_error) { in DeserializeCompiledFileFromPb()
689 std::string* out_error) { in DeserializeReferenceFromPb()
716 std::string* out_error) { in DeserializeMacroFromPb()
776 io::IFileCollection* files, std::string* out_error) { in DeserializeValueFromPb()
917 std::string* out_error) { in DeserializeItemFromPbInternal()
1050 io::IFileCollection* files, std::string* out_error) { in DeserializeItemFromPb()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc89 virtual bool ConsumeLine(const StringPiece& line, std::string* out_error) override { in ConsumeLine()
1284 const StringPiece& line, std::string* out_error) { in ConsumeLine()
1303 std::string* out_error) { in LoadExpectedPackagePrefixes()
1317 std::string* out_error) { in ValidateObjCClassPrefix()
1458 std::string* out_error) { in ValidateObjCClassPrefixes()
1466 std::string* out_error) { in ValidateObjCClassPrefixes()
1741 bool Parser::ParseChunk(StringPiece chunk, std::string* out_error) { in ParseChunk()
1772 bool Parser::Finish(std::string* out_error) { in Finish()
1796 std::string* out_error) { in ParseSimpleFile()
1815 std::string* out_error) { in ParseSimpleStream()
[all …]
H A Dobjectivec_helpers_unittest.cc252 bool ConsumeLine(const StringPiece& line, std::string* out_error) override { in ConsumeLine()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc89 virtual bool ConsumeLine(const StringPiece& line, std::string* out_error) override { in ConsumeLine()
1284 const StringPiece& line, std::string* out_error) { in ConsumeLine()
1303 std::string* out_error) { in LoadExpectedPackagePrefixes()
1317 std::string* out_error) { in ValidateObjCClassPrefix()
1458 std::string* out_error) { in ValidateObjCClassPrefixes()
1466 std::string* out_error) { in ValidateObjCClassPrefixes()
1741 bool Parser::ParseChunk(StringPiece chunk, std::string* out_error) { in ParseChunk()
1772 bool Parser::Finish(std::string* out_error) { in Finish()
1796 std::string* out_error) { in ParseSimpleFile()
1815 std::string* out_error) { in ParseSimpleStream()
[all …]
H A Dobjectivec_helpers_unittest.cc252 bool ConsumeLine(const StringPiece& line, std::string* out_error) override { in ConsumeLine()
/aosp_15_r20/frameworks/base/tools/aapt2/util/
H A DFiles.cpp211 std::optional<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()
245 std::string* out_error) { in AppendArgsFromFile()
267 std::string* out_error) { in AppendSetArgsFromFile()
/aosp_15_r20/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp294 std::string* out_error) { in ResolveSymbolCheckVisibility()
310 SymbolTable* symbols, std::string* out_error) { in ResolveAttributeCheckVisibility()
328 std::string* out_error) { in CompileXmlAttribute()
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp360 std::string* out_error) { in ExtractCompiledString()
384 std::string* out_error) { in ExtractCompiledInt()
408 static std::optional<int> ExtractSdkVersion(const xml::Attribute& attr, std::string* out_error) { in ExtractSdkVersion()
H A DCommand.cpp180 int Command::Execute(const std::vector<StringPiece>& args, std::ostream* out_error) { in Execute()
H A DCompile.cpp82 std::string* out_error, in ExtractResourcePathData()
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_content_om_OverlayManagerImpl.cpp118 bool callCreateFrroFile(std::string& out_error, const std::string& packageName, in callCreateFrroFile()
127 bool callCreateIdmapFile(std::string& out_error, const std::string& targetPath, in callCreateIdmapFile()
137 bool callGetFabricatedOverlayInfo(std::string& out_error, const std::string& overlay_path, in callGetFabricatedOverlayInfo()
/aosp_15_r20/external/executorch/runtime/core/test/
H A Dmemory_allocator_test.cpp218 Error* out_error) { in try_allocate_helper()
280 T* try_allocate_instance_helper(MemoryAllocator* allocator, Error* out_error) { in try_allocate_instance_helper()
344 Error* out_error) { in try_allocate_list_helper()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbinding_set_unittest.cc213 const std::string& error) { *out_error = error; }, in TEST_P()
250 const std::string& error) { *out_error = error; }, in TEST_P()
300 const std::string& error) { *out_error = error; }, in TEST_P()
H A Dbinding_unittest.cc508 base::Bind([](std::string* out_error, in TEST_P()
509 const std::string& error) { *out_error = error; }, in TEST_P()
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc535 base::File::Error out_error; in DoomInternal() local
545 base::File::Error out_error; in DoomInternal() local
1200 base::File::Error* out_error) { in MaybeOpenFile()
1228 base::File::Error* out_error) { in MaybeCreateFile()
/aosp_15_r20/trusty/user/base/app/apploader/
Dapp_manifest_parser.cpp48 int out_error; in apploader_parse_manifest() local
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp249 std::optional<Reference> ParseStyleParentReference(StringPiece str, std::string* out_error) { in ParseStyleParentReference()
415 static uint32_t ParseHex(char c, bool* out_error) { in ParseHex()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/
Dblocking_udp_client.cpp99 boost::system::error_code* out_error, std::size_t* out_length) in handle_receive()
/aosp_15_r20/trusty/kernel/lib/app_manifest/
H A Dapp_manifest.c126 int* out_error) { in app_manifest_iterator_next()
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_private_key_test_util.cc54 Error* out_error, in OnSignComplete()
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp103 std::string* out_error) { in Create()
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp269 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate()