Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_chrome_angle.py80 def do_copy(filename, is_optional): function
96 do_copy(filename, False)
98 do_copy(filename, True)
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h420 // If do_copy is true, then a copy of the string is made. The copy is
425 // If do_copy is false, then no copy is made. The resulting
432 // made (as if do_copy were true) and coerced to valid UTF-8 by
436 bool do_copy) { in UTF8ToUnicodeText()
438 if (do_copy) { in UTF8ToUnicodeText()
446 inline UnicodeText UTF8ToUnicodeText(const string& utf_string, bool do_copy) { in UTF8ToUnicodeText() argument
447 return UTF8ToUnicodeText(utf_string.data(), static_cast<int>(utf_string.size()), do_copy); in UTF8ToUnicodeText()
435 UTF8ToUnicodeText(const char* utf8_buf, int len, bool do_copy) UTF8ToUnicodeText() argument
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_lower_parallel_copy.c45 do_copy(agx_builder *b, const struct agx_copy *copy) in do_copy() function
164 do_copy(b, entry); in agx_emit_parallel_copies()
/third_party/ffmpeg/libavresample/
H A Dinternal.h47 int do_copy; /**< copy needed */ member
H A Dutils.c153 if (avr->ch_map_info.do_copy) in avresample_open()
724 info->do_copy = 1; in avresample_set_channel_mapping()
H A Daudio_convert.c373 if (map->do_copy || map->do_zero) { in ff_audio_convert()
H A Daudio_data.c258 if (map->do_copy || map->do_zero) { in ff_audio_data_copy()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_lower_parallelcopy.c186 do_copy(struct ir3_compiler *compiler, struct ir3_instruction *instr, in do_copy() function
209 do_copy(compiler, instr, in do_copy()
350 do_copy(compiler, instr, entry); in _handle_copies()
/third_party/python/PC/layout/
H A Dmain.py72 do_copy = True
75 do_copy = (
80 if do_copy:
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c1122 const int do_copy = (ALPHA_OFFSET == 3) && swap_rb; in Import() local
1124 if (do_copy) { in Import()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py760 def UpdateProperties(self, properties, do_copy=False):
768 If do_copy is True, then lists, dicts, strong-owned XCObjects, and
824 if do_copy:
856 # any more because it may not be right if do_copy is true.
939 # Use do_copy=True so that each new object gets its own copy of strong
941 self.UpdateProperties(defaults, do_copy=True)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py760 def UpdateProperties(self, properties, do_copy=False):
768 If do_copy is True, then lists, dicts, strong-owned XCObjects, and
824 if do_copy:
856 # any more because it may not be right if do_copy is true.
939 # Use do_copy=True so that each new object gets its own copy of strong
941 self.UpdateProperties(defaults, do_copy=True)
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3737 int *do_copy) in get_session()
3740 *do_copy = 0; in get_session()
3736 get_session(SSL *ssl, const unsigned char *id, int idlen, int *do_copy) get_session() argument
/third_party/openssl/apps/
H A Ds_server.c3732 int *do_copy) in get_session()
3735 *do_copy = 0; in get_session()
3731 get_session(SSL *ssl, const unsigned char *id, int idlen, int *do_copy) get_session() argument
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c937 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy() function
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1208 do_copy(lower_context* ctx, Builder& bld, const copy_operation& copy, bool* preserve_scc, in do_copy() function
1430 do_copy(ctx, bld, tmp_copy, &preserve_scc, pi->scratch_sgpr); in do_swap()
1788 bool did_copy = do_copy(ctx, bld, it->second, &preserve_scc, pi->scratch_sgpr); in handle_operands()

Completed in 32 milliseconds