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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 0 package Test::ANTLR::Runtime::Exception;
ANTLRStringStream.pm 0 package Test::ANTLR::Runtime::ANTLRStringStream;
CommonToken.pm 0 package Test::ANTLR::Runtime::CommonToken;
  /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;
  /development/build/tools/
sdk_repo.mk 10 # Define the name of a package zip file to generate
13 # $3=package to create (e.g. tools, docs, etc.)
19 # Defines the rule to build an SDK repository package by zipping all
26 # $3=package to create (e.g. tools, docs, etc.)
32 @echo "Building SDK repository package $(3) from $(notdir $(2))"
40 # Defines the rule to build an SDK repository package when the
41 # package directory contains a single platform-related inner directory.
47 # $3=package to create (e.g. platforms, samples, etc.)
53 @echo "Building SDK repository package $(3) from $(notdir $(2))"
61 # 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
  /device/ti/panda/audio/test/
music-monkey.py 10 # sets a variable with the package's internal name
11 package = 'com.android.music' variable
13 # sets a variable with the name of an Activity in the package
17 runComponent = package + '/' + activity
  /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/chrome/browser/download/
save_item.h 29 SavePackage* package,
70 SavePackage* package() const { return package_; } function in class:SaveItem
  /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;
115 const String16& package,
121 const String16& package,
132 const String16& package,
142 const String16& package,
154 bool hasBagOrEntry(const String16& package,
158 bool hasBagOrEntry(const String16& package,
167 bool appendComment(const String16& package,
173 bool appendTypeComment(const String16& package,
179 const String16& package, const String16& type, const String16& name)
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 34 printf("interface %s %s {\n", c->package, c->name.data);
56 printf("parcelable %s %s;\n", b->package, b->name.data);
59 printf("flattenable %s %s;\n", b->package, b->name.data);
164 check_filename(const char* filename, const char* package, buffer_type* name)
189 if (package) {
190 expected = package;
248 err |= check_filename(filename, p->package, &p->name);
253 err |= check_filename(filename, c->package, &c->name);
301 type = new UserDataType(p->package ? p->package : "", p->name.data
    [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/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)
75 $(error $(LOCAL_PATH): Package modules may not set LOCAL_MODULE_CLASS)
79 # Package LOCAL_MODULE_TAGS default to optiona
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 28 package org.antlr.runtime.misc;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 0 package ANTLR::Runtime::RecognizerSharedState;
  /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...]
  /cts/tests/core/
ctscore.mk 43 LOCAL_BUILT_MODULE_STEM := package.apk
54 @echo "Add resources to package ($@)"
65 $(sign-package)
66 $(align-package)

Completed in 603 milliseconds

1 23 4 5 6 7 8 91011>>