| /third_party/node/test/parallel/ |
| H A D | test-readline-promises-interface.js | 165 fi.emit('data', expectedLines.join('\r')); 252 fi.emit('data', `${expectedLines.join('\n')}\n`); 328 fi.emit('data', `${expectedLines.join('\n')}\n`); 365 assert.strictEqual(keys.join(''), 'fooXbar'); 373 fi.emit('data', lines.join('\n') + '\n'); 392 rli.question(expectedLines.join('\n')).then(() => rli.close()); 714 fi.emit('data', lines.join('\n')); 845 fi.emit('data', `${expectedLines.join('\n')}\n`); 856 fi.emit('data', expectedLines.join('\n')); 869 fi.emit('data', expectedLines.join('\ [all...] |
| /third_party/skia/infra/bots/recipes/test.expected/ |
| H A D | Test-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Debug-All-Android.json | 439 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 459 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 465 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 483 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 503 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 509 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 648 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm [all...] |
| /foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/ |
| H A D | AudioDecoderDemoCommon.cpp | 192 inputLoop_->join(); in stopThread() 200 outputLoop_->join(); in stopThread() 1208 inputLoop_->join(); in InnerStopThread() 1216 outputLoop_->join(); in InnerStopThread() 1431 inputLoop_->join(); in InnerRunCasePre() 1438 outputLoop_->join(); in InnerRunCasePre() 1582 inputLoop_->join(); in InnerRunCaseFlushPre() 1589 outputLoop_->join(); in InnerRunCaseFlushPre() 1622 inputLoop_->join(); in InnerRunCaseFlushPost() 1629 outputLoop_->join(); in InnerRunCaseFlushPost() [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_zlib.py | 331 combuf = b''.join(bufs) 334 y1 = dco.decompress(b''.join(bufs)) 347 combuf = b''.join(bufs) 376 self.assertEqual(data, b''.join(bufs)) 392 combuf = b''.join(bufs) 407 self.assertEqual(data, b''.join(bufs), 'Wrong data retrieved') 417 combuf = b''.join(bufs) 439 self.assertEqual(data, b''.join(bufs), 'Wrong data retrieved') 501 self.assertEqual(zlib.decompress(b''.join([a,b,c,d])), 555 zdict = b''.join(word [all...] |
| H A D | test_telnetlib.py | 40 self.thread.join() 195 expect = b''.join(reads[:-1]) 207 expect = b''.join(reads) 308 written = b''.join(telnet.sock.writes) 318 data_len = len(b''.join(data)) 401 self.assertEqual(data, b''.join(want[:-1]))
|
| /third_party/skia/infra/bots/recipes/perf_skottietrace.expected/ |
| H A D | skottietracing_parse_trace_error.json | 197 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 217 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 223 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 241 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 261 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 267 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 354 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cm [all...] |
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| H A D | make_cpptoc_impl.py | 35 proto += ' ' + name + '(' + ', '.join(parts['args']) + ')' 221 result += '\n ' + ',\n '.join(params) 310 impl += '\n ' + ',\n '.join(params) 402 absolute_dir = os.path.join(os.path.join(dir_path, dir_name), 'cpptoc') 403 absolute_path = os.path.join(absolute_dir, file_parser.get_capi_name(clsname, False) + '_cpptoc.cpp')
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
| H A D | drawing_pen.h | 243 * @brief Enumerates pen line join styles. The line join style defines 262 * @brief Obtains the line join style of a pen. 266 * @return Returns the line join style. 273 * @brief Sets the line join style for a pen. 277 * @param OH_Drawing_PenLineJoinStyle Indicates a variable that describes the line join style.
|
| /test/testfwk/xdevice/plugins/devicetest/runner/ |
| H A D | test_runner.py | 121 local_resource_path = os.path.join( 126 local_aw_path = os.path.join( 301 report_path = os.path.join("details", round_folder, case_name + ".html") 302 to_file = os.path.join(self.project.task_report_dir, report_path) 400 result_path = os.path.join(self.configs["report_path"], "result") 401 report_file = os.path.join(result_path, "%s.xml" % self.suite_name)
|
| /third_party/jerryscript/tools/ |
| H A D | build.py | 33 toolchain = os.path.join(settings.PROJECT_DIR, 58 buildgrp.add_argument('--builddir', metavar='DIR', default=os.path.join(settings.PROJECT_DIR, 'build'), 176 build_options_append('EXTERNAL_COMPILE_FLAGS', ' '.join(arguments.compile_flag)) 177 build_options_append('EXTERNAL_LINK_LIBS', ' '.join(arguments.link_lib)) 178 build_options_append('EXTERNAL_LINKER_FLAGS', ' '.join(arguments.linker_flag)) 234 arguments.builddir = os.path.join(settings.PROJECT_DIR, arguments.builddir)
|
| /third_party/node/deps/v8/tools/ |
| H A D | run-clang-tidy.py | 44 s += ' ' + '\n '.join(self.occurrences) 67 out_filepath = os.path.join(build_folder, 'compile_commands.json') 191 modified_build_folder += '\'' + ''.join(HEADER_REGEX) + '\'' 228 compdb_filepath = os.path.join(build_folder, 'compile_commands.json') 241 line_filter += '{ \"lines\":[' + ', '.join(line_ranges) 271 return os.path.isfile(os.path.join(build_folder, 'compile_commands.json'))
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | loaders.py | 48 from os.path import join, exists, getmtime 56 path = join(self.path, template) 169 # In Python 3.5, os.path.join doesn't support Path. This can be 179 filename = path.join(searchpath, *pieces) 206 os.path.join(dirpath, filename)[len(searchpath) :] 246 p = "/".join((self.package_path,) + tuple(pieces))
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
| H A D | version.py | 245 parts.append(".".join(str(x) for x in self.release)) 249 parts.append("".join(str(x) for x in self.pre)) 263 return "".join(parts) 339 return ".".join(str(x) for x in self._version.local) 377 parts.append(".".join(str(x) for x in self.release)) 379 return "".join(parts)
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| H A D | install.js | 132 await copyDirectory(path.join(src, entry.name), path.join(dest, entry.name)) 138 await fs.copyFile(path.join(src, entry.name), path.join(dest, entry.name)) 143 await fs.stat(path.join(dest, entry.name)) 206 const tarExtractDir = win ? await fs.mkdtemp(path.join(os.tmpdir(), 'node-gyp-tmp-')) : devDir
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | token.js | 33 t.resolveMatch(token.completion({ conf: { argv: { remain: argv } } }), expect, argv.join(' ')) 98 t.match(lines[5], ` ${tokens[1].cidr_whitelist.join(',')} `, 'includes the cidr whitelist') 184 ['key', 'token', 'created', 'readonly', 'CIDR whitelist'].join('\t'), 190 [tokens[0].key, tokens[0].token, tokens[0].created, tokens[0].readonly, ''].join('\t'), 201 tokens[1].cidr_whitelist.join(','), 202 ].join('\t'),
|
| /third_party/littlefs/scripts/ |
| H A D | readmdir.py | 320 ' '.join('%02x' % c for c in tag.data[:8]), 321 ''.join(c if c >= ' ' and c <= '~' else '.' 328 ' '.join('%02x' % c for c in tag.data[i:i+16]), 329 ''.join(c if c >= ' ' and c <= '~' else '.' 362 ', '.join('%#x' % b 366 ' (was %s)' % ', '.join('%d' % m.rev for m in mdir.pair[1:])
|
| /third_party/python/Lib/distutils/ |
| H A D | bcppcompiler.py | 198 output_filename = os.path.join (output_dir, output_filename) 224 def_file = os.path.join (temp_dir, '%s.def' % modname) 326 libfile = os.path.join(dir, self.library_filename(name)) 350 obj_names.append (os.path.join (output_dir, base + ext)) 353 obj_names.append (os.path.join (output_dir, base + '.res')) 355 obj_names.append (os.path.join (output_dir,
|
| /third_party/python/Lib/idlelib/ |
| H A D | colorizer.py | 14 return "(?P<%s>" % name + "|".join(alternates) + ")" 22 r"(?![ \t]*(?:" + "|".join([ # not followed by ... 25 r"\b(?:" + r"|".join(keyword.kwlist) + r")\b", # a keyword 37 r"(?![ \t]*(?:" + "|".join([ # not followed by ... 41 r"\b(?:" + r"|".join(keyword.kwlist) + r")\b", # a keyword 56 prog = re.compile("|".join([
|
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsWin32TestProcess.cpp | 192 // Join thread. in stop() 193 join(); in stop() 335 // Join thread. in stop() 336 join(); in stop() 649 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() 671 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).normalize().getPath(); in start()
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | loaders.py | 48 from os.path import join, exists, getmtime 56 path = join(self.path, template) 169 # In Python 3.5, os.path.join doesn't support Path. This can be 179 filename = path.join(searchpath, *pieces) 206 os.path.join(dirpath, filename)[len(searchpath) :] 246 p = "/".join((self.package_path,) + tuple(pieces))
|
| /third_party/python/Lib/tkinter/ |
| H A D | filedialog.py | 157 dir = os.path.normpath(os.path.join(self.directory, subdir)) 186 fullname = os.path.join(dir, name) 205 filter = os.path.join(filter, "*") 223 dir = os.path.join(pwd, dir) 226 self.filter.insert(END, os.path.join(dir or os.curdir, pat or "*")) 230 self.selection.insert(END, os.path.join(self.directory, file))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | SyncDependenceAnalysis.cpp | 136 // identified join points 144 // if DefMap[B] == B then B is a join point of disjoint paths from X or B is 198 // a join of at least two definitions in visitSuccessor() 200 // do we know this join already? in visitSuccessor() 347 // compute all join points in join_blocks() 369 // compute all join points in join_blocks()
|
| /third_party/skia/tools/gpu/gl/interface/ |
| H A D | gen_interface.go | 176 content += strings.Join(blocks, " else ") 266 p := filepath.Join(parent, file) 328 check = fmt.Sprintf("(%s && (%s%s))", std.StandardCheck, lineBreak, strings.Join(expr, " ||"+lineBreak)) 332 content += fmt.Sprintf("if (%s) {\n", strings.Join(standardChecks, " ||\n"+SPACER+" ")) 376 `, indent, strings.Join(testOnly, " ||\n"+indent+" "), indent, SPACER, indent) 386 `, indent, strings.Join(checks, " ||\n"+indent+" "), indent, SPACER, indent)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | variableDeclaratorResolvedDuringContextualTyping.types | 39 static join(promises: { [name: string]: Promise; }): Promise;
40 >join : { (promises: { [name: string]: Promise; }): Promise; (promises: Promise[]): Promise; }
44 static join(promises: Promise[]): Promise;
45 >join : { (promises: { [name: string]: Promise; }): Promise; (promises: Promise[]): Promise; }
148 public static join<ValueType>(promises: TPromise<ValueType>[]): TPromise<ValueType[]>;
149 >join : <ValueType>(promises: TPromise<ValueType>[]) => TPromise<ValueType[]>
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_msl.cpp | 1025 return join(prefix, "address::clamp_to_edge"); in create_sampler_address() 1027 return join(prefix, "address::clamp_to_zero"); in create_sampler_address() 1029 return join(prefix, "address::clamp_to_border"); in create_sampler_address() 1031 return join(prefix, "address::repeat"); in create_sampler_address() 1033 return join(prefix, "address::mirrored_repeat"); in create_sampler_address() 1205 args.push_back(join("max_anisotropy(", s.max_anisotropy, ")")); in emit_entry_point_declarations() 1208 args.push_back(join("lod_clamp(", convert_to_string(s.lod_clamp_min, current_locale_radix_character), ", ", in emit_entry_point_declarations() 1267 arrays += join("[", indices[i - 1], "]"); in emit_entry_point_declarations() 2166 qual_var_name += join(".interpolate_at_sample(", to_expression(builtin_sample_id_id), ")"); in add_plain_variable_to_interface_block() 2386 string mbr_name = ensure_valid_name(join(to_expressio in add_composite_variable_to_interface_block() 7586 MSL_BOP_CAST(<, uint_type); break; case OpSLessThan: MSL_BOP_CAST(<, int_type); break; case OpFOrdLessThan: MSL_BOP(<); break; case OpULessThanEqual: MSL_BOP_CAST(<=, uint_type); break; case OpSLessThanEqual: MSL_BOP_CAST(<=, int_type); break; case OpFOrdLessThanEqual: MSL_BOP(<=); break; case OpFUnordEqual: MSL_UNORD_BOP(==); break; case OpFUnordNotEqual: MSL_UNORD_BOP(!=); break; case OpFUnordGreaterThan: MSL_UNORD_BOP(>); break; case OpFUnordGreaterThanEqual: MSL_UNORD_BOP(>=); break; case OpFUnordLessThan: MSL_UNORD_BOP(<); break; case OpFUnordLessThanEqual: MSL_UNORD_BOP(<=); break; case OpDPdx: case OpDPdxFine: case OpDPdxCoarse: MSL_UFOP(dfdx); register_control_dependent_expression(ops[1]); break; case OpDPdy: case OpDPdyFine: case OpDPdyCoarse: MSL_UFOP(dfdy); register_control_dependent_expression(ops[1]); break; case OpFwidth: case OpFwidthCoarse: case OpFwidthFine: MSL_UFOP(fwidth); register_control_dependent_expression(ops[1]); break; case OpBitFieldInsert: { emit_bitfield_insert_op(ops[0], ops[1], ops[2], ops[3], ops[4], ops[5], �, SPIRType::UInt); break; } case OpBitFieldSExtract: { emit_trinary_func_op_bitextract(ops[0], ops[1], ops[2], ops[3], ops[4], �, int_type, int_type, SPIRType::UInt, SPIRType::UInt); break; } case OpBitFieldUExtract: { emit_trinary_func_op_bitextract(ops[0], ops[1], ops[2], ops[3], ops[4], �, uint_type, uint_type, SPIRType::UInt, SPIRType::UInt); break; } case OpBitReverse: MSL_UFOP(reverse_bits); break; case OpBitCount: { auto basetype = expression_type(ops[2]).basetype; emit_unary_func_op_cast(ops[0], ops[1], ops[2], �, basetype, basetype); break; } case OpFRem: MSL_BFOP(fmod); break; case OpFMul: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFMul); else MSL_BOP(*); break; case OpFAdd: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFAdd); else MSL_BOP(+); break; case OpFSub: if (msl_options.invariant_float_math || has_decoration(ops[1], DecorationNoContraction)) MSL_BFOP(spvFSub); else MSL_BOP(-); break; case OpAtomicExchange: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem = ops[4]; uint32_t val = ops[5]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, val); break; } case OpAtomicCompareExchange: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem_pass = ops[4]; uint32_t mem_sem_fail = ops[5]; uint32_t val = ops[6]; uint32_t comp = ops[7]; emit_atomic_func_op(result_type, id, �, mem_sem_pass, mem_sem_fail, true, ptr, comp, true, false, val); break; } case OpAtomicCompareExchangeWeak: SPIRV_CROSS_THROW(�); case OpAtomicLoad: { uint32_t result_type = ops[0]; uint32_t id = ops[1]; uint32_t ptr = ops[2]; uint32_t mem_sem = ops[4]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, 0); break; } case OpAtomicStore: { uint32_t result_type = expression_type(ops[0]).self; uint32_t id = ops[0]; uint32_t ptr = ops[0]; uint32_t mem_sem = ops[2]; uint32_t val = ops[3]; emit_atomic_func_op(result_type, id, �, mem_sem, mem_sem, false, ptr, val); break; } case OpAtomicIIncrement: MSL_AFMIO(add); break; case OpAtomicIDecrement: MSL_AFMIO(sub); break; case OpAtomicIAdd: MSL_AFMO(add); break; case OpAtomicISub: MSL_AFMO(sub); break; case OpAtomicSMin: case OpAtomicUMin: MSL_AFMO(min); break; case OpAtomicSMax: case OpAtomicUMax: MSL_AFMO(max); break; case OpAtomicAnd: MSL_AFMO(and); break; case OpAtomicOr: MSL_AFMO(or); break; case OpAtomicXor: MSL_AFMO(xor); break; case OpImageRead: { uint32_t img_id = ops[2]; auto &type = expression_type(img_id); if (type.image.dim != DimSubpassData) { auto *p_var = maybe_get_backing_variable(img_id); if (p_var && has_decoration(p_var->self, DecorationNonReadable)) { unset_decoration(p_var->self, DecorationNonReadable); force_recompile(); } } emit_texture_op(instruction, false); break; } case OpImageTexelPointer: { auto *var = maybe_get_backing_variable(ops[2]); if (var && atomic_image_vars.count(var->self)) { uint32_t result_type = ops[0]; uint32_t id = ops[1]; std::string coord = to_expression(ops[3]); auto &type = expression_type(ops[2]); if (type.image.dim == Dim2D) { coord = join(�, coord, �, to_expression(ops[2]), �); } auto &e = set<SPIRExpression>(id, join(to_expression(ops[2]), �, coord, �), result_type, true); e.loaded_from = var ? var->self : ID(0); inherit_expression_dependencies(id, ops[3]); } else { uint32_t result_type = ops[0]; uint32_t id = ops[1]; auto &e = set<SPIRExpression>(id, join(to_expression(ops[2]), �, to_expression(ops[3])), result_type, true); e.loaded_from = var ? var->self : ID(0); inherit_expression_dependencies(id, ops[3]); } break; } case OpImageWrite: { uint32_t img_id = ops[0]; uint32_t coord_id = ops[1]; uint32_t texel_id = ops[2]; const uint32_t *opt = &ops[3]; uint32_t length = instruction.length - 3; auto &type = expression_type(img_id); auto &img_type = get<SPIRType>(type.self); auto *p_var = maybe_get_backing_variable(img_id); if (p_var && has_decoration(p_var->self, DecorationNonWritable) emit_instruction() argument [all...] |