HomeSort by relevance Sort by last modified time
    Searched full:filecontents (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
StorCommandHandler.java 29 * <li>{@link #FILE_CONTENTS_KEY} ("fileContents") - the file contents (<code>byte[]</code>) sent on the data connection
StouCommandHandler.java 29 * <li>{@link #FILE_CONTENTS_KEY} ("fileContents") - the file contents (<code>byte[]</code>) sent on the data connection
  /bootable/recovery/applypatch/
applypatch.cpp 46 static int LoadPartitionContents(const std::string& filename, FileContents* file);
48 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch,
54 int LoadFileContents(const char* filename, FileContents* file) {
84 // FileContents. filename should be a string of the form
97 static int LoadPartitionContents(const std::string& filename, FileContents* file) {
187 // Save the contents of the given FileContents object under the given
189 int SaveFileContents(const char* filename, const FileContents* file) {
393 FileContents file;
499 FileContents source_file;
527 FileContents copy_file
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
writer_test.go 16 fileContents := []byte("my file contents")
25 part.Write(fileContents)
57 if e, g := string(fileContents), string(slurp); e != g {
  /prebuilts/go/linux-x86/src/mime/multipart/
writer_test.go 16 fileContents := []byte("my file contents")
25 part.Write(fileContents)
57 if e, g := string(fileContents), string(slurp); e != g {
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 69 String fileContents = null;
93 fileContents = IOUtils.toString(in);
106 if (fileContents == null || fileContents.length() == 0) {
112 resp.getWriter().println(getOutputForFile(defaultCountry, fileContents));
141 private StringBuilder getOutputForFile(String defaultCountry, String fileContents) {
152 StringTokenizer tokenizer = new StringTokenizer(fileContents, ",");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 183 String fileContents = AdtPlugin.readFile(file);
196 + getCaretContext(fileContents, start), rangeBegin, start);
198 + getCaretContext(fileContents, end), rangeEnd, end);
  /external/mockftpserver/MockFtpServer/src/test/resources/
stubftpserver-beans.xml 57 <property name="fileContents"
  /external/mockftpserver/branches/1.x_Branch/src/test/resources/
stubftpserver-beans.xml 57 <property name="fileContents"
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceStressTest.java 64 final String fileContents = "this is the test file contents";
67 FileUtil.writeToFile(fileContents, tmpFile);
  /external/deqp/modules/gles3/functional/
es3fShaderMetamorphicTests.cpp 75 std::string fileContents (const std::string& filename);
93 std::string ShaderMetamorphicVariant::fileContents (const std::string& filename)
174 std::string vertexSrc = fileContents(m_vertexFilename);
175 std::string recipientSrc = fileContents(m_recipientFilename);
176 std::string variantSrc = fileContents(m_variantFilename);
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
JarSigningTest.java 312 byte[] fileContents = "Very interesting contents".getBytes(Charsets.US_ASCII);
320 zf.add(fileName, new ByteArrayInputStream(fileContents));
344 fileContents = "Not so interesting contents".getBytes(Charsets.US_ASCII);
346 zf.add(fileName, new ByteArrayInputStream(fileContents));
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
SubprocessTestResultsParserTest.java 64 Vector<String> fileContents = new Vector<String>();
71 fileContents.add(line);
80 return fileContents.toArray(new String[fileContents.size()]);
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESCipherNistCavpKatTest.java 166 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception {
171 new ByteArrayInputStream(fileContents), "ISO-8859-1"));
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorageTest.java 106 byte[] fileContents = "<keyChainSnapshot></keyChainSnapshot>".getBytes(
108 Files.write(fileContents, file);
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 151 String fileContents = new String(IoUtils.readFileAsByteArray(
153 assertEquals(processInput, fileContents);
165 String fileContents = new String(IoUtils.readFileAsByteArray(file.getAbsolutePath()));
168 assertTrue("Unexpected output: " + fileContents,
169 fileContents.contains(missingFilePath) && !fileContents.equals(missingFilePath));
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 125 FileContents(Env.getSourceManager().getBufferData(Env.getFileID())) {}
208 StringRef FileContents;
235 return FileContents.substr(SM.getFileOffset(Begin),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);

Completed in 1349 milliseconds

12 3 4 5 6 7 8