Searched defs:do_copy (Results 1 – 9 of 9) sorted by relevance
/external/libtextclassifier/native/utils/utf8/ |
D | unicodetext.cc | 102 UnicodeText::UnicodeText(const UnicodeText& src, bool do_copy) { in UnicodeText() 248 int end_codepoint, bool do_copy) { in Substring() 258 const const_iterator& it_end, bool do_copy) { in Substring() 318 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText() 328 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText() 332 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) { in UTF8ToUnicodeText() 336 UnicodeText UTF8ToUnicodeText(StringPiece str, bool do_copy) { in UTF8ToUnicodeText() 340 UnicodeText UTF8ToUnicodeText(absl::string_view str, bool do_copy) { in UTF8ToUnicodeText()
|
/external/clang/test/Analysis/ |
D | dtor.cpp | 515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
|
/external/llvm-project/clang/test/Analysis/ |
D | dtor.cpp | 515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
|
/external/scapy/scapy/ |
D | asn1fields.py | 132 def do_copy(self, x): member in ASN1F_field
|
D | fields.py | 84 def do_copy(self, x): member in Field 535 def do_copy(self, x): member in PacketListField
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 857 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy() function
|
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1061 bool do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool *preserve_scc, Phys… in do_copy() function
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1122 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_concurrent_all.c | 847 typedef void (*do_copy)(struct buffers *b, drm_intel_bo *dst, drm_intel_bo *src); typedef
|