HomeSort by relevance Sort by last modified time
    Searched defs:package (Results 26 - 39 of 39) sorted by null

12

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.cpp 124 PluginPackage* package = plugins[i]; local
126 info.name = package->name();
127 info.file = package->fileName();
128 info.desc = package->description();
130 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
137 mime.extensions = package->mimeToExtensions().get(mime.type);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.cpp 89 PluginPackage* package = plugins[i]; local
92 info.name = package->name();
93 info.file = package->fileName();
94 info.desc = package->description();
96 const MIMEToDescriptionsMap& mimeToDescriptions = package->mimeToDescriptions();
106 mime.extensions = package->mimeToExtensions().get(mime.type);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
235 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
237 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1906 String16 package, type, name; local
2041 String16 package, type, name; local
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 208 #define Res_MAKEID(package, type, entry) \
209 (((package+1)<<24) | (((type+1)&0xFF)<<16) | (entry&0xFFFF))
338 * where pp is the package index, tt is the type index in that
339 * package, and eeee is the entry index in that type. The package
774 * A collection of resource data types within a package. Followed by
782 // If this is a base package, its ID. Package IDs start
783 // at 1 (corresponding to the value of the package bits in a
784 // resource identifier). 0 means this is not a base package
1293 const char16_t* package; member in struct:android::ResTable::resource_name
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 2336 const Package* const package; member in struct:android::ResTable::Type
2358 const ResTable_package* const package; member in struct:android::ResTable::Package
2968 const Package* const package = grp->packages[0]; local
3054 const Package* const package = grp->packages[ip]; local
3331 const Package* const package = grp->packages[ip]; local
4170 String16 package, type, name; local
4320 String16 package, type, name; local
4789 const Package* package = packageGroup->packages[j]; local
4984 Package* package = NULL; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 310 // optional string package = 2;
314 inline const ::std::string& package() const;
2550 inline const ::std::string& FileDescriptorProto::package() const { function in class:google::protobuf::FileDescriptorProto
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 

Completed in 1776 milliseconds

12