HomeSort by relevance Sort by last modified time
    Searched full:packagepath (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/app/
IMediaContainerService.aidl 24 String copyPackageToContainer(String packagePath, String containerId, String key,
26 int copyPackage(String packagePath, in IParcelFileDescriptorFactory target);
28 PackageInfoLite getMinimalPackageInfo(String packagePath, int flags, String abiOverride);
34 long calculateInstalledSize(String packagePath, boolean isForwardLocked, String abiOverride);
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_basic.py 8 packagepath = None variable in class:DummyModule
10 self.packagepath = ppath
15 # empty packagepath
test_modulegraph.py 365 self.assertEqual(n.packagepath, None)
476 n1.packagepath = ['a', 'b']
481 self.assertTrue(a1.packagepath is n1.packagepath)
505 self.assertEqual(m1.packagepath, None)
511 self.assertEqual(m1.packagepath, ['a'])
641 #node.packagepath = parent.packagepath
733 # 2. no packagepath (basic module)
853 m = graph._find_module('sax', xml.packagepath, xml
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 76 * @param packagePath absolute path to the package to be copied. Can be
87 public String copyPackageToContainer(String packagePath, String containerId, String key,
89 if (packagePath == null || containerId == null) {
105 final File packageFile = new File(packagePath);
111 Slog.w(TAG, "Failed to copy package at " + packagePath, e);
121 * @param packagePath absolute path to the package to be copied. Can be
128 public int copyPackage(String packagePath, IParcelFileDescriptorFactory target) {
129 if (packagePath == null || target == null) {
135 final File packageFile = new File(packagePath);
139 Slog.w(TAG, "Failed to copy package at " + packagePath + ": " + e)
    [all...]
  /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>
  /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/deqp/external/vulkancts/
verify_submission.py 77 def getPackageDescription (packagePath):
78 allItems = os.listdir(packagePath)
103 return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, otherItems)
280 packagePath = os.path.normpath(sys.argv[1])
282 package = getPackageDescription(packagePath)
  /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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py 58 # handle packagepath modifications packages make at runtime. Therefore there
355 self.packagepath = None
449 for k in 'identifier', 'packagepath', '_namespace', 'globalnames', 'starimports':
476 self.packagepath = path
479 return tuple(filter(None, (self.identifier, self.filename, self.packagepath)))
901 m.packagepath = _namespace_package_path(name, pathnames, self.path)
903 # As per comment at top of file, simulate runtime packagepath additions.
904 m.packagepath = m.packagepath + _packagePathMap.get(name, [])
951 if fromlist and m.packagepath
    [all...]
find_modules.py 266 path = m.packagepath[0]
  /development/tools/idegen/src/
Configuration.java 186 String packagePath = packageName.replace('.', File.separatorChar);
189 if (!parentPath.endsWith(packagePath)) {
195 0, parentPath.length() - packagePath.length()));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 140 final File packagePath = new File(sourceDir);
142 if (!packagePath.isFile()) {
  /prebuilts/misc/common/swig/include/2.0.11/java/
enums.swg 23 %typemap(directorin, descriptor="L$packagepath/$*javaclassname;") const enum SWIGTYPE & "$input = (jint)$1;"
48 %typemap(directorin, descriptor="L$packagepath/$javaclassname;") enum SWIGTYPE "$input = (jint) $1;"
enumtypesafe.swg 22 %typemap(directorin, descriptor="L$packagepath/$*javaclassname;") const enum SWIGTYPE & "$input = (jint)$1;"
46 %typemap(directorin, descriptor="L$packagepath/$javaclassname;") enum SWIGTYPE "$input = (jint) $1;"
java.swg 631 %typemap(directorin,descriptor="L$packagepath/$&javaclassname;") SWIGTYPE
668 %typemap(directorin,descriptor="L$packagepath/$javaclassname;") SWIGTYPE *
670 %typemap(directorin,descriptor="L$packagepath/$javaclassname;") SWIGTYPE (CLASS::*)
679 %typemap(directorin,descriptor="L$packagepath/$javaclassname;") SWIGTYPE &
    [all...]
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 213 String packagePath,
216 File dir = new File(packagePath);
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 32 PackagePath string
286 p.PackagePath = pkg
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 32 PackagePath string
286 p.PackagePath = pkg
  /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/services/core/java/com/android/server/pm/
ShortcutService.java     [all...]
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.2/
gradle-bintray-plugin-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/
gradle-bintray-plugin-1.0.jar 
  /frameworks/base/libs/androidfw/
AssetManager.cpp 229 bool AssetManager::addOverlayPath(const String8& packagePath, int32_t* cookie)
231 const String8 idmapPath = idmapPathForPackagePath(packagePath);
258 if (overlayPath != packagePath) {
260 idmapPath.string(), packagePath.string(), overlayPath.string());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]

Completed in 743 milliseconds

1 2