OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifest_name
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
build-jsdoc-validator-jar.sh
9
manifest_name
=Manifest.txt
23
${java_bin_path}jar cvfem $script_path/$jar_name $main_class $script_path/$
manifest_name
-C $bin_path . > /dev/null
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.h
55
char const*
manifest_name
,
72
char const*
manifest_name
,
85
char const*
manifest_name
,
96
void LoadAndExpectError(char const*
manifest_name
,
extension_manifest_test.cc
96
char const*
manifest_name
, std::string* error) {
100
.AppendASCII(
manifest_name
);
131
char const*
manifest_name
,
134
return LoadAndExpectSuccess(Manifest(
manifest_name
), location, flags);
153
char const*
manifest_name
,
158
Manifest(
manifest_name
), expected_warning, location, flags);
186
char const*
manifest_name
,
191
Manifest(
manifest_name
), expected_error, location, flags);
/external/chromium_org/tools/win/split_link/
split_link.py
180
manifest_name
= ManifestNameForIndex(index)
183
print >> f, '/MANIFESTFILE:' +
manifest_name
194
shutil.copyfile(
manifest_name
, intermediate_manifest)
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
660
self.
manifest_name
= "AndroidManifest.xml"
668
for filename in fnmatch.filter(filenames, self.
manifest_name
):
685
if os.path.isfile(args[0]) and os.path.basename(args[0]) == self.
manifest_name
:
690
raise gdb.GdbError(self.
manifest_name
+ " not found in: " \
694
+ self.
manifest_name
+ " files found:\n" + "\n".join(manifests))
/external/chromium_org/chrome/tools/build/win/
create_installer_archive.py
323
# Reads |
manifest_name
| from |build_dir| and writes |
manifest_name
| to
326
def CopyAndAugmentManifest(build_dir, output_dir,
manifest_name
,
328
with open(os.path.join(build_dir,
manifest_name
), 'r') as f:
345
with open(os.path.join(output_dir,
manifest_name
), 'w') as f :
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.cc
379
Error MountHttp::LoadManifest(const std::string&
manifest_name
,
381
Path manifest_path(
manifest_name
);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
[
all
...]
Completed in 112 milliseconds