| /third_party/python/Lib/ |
| H A D | tarfile.py | 553 t = b"".join(t) 569 t = b"".join(t) 766 target_path = os.path.realpath(os.path.join(dest_path, name)) 804 target_path = os.path.realpath(os.path.join(dest_path, member.linkname)) 1090 prefix = "/".join(components[:i]) 1091 name = "/".join(components[i:]) 1137 buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts)) 1832 error_msgs_summary = '\n'.join(error_msgs) 2208 self.add(os.path.join(name, f), os.path.join(arcnam [all...] |
| H A D | dataclasses.py | 410 return f'({",".join([f"{obj_name}.{f.name}" for f in fields])},)' 424 args = ','.join(args) 425 body = '\n'.join(f' {b}' for b in body) 430 local_vars = ', '.join(locals.keys()) 565 params_str = ','.join(f.name for f in fields 592 ', '.join([f"{f.name}={{self.{f.name}!r}}" 603 fields_str = '(' + ','.join(repr(f.name) for f in fields) + ',)'
|
| H A D | pathlib.py | 54 self.join = self.sep.join 96 Join the two paths represented by the respective 526 return drv + root + cls._flavour.join(parts[1:]) 528 return cls._flavour.join(parts)
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| H A D | hmac_mgmt_sta.c | 92 功能描述 : 在join之前更新协议相关的参数 488 功能描述 : 处理SME发送过来的JOIN_REQ命令,启动JOIN流程,将STA状态设置为WAIT_JOIN 500 /* 1102 P2PSTA共存 用于 更新参数失败的话需要返回而不是继续下发Join动作 */ in hmac_sta_wait_join() 508 /* 更新JOIN REG params 到MIB及MAC寄存器 */ in hmac_sta_wait_join() 552 /* 发送JOIN成功消息给SME */ in hmac_sta_wait_join() 556 "{hmac_sta_wait_join::Join AP[XX:XX:XX:%02X:%02X:%02X] HT=%d VHT=%d HI_SUCCESS.}", in hmac_sta_wait_join() 561 "{hmac_sta_wait_join::Join AP channel=%d bandwidth=%d Beacon Period=%d HI_SUCCESS.}", in hmac_sta_wait_join()
|
| /third_party/googletest/googletest/scripts/ |
| H A D | upload.py | 543 body = CRLF.join(lines) 580 output = "".join(output_array) 849 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content) 1034 return "".join(svndiff) 1103 return "\n".join(svndiff) + "\n" 1185 patches.append((filename, ''.join(diff))) 1192 patches.append((filename, ''.join(diff)))
|
| /third_party/littlefs/scripts/ |
| H A D | plot.py | 161 inotify.add_watch(os.path.join(dir, f), flags) 443 return ''.join(row_) 1008 ','.join(k_ for k_ in k if k_)) 1204 ' '.join('%s%s%s' % ( 1215 '%s ' % ''.join( 1252 '%s ' % ''.join( 1340 ' '.join('%s%s%s' % (
|
| /third_party/node/deps/openssl/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 749 join(",", map(sprintf("0x%02x", $_), 816 $$line = join(",",unpack("C*",$1),0); 965 .join(",",@str[0..15])."\n"; 969 .join(",",@str) if (@str); 1220 print $gas?".byte\t":"DB\t",join(',',@bytes),"\n"; 1248 printf "\t%s\t%s",$insn,join(",",@args); 1261 printf "\t%s\t%s",$insn,join(",",map($_->out($sz),@args));
|
| /third_party/python/Lib/http/ |
| H A D | client.py | 235 hstring = b''.join(headers).decode('iso-8859-1') 596 return b''.join(value) 598 raise IncompleteRead(b''.join(value)) from exc 733 return ', '.join(headers) 917 self.send(b"".join(headers)) 1039 msg = b"\r\n".join(self._buffer) 1266 value = b'\r\n\t'.join(values)
|
| /third_party/openssl/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 744 join(",", map(sprintf("0x%02x", $_), 811 $$line = join(",",unpack("C*",$1),0); 960 .join(",",@str[0..15])."\n"; 964 .join(",",@str) if (@str); 1215 print $gas?".byte\t":"DB\t",join(',',@bytes),"\n"; 1243 printf "\t%s\t%s",$insn,join(",",@args); 1256 printf "\t%s\t%s",$insn,join(",",map($_->out($sz),@args));
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveDebugValues.cpp | 548 bool join(MachineBasicBlock &MBB, VarLocInMBB &OutLocs, VarLocInMBB &InLocs, 1274 bool LiveDebugValues::join( in join() function in LiveDebugValues 1280 LLVM_DEBUG(dbgs() << "join MBB: " << MBB.getNumber() << "\n"); in join() 1300 // Join is null in case of empty OutLocs from any of the pred. in join() 1305 // predecessor, and for all other predecessors join the Out locs. in join() 1559 // To solve it, we perform join() and process() using the two worklist method in ExtendRanges() 1572 MBBJoined = join(*MBB, OutLocs, InLocs, VarLocIDs, Visited, in ExtendRanges()
|
| H A D | LiveInterval.cpp | 401 // A->overlaps(C) should return false since we want to be able to join 641 void LiveRange::join(LiveRange &Other, 694 // not supposed to be valid after calling join(); 1330 EqClass.join(unused->id, VNI->id); 1342 EqClass.join(VNI->id, PVNI->id); 1349 EqClass.join(VNI->id, UVNI->id); 1355 EqClass.join(used->id, unused->id);
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftstroke.c | 764 FT_Angle angle_in; /* direction into curr join */ 765 FT_Angle angle_out; /* direction out of join */ 841 /* save line join style: */ in FT_Stroker_Set() 842 /* line join style can be temporarily changed when stroking curves */ in FT_Stroker_Set() 1251 /* save angle, position, and line length for last join */ in ft_stroker_subpath_start() 1417 /* reinstate line join style */ in FT_EXPORT_DEF() 1624 /* reinstate line join style */ in FT_EXPORT_DEF()
|
| /third_party/skia/tools/fiddle/ |
| H A D | documumentation_examples_map.txt | 1101 void join(const SkIRect& r); 1105 void join(int32_t left, int32_t top, int32_t right, int32_t bottom); 2073 Join getStrokeJoin() const; 2302 void setStrokeJoin(Join join); 3522 void join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom); 3526 void join(const SkRect& r);
|
| /third_party/python/Lib/test/test_email/ |
| H A D | test_headerregistry.py | 122 # value = '\r'.join(['this is', ' a test']) 1299 ', '.join([x[0] for x in examples[:4]]) + ', ' + 1301 ', '.join([x[0] for x in examples[4:6]]) + ';,' + 1302 ', '.join([x[0] for x in examples[6:]]) 1307 ', '.join([x[2] for x in examples[:4]]) + ', ' + 1309 ', '.join([x[2] for x in examples[4:6]]) + ';, ' + 1310 ', '.join([x[2] for x in examples[6:]])
|
| /third_party/python/Lib/test/ |
| H A D | test_urllib.py | 903 do_not_quote = '' .join(["ABCDEFGHIJKLMNOPQRSTUVWXYZ", 953 should_quote = ''.join(should_quote) 1101 escape_string = ''.join(escape_list) 1491 expected_path = os.path.join("parts", "of", "a", "path") 1505 given = os.path.join("needs", "quot=ing", "here") 1516 given = os.path.join("make sure", "using_quote") 1523 expect = os.path.join("make+sure", "using_unquote")
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex_test.cc | 605 waiter1.reset(); // "join" waiter1 in TEST_P() 611 waiter2.reset(); // "join" waiter2 in TEST_P() 707 t.join(); in TEST() 737 for (std::thread &t : t2) t.join(); in TEST() 738 t1.join(); in TEST() 846 thread1.join(); 847 thread2.join();
|
| /third_party/skia/dm/ |
| H A D | DM.cpp | 860 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs() 1361 path = SkOSPath::Join(dir, result.md5.c_str()); in WriteToDisk() 1368 path = SkOSPath::Join(dir, task.sink.tag.c_str()); in WriteToDisk() 1370 path = SkOSPath::Join(path.c_str(), task.src.tag.c_str()); in WriteToDisk() 1373 path = SkOSPath::Join(path.c_str(), task.src.options.c_str()); in WriteToDisk() 1376 path = SkOSPath::Join(path.c_str(), task.src->name().c_str()); in WriteToDisk() 1501 gVLog = fopen(SkOSPath::Join(FLAGS_writePath[0], "verbose.log").c_str(), "w"); in main()
|
| /test/testfwk/xdevice/plugins/devicetest/core/ |
| H A D | test_case.py | 1174 name_id = ".".join(id_strings).replace(" ", ".") 1188 "(", ", ".join(all_args), ")" 1190 return "".join(info_items) 1195 return "".join(traceback.format_exception(*sys.exc_info())), \ 1197 return "".join(traceback.format_exception(*sys.exc_info()))
|
| /third_party/curl/tests/ |
| H A D | runner.pm | 702 $cmd = join(" ", @p); 750 my $fileContent = join('', @inputfile); 759 if(join("/", @parts[0..$nparts-1]) eq $LOGDIR) { 1044 join(", ", @locks) . ")\n"; 1092 my $cmd = join("", @postcheck);
|
| /third_party/jerryscript/jerry-debugger/ |
| H A D | jerry_client_main.py | 219 result += ','.join([str(breakpoint) for breakpoint in self.lines.values()]) 811 self.scope_vars += "".join(data[1:]) 1155 return "".join(["%s%s\n" % (log_type, line) for line in lines]) 1164 return "".join(["%s%s\n" % (log_type, line) for line in lines]) 1257 result += " | ".join("{:{}}".format(x, col_width[i])
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
| H A D | rsa_importKey.https.any.js | 265 data = "object(" + Object.keys(data).join(", ") + ")"; 283 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 288 return "{" + keyValuePairs.join(", ") + "}"; 302 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 310 return "{" + keyValuePairs.join(", ") + "}";
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-platform.h | 183 * running JobHandle::Join(). 205 * completed and max concurrency becomes 0. When Join() is called and max 210 virtual void Join() = 0; 232 * Returns false after Join() or Cancel() was called. This may return true 1014 * handle->Join();
|
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 721 join(" | ", @cs), 722 join(" | ", @dcs), 1193 # join(" ", __wrap_cmd($cmd)) 1232 return join(' ', fixup_cmd($prog)); 1252 my $cmdstr = join(" ", @$cmd);
|
| /third_party/python/Tools/unicode/ |
| H A D | makeunicodedata.py | 362 fprint(" { %s }," % ", ".join(map(str,record))) 553 value = '/'.join(parts) 790 seq_str = ', '.join('0x%04X' % cp for cp in sequence) 888 DATA_DIR = os.path.join('Tools', 'unicode', 'data') 891 local = os.path.join(DATA_DIR, template % ('-'+version,))
|
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 721 join(" | ", @cs), 722 join(" | ", @dcs), 1193 # join(" ", __wrap_cmd($cmd)) 1232 return join(' ', fixup_cmd($prog)); 1252 my $cmdstr = join(" ", @$cmd);
|