/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 248 return '\n'.join(detected_options) 252 build_config_path = os.path.join(outdir, "v8_build_config.json") 293 print(' '.join(sys.argv)) 354 default=os.path.join(self.basedir, 'test')) 493 yield os.path.join(options.outdir, 'build') 496 yield os.path.join(self.basedir, outdir) 499 gn_out_dir = os.path.join(self.basedir, DEFAULT_OUT_GN) 503 gn_config_dir = os.path.join(gn_out_dir, gn_config) 511 return os.path.join(DEFAULT_OUT_GN, latest_config) 566 os.environ['ASAN_OPTIONS'] = ":".join(asan_option [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | igmp.c | 442 * Join a group on one network interface. 444 * @param ifaddr ip address of the network interface which should join a new group 445 * @param groupaddr the ip address of the group which to join 457 LWIP_ERROR("igmp_joingroup: attempt to join non-multicast address", ip4_addr_ismulticast(groupaddr), return ERR_VAL;); 458 LWIP_ERROR("igmp_joingroup: attempt to join allsystems address", (!ip4_addr_cmp(groupaddr, &allsystems)), return ERR_VAL;); 466 /* Should we join this interface ? */ 482 * Join a group on one network interface. 484 * @param netif the network interface which should join a new group 485 * @param groupaddr the ip address of the group which to join 496 LWIP_ERROR("igmp_joingroup_netif: attempt to join no [all...] |
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader_HardwareImpl.cpp | 137 prevJoinTangent = float2(0); // Disable the join section. in onEmitCode() 141 // [p0, p3, p3, p3] is a reserved pattern that means this patch is a join only. Colocate all in onEmitCode() 150 // Calculate the number of segments to chop the join into. in onEmitCode() 157 float numSegmentsInJoin = (joinRadialSegments != 0 /*Is the join non-empty?*/ && in onEmitCode() 158 JOIN_TYPE >= 0 /*Is the join not a round type?*/) in onEmitCode() 162 // Extends the middle join edge to the miter point. in onEmitCode() 164 if (JOIN_TYPE > 0 /*Is the join a miter type?*/) { in onEmitCode() 168 // Clamps join geometry to the exterior side of the junction. in onEmitCode() 170 if (joinRadialSegments > .1 /*Does the join rotate more than 1/10 of a segment?*/) { in onEmitCode() 171 // Only clamp if the join angl in onEmitCode() [all...] |
/third_party/python/Lib/test/ |
H A D | test_zipimport.py | 96 path = os.path.join(dirName, name) 136 mod = importlib.import_module(".".join(modules)) 144 self.assertEqual(file, os.path.join(TEMP_ZIP, 337 mod = importlib.import_module('.'.join((TESTPACK, TESTMOD))) 341 mod = importlib.import_module('.'.join((TESTPACK, TESTMOD + '2'))) 346 subpkg = '.'.join((TESTPACK, TESTPACK2)) 354 mod = importlib.import_module('.'.join((subpkg, TESTMOD))) 359 mod = importlib.import_module('.'.join((subpkg, TESTMOD + '2'))) 364 mod = importlib.import_module('.'.join((subpkg, TESTMOD + '3'))) 413 mod = importlib.import_module('.'.join((TESTPAC [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 59 g_params['I_FILE_DIR'] = os.path.join(g_params['PRIM_XML_TEMP_ROOT_DIR'].strip(), g_params['PRIM_XML_KEY_WORD'])
93 full_dir = os.path.join(full_dir, sub_dir)
98 full_file_name = os.path.join(full_dir, file_name)
125 dst_full_file_name = os.path.join(temp_dir, dst_file_name)
136 parse_file = os.path.join(os.path.dirname(file_name), '%s.cfg'%key_word)
169 cfg_file_name = os.path.join(base_folder, '%s.cfg'%key_word) if cfg_file is None else cfg_file
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | igmp.h | 160 * Join a group on one network interface. 162 * @param ifaddr ip address of the network interface which should join a new group 163 * @param groupaddr the ip address of the group which to join 172 * Join a group on one network interface. 174 * @param netif the network interface which should join a new group 175 * @param groupaddr the ip address of the group which to join
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | multi_workgroup.cpp | 65 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into workGroup failed, workGroup is null", tid); in InsertThreadInWorkGroup() 77 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into RSWorkGroup failed, max_thread_num: %{public}d", in InsertThreadInWorkGroup() 126 FFRT_LOGE("[RSWorkGroup] join thread %{public}d into RSWorkGroup failed; Create RSWorkGroup first", tid); in JoinRSWorkGroup() 299 FFRT_LOGI("[WorkGroup] join thread %{public}ld", tid); in WorkgroupJoin() 304 FFRT_LOGI("[WorkGroup] join thread %{public}ld success", tid); in WorkgroupJoin() 306 FFRT_LOGE("[WorkGroup] join fail with %{public}d threads for %{public}d", addRet, tid); in WorkgroupJoin()
|
/third_party/jerryscript/targets/mbedos5/tools/ |
H A D | generate_pins.py | 35 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'mbed-os')) 74 return os.path.join(root, name) 151 lengths = ',\n '.join(str(len(pin)) for pin in pins) 158 magic_values = ',\n '.join(pins) 165 magic_strings = ',\n '.join('"' + pin + '"' for pin in pins) 204 targets_dir = os.path.join('.', 'mbed-os', 'targets')
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-dep.js | 94 const configDirPath = path.join( 98 const tmpPolicyPath = path.join( 109 const manifestPath = path.join(configDirPath, policyPath); 113 const filePath = path.join(configDirPath, resourcePath); 116 integrity: integrities.join(' '), 197 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
H A D | test-policy-integrity-parent-commonjs.js | 95 const configDirPath = path.join( 99 const tmpPolicyPath = path.join( 110 const manifestPath = path.join(configDirPath, policyPath); 114 const filePath = path.join(configDirPath, resourcePath); 117 integrity: integrities.join(' '), 197 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
H A D | test-policy-integrity-parent-module.js | 95 const configDirPath = path.join( 99 const tmpPolicyPath = path.join( 110 const manifestPath = path.join(configDirPath, policyPath); 114 const filePath = path.join(configDirPath, resourcePath); 117 integrity: integrities.join(' '), 197 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
H A D | test-policy-integrity-parent-no-package-json.js | 95 const configDirPath = path.join( 99 const tmpPolicyPath = path.join( 110 const manifestPath = path.join(configDirPath, policyPath); 114 const filePath = path.join(configDirPath, resourcePath); 117 integrity: integrities.join(' '), 197 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
H A D | test-policy-integrity-worker-no-package-json.js | 112 const configDirPath = path.join( 116 const tmpPolicyPath = path.join( 127 const manifestPath = path.join(configDirPath, policyPath); 131 const filePath = path.join(configDirPath, resourcePath); 134 integrity: integrities.join(' '), 214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
/third_party/node/tools/dep_updaters/ |
H A D | update-root-certs.mjs | 5 import { basename, join, relative } from 'node:path'; 179 const checkoutDir = join(__filename, '..', '..', '..'); 181 const certdataFile = join(checkoutDir, 'tools', 'certdata.txt'); 196 const mkCABundleTool = join(checkoutDir, 'tools', 'mk-ca-bundle.pl'); 205 const certHeaderFile = relative(process.cwd(), join(checkoutDir, 'src', 'node_root_certs.h')); 242 ].join('\n');
|
/third_party/node/tools/ |
H A D | js2c.py | 115 lines = [','.join(s) for s in slices] 116 array_content = ',\n'.join(lines) 139 filename = '/'.join(split) 157 definitions = ''.join(definitions) 158 initializers = '\n '.join(initializers) 175 # 2. join multiline strings
|
/third_party/musl/scripts/ |
H A D | print_so_deps.py | 51 print("timeout error:", " ".join(cmd), errs) 115 f.write("{}:{}\n".format(soname, ",".join(deps))) 121 f.write("{},{}\n".format(soname, ",".join(deps))) 142 abs_path = os.path.join(path, so_name) 165 print("\033[1;33m index:{} so:{} deps:[{}]\033[0m \n".format(index, cur, ",".join(deps))) 183 so_parser.saved_so_path = os.path.join(os.getcwd(), "saved/")
|
/third_party/ninja/misc/ |
H A D | ninja_syntax_test.py | 42 self.n._line(' '.join(['x', LONGWORD, 'y'])) 43 self.assertEqual(' $\n'.join(['x', 68 self.n._line(' '.join(['x', LONGWORD, 'y']), indent=1) 69 self.assertEqual(' $\n'.join([' ' + 'x', 75 self.n._line(' '.join(['x', LONGWORDWITHSPACES, 'y'])) 76 self.assertEqual(' $\n'.join(['x',
|
/third_party/python/Lib/distutils/ |
H A D | dir_util.py | 59 head = os.path.join(head, d) 93 need_dir.add(os.path.join(base_dir, os.path.dirname(file))) 140 src_name = os.path.join(src, n) 141 dst_name = os.path.join(dst, n) 171 real_f = os.path.join(path,f) 205 This is useful to make 'path' the second argument to os.path.join().
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_proc_table.py | 131 print(','.join(inputs)) 133 print(','.join(outputs)) 196 proc_data=",\n".join(proc_data), 239 proc_data=",\n".join(proc_data), 274 proc_data=",\n ".join(proc_data)) 280 script_name=sys.argv[0], data_source_name="cl.xml", symbol_maps="\n".join(symbol_maps))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | validity.py | 69 '-'.join(['VUID', self.entity_name] + list(anchor)))) 71 combined = _fix_a_vs_an(' '.join(parts)) 143 return '\n'.join(self.lines) + '\n' 212 return ''.join(self.parts).strip() 223 parts.append(', anchor={}'.format('-'.join(self.anchor))) 225 return ''.join(parts)
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixTestProcess.cpp | 92 // Join thread. in stop() 93 join(); in stop() 163 // Join thread. in stop() 164 join(); in stop() 192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() 203 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).getPath(); in start()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 27 // One for res scale, one for style/cap/join, one for miter limit, and one for width. in KeySize() 83 SkPaint::Join join = SkPaint::kDefault_Join; in WriteKey() local 87 join = style.strokeRec().getJoin(); in WriteKey() 89 if (SkPaint::kMiter_Join == join) { in WriteKey() 95 join << kJoinShift | in WriteKey()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
H A D | llvm.go | 133 return filepath.Join(thisDir, path) 181 if t := toolchain(filepath.Join(path, "bin")); t != nil { 212 return filepath.Join(t.BinDir, "clang"+exeExt()) 217 return filepath.Join(t.BinDir, "clang++"+exeExt()) 222 return filepath.Join(t.BinDir, "llvm-cov"+exeExt()) 227 return filepath.Join(t.BinDir, "llvm-profdata"+exeExt())
|
/third_party/skia/tests/ |
H A D | RefCntTest.cpp | 29 thing1.join(); in test_refCnt() 30 thing2.join(); in test_refCnt() 61 thing1.join(); in test_weakRefCnt() 62 thing2.join(); in test_weakRefCnt() 63 thing3.join(); in test_weakRefCnt() 64 thing4.join(); in test_weakRefCnt()
|
/third_party/skia/tools/android/ |
H A D | upload_to_android.py | 42 SKIA_PATH_IN_ANDROID = os.path.join('external', 'skia') 46 SK_USER_CONFIG_PATH = os.path.join('include', 'config', 'SkUserConfig.h') 63 repo_dir = os.path.join(work_dir, 'bin') 64 repo_binary = os.path.join(repo_dir, 'repo') 79 android_dir = os.path.join(work_dir, 'android-repo') 177 config_file = os.path.join('include', 'config', 'SkUserConfigManual.h')
|