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

12 3 4 5 6 7

  /frameworks/base/tools/aapt/
AaptAssets.h 225 status_t addFile(const sp<AaptFile>& file, const bool overwriteDuplicate=false);
257 virtual status_t addFile(const String8& name, const sp<AaptGroup>& file);
529 virtual status_t addFile(const String8& name, const sp<AaptGroup>& file);
531 sp<AaptFile> addFile(const String8& filePath,
AaptAssets.cpp 547 status_t AaptGroup::addFile(const sp<AaptFile>& file, const bool overwriteDuplicate)
619 status_t AaptDir::addFile(const String8& name, const sp<AaptGroup>& file)
677 return group->addFile(file, overwrite);
920 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file)
923 return AaptDir::addFile(name, file);
926 sp<AaptFile> AaptAssets::addFile(
947 status_t res = dir->addFile(rootStr, group);
953 status_t res = group->addFile(file);
986 grr->addFile(file);
988 subdir->addFile(leafName, grr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 112 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob2 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
161 #define IBackgroundCopyJob2_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
bits2_0.h 94 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,RemoteUrl,LocalName)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 639 tar.addfile(tarfile.TarInfo("foo"))
656 tar.addfile(t)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 639 tar.addfile(tarfile.TarInfo("foo"))
656 tar.addfile(t)
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 641 fake_drive_service_helper()->AddFile(
686 fake_drive_service_helper()->AddFile(
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 156 return AddFile(path, std::vector<uint8_t>(), out_node);
159 bool FakeHtml5FsFilesystem::AddFile(const Path& path,
164 return AddFile(path, data, out_node);
167 bool FakeHtml5FsFilesystem::AddFile(const Path& path,
652 EXPECT_TRUE(filesystem->AddFile(newpath, contents, NULL));
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 136 dropbox.addFile("DropBoxTest", f0, DropBoxManager.IS_TEXT);
137 dropbox.addFile("DropBoxTest", f1, DropBoxManager.IS_TEXT | DropBoxManager.IS_GZIPPED);
138 dropbox.addFile("DropBoxTest", f2, 0);
139 dropbox.addFile("DropBoxTest", f3, DropBoxManager.IS_GZIPPED);
747 dropbox.addFile(tag, f, 0);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc 423 fake_drive_helper_->AddFile(
464 fake_drive_helper_->AddFile(
512 fake_drive_helper_->AddFile(
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
184 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
package.h 96 void addFile(const char *filesPath, const char *name);
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 99 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
203 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
package.h 110 void addFile(const char *filesPath, const char *name);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java     [all...]
  /frameworks/base/core/java/android/os/
DropBoxManager.java 293 public void addFile(String tag, File file, int flags) throws IOException {
310 * @param tag that would be used in {@link #addText} or {@link #addFile}
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 52 $sha1->addfile($in);
  /external/chromium_org/third_party/leveldatabase/src/db/
version_edit.cc 251 r.append("\n AddFile: ");
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 263 void AddFile(const CFileItem &file, const CFileItem2 &file2);
  /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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 242 super("Create", ImageFactory.getSingleton().ADDFILE);
  /external/chromium_org/components/feedback/
feedback_common.cc 130 void FeedbackCommon::AddFile(const std::string& filename,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ContentProviderBasedProjectDelegate.js 315 this._projectStore.addFile(fileDescriptor);
  /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));

Completed in 1430 milliseconds

12 3 4 5 6 7