Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 33) sorted by relevance

12

/system/libhwbinder/
DTextOutput.h42 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
147 inline TextOutput& endl(TextOutput& to) in endl()
153 inline TextOutput& indent(TextOutput& to) in indent()
159 inline TextOutput& dedent(TextOutput& to) in dedent()
DTextOutput.cpp46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
65 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
/system/update_engine/common/
Daction_pipe.h71 static void Bond(FromAction* from, ToAction* to) { in Bond()
91 void BondActions(FromAction* from, ToAction* to) { in BondActions()
/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java87 String to = st.nextToken(); in ZoneCompactor() local
108 String to = links.get(from); in ZoneCompactor() local
/system/bt/types/
Draw_address.cc42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString()
Dclass_of_device.cc40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString()
/system/apex/apexd/
Dapexd_rollback_utils.h43 int32_t copy_directory_recursive(const char* from, const char* to) { in copy_directory_recursive()
/system/linkerconfig/contents/configuration/
Dbaseconfig.cc26 const std::string& from, const std::string& to) { in RedirectSection()
/system/vold/
DMoveStorage.cpp195 const std::shared_ptr<VolumeBase>& to, in moveStorageInternal()
259 void MoveStorage(const std::shared_ptr<VolumeBase>& from, const std::shared_ptr<VolumeBase>& to, in MoveStorage()
/system/bt/gd/os/linux_generic/
Dfiles.cc58 bool RenameFile(const std::string& from, const std::string& to) { in RenameFile()
/system/bt/gd/hci/
Daddress.cc103 bool Address::FromString(const std::string& from, Address& to) { in FromString()
Dclass_of_device.cc96 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString()
/system/bt/embdrv/sbc/decoder/include/
Doi_string.h58 #define OI_MemCopy(to, from, size) memcpy((to), (from), (size)) argument
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h26 Namespace *from, *to; member
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DFileUtils.java101 public static void rename(File from, File to) throws IOException { in rename()
/system/libbase/
Dstrings.cpp119 std::string StringReplace(std::string_view s, std::string_view from, std::string_view to, in StringReplace()
/system/tools/aidl/
Dast_java.cpp40 void WriteModifiers(CodeWriter* to, int mod, int mask) { in WriteModifiers()
68 void WriteArgumentList(CodeWriter* to, const vector<std::shared_ptr<Expression>>& arguments) { in WriteArgumentList()
Daidl_checkapi.cpp73 const string to = newer.ToString().empty() ? "(empty)" : newer.ToString(); in have_compatible_annotations() local
/system/bt/gd/packet/parser/
Dparent_def.cc173 auto size_lambda = [&](auto from, auto to) -> Size { in GetOffsetForField()
/system/core/libutils/
DVectorImpl.cpp444 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() local
509 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize; in _shrink() local
/system/tools/hidl/host_utils/
DStringHelper.cpp72 std::vector<std::string>* to) { in combineSingleCharTokens()
/system/core/libsparse/
Dbacked_block.cpp132 void backed_block_list_move(struct backed_block_list* from, struct backed_block_list* to, in backed_block_list_move()
Dsparse.cpp263 static struct backed_block* move_chunks_up_to_len(struct sparse_file* from, struct sparse_file* to, in move_chunks_up_to_len()
/system/memory/libmeminfo/tools/
Dlibrank.cpp76 static void add_mem_usage(MemUsage* to, const MemUsage& from) { in add_mem_usage()
/system/memory/libmeminfo/
Dprocmeminfo.cpp48 static void add_mem_usage(MemUsage* to, const MemUsage& from) { in add_mem_usage()

12