/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | ohos_gen_framework_c.py | 29 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")) 34 VULKAN_HEADERS_INCLUDE_DIR = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "include") 35 VULKAN_H = { "" : [ os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codecs_common.h"), 36 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codec_h264std.h"), 37 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codec_h264std_encode.h"), 38 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codec_h265std.h"), 39 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codec_h264std_decode.h"), 40 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vk_video", "vulkan_video_codec_h265std_decode.h"), 41 os.path.join(VULKAN_HEADERS_INCLUDE_DIR, "vulkan", "vulkan_core.h") ], 42 "SC" : [ os.path.join(o [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | array-prototype-tostring.js | 15 // Our own join method if the internal join is not implemented. 16 function join(sep) function 32 Array.prototype.join = 1; 36 Array.prototype.join = join; 41 test.join = function() { throw ReferenceError ("foo"); }; 53 // Test if the join returns a ReferenceError 55 Object.defineProperty(arr, 'join', { 'get' : function () {throw new ReferenceError ("foo"); } });
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | media_library_db_upgrade.h | 70 LEFT JOIN album_plugin \
89 INNER JOIN Photos \
178 INNER JOIN temp_album_bundle_name AS M \
180 LEFT JOIN PhotoAlbum AS PA2 \
182 LEFT JOIN album_plugin \
195 INNER JOIN temp_album_bundle_name AS M \
197 INNER JOIN PhotoAlbum AS PA2 \
199 INNER JOIN PhotoMap AS PM \
205 INNER JOIN temp_album_bundle_name AS M \
207 INNER JOIN PhotoMa [all...] |
/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | selinux_check_main.py | 31 request_args.append(os.path.join(args.output_path, "file_contexts")) 34 request_args.append(os.path.join(args.output_path, "all.cil")) 36 request_args.append(os.path.join(args.output_path, "developer/all.cil")) 41 check_policy_cmd = [os.path.join(args.tool_path, "checkpolicy"), 44 "-o", os.path.join(args.output_path, "all.cil")] 46 check_policy_cmd = [os.path.join(args.tool_path, "checkpolicy"), 49 "-o", os.path.join(args.output_path, "developer/all.cil")] 61 path = os.path.join(args.source_root_dir, i) 87 check_config = read_json_file(os.path.join(input_args.source_root_dir, input_args.selinux_check_config)) 90 script = os.path.join(input_arg [all...] |
/third_party/skia/third_party/externals/brotli/python/tests/ |
H A D | _test_utils.py | 12 project_dir = os.path.abspath(os.path.join(__file__, '..', '..', '..')) 13 src_dir = os.path.join(project_dir, 'python') 14 test_dir = os.path.join(project_dir, 'tests') 17 bro_path = os.path.join(src_dir, 'bro.py') 24 build_dir = os.path.join(project_dir, 'bin', platform_lib_name) 35 TESTDATA_DIR = os.path.join(test_dir, 'testdata') 45 TESTDATA_PATHS = [os.path.join(TESTDATA_DIR, f) for f in TESTDATA_FILES] 48 os.path.join(TESTDATA_DIR, '*.compressed')) 54 return os.path.join(TEMP_DIR, os.path.basename(filename + '.bro')) 58 return os.path.join(TEMP_DI [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | undeclaredModuleError.types | 19 function join(...paths: string[]) {}
20 >join : (...paths: string[]) => void
30 >fs.readFile(originalFilePath, () => { readdir(covFileDir, () => { } , (error: Error, files: {}[]) => { files.forEach((file) => { var fullPath = join(IDoNotExist); } ); } ); } ) : any
35 >() => { readdir(covFileDir, () => { } , (error: Error, files: {}[]) => { files.forEach((file) => { var fullPath = join(IDoNotExist); } ); } ); } : () => void
38 >readdir(covFileDir, () => { } , (error: Error, files: {}[]) => { files.forEach((file) => { var fullPath = join(IDoNotExist); } ); } ) : void
44 >(error: Error, files: {}[]) => { files.forEach((file) => { var fullPath = join(IDoNotExist); } ); } : (error: Error, files: {}[]) => void
49 >files.forEach((file) => { var fullPath = join(IDoNotExist); } ) : void
53 >(file) => { var fullPath = join(IDoNotExist); } : (file: {}) => void
56 var fullPath = join(IDoNotExist);
58 >join(IDoNotExis [all...] |
H A D | declFileFunctions.symbols | 24 return a + rests.join("");
26 >rests.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
28 >join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
115 return a + rests.join("");
117 >rests.join : Symbol(Array.join, Decl(lib.es5.d.ts, --, --))
119 >join : Symbol(Array.join, Dec [all...] |
/third_party/python/Lib/test/test_importlib/ |
H A D | test_reader.py | 22 MultiplexedPath(os.path.join(self.folder, 'binary.file')) 33 data01 = os.path.abspath(os.path.join(__file__, '..', 'data01')) 63 prefix = os.path.abspath(os.path.join(__file__, '..')) 64 data01 = os.path.join(prefix, 'data01') 68 os.path.join('namespacedata01', 'binary.file'), 72 os.path.join('data01', 'subdirectory'), 76 os.path.join('namespacedata01', 'imaginary'), 111 root = os.path.abspath(os.path.join(__file__, '..', 'namespacedata01')) 113 reader.resource_path('binary.file'), os.path.join(root, 'binary.file') 116 reader.resource_path('imaginary'), os.path.join(roo [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | view.js | 287 t.matchSnapshot(outputs.join('\n')) 293 t.matchSnapshot(outputs.join('\n')) 299 t.matchSnapshot(outputs.join('\n')) 305 t.matchSnapshot(outputs.join('\n')) 311 t.matchSnapshot(outputs.join('\n')) 317 t.matchSnapshot(outputs.join('\n')) 323 t.matchSnapshot(outputs.join('\n')) 329 t.equal(outputs.join('\n'), '', 'no info to display') 335 t.matchSnapshot(outputs.join('\n')) 341 t.matchSnapshot(outputs.join('\ [all...] |
H A D | config.js | 1 const { join } = require('path') 47 const global = join(temp, 'global') 48 const project = join(temp, 'project') 49 const home = join(temp, 'home') 69 const global = join(temp, 'global') 70 const project = join(temp, 'project') 71 const home = join(temp, 'home') 91 const global = join(temp, 'global') 92 const project = join(temp, 'project') 93 const home = join(tem [all...] |
/base/security/selinux_adapter/scripts/ |
H A D | build_contexts.py | 48 cmdstr = " ".join(in_cmd) 68 file_list_path = os.path.join(root, each_file) 75 return " ".join(str(x) for x in policy_file_list) 92 print("".join((contexts_file, " : need an empty line at end \n"))) 96 print("".join((contexts_file, " : must be unix format\n"))) 145 err_msg = "".join(str_seq) 148 err_msg = "".join(str_seq) 150 err_msg = "".join(str_seq) 165 check_cmd = [os.path.join(args.tool_path, "sefcontext_compile"), 230 check_cmd = [os.path.join(arg [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | run_internal_tests.py | 84 testWorkDir = os.path.join(config.buildPath, "modules", "internal") 85 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool) 99 os.path.join(config.buildPath, 'executor', config.executor), 101 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver), 105 '--caselistdir=%s' % os.path.join(testWorkDir), 115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), "..")) 116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests")) 122 os.path.join(BASE_BUILD_PATH, "win32-vs10-debug"), 133 os.path.join(BASE_BUILD_PATH, "win32-vs10-release"), 144 os.path.join(BASE_BUILD_PAT [all...] |
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 55 kBowtie = SkPaint::kLast_Join + 1 // Double sided round join. 78 // Will a line and worst-case previous join both fit in a single patch together? 88 // worst-case join fit in a single patch together? 98 // worst-case join fit in a single patch together? 103 void updateTolerances(float numRadialSegmentsPerRadian, SkPaint::Join joinType) { in updateTolerances() 119 // Find the worst-case numbers of parametric segments if we are to integrate a join into the in updateTolerances() 130 // join with the patch. Subtract an extra 1 off the end because when we integrate a join, in updateTolerances() 131 // the tessellator has to add a redundant edge between the join and curve. in updateTolerances() 158 // Writes out the given line, possibly chopping its previous join unti [all...] |
/third_party/typescript/tests/cases/fourslash/ |
H A D | quickInfoTypeOnlyImportExport.ts | 28 ].join("\n")); 34 ].join("\n")); 40 ].join("\n")); 46 ].join("\n")); 52 ].join("\n")); 58 ].join("\n")); 64 ].join("\n")); 70 ].join("\n"));
|
/third_party/python/Lib/test/ |
H A D | test_pkgutil.py | 38 package_dir = os.path.join(self.dirname, pkg) 41 f = open(os.path.join(package_dir, '__init__.py'), "wb") 44 f = open(os.path.join(package_dir, 'res.txt'), "wb") 47 os.mkdir(os.path.join(package_dir, 'sub')) 48 f = open(os.path.join(package_dir, 'sub', 'res.txt'), "wb") 68 zip_file = os.path.join(self.dirname, zip) 104 zip_file = os.path.join(self.dirname, zip) 137 d = os.path.join(self.dirname, package_name) 147 pkg1_dir = os.path.join(self.dirname, pkg1) 149 f = open(os.path.join(pkg1_di [all...] |
/third_party/gn/infra/recipes/ |
H A D | gn.py | 42 str(api.macos_sdk.sdk_dir.join('include', 'c++', 'v1')), 57 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot-focal') 59 sysroot = '--sysroot=%s' % cipd_dir.join('sysroot') 61 'CC': cipd_dir.join('bin', 'clang'), 62 'CXX': cipd_dir.join('bin', 'clang++'), 63 'AR': cipd_dir.join('bin', 'llvm-ar'), 74 stdlib = cipd_dir.join('lib', 'libc++.a') 78 cipd_dir.join('bin', 'clang'), 80 cipd_dir.join('bin', 'clang++'), 82 cipd_dir.join('bi [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 24 if ($flavour =~ /linux/) { ".arch\t".join(',',@_); } 28 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); } 39 if ($flavour =~ /ios/) { ".private_extern\t".join(',',@_); } 40 else { ".hidden\t".join(',',@_); } 55 } else { $ret = ".comm\t".join(',',@args); } 81 if ($flavour =~ /linux/) { ".type\t".join(',',@_); } 82 elsif ($flavour =~ /ios32/) { if (join(',',@_) =~ /(\w+),%function/) { 91 if ($flavour =~ /linux/) { ".size\t".join(',',@_); } 95 if ($flavour =~ /linux/) { ".inst\t".join(',',@_); } 96 else { ".long\t".join(',', [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | trigger.py | 60 mb_script_path = os.path.join('tools', 'mb', 'mb.py') 64 is_standalone = not os.path.isdir(os.path.join('third_party', 'angle')) 68 mb_args += ['-i', os.path.join('infra', 'specs', 'gn_isolate_map.pyl')] 70 logging.info('Invoking mb: %s' % ' '.join(mb_args)) 81 out_file_path = os.path.join(*path.split('/')) 85 logging.info('Swarming command: %s' % ' '.join(swarming_cmd)) 89 isolate_cmd_path = os.path.join('tools', 'luci-go', 'isolate') 90 isolate_file = os.path.join(out_file_path, '%s.isolate' % args.test) 91 archive_file = os.path.join(out_file_path, '%s.archive.json' % args.test) 97 logging.info('Invoking isolate: %s' % ' '.join(isolate_arg [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | skpbench.py | 32 with api.context(cwd=api.path['start_dir'].join('skia')): 57 app = api.vars.build_dir.join('skpbench') 60 skpbench_dir = api.vars.workdir.join('skia', 'tools', 'skpbench') 61 table = api.path.join(api.vars.swarming_out_dir, 'table') 81 skpbench_invocation = api.path.join(api.flavor.device_dirs.bin_dir, 'skpbench') 112 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_*svg.skp'), 113 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_motionmark*.skp'), 114 api.path.join(api.flavor.device_dirs.skp_dir, 'desk_chalkboard.skp')] 125 script=skpbench_dir.join('skpbench.py'), 145 json_path = api.path.join( [all...] |
/drivers/hdf_core/framework/tools/idl-gen/testcase/ |
H A D | test_idl_generator.py | 28 self.assertEqual("".join(generator._idl), "package h.audio.test;\n\n") 32 self.assertEqual("".join(generator._idl), "package h.audio.test;\n\n") 36 self.assertEqual("".join(generator._idl), "package h.audio.test;\n\n") 40 self.assertEqual("".join(generator._idl), "package h.audio.test;\n\n") 62 self.assertEqual("".join(generator._idl), "import include.audio.AudioRender;\n\n") 91 self.assertEqual("".join(generator._idl), "import include.audio.AudioRender;\n" 118 "".join(generator._idl), 142 self.assertEqual("".join(generator._idl), "import include.Types;\n\n") 171 self.assertEqual("".join(generator._idl), "import include.Types;\n\n") 201 "".join(generato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 37 LLVM_STAGING_DIR = path.abspath(path.join(tempfile.gettempdir(), "llvm-10")) 38 LLVM_DIR = path.abspath(path.join(LLVM_STAGING_DIR, "llvm")) 39 LLVM_OBJS = path.join(LLVM_STAGING_DIR, "build") 40 LLVM_CONFIGS = path.abspath(path.join(SCRIPT_DIR, '..', 'configs')) 144 log([' '.join(t) for t in popenargs][0], log_level) 213 ';'.join(t for t in get_cmake_targets_to_build(name))] 229 src = path.join(src_base, src) 234 yield (path.join(base_dir, filename), 235 path.join(dst_base, relative, filename)) 243 path.join('includ [all...] |
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
H A D | create.py | 44 lib_dir = os.path.join(target_dir, 'lib') 47 to_copy = glob.glob(os.path.join(gl_path,'libGL*')) 48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*'))) 49 to_copy.extend(glob.glob(os.path.join(gl_path,'libdrm*'))) 53 include_dir = os.path.join(target_dir, 'include') 55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL')) 56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR')) 57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2')) 58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
H A D | create.py | 44 lib_dir = os.path.join(target_dir, 'lib') 47 to_copy = glob.glob(os.path.join(gl_path,'libGL*')) 48 to_copy.extend(glob.glob(os.path.join(gl_path,'libEGL*'))) 49 to_copy.extend(glob.glob(os.path.join(gl_path,'libmali*'))) 53 include_dir = os.path.join(target_dir, 'include') 55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL')) 56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR')) 57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2')) 58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
|
/third_party/node/deps/npm/lib/utils/ |
H A D | error-message.js | 8 const messageText = msg => msg.map(line => line.slice(1).join(' ')).join('\n') 66 ].join('\n'), 97 ].join('\n'), 114 ].join('\n'), 124 ['', 'Failed using git.', 'Please check if you have git installed and in your PATH.'].join( 142 ].join('\n'), 153 ].join('\n'), 168 ].join('\n'), 185 ['To correct this please try logging in again with:', ' npm login'].join('\ [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | generate_gl_dispatch_table.py | 174 return '\n'.join(lines) 181 return '\n'.join(lines) 194 return '\n'.join([assign_null_line(line) for line in entry.split('\n')]) 202 return "".join(param.itertext()) 264 print(','.join(inputs)) 266 print(','.join(outputs)) 272 gl_xml_path = os.path.join('..', '..', '..', '..', 'scripts', 'gl.xml') 405 table_data.append("\n".join(formatted)) 411 table_data="\n\n".join(table_data)) 443 gl_data="\n\n".join(gl_dat [all...] |