/system/memory/libmemunreachable/ |
D | AtomicState.h | 42 void set(T to) { state_.store(to); } in set() 49 bool transition(T from, T to) { return state_.compare_exchange_strong(from, to); } in transition() 56 bool transition_or(T from, T to, const std::function<T()>& orFunc) { in transition_or()
|
/system/libhwbinder/ |
D | TextOutput.h | 42 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()
|
D | TextOutput.cpp | 46 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<() 65 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
|
/system/update_engine/common/ |
D | action_pipe.h | 71 static void Bond(FromAction* from, ToAction* to) { in Bond() 93 void BondActions(FromAction* from, ToAction* to) { in BondActions()
|
/system/linkerconfig/devicetest/src/android/linkerconfig/gts/utils/elements/ |
D | Link.java | 24 public Namespace from, to; field in Link
|
/system/timezone/input_tools/android/zone_compactor/main/java/ |
D | ZoneCompactor.java | 79 String to = st.nextToken(); in ZoneCompactor() local 109 String to = links.get(from); in ZoneCompactor() local
|
/system/apex/apexd/ |
D | apexd_rollback_utils.h | 39 inline int32_t CopyDirectoryRecursive(const char* from, const char* to) { in CopyDirectoryRecursive()
|
D | apexd_utils_test.cpp | 140 TemporaryDir to; in TEST() local 168 TemporaryDir to; in TEST() local 174 TemporaryFile to; in TEST() local 180 TemporaryDir to; in TEST() local
|
D | apexd_utils.h | 258 const std::string& to) { in MoveDir()
|
/system/vold/ |
D | MoveStorage.cpp | 193 const std::shared_ptr<VolumeBase>& to, in moveStorageInternal() 257 void MoveStorage(const std::shared_ptr<VolumeBase>& from, const std::shared_ptr<VolumeBase>& to, in MoveStorage()
|
/system/tools/aidl/ |
D | ast_java.cpp | 40 void WriteComment(CodeWriter* to, const std::string& comment) { in WriteComment() 45 void WriteModifiers(CodeWriter* to, int mod, int mask) { in WriteModifiers() 73 void WriteArgumentList(CodeWriter* to, const vector<std::shared_ptr<Expression>>& arguments) { in WriteArgumentList()
|
D | aidl_checkapi.cpp | 119 const string to = newer.ToString().empty() ? "(empty)" : newer.ToString(); in have_compatible_annotations() local
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | modules.h | 26 Namespace *from, *to; member
|
/system/memory/lmkd/ |
D | reaper.cpp | 51 struct timespec *to) { in get_time_diff_ms()
|
/system/libbase/ |
D | strings.cpp | 120 std::string StringReplace(std::string_view s, std::string_view from, std::string_view to, in StringReplace()
|
/system/core/libutils/binder/ |
D | VectorImpl.cpp | 442 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() local 507 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize; in _shrink() local
|
/system/tools/hidl/host_utils/ |
D | StringHelper.cpp | 72 std::vector<std::string>* to) { in combineSingleCharTokens()
|
/system/core/fs_mgr/tools/ |
D | dmuserd.cpp | 116 int not_splice(int from, int to, __u64 count) { in not_splice()
|
/system/core/libsparse/ |
D | backed_block.cpp | 132 void backed_block_list_move(struct backed_block_list* from, struct backed_block_list* to, in backed_block_list_move()
|
D | sparse.cpp | 263 static int move_chunks_up_to_len(struct sparse_file* from, struct sparse_file* to, unsigned int len, in move_chunks_up_to_len()
|
/system/security/ondevice-signing/ |
D | odsign_main.cpp | 89 bool rename(const std::string& from, const std::string& to) { in rename()
|
/system/memory/libmeminfo/libsmapinfo/ |
D | smapinfo.cpp | 400 static void add_mem_usage(MemUsage* to, const MemUsage& from) { in add_mem_usage() 942 static void add_mem_usage(MemUsage* to, const MemUsage& from) { in add_mem_usage()
|
/system/memory/libmeminfo/ |
D | procmeminfo.cpp | 54 static void add_mem_usage(MemUsage* to, const MemUsage& from) { in add_mem_usage()
|
/system/extras/simpleperf/ |
D | cmd_report_test.cpp | 340 char to[80]; in TEST_F() local
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 63 const std::string& to) { in string_replace_all()
|