Searched refs:inputFile (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py8 # Does an inplace substitution of the pattern with newVal in inputFile
9 def replace(inputFile, pattern, newVal, ):
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
12 if os.path.exists(inputFile):
13 for line in fileinput.input(inputFile, inplace = 1):
20 file = open(inputFile, "a")
H A Dbuild-local.py8 # Does an inplace substitution of the pattern with newVal in inputFile
9 def replace(inputFile, pattern, newVal, ):
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
12 if os.path.exists(inputFile):
13 for line in fileinput.input(inputFile, inplace = 1):
20 file = open(inputFile, "a")
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py8 # Does an inplace substitution of the pattern with newVal in inputFile
9 def replace(inputFile, pattern, newVal, ):
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
12 if os.path.exists(inputFile):
13 for line in fileinput.input(inputFile, inplace = 1):
20 file = open(inputFile, "a")
H A Dbuild-local.py8 # Does an inplace substitution of the pattern with newVal in inputFile
9 def replace(inputFile, pattern, newVal, ):
10 print 'About to replace repo path to {0} in {1}'.format(newVal, inputFile)
12 if os.path.exists(inputFile):
13 for line in fileinput.input(inputFile, inplace = 1):
20 file = open(inputFile, "a")
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java153 File inputFile = new File(Environment.getExternalStorageDirectory(),
155 if (inputFile.exists() && inputFile.canRead() && inputFile.length() > 0) {
157 FileInputStream inputStream = new FileInputStream(inputFile);
159 StringBuffer content = new StringBuffer((int)inputFile.length());
/frameworks/support/buildSrc/
H A Drelease.gradle118 * @param inputFile file to hash
121 String getSha1(File inputFile) {
123 HashCode hashCode = hashFunction.hashString(inputFile.getAbsolutePath(), Charset.forName("UTF-8"))
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java107 DataInputStream inputFile = openFileOnMountedObb(mOfficialObbFilePath,
109 assertTrue("Failed to open file!", inputFile != null);
124 inputFile.close();
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java71 public ResourceBundle.LayoutFileBundle parseXml(final File inputFile, final File outputFile, argument
75 File originalFileFor = originalFileLookup.getOriginalFileFor(inputFile);
84 final String encoding = findEncoding(inputFile);
85 stripFile(inputFile, outputFile, encoding, originalFileLookup);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java400 final AtomicFile inputFile = new AtomicFile(file);
404 in = new DataInputStream(new BufferedInputStream(inputFile.openRead()));
439 final AtomicFile inputFile = new AtomicFile(file);
443 in = new DataInputStream(new BufferedInputStream(inputFile.openRead()));
/frameworks/base/tools/aapt/
H A DCommand.cpp2832 std::string inputFile, outputFile; local
2833 std::getline(std::cin, inputFile);
2835 bundle->setSingleCrunchInputFile(inputFile.c_str());
2837 std::cout << "Crunching " << inputFile << std::endl;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 295 milliseconds