Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 – 20 of 20) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc102 UnicodeText::UnicodeText(const UnicodeText& src, bool do_copy) { in UnicodeText() argument
103 if (do_copy) { in UnicodeText()
248 int end_codepoint, bool do_copy) { in Substring() argument
254 return Substring(it_begin, it_end, do_copy); in Substring()
258 const const_iterator& it_end, bool do_copy) { in Substring() argument
259 if (do_copy) { in Substring()
318 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) { in UTF8ToUnicodeText() argument
320 if (do_copy) { in UTF8ToUnicodeText()
328 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy) { in UTF8ToUnicodeText() argument
329 return UTF8ToUnicodeText(utf8_buf, strlen(utf8_buf), do_copy); in UTF8ToUnicodeText()
[all …]
Dunicodetext.h74 UnicodeText(const UnicodeText& src, bool do_copy = true);
190 int end_codepoint, bool do_copy = true);
193 bool do_copy = true);
237 bool do_copy = true);
238 UnicodeText UTF8ToUnicodeText(const char* utf8_buf, bool do_copy = true);
239 UnicodeText UTF8ToUnicodeText(const std::string& str, bool do_copy = true);
240 UnicodeText UTF8ToUnicodeText(StringPiece str, bool do_copy = true);
241 UnicodeText UTF8ToUnicodeText(absl::string_view str, bool do_copy = true);
/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
968 do_copy do_copy_func, in do_basic0()
983 do_copy do_copy_func, in do_basic1()
1001 do_copy do_copy_func, in do_basicN()
1025 do_copy do_copy_func, in do_overwrite_source()
1046 do_copy do_copy_func, in do_overwrite_source_read()
1077 do_copy do_copy_func, in do_overwrite_source_read_bcs()
1084 do_copy do_copy_func, in do_overwrite_source_read_rcs()
1091 do_copy do_copy_func, in do_overwrite_source__rev()
1112 do_copy do_copy_func, in do_overwrite_source__one()
[all …]
/external/clang/test/Analysis/
Ddtor.cpp512 static void do_copy(T *dest, const T *src, unsigned count);
515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy()
524 do_copy(p, other.p, 1); in NonTrivial()
/external/llvm-project/clang/test/Analysis/
Ddtor.cpp512 static void do_copy(T *dest, const T *src, unsigned count);
515 void do_copy(T *dest, const U *src, unsigned count) { in do_copy() function
517 copier<IsSimple, T>::do_copy(dest, src, count); in do_copy()
524 do_copy(p, other.p, 1); in NonTrivial()
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dmov-after-dls.mir8 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
41 name: do_copy
86 ; CHECK-LABEL: name: do_copy
Dunsafe-use-after.mir8 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
44 name: do_copy
89 ; CHECK-LABEL: name: do_copy
Dcond-mov.mir8 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
41 name: do_copy
86 ; CHECK-LABEL: name: do_copy
Dsafe-def-no-mov.mir10 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
46 name: do_copy
91 ; CHECK-LABEL: name: do_copy
Dunsafe-cpsr-loop-def.mir6 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
49 name: do_copy
94 ; CHECK-LABEL: name: do_copy
Dunsafe-cpsr-loop-use.mir6 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
49 name: do_copy
94 ; CHECK-LABEL: name: do_copy
/external/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
Dsimple-do.ll10 ; CHECK-LABEL: do_copy
19 ; CHECK-LLC-LABEL:do_copy:
27 define i32 @do_copy(i32 %n, i32* nocapture %p, i32* nocapture readonly %q) {
/external/python/cpython3/PC/layout/
Dmain.py75 do_copy = True
78 do_copy = (
83 if do_copy:
/external/webp/src/enc/
Dpicture_csp_enc.c1122 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
1124 if (do_copy) { in Import()
/external/scapy/scapy/
Dasn1fields.py132 def do_copy(self, x): member in ASN1F_field
Dpacket.py370 return self.get_field(fieldname).do_copy(value)
701 self.raw_packet_cache_fields[f.name] = f.do_copy(fval)
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
1218 do_copy(ctx, bld, tmp_copy, &preserve_scc, pi->scratch_sgpr); in do_swap()
1530 bool did_copy = do_copy(ctx, bld, it->second, &preserve_scc, pi->scratch_sgpr); in handle_operands()
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi2259 …<function-decl name='do_copy' mangled-name='_ZNK7android6VectorIP11ObbCallbackE7do_copyEPvPKvj' fi…
20678 …<function-decl name='do_copy' mangled-name='_ZNK7android6VectorIP11ObbCallbackE7do_copyEPvPKvj' fi…
24617 …<function-decl name='do_copy' mangled-name='_ZNK7android12SortedVectorINS_12DisplayStateEE7do_copy…