Searched refs:manifest_file (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/native_client_sdk/src/build_tools/ |
D | nacl-mono-buildbot.py | 48 manifest_file = open(SDK_MANIFEST, 'r') 49 sdk_manifest = json.loads(manifest_file.read()) 50 manifest_file.close() 73 manifest_file = open(MONO_MANIFEST, 'r') 74 mono_manifest = json.loads(manifest_file.read()) 75 manifest_file.close() 102 manifest_file = open(MONO_MANIFEST, 'w') 103 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2)) 104 manifest_file.close() 115 manifest_file = open(MONO_MANIFEST, 'r') [all …]
|
/external/chromium_org/build/android/gyp/ |
D | jar.py | 16 def Jar(class_files, classes_dir, jar_path, manifest_file=None): argument 25 if manifest_file: 27 jar_cmd.append(os.path.abspath(manifest_file)) 42 def JarDirectory(classes_dir, excluded_classes, jar_path, manifest_file=None): argument 48 Jar(class_files, classes_dir, jar_path, manifest_file=manifest_file)
|
D | javac.py | 233 manifest_file = os.path.join(temp_dir, 'manifest') 234 CreateManifest(manifest_file, classpath, 237 manifest_file = None 241 manifest_file=manifest_file)
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
D | build_compiler_runner_jar.py | 42 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False) 44 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath) 45 manifest_file.close() 53 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla… 56 os.remove(manifest_file.name)
|
/external/chromium_org/third_party/closure_compiler/runner/ |
D | build_runner_jar.py | 46 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False) 48 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath) 49 manifest_file.close() 60 jar_path, artifact_path, manifest_file.name, main_class, bin_path) 63 os.remove(manifest_file.name)
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/ |
D | build_jsdoc_validator_jar.py | 100 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False) 102 manifest_file.write('Class-Path: %s\n' % closure_jar_relpath) 103 manifest_file.close() 111 …jar_command = '%s cvfme %s %s %s -C %s .' % (jar_path, artifact_path, manifest_file.name, main_cla… 114 os.remove(manifest_file.name)
|
/external/chromium_org/third_party/leveldatabase/ |
D | env_chromium_unittest.cc | 141 scoped_ptr<WritableFile> manifest_file(manifest_file_ptr); in TYPED_TEST() local 142 manifest_file->Append(data); in TYPED_TEST() 144 manifest_file->Append(data); in TYPED_TEST() 156 manifest_file->Append(data); in TYPED_TEST() 158 manifest_file->Append(data); in TYPED_TEST()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
D | generate_manifest.py | 35 with io.open(output_file, 'w', encoding='utf-8') as manifest_file: 36 manifest_file.write(rendered_without_comments)
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_prompt_test_utils.mm | 28 const char* manifest_file) { 35 .AppendASCII(manifest_file);
|
D | extension_install_prompt_test_utils.h | 37 const char* manifest_file);
|
/external/chromium_org/native_client_sdk/src/doc/devguide/ |
D | distributing.rst | 313 manifest files, see :ref:`Manifest Files <manifest_file>`.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | dynamic-loading.rst | 154 those libraries in a Native Client :ref:`manifest file <manifest_file>`, and
|
D | debugging.rst | 257 * Replace the ``nmf`` :ref:`manifest file <manifest_file>` that points to
|
D | vs-addin.rst | 440 :ref:`manifest file <manifest_file>`. The manifest file points to the .pexe
|