HomeSort by relevance Sort by last modified time
    Searched refs:package (Results 26 - 50 of 272) sorted by null

12 3 4 5 6 7 8 91011

  /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...]
  /build/core/
package.mk 18 ## Standard rules for building an application package.
21 ## LOCAL_PACKAGE_NAME: The name of the package; the directory
33 package_overridden := $(call set-inherited-package-variables)
43 $(error $(LOCAL_PATH): Package modules must define LOCAL_PACKAGE_NAME)
47 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE_SUFFIX)
52 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE)
58 $(error $(LOCAL_PATH): Package modules may not set LOCAL_JAVA_RESOURCE_DIRS)
61 $(error $(LOCAL_PATH): Package modules may not set LOCAL_JAVA_RESOURCE_FILES)
69 $(error $(LOCAL_PATH): Package modules may not set LOCAL_MODULE_CLASS)
73 # Package LOCAL_MODULE_TAGS default to optiona
    [all...]
java_library.mk 55 $(add-java-resources-to-package)
66 $(create-empty-package)
67 $(add-dex-to-package)
69 $(add-java-resources-to-package)
  /external/chromium/chrome/browser/download/
save_item.cc 17 SavePackage* package,
28 package_(package) {
29 DCHECK(package);
save_item.h 29 SavePackage* package,
70 SavePackage* package() const { return package_; } function in class:SaveItem
  /development/build/tools/
sdk_repo.mk 8 # Define the name of a package zip file to generate
11 # $3=package to create (e.g. tools, docs, etc.)
17 # Defines the rule to build an SDK repository package by zipping all
24 # $3=package to create (e.g. tools, docs, etc.)
30 @echo "Building SDK repository package $(3) from $(notdir $(2))"
38 # Defines the rule to build an SDK repository package when the
39 # package directory contains a single platform-related inner directory.
45 # $3=package to create (e.g. platforms, samples, etc.)
51 @echo "Building SDK repository package $(3) from $(notdir $(2))"
59 # Defines the rule to build an SDK repository package when th
    [all...]
  /cts/tests/SignatureTest/tests/
Android.mk 4 # don't include this package in any target
  /external/bison/m4/
dmalloc.m4 16 [Define if using the dmalloc debugging malloc package])
  /external/e2fsprogs/debian/
e2fsprogs.preinst 9 This package requires features of dpkg unavailable in this version.
  /external/icu4c/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 146 RefPtr<PluginPackage> package = PluginPackage::createPackage(*it, lastModified); local
147 if (package && add(package.release()))
329 RefPtr<PluginPackage> package = prpPackage; local
331 if (!m_plugins.add(package).second)
334 m_pluginsByPath.add(package->path(), package);
338 void PluginDatabase::remove(PluginPackage* package)
340 MIMEToExtensionsMap::const_iterator it = package->mimeToExtensions().begin();
341 MIMEToExtensionsMap::const_iterator end = package->mimeToExtensions().end()
585 RefPtr<PluginPackage> package = PluginPackage::createPackageFromCache(path, lastModified, name, desc, mimeDesc); local
    [all...]
PluginPackage.cpp 160 RefPtr<PluginPackage> package = adoptRef(new PluginPackage(path, lastModified)); local
162 if (!package->fetchInfo())
165 return package.release();
171 RefPtr<PluginPackage> package = adoptRef(new PluginPackage(path, lastModified)); local
172 package->m_name = name;
173 package->m_description = description;
174 package->determineModuleVersionFromDescription();
175 package->setMIMEDescription(mimeDescription);
176 package->m_infoIsFromCache = true;
177 return package.release()
    [all...]
  /external/webkit/Tools/wx/build/
settings.py 388 conf.check_cfg(path=get_path_to_wxconfig(), args='--cxxflags --libs', package='', uselib_store='WX', mandatory=True)
390 conf.check_cfg(msg='Checking for libxslt', path='xslt-config', args='--cflags --libs', package='', uselib_store='XSLT', mandatory=True)
391 conf.check_cfg(path='xml2-config', args='--cflags --libs', package='', uselib_store='XML', mandatory=True)
393 conf.check_cfg(path=os.path.join(wklibs_dir, 'unix', 'bin', 'curl-config'), args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
395 conf.check_cfg(path='curl-config', args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
398 conf.check_cfg(package='cairo', args='--cflags --libs', uselib_store='WX', mandatory=True)
399 conf.check_cfg(package='pango', args='--cflags --libs', uselib_store='WX', mandatory=True)
400 conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='WX', mandatory=True)
401 conf.check_cfg(package='sqlite3', args='--cflags --libs', uselib_store='SQLITE3', mandatory=True)
402 conf.check_cfg(path='icu-config', args='--cflags --ldflags', package='', uselib_store='ICU', mandatory=True
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 75 class Package;
84 const String16& package,
90 const String16& package,
101 const String16& package,
111 const String16& package,
123 bool hasBagOrEntry(const String16& package,
127 bool hasBagOrEntry(const String16& package,
136 bool appendComment(const String16& package,
142 bool appendTypeComment(const String16& package,
148 const String16& package, const String16& type, const String16& name)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 177 unittest_pb2.TestAllTypes.DESCRIPTOR.file.package,
180 self.assertEqual(desc.file.package, 'protobuf_unittest')
182 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
186 unittest_pb2._FOREIGNENUM.file.package, 'protobuf_unittest')
188 unittest_pb2._TESTALLTYPES_NESTEDENUM.file.package,
191 unittest_import_pb2._IMPORTENUM.file.package,
207 self.assertEqual(unittest_pb2.DESCRIPTOR.package, 'protobuf_unittest')
  /external/chromium/net/http/
http_auth_sspi_win.cc 22 const SEC_WCHAR* package) {
50 const SEC_WCHAR* package,
72 const_cast<SEC_WCHAR*>(package), // pszPackage
81 return MapAcquireCredentialsStatusToError(status, package);
84 int AcquireDefaultCredentials(SSPILibrary* library, const SEC_WCHAR* package,
94 const_cast<SEC_WCHAR*>(package), // pszPackage
103 return MapAcquireCredentialsStatusToError(status, package);
411 const std::wstring& package,
417 const_cast<wchar_t *>(package.c_str()), &pkg_info);
  /build/tools/droiddoc/templates-sdk/
customizations.cs 48 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
57 if:subcount(class.package) ?>
59 <?cs call:list("Interfaces", class.package.interfaces) ?>
60 <?cs call:list("Classes", class.package.classes) ?>
61 <?cs call:list("Enums", class.package.enums) ?>
62 <?cs call:list("Exceptions", class.package.exceptions) ?>
63 <?cs call:list("Errors", class.package.errors) ?>
65 elif:subcount(package) ?>
67 <?cs call:class_link_list("Interfaces", package.interfaces) ?
    [all...]
  /development/tools/glesv2debugger/
generate_GLEnum_java.py 44 package com.android.glesv2debugger;
  /frameworks/base/tools/aidl/
aidl.cpp 34 printf("interface %s %s {\n", c->package, c->name.data);
55 printf("parcelable %s %s;\n", b->package, b->name.data);
159 check_filename(const char* filename, const char* package, buffer_type* name)
184 if (package) {
185 expected = package;
243 err |= check_filename(filename, p->package, &p->name);
247 err |= check_filename(filename, c->package, &c->name);
295 type = new ParcelableType(p->package ? p->package : "",
300 type = new InterfaceType(c->package ? c->package : ""
    [all...]
  /ndk/build/tools/
make-release.sh 17 # This script is used to build an NDK release package *from* scratch !!
30 # The package prefix
32 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
86 echo "This script is used to generate an NDK release package from scratch"
106 "This script is used to generate an NDK release package from scratch.
119 Note that on Linux, if you have the 'mingw32' package installed, the script
120 will also automatically generate a windows release package. You can prevent
124 If you intend to package NDK releases often, please read the
127 reused for each package operation. This will save you hours of
192 # Step 2, build the host toolchain binaries and package the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
generate_GLEnum_java.py 44 package com.android.glesv2debugger;
  /build/core/tasks/
cts.mk 29 android.core.tests.libcore.package.dalvik \
30 android.core.tests.libcore.package.com \
31 android.core.tests.libcore.package.sun \
32 android.core.tests.libcore.package.tests \
33 android.core.tests.libcore.package.org \
34 android.core.tests.libcore.package.libcore \
63 # $2 : The AndroidManifest.xml corresponding to the test package
65 # $4 : The package prefix of classes to include, possible empty
67 # $6 : The Android.mk corresponding to the test package (required for host-side tests only)
91 $(call generate-core-test-description,$(cts_dir)/$(cts_name)/repository/testcases/android.core.tests.libcore.package.dalvik,
    [all...]
  /cts/tests/core/
ctscore.mk 43 LOCAL_BUILT_MODULE_STEM := package.apk
54 @echo "Add resources to package ($@)"
65 $(sign-package)
66 $(align-package)
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 154 if (!file->package().empty()) {
156 result += file->package();
170 if (file->package().empty()) {
174 // Strip the proto package from full_name since we've replaced it with
175 // the Java package. If there isn't an outer classname then strip it too.
176 int sizeToSkipPackageName = file->package().size();
213 if (!file->package().empty()) {
214 if (file->package() == base_name.substr(0, file->package().size())) {
215 // Remove package name leaving just the parent class of the enu
    [all...]
  /external/qemu/distrib/
make-distrib.sh 3 # this script is used to build a source distribution package for the Android emulator
4 # the package includes:
15 TMPROOT=/tmp/android-package
17 PACKAGE=android-emulator-$DATE
18 TMPDIR=$TMPROOT/$PACKAGE
38 tar cjf $PACKAGE.tar.bz2 $PACKAGE
43 echo "please grab $TMPROOT/$PACKAGE.tar.bz2"

Completed in 652 milliseconds

12 3 4 5 6 7 8 91011