| /third_party/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| H A D | Build-Debian10-Clang-x86_64-Release-Fast.json | 105 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 129 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 131 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| H A D | Build-Debian10-Clang-x86_64-Release-ASAN.json | 105 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 129 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 131 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| H A D | Build-Debian10-Clang-x86_64-Release-ANGLE.json | 105 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 129 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 131 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| H A D | Build-Debian10-Clang-x86_64-Debug-Wuffs.json | 105 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 129 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 131 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| H A D | Build-Debian10-Clang-x86_64-Debug-TSAN.json | 105 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 129 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 131 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| H A D | Housekeeper-PerCommit-CheckGeneratedFiles.json | 119 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products = ['dm', 'dm.exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', 'skpbench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skottie_tool', 'lib/*.so', 'run_testlab']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print('Copying build product %s to %s' % (f, dst_path))\n shutil.move(f, dst_path)\n", 143 "@@@STEP_LOG_LINE@python.inline@ path = os.path.join(src, pattern)@@@", 145 "@@@STEP_LOG_LINE@python.inline@ dst_path = os.path.join(dst, os.path.relpath(f, src))@@@",
|
| /third_party/vk-gl-cts/scripts/egl/ |
| H A D | call_log_wrapper.py | 73 return ", ".join(eglwPrefix(param.declaration) for param in command.params) 98 src += "%s CallLogWrapper::%s (%s)\n{\n" % (eglwPrefix(command.type), command.name, ", ".join(eglwPrefix(p.declaration) for p in command.params)) 114 src += "\t\tm_log << TestLog::Message << %s;\n" % " << ".join(callPrintItems) 116 callStr = "m_egl.%s(%s)" % (getFunctionMemberName(command.name), ", ".join([p.name for p in command.params]))
|
| /third_party/vk-gl-cts/scripts/opengl/ |
| H A D | src_util.py | 34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl")) 35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl")) 36 OPENGL_INC_DIR = os.path.join(OPENGL_DIR, "wrapper") 216 writeInlFile(os.path.join(directory, filename), lines)
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | gen_ext_deps.py | 26 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")) 32 VK_INL_FILE = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "vkApiExtensionDependencyInfo.inl") 196 VULKAN_XML = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "xml", "vk.xml") 199 genExtDepInl(genExtDeps(getExtInfoDict(vkRegistry)), os.path.join(outputPath, "vkApiExtensionDependencyInfo.inl"))
|
| H A D | ohos_gen_ext_deps.py | 27 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")) 33 VK_INL_FILE = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "vkApiExtensionDependencyInfo.inl") 202 VULKAN_XML = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "xml", "vk.xml") 205 genExtDepInl(genExtDeps(getExtInfoDict(vkRegistry)), os.path.join(outputPath, "vkApiExtensionDependencyInfo.inl"))
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSharedPtr.cpp | 402 threadA.join(); in SharedPtr_selfTest() 403 threadB.join(); in SharedPtr_selfTest() 420 threadA.join(); in SharedPtr_selfTest() 421 threadB.join(); in SharedPtr_selfTest()
|
| H A D | deThread.cpp | 81 * but no join() has been called. 98 * join() can only be called after a successful call to start(). 100 void Thread::join (void) in join() function in de::Thread 104 throw std::runtime_error("Thread::join() failed"); in join()
|
| /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...] |
| /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...] |
| /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...] |
| /third_party/python/Tools/clinic/ |
| H A D | clinic.py | 79 s = ''.join(text) 95 joined together (''.join(accumulator)) and 103 joined = " ".join([str(a) for a in args]) 247 return ''.join(final) 266 return ''.join(final) 284 version.append(int(''.join(accumulator))) 528 return '\n'.join(lines) 594 return "\n".join(lines) 641 return ''.join(text) 809 parser_definition = '\n'.join([ [all...] |
| /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'),
|