Home
last modified time | relevance | path

Searched defs:do_copy (Results 1 – 9 of 9) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc102 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/
Ddtor.cpp515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
/external/llvm-project/clang/test/Analysis/
Ddtor.cpp515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
/external/scapy/scapy/
Dasn1fields.py132 def do_copy(self, x): member in ASN1F_field
Dfields.py84 def do_copy(self, x): member in Field
535 def do_copy(self, x): member in PacketListField
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c857 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy() function
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1061 bool do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool *preserve_scc, Phys… in do_copy() function
/external/webp/src/enc/
Dpicture_csp_enc.c1122 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
/external/igt-gpu-tools/tests/i915/
Dgem_concurrent_all.c847 typedef void (*do_copy)(struct buffers *b, drm_intel_bo *dst, drm_intel_bo *src); typedef