HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 51 - 75 of 531) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/devtools/device/adb/
adb_device_info_query.cc 29 const char* package; member in struct:__anon8157::BrowserDescriptor
77 const BrowserDescriptor* FindBrowserDescriptor(const std::string& package) {
80 if (kBrowserDescriptors[i].package == package)
102 std::string package = fields[8]; local
103 pid_to_package[pid] = package;
104 package_to_pid[package] = pid;
165 const std::string& package) {
166 if (package.empty()) {
173 const BrowserDescriptor* descriptor = FindBrowserDescriptor(package);
309 std::string package; local
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 93 for desc in _GetAllDescriptors(file_proto.message_type, file_proto.package):
98 def _GetAllDescriptors(desc_protos, package):
103 package: The package where the protos are defined.
110 name = '.'.join((package, desc_proto.name))
descriptor_pool.py 47 my_message_descriptor = pool.FindMessageTypeByName('some.package.MessageType')
186 package=file_proto.package,
196 package = '.' + dep_proto.package
197 package_prefix = package + '.'
204 symbols = list(self._ExtractSymbols(dep_proto.message_type, package))
208 symbols = list(self._ExtractEnums(dep_proto.enum_type, package))
214 message_type, file_proto.package, file_descriptor, scope)
217 self._ConvertEnumDescriptor(enum_type, file_proto.package,
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 28 def __init__(self, activity, cmdline_file, package, pseudo_exec_name,
32 self.package = package
56 return '/data/data/%s/' % self.package
69 def __init__(self, package):
73 package=package,
97 'dumpsys package %s' % self.package)
110 def __init__(self, package)
363 def package(self): member in class:AndroidBrowserBackend
    [all...]
  /bootable/recovery/
verifier_test.sh 3 # A test suite for recovery's package signature verifier. Run in a
56 run_command rm $WORK_DIR/package.zip
66 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
68 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip || fail
73 $ADB push $DATA_DIR/$1 $WORK_DIR/package.zip
75 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip && fail
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 48 cmdline_file = constants.PACKAGE_INFO[test_options.package].cmdline_file
52 self._package = constants.PACKAGE_INFO[test_options.package].package
53 self._activity = constants.PACKAGE_INFO[test_options.package].activity
74 package=self._package),
  /build/core/
package_internal.mk 18 ## Standard rules for building an application package.
21 ## LOCAL_PACKAGE_NAME: The name of the package; the directory
32 package_overridden := $(call set-inherited-package-variables)
42 $(error $(LOCAL_PATH): Package modules must define LOCAL_PACKAGE_NAME)
46 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE_SUFFIX)
51 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE)
56 $(error $(LOCAL_PATH): Package modules may not set LOCAL_MODULE_CLASS)
60 # Package LOCAL_MODULE_TAGS default to optional
144 LOCAL_BUILT_MODULE_STEM := package.apk
154 # the package explicitly request to disable proguard
    [all...]
java_library.mk 62 $(add-java-resources-to-package)
73 $(create-empty-package)
74 $(add-dex-to-package)
77 $(add-java-resources-to-package)
  /cts/build/
test_gtest_package.mk 16 # Builds a package and defines a rule to generate the associated test
17 # package XML needed by CTS.
33 $(cts_package_apk): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk | $(ACP)
35 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(PRIVATE_PACKAGE))/package.apk $@
43 $(hide) echo Generating test description for wrapped native package $(PRIVATE_EXECUTABLE)
test_package.mk 16 # Builds a package and defines a rule to generate the associated test
17 # package XML needed by CTS.
36 $(cts_package_apk): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk | $(ACP)
38 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(PRIVATE_PACKAGE))/package.apk $@
51 $(cts_package_xml): $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/package.apk $(CTS_EXPECTATIONS) $(CTS_UNSUPPORTED_ABIS) $(CTS_JAVA_TEST_SCANNER_DOCLET) $(CTS_JAVA_TEST_SCANNER) $(CTS_XML_GENERATOR)
52 $(hide) echo Generating test description for java package $(PRIVATE_PACKAGE)
  /external/libvorbis/
autogen.sh 5 package="vorbis"
19 echo "You must have autoconf installed to compile $package."
20 echo "Download the appropriate package for your distribution,"
80 echo "You must have automake installed to compile $package."
81 echo "Download the appropriate package for your distribution,"
99 echo "You must have libtool installed to compile $package."
100 echo "Download the appropriate package for your system,"
115 echo "Generating configuration files for $package, please wait...."
  /external/doclava/res/assets/templates/
diff.cs 4 .package-label {
16 .package-entry {
114 $(".package-entry").click(function() {
131 <?cs each:package = packages ?>
132 <?cs if:subcount(package.classes) ?>
133 <tr class="package-entry collapsable">
136 <tr class="package-entry">
139 <td class="package-label"><?cs var:package.name ?></td>
140 <?cs each:site = package.sites ?
    [all...]
  /external/chromium_org/content/browser/download/
save_item.cc 18 SavePackage* package,
29 package_(package) {
30 DCHECK(package);
save_item.h 30 SavePackage* package,
71 SavePackage* package() const { return package_; } function in class:content::SaveItem
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MissingTokenException.pm 0 package ANTLR::Runtime::MissingTokenException;
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 0 package Test::ANTLR::Runtime::Exception;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 0 package My::Test::Class::Load;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 0 package My::Test::Class;
  /external/chromium_org/content/public/browser/
devtools_protocol_constants_generator.py 10 package = sys.argv[1] variable
21 #ifndef ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
22 #define ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
32 namespace $package {
43 } // $package
45 #endif // ${PACKAGE}_BROWSER_DEVTOOLS_DEVTOOLS_PROTOCOL_CONSTANTS_H_
61 #include "$package/browser/devtools/devtools_protocol_constants.h"
63 namespace $package {
81 } // $package
141 "package": package
    [all...]
  /external/chromium_org/tools/android/
mempressure.py 87 package = package_info.package
108 device.StartActivity(intent.Intent(package=package, activity=activity,
  /external/chromium_org/tools/clang/scripts/
repackage.sh 6 # This script will check out llvm and clang, build a full package
8 # clang-package with the new plugin revisions.
10 # The new package can be uploaded to replace the existing clang
11 # package at the same clang revision.
30 "$THIS_DIR"/package.sh $@
37 echo "Could not find package archive $PDIR.tgz generated by package.sh"
42 # package and add the plugin shared-libraries to the existing package.
53 echo "The plugin revision $LIBNAME is already in the existing package.
    [all...]
  /external/chromium_org/components/component_updater/
update_response.cc 35 UpdateResponse::Result::Manifest::Package::Package() : size(0), sizediff(0) {}
36 UpdateResponse::Result::Manifest::Package::~Package() {}
105 // Parses the <package> tag.
106 bool ParsePackageTag(xmlNode* package,
109 UpdateResponse::Result::Manifest::Package p;
110 p.name = GetAttribute(package, "name");
112 *error = "Missing name for package.";
116 p.namediff = GetAttribute(package, "namediff")
178 std::vector<xmlNode*> package = GetChildren(packages[0], "package"); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MissingTokenException.as 0 package org.antlr.runtime {
  /external/bison/m4/
dmalloc.m4 16 [Define if using the dmalloc debugging malloc package])
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager.h 25 Status SetUp(const std::string& package,
41 Status ForwardDevtoolsPort(const std::string& package,

Completed in 616 milliseconds

1 23 4 5 6 7 8 91011>>