HomeSort by relevance Sort by last modified time
    Searched refs:packagePath (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/java/com/android/internal/app/
IMediaContainerService.aidl 24 int copyPackage(String packagePath, in IParcelFileDescriptorFactory target);
26 PackageInfoLite getMinimalPackageInfo(String packagePath, int flags, String abiOverride);
29 long calculateInstalledSize(String packagePath, String abiOverride);
  /system/tools/hidl/c2hal/
main.cpp 80 auto packagePath = package.substr(0, index);
87 if (isPathPrefix(rootPackage, packagePath)) {
89 packagePath = packagePath.substr(rootPackage.size() + 1);
90 std::replace(packagePath.begin(), packagePath.end(), '.', '/');
91 packagePath += '/' + packageVersion;
97 outputPath += '/' + packagePath + '/';
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 69 * @param packagePath absolute path to the package to be copied. Can be
76 public int copyPackage(String packagePath, IParcelFileDescriptorFactory target) {
77 if (packagePath == null || target == null) {
83 final File packageFile = new File(packagePath);
87 Slog.w(TAG, "Failed to copy package at " + packagePath + ": " + e);
95 * @param packagePath absolute path to the package to be copied. Can be
100 public PackageInfoLite getMinimalPackageInfo(String packagePath, int flags,
105 if (packagePath == null) {
106 Slog.i(TAG, "Invalid package file " + packagePath);
111 final File packageFile = new File(packagePath);
    [all...]
  /external/deqp/scripts/verify/
package.py 46 def getPackageDescription (packagePath):
47 allItems = os.listdir(packagePath)
76 return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 118 String packagePath = dotPath.substring(index);
119 return Class.forName(packagePath);
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 31 hasPackage,packagePath,lexerPath,parserPath,treeParserPath,isTreeGrammar) ::= <<
40 <if(hasPackage)><\t><\t>this.packagePath = "<packagePath>";<endif>
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/
gradle-bintray-plugin-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.2/
gradle-bintray-plugin-1.2.jar 
  /frameworks/base/core/java/com/android/internal/os/
WebViewZygoteInit.java 75 protected void handlePreloadPackage(String packagePath, String libsPath, String libFileName,
83 packagePath, libsPath, cacheKey);
90 String[] packageList = TextUtils.split(packagePath, File.pathSeparator);
  /external/deqp/external/vulkancts/scripts/
verify_submission.py 82 packagePath = os.path.normpath(sys.argv[1])
84 package = getPackageDescription(packagePath)
  /frameworks/base/core/java/android/app/
ApplicationLoaders.java 102 public ClassLoader createAndCacheWebViewClassLoader(String packagePath, String libsPath,
110 return getClassLoader(packagePath, Build.VERSION.SDK_INT, false, libsPath, null, null,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 140 final File packagePath = new File(sourceDir);
142 if (!packagePath.isFile()) {
  /system/tools/hidl/
Coordinator.cpp 134 std::string packagePath;
142 err = getPackagePath(fqName, false /* relative */, false /* sanitized */, &packagePath);
145 *path = mOutputPath + packagePath + fileName;
150 err = getPackagePath(fqName, true /* relative */, false /* sanitized */, &packagePath);
153 *path = mOutputPath + packageRootPath + packagePath + fileName;
158 err = getPackagePath(fqName, true /* relative */, true /* sanitized */, &packagePath);
161 *path = mOutputPath + packageRootPath + packagePath + fileName;
256 std::string packagePath;
258 getPackagePath(fqName, false /* relative */, false /* sanitized */, &packagePath);
261 const std::string path = makeAbsolute(packagePath + fqName.name() + ".hal")
    [all...]
main.cpp 826 std::string packagePath;
828 false /* sanitized */, &packagePath);
833 << "// Location: " << packagePath << "\n\n";
    [all...]
  /development/tools/idegen/src/
Configuration.java 186 String packagePath = packageName.replace('.', File.separatorChar);
189 if (!parentPath.endsWith(packagePath)) {
195 0, parentPath.length() - packagePath.length()));
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 52 public String packagePath;
71 if ( !testInputFile.exists() && packagePath!=null ) {
72 testInputFile = new File(packagePath, filePath);
162 if ( !testInputFile.exists() && packagePath!=null ) {
163 testInputFile = new File(packagePath, filePath);
308 if ( !testInputFile.exists() && packagePath!=null ) {
309 testInputFile = new File(packagePath, filePath);
JUnitCodeGen.java 138 String packagePath = null;
144 packagePath = "./"+grammarInfo.getGrammarPackage().replace('.', '/');
170 classHeaderST.setAttribute("packagePath", packagePath);
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 213 String packagePath,
216 File dir = new File(packagePath);
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 306 packagePath = os.path.normpath(sys.argv[1])
307 package = getPackageDescription(packagePath)
  /frameworks/base/core/java/android/os/
ZygoteProcess.java 601 public boolean preloadPackageForAbi(String packagePath, String libsPath, String libFileName,
612 state.writer.write(packagePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 803 public static String suggestTestPackage(String packagePath) {
804 if (packagePath == null) {
805 packagePath = ""; //$NON-NLS-1$
807 return packagePath + ".test"; //$NON-NLS-1$
  /frameworks/base/libs/androidfw/
AssetManager.cpp 233 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie)
235 const String8 idmapPath = idmapPathForPackagePath(packagePath);
262 if (overlayPath != packagePath) {
264 idmapPath.string(), packagePath.string(), overlayPath.string());
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 183 packagePath, ok := findPackage(args[0])
187 return importDir(packagePath), args[0], args[1], true
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 183 packagePath, ok := findPackage(args[0])
187 return importDir(packagePath), args[0], args[1], true

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011