HomeSort by relevance Sort by last modified time
    Searched defs:package (Results 101 - 125 of 462) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 44 if (!name_in.package) {
48 name_out.package =
49 util::Utf16ToUtf8(StringPiece16(name_in.package, name_in.packageLen));
91 StringPiece package; local
94 if (!android::ExtractResourceName(str.substr(offset, str.size() - offset), &package, &type,
109 out_ref->package = package;
178 StringPiece package; local
181 if (!android::ExtractResourceName(trimmed_str.substr(1, trimmed_str.size() - 1), &package,
195 out_ref->package = package
279 StringPiece package; local
    [all...]
  /system/libvintf/
VintfObject.cpp 431 PackageInfo pkg; // All information from package.
434 // parse all information from package
493 ADD_MESSAGE("No framework manifest file from device or from update package");
497 ADD_MESSAGE("No device manifest file from device or from update package");
501 ADD_MESSAGE("No framework matrix file from device or from update package");
505 ADD_MESSAGE("No device matrix file from device or from update package");
591 // Let oldMatrixInstance = package@x.y-w::interface with instancePattern.
592 // If any "servedInstance" in listInstances(package@x.y::interface) matches instancePattern, return
594 // 1. package@x.?::interface/servedInstance is not in targetMatrix; OR
595 // 2. package@x.z::interface/servedInstance is in targetMatrix bu
600 const std::string& package = oldMatrixInstance.package(); local
    [all...]
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 158 string package; local
163 package = record.package();
183 if (record.package() != package || record.version() != version) {
504 if (entry_record.package() != exit_record.package() ||
632 string hal_name = trace_summary.package + "@" + stream.str();
661 string package = record.package(); local
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/com/github/shyiko/klob/klob/0.2.0/
klob-0.2.0.jar 
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 62 // Default is the value of the env for the package prefixes.
836 // Internal helper class that parses the expected package to prefix mappings
936 StringPiece package(line, 0, offset);
938 TrimWhitespace(&package);
940 // Don't really worry about error checking the package/prefix for
942 (*prefix_map_)[package.ToString()] = prefix.ToString();
992 const string package = file->package(); local
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 53 // The dynamic package ID map for the package from which this resource came from.
84 // 0x01 is reserved for the android package.
90 for (const std::unique_ptr<const LoadedPackage>& package : loaded_arsc->GetPackages()) {
91 // Get the package ID or assign one if a shared library.
93 if (package->IsDynamic()) {
96 package_id = package->GetPackageId();
99 // Add the mapping for package ID to index if not present.
106 ref_table.mAppAsLib = package->IsDynamic() && package->GetPackageId() == 0x7f
466 const LoadedPackage* package = local
806 const LoadedPackage* package = package_impl.loaded_package_; local
942 std::unique_ptr<Package>& package = packages_[package_idx]; local
994 const Package* package = packages_[package_idx].get(); local
1067 const Package* package = o.packages_[p].get(); local
    [all...]
  /system/update_engine/
payload_state.cc 399 for (const auto& package : response_.packages) {
400 if (package.is_delta) {
568 for (const auto& package : response_.packages) {
569 if (package.is_delta) {
811 const auto& package = response_.packages[i]; local
821 static_cast<uintmax_t>(package.size),
822 package.hash.c_str(),
823 static_cast<uintmax_t>(package.metadata_size),
824 package.metadata_signature.c_str(),
825 package.is_delta
    [all...]
omaha_request_action.cc 443 struct Package {
448 vector<Package> packages;
512 "/response/app/updatecheck/manifest/packages/package") {
513 // Look at all <package> elements.
831 // Parses the package node in the given XML document and populates
839 LOG(ERROR) << "No update in this <app> but <package> is not empty.";
872 const auto& package = app->packages[i]; local
    [all...]
  /test/vts/proto/
ComponentSpecificationMessage_pb2.py 16 package='android.vts', variable
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/api-client/google-api-client/1.22.0/
google-api-client-1.22.0.jar 
  /art/dexdump/
dexdump.cc 28 * - classes in same package are not all grouped together; nothing is sorted
221 return "\"package\"";
1849 char* package = nullptr; local
    [all...]
  /art/dexlayout/
dexlayout.cc 142 return "\"package\"";
1545 char* package = nullptr; local
    [all...]
  /dalvik/dexdump/
DexDump.cpp 24 * - classes in same package are not all grouped together; generally speaking
232 return "\"package\"";
2109 char* package = NULL; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 99 "package",
191 // file descriptor's package.
196 } else if (!file->package().empty()) {
197 return "proto." + file->package();
1054 string package = field->file()->package(); local
    [all...]
  /external/python/cpython3/Python/
import.c 1346 PyObject *package = NULL; local
1497 PyObject *package = NULL; local
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 880 std::string package; local
884 package = package_utf8.c_str();
887 return static_cast<jint>(assetmanager->GetResourceId(name_utf8.c_str(), type, package));
898 if (name.package != nullptr) {
899 result.append(name.package, name.package_len);
    [all...]
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h 245 #define Res_MAKEID(package, type, entry) \
246 (((package+1)<<24) | (((type+1)&0xFF)<<16) | (entry&0xFFFF))
392 * where pp is the package index, tt is the type index in that
393 * package, and eeee is the entry index in that type. The package
803 * Creates a ResXMLTree with the specified DynamicRefTable for run-time package id translation.
862 * A collection of resource data types within a package. Followed by
870 // If this is a base package, its ID. Package IDs start
871 // at 1 (corresponding to the value of the package bits in
1712 const char16_t* package; member in struct:ResTable::resource_name
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 183 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
184 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
286 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
288 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1788 sp<Package> package = new Package(mAssetsPackage, packageId); local
2056 String16 package, type, name; local
2256 String16 package, type, name; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 

Completed in 961 milliseconds

1 2 3 45 6 7 8 91011>>