| /third_party/python/Doc/library/ |
| H A D | pathlib.rst | 123 (like :func:`os.path.join`):: 216 The slash operator helps create child paths, like :func:`os.path.join`. 1328 :func:`os.path.join` :func:`PurePath.joinpath`
|
| /third_party/openssl/crypto/aes/asm/ |
| H A D | aesni-mb-x86_64.pl | 1470 return ".byte\t".join(',',@opcode); 1482 return ".byte\t".join(',',@opcode); 1495 return ".byte\t".join(',',@opcode);
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 1432 Edge* join = fAlloc->make<Edge>(leftPoly->lastVertex(), v, 1, in tessellate() local 1434 leftPoly = leftPoly->addEdge(join, kRight_Side, fAlloc); in tessellate() 1435 rightPoly = rightPoly->addEdge(join, kLeft_Side, fAlloc); in tessellate()
|
| /third_party/openssl/crypto/whrlpool/asm/ |
| H A D | wp-x86_64.pl | 56 sub L() { $code.=".byte ".join(',',@_)."\n"; } 57 sub LL(){ $code.=".byte ".join(',',@_).",".join(',',@_)."\n"; }
|
| /third_party/python/Lib/test/ |
| H A D | test_optparse.py | 538 sys.argv[0] = os.path.join("foo", "bar", "baz.py") 955 sys.argv[0] = os.path.join(os.curdir, "foo", "bar") 1509 sys.argv[0] = os.path.join("foo", "bar.py")
|
| H A D | test_nntplib.py | 23 certfile = os.path.join(os.path.dirname(__file__), 'keycert3.pem') 536 lit = "\r\n".join(lit.splitlines()) + "\r\n" 1594 self.addCleanup(self.background.join)
|
| H A D | test_coroutines.py | 506 buf = '\n'.join(buf) 2357 check(1, "".join([ 2363 check(2, "".join([
|
| H A D | test_sys_settrace.py | 353 "\n".join(difflib.ndiff([str(x) for x in expected_events], 2783 exec("\n".join(source), namespace) 2829 """.format("\n+\n".join(f"var{i}\n" for i in range(1000)))
|
| H A D | test_smtplib.py | 834 self._extrafeatures = ''.join( 841 line = self._emptystring.join(self.received_lines) 1114 expected_known = (250, bytes('\n'.join(users), "ascii"))
|
| /third_party/python/Modules/_decimal/tests/ |
| H A D | deccheck.py | 925 sys.stdout.write(''.join((fmt, '\n')) % args) 927 sys.stdout.write(''.join((str(fmt), '\n'))) 1312 t[i].join()
|
| /third_party/typescript/src/compiler/ |
| H A D | builder.ts | 1122 const key = fileIds.join();
1252 ).join("\n");
1263 diagnostic.messageText + diagnostic.next.map(flattenDiagnosticMessageText).join("\n");
|
| /third_party/python/Python/ |
| H A D | bltinmodule.c | 2468 "sum() can't sum strings [use ''.join(seq) instead]"); in builtin_sum_impl() 2474 "sum() can't sum bytes [use b''.join(seq) instead]"); in builtin_sum_impl() 2480 "sum() can't sum bytearray [use b''.join(seq) instead]"); in builtin_sum_impl()
|
| /third_party/python/Lib/ |
| H A D | imaplib.py | 888 ', '.join(Commands[command]))) 971 ', '.join(Commands[name]))) 1259 self._mesg('untagged responses dump:' + '\n\t\t'.join(items))
|
| /third_party/skia/experimental/docs/ |
| H A D | svgbaseddoc.htm | 1548 return ["A", radius, radius, 0, arcSweep, 0, endPt.x, endPt.y].join(" "); 1553 return [ startPt.x, startPt.y, ArcStr(center, radius, startAngle, endAngle) ].join(" "); 1561 return ["M", center.x, center.y, "L", arcStart, "z"].join(" ");
|
| /foundation/multimedia/av_codec/services/services/codec/server/ |
| H A D | codec_server.cpp | 166 thread->join(); 439 thread->join(); in Reset()
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
| H A D | device_manager_agent_test.cpp | 676 EXPECT_EQ(string(e.what()), "Failed to join group: Received empty mountpoint"); in HWTEST_F() 701 EXPECT_EQ(string(e.what()), "Failed to join group: Mountpoint existed"); in HWTEST_F()
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
| H A D | ExecutorTest.cpp | 1106 th1.join(); in HWTEST_F() 1107 th2.join(); in HWTEST_F()
|
| /test/xts/acts/graphic/acts_graphicXTSDrawing/entry/src/ohosTest/ets/test/ |
| H A D | Pen.test.ets | 832 // Step 1: Set the join style to undefined 841 // Step 2: Set the join style to null
|
| /third_party/alsa-utils/alsactl/ |
| H A D | state.c | 98 static int snd_config_compound_add(snd_config_t *father, const char *id, int join, in snd_config_compound_add() argument 103 err = snd_config_make_compound(&leaf, id, join); in snd_config_compound_add()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tzfmttst.cpp | 515 threads.join(); // Wait for all threads to finish. 731 threads.join(); // Wait for all threads to finish. in TestAdoptDefaultThreadSafe()
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | emitter.py | 578 return ''.join(chunks) 610 suffix_text = ''.join(chunks)
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
| H A D | ecma-builtin-typedarray-prototype.c | 1075 * The TypedArray.prototype object's 'join' routine basen on 1076 * the Array.porottype object's 'join'
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| H A D | gen_pack_header.py | 346 print(", \\\n".join(default_fields)) 833 print(" |\n".join(" " + f for f in non_address_fields) + ";")
|
| /third_party/node/doc/api/ |
| H A D | dgram.md | 150 Tells the kernel to join a multicast group at the given `multicastAddress` and 205 Tells the kernel to join a source-specific multicast channel at the given
|
| H A D | wasi.html | 313 <span class="hljs-keyword">const</span> { join } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:path'</span>); 329 <span class="hljs-keyword">await</span> <span class="hljs-title function_">readFile</span>(<span class="hljs-title function_">join</span>(__dirname, <span class="hljs-string">'demo.wasm'</span>)),
|