Home
last modified time | relevance | path

Searched refs:Assign (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.cpp29 Assign(other.ptr_, other.size_); in String()
34 Assign(str, strlen(str)); in String()
39 Assign(&ch, 1); in String()
51 Assign(str, len); in String()
54 void String::Assign(const char* str, size_t len) { in Assign() function in crazy::String
Dcrazy_linker_util.h81 Assign(other.ptr_, other.size_);
86 Assign(str, strlen(str));
91 Assign(&ch, 1);
114 void Assign(const char* str, size_t len);
116 void Assign(const String& other) { Assign(other.ptr_, other.size_); } in Assign() function
118 void Assign(const char* str) { Assign(str, strlen(str)); } in Assign() function
Dcrazy_linker_search_path_list.cpp65 full_path_.Assign(item, item_end - item); in FindFile()
Dcrazy_linker_system_mock.cpp72 void SetPath(const char* path) { path_.Assign(path); } in SetPath()
75 data_.Assign(data, data_size); in SetData()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dsstream35 // 27.8.1.2 Assign and swap:
80 // 27.8.2.2 Assign and swap:
116 // 27.8.3.2 Assign/swap:
152 // 27.8.5.1 Assign/swap:
217 // 27.8.1.2 Assign and swap:
640 // 27.8.2.2 Assign and swap:
759 // 27.8.2.2 Assign and swap:
878 // 27.8.2.2 Assign and swap:
Dostream34 // 27.7.2.3 Assign/swap
164 // 27.7.2.3 Assign/swap
Dfstream33 // 27.9.1.3 Assign/swap:
201 // 27.9.1.3 Assign/swap:
Distream34 // 27.7.1.1.2 Assign/swap:
188 // 27.7.1.1.2 Assign/swap:
/ndk/docs/text/
DPREBUILTS.text38 2. Assign to LOCAL_SRC_FILES the path to the prebuilt library you are
/ndk/sources/host-tools/make-3.81/
DChangeLog932 buffer and make it a properly terminated string. Assign