Home
last modified time | relevance | path

Searched defs:do_copy (Results 1 – 11 of 11) 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()
312 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText()
322 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText()
326 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy) { in UTF8ToUnicodeText()
330 UnicodeText UTF8ToUnicodeText(StringPiece str, bool do_copy) { in UTF8ToUnicodeText()
334 UnicodeText UTF8ToUnicodeText(absl::string_view str, bool do_copy) { in UTF8ToUnicodeText()
/external/angle/scripts/
Dupdate_chrome_angle.py92 def do_copy(filename, is_optional): function
/external/liburing/test/
Dmadvise.c85 static long do_copy(int fd, char *buf, void *ptr) in do_copy() function
/external/crosvm/devices/src/virtio/iommu/
Dipc_memory_mapper.rs224 fn do_copy<C>( in do_copy() method
/external/clang/test/Analysis/
Ddtor.cpp515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
/external/webp/src/enc/
Dpicture_csp_enc.c755 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
/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.c937 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/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