HomeSort by relevance Sort by last modified time
    Searched defs:addFile (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectory.java 57 public FsDirectoryEntry addFile(String name) throws IOException;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
BrokenSettingsEnabledProvider.java 58 addFile(c, "fred-dog.jpg", DocumentsContract.Document.FLAG_SUPPORTS_SETTINGS);
InspectorProvider.java 55 addFile(c, OPEN_IN_PROVIDER_TEST, FLAG_SUPPORTS_SETTINGS);
94 addFile(c, OPEN_IN_PROVIDER_TEST, FLAG_SUPPORTS_SETTINGS);
95 addFile(c, "test.txt");
96 addFile(c, "update.txt");
DemoProvider.java 77 addFile(c, "zzz");
79 addFile(c, "" + i, DocumentsContract.Document.FLAG_SUPPORTS_SETTINGS);
PagingProvider.java 92 addFile(c, String.format("%05d", offset + i));
TestRootProvider.java 79 protected void addFile(MatrixCursor c, String id) {
80 addFile(c, id, 0);
83 protected void addFile(MatrixCursor c, String id, int flags) {
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 37 Collector.addFile(Filename);
49 Collector.addFile(HeaderPath);
221 void ModuleDependencyCollector::addFile(StringRef Filename) {
  /frameworks/base/libs/services/src/os/
DropBoxManager.cpp 196 DropBoxManager::addFile(const String16& tag, const string& filename, int flags)
200 string message("addFile can't open file: ");
205 return addFile(tag, fd, flags);
209 DropBoxManager::addFile(const String16& tag, int fd, int flags)
212 string message("invalid fd (-1) passed to to addFile");
  /build/soong/zip/
zip.go 349 err = z.addFile(ele.dest, ele.src, ele.zipMethod, emulateJar)
448 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar bool) error {
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 339 ar.addFile(fd)
352 // addFile adds a single file to the archive
353 func (ar *Archive) addFile(fd FileLike) {
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 339 ar.addFile(fd)
352 // addFile adds a single file to the archive
353 func (ar *Archive) addFile(fd FileLike) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 327 TextFileChange addFile = new TextFileChange("Create new separate layout", file);
328 addFile.setTextType(EXT_XML);
329 changes.add(addFile);
337 addFile.setEdit(new InsertEdit(0, newFile));
ExtractStyleRefactoring.java 347 TextFileChange addFile = new TextFileChange("Create new separate style declaration", file);
348 addFile.setTextType(EXT_XML);
349 changes.add(addFile);
351 addFile.setEdit(new InsertEdit(insertAtIndex, styleString));
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 101 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
207 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
package.cpp     [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 47 bool CodeViewContext::addFile(unsigned FileNumber, StringRef Filename) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FindUsagesTest.java 103 protected void addFile(String fileName, String fileText) throws Exception {
  /frameworks/base/core/java/android/os/
DropBoxManager.java 324 public void addFile(String tag, File file, int flags) throws IOException {
341 * @param tag that would be used in {@link #addText} or {@link #addFile}
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 157 addFile(os, child, childStoredPath);
168 private static void addFile(ZipOutputStream os, File current, String storedPath)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 294 resFolder.addFile(new SingleResourceFile(new IFileWrapper(file), resFolder));
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
CertificationChecksumHelper.java 248 addFile(child, path);
258 private void addFile(File file, String path) {
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ChecksumReporter.java 160 public void addFile(File file, String path) {
203 addFile(child, path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java     [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 129 public FatLfnDirectoryEntry addFile(String name) throws IOException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>