/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | update_chrome_angle.py | 80 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 D | unicodetext.h | 420 // 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 D | agx_lower_parallel_copy.c | 45 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 D | internal.h | 47 int do_copy; /**< copy needed */ member
|
H A D | utils.c | 153 if (avr->ch_map_info.do_copy) in avresample_open() 724 info->do_copy = 1; in avresample_set_channel_mapping()
|
H A D | audio_convert.c | 373 if (map->do_copy || map->do_zero) { in ff_audio_convert()
|
H A D | audio_data.c | 258 if (map->do_copy || map->do_zero) { in ff_audio_data_copy()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_parallelcopy.c | 186 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 D | main.py | 72 do_copy = True 75 do_copy = ( 80 if do_copy:
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_csp_enc.c | 1122 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 D | xcodeproj_file.py | 760 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 D | xcodeproj_file.py | 760 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 D | s_server.c | 3737 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 D | s_server.c | 3732 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 D | f2fs_io.c | 937 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 D | aco_lower_to_hw_instr.cpp | 1208 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()
|