HomeSort by relevance Sort by last modified time
    Searched refs:folder (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 127 private static class Folder {
130 Folder(String name, long id) {
147 private Uri getUriForFolder(long folder) {
150 if (folder == mRootFolder && account != null) {
155 return BrowserContract.Bookmarks.buildFolderUri(folder);
161 Folder folderData = (Folder) data;
162 long folder = folderData.Id; local
166 loader.setUri(getUriForFolder(folder));
208 Folder folder = (Folder) data local
530 long folder; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 104 * AVD/config.ini key name representing the SDK-relative path of the skin folder, if any,
297 * Returns the base folder where AVDs are created.
512 * AVD folder.
530 * @param avdFolder the data folder for the AVD. It will be created as needed.
580 "Folder %1$s is in the way. Use --force if you want to overwrite.",
585 // create the AVD folder.
619 "Unable to find a '%1$s' file for ABI %2$s to copy into the AVD folder.",
631 log.error(null, "Unable to create '%1$s' file in the AVD folder.",
641 log.error(null, "Failed to set image path properties in the AVD folder.");
658 "Unable to find a '%2$s%1$s' file to copy into the AVD folder."
960 File folder = systemImage.getLocation(); local
1279 File folder = new File(getBaseAvdFolder()); local
    [all...]
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 313 // For each folder we create a new bookmark entry. Duplicates will
315 for (std::vector<BookmarkFolderType>::iterator folder = folders.begin();
316 folder != folders.end();
317 ++folder) {
318 bookmark_entry.path = *folder;
529 // We will be making one bookmark folder for each label.
534 // in the title bar. Else they are placed in the "Google Toolbar" folder.
540 // IE or Firefox folder. We undo the label creation and recreate the
541 // correct folder.
firefox3_importer.cc 249 // After the first run, the item will be placed in a folder in
256 // If the entry is under a livemark folder, we don't import it.
452 std::string folder = s.ColumnString(0); local
454 if (folder == kToolbarFolderName)
456 else if (folder == kMenuFolderName)
458 else if (folder == kUnsortedFolderName)
495 item->parent = -1; // The top level folder has no parent.
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.h 59 bool Initialize(const std::string& folder, size_t size);
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 305 String folder = resources.getAbsolutePath() + "/" + dirName; local
308 String command = "mkdir " + folder;
309 String [] commandArguments = {"mkdir", folder};
338 File f = new File(folder);
  /sdk/ddms/app/etc/
ddms.bat 64 echo SWT folder '%swt_path%' does not exist.
65 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 626 * Returns the name of the parent folder for the given editor input
629 * @return the parent folder, which is never null but may be ""
    [all...]
  /sdk/hierarchyviewer2/app/etc/
hierarchyviewer.bat 65 echo SWT folder '%swt_path%' does not exist.
66 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
BitmapFontLoader.java 50 private BitmapFont load(AssetManager assetManager, String folder, InputStream in) throws IOException{
103 TextureKey key = new TextureKey(folder + file, true);
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 79 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
  /hardware/invensense/libsensors_iio/software/core/mpl/build/android/
shared.mk 80 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 158 * @param folder The {@link IFolder} object.
163 public ResourceFolder getResourceFolder(IFolder folder) {
164 return getResourceFolder(new IFolderWrapper(folder));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 262 * Adds a folder to the given {@link ProjectResources} with the given
263 * {@link FolderConfiguration}. The folder is filled with files from the provided list.
264 * @param resources the {@link ResourceRepository} in which to add the folder.
265 * @param config the {@link FolderConfiguration} for the created folder.
266 * @param memberList the list of files for the folder.
271 // figure out the folder name based on the configuration
274 // create the folder mock
275 IFolder folder = Mocks.createFolder(folderName, memberList); local
278 ResourceFolder resFolder = resources.processFolder(new IFolderWrapper(folder));
  /sdk/sdk_common/src/com/android/ide/common/resources/
ResourceFolder.java 36 * Resource Folder class. Contains list of {@link ResourceFile}s,
49 * @param type The type of the folder
50 * @param config The configuration of the folder
51 * @param folder The associated {@link IAbstractFolder} object.
55 IAbstractFolder folder, ResourceRepository repository) {
58 mFolder = folder;
63 * Processes a file and adds it to its parent folder resource.
83 // add it to the folder
98 // check if that's a single or multi resource type folder. For now we define this by
99 // the number of possible resource type output by files in the folder
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
PlatformPackage.java 267 * Computes a potential installation folder if an archive of this package were
274 * @param osSdkRoot The OS path of the SDK root folder.
289 File folder = new File(platforms, local
292 return folder;
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/db/deployment/
ContentProviderDeployer.java 103 // get the destination folder
113 for (String folder : folders)
115 // get destination folder with the next one to be created
116 destinationFolder = destinationFolder.getFolder(folder);
118 // proceed in case the destination folder does not exists and can be created
121 // create the folder
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 53 private Folder mFolder;
145 Folder folder = Folder.fromXml(launcher); local
146 folder.setDragController(launcher.getDragController());
147 folder.setFolderIcon(icon);
148 folder.bind(folderInfo);
149 icon.mFolder = folder;
284 Folder getFolder() {
335 // This will animate the dragView (srcView) into the new folder
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
FileUtil.java 1509 IFolder folder = project.getFolder(parentFolder + folderName); local
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller_unittest.cc 119 // Tests open all on a folder with a couple of bookmarks.
121 const BookmarkNode* folder = model_->GetBookmarkBarNode()->GetChild(1); local
123 NULL, profile_.get(), &navigator_, folder, NEW_FOREGROUND_TAB);
127 ASSERT_TRUE(folder->GetChild(0)->GetURL() == navigator_.urls_[0]);
187 // folder.
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 94 String dest_dir = outputFile.folder.getAbsolutePath();
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 33 import com.android.emailcommon.mail.Folder;
34 import com.android.emailcommon.mail.Folder.FolderType;
35 import com.android.emailcommon.mail.Folder.OpenMode;
240 Pop3Store.Pop3Folder folder = mStore.new Pop3Folder("INBOX"); local
241 folder.open(OpenMode.READ_WRITE);
258 * Test small Store & Folder functions that manage folders & namespace
262 // getPersonalNamespaces() always returns INBOX folder
263 Folder[] folders = mStore.updateFolders();
281 * Test small Folder functions that don't really do anything in Pop3
322 * Lightweight test to confirm that POP3 hasn't implemented any folder roles yet
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 84 /** Absolute destination folder root, e.g. "/res/" */
87 /** Relative destination folder root, e.g. "res/" */
428 /** Regex pattern to parse a valid res path: it reads (/res/folder-name/)+(filename). */
493 IFolder folder = mProject.getFolder(newPath); local
494 if (folder != null && folder.exists()) {
496 for (IResource res : folder.members()) {
  /sdk/sdkmanager/app/etc/
android.bat 74 echo ERROR: SWT folder '%swt_path%' does not exist.
75 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.

Completed in 490 milliseconds

1 2 3 45 6 7 8 9