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

1 2 3 45 6 7 8 91011>>

  /development/sdk/
sdk.properties 2 # This file is copied in the root folder of each platform component.
  /external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java 43 String folder = null; local
48 folder = name.substring(0, index);
51 copyFile(resources, folder, name);
66 File folder = null; local
68 folder = File.createTempFile("hyts_resources", "", null);
69 folder.delete();
70 folder.mkdirs();
74 folder.deleteOnExit();
75 return folder;
78 public static void copyFile(File root, String folder, String file)
    [all...]
  /external/chromium_org/components/bookmarks/test/
bookmark_test_helpers.h 22 // node = bookmark title | folder
23 // folder = folder title ":[ " { node " " } "]"
25 // folder title = (* string with no spaces *)
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker.cc 47 int64 ManagedBookmarksTracker::LoadInitial(BookmarkNode* folder,
60 folder->Add(child, folder->child_count());
62 child->set_type(BookmarkNode::FOLDER);
85 // Update the managed bookmarks folder title, in case the user just signed
102 // The managed bookmarks folder isn't visible when that policy isn't present.
106 void ManagedBookmarksTracker::UpdateBookmarks(const BookmarkNode* folder,
122 for (int k = folder_index; k < folder->child_count(); ++k) {
123 const BookmarkNode* node = folder->GetChild(k);
135 model_->Move(existing, folder, folder_index)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
README 1 This folder contains the implementations of libc/POSIX
  /external/chromium_org/sync/protocol/
app_list_specifics.proto 20 // * TYPE_FOLDER: Folder id (generated)
31 // A folder containing entries whose |parent_id| matches |item_id|.
38 // Item name (FOLDER or URL).
41 // Id of the parent (folder) item.
  /external/compiler-rt/test/dfsan/
CMakeLists.txt 15 set_target_properties(check-dfsan PROPERTIES FOLDER "DFSan tests")
  /external/compiler-rt/test/profile/
CMakeLists.txt 16 set_target_properties(check-profile PROPERTIES FOLDER "Profile tests")
  /external/icu/icu4c/source/samples/layout/
FontMap.GDI 6 # in the "Fonts" folder.
  /external/lldb/tools/debugserver/source/MacOSX/
dbgnub-mig.defs 9 * derived sources directory in the build folder.
  /external/zlib/src/contrib/dotzlib/
DotZLib.build 11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
20 <mkdir dir="${build.folder}" />
21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
  /frameworks/multidex/library/
README.txt 6 There is technically no source, but the src folder is necessary
  /packages/apps/Launcher2/res/values-sw600dp-land/
config.xml 3 <!-- Folder max bounds and max number of items. Note: folder_max_count_x * folder_max_count_y
  /packages/apps/Launcher3/WallpaperPicker/
README 2 folder to organize the code separately from the rest of the launcher, and has
  /prebuilts/eclipse/maven/
README 2 the use of Maven[3]. This folder contains the binary Maven distribution.
  /external/chromium_org/ui/app_list/views/
apps_container_view.h 27 // active folder. Only one if them is visible to user at any time.
35 // Shows the active folder content specified by |folder_item|.
39 // a folder view with |folder_item|. If |folder_item| is NULL skips animation.
53 // Transits the UI from folder view to root lelve apps grid view when
57 // Returns true if it is currently showing an active folder page.
84 // Calculates the top item icon bounds in the active folder icon. The bounds
90 // Creates the transitional views for animating the top items in the folder
91 // when opening or closing a folder.
103 // The transitional views for animating the top items in folder
104 // when opening or closing a folder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 54 * <ul><li>Any modification in the resource folder</li>
55 * <li>Removed files from the source folder receiving generated Java files</li>
81 * In Resource folder flag. This allows us to know if we're in the
82 * resource folder.
87 * Current Source folder. This allows us to know if we're in a source
88 * folder, and which folder.
174 // folder before its children we can check when the path segment
175 // count is 2 (format will be /$Project/folder) and make sure we are
190 // then we are not yet in a source or resource folder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
TreeViewPerspective.java 39 IFolderLayout folder; local
41 folder = layout.createFolder("properties", IPageLayout.LEFT, 0.10f, editorArea); //$NON-NLS-1$
42 folder.addView(DeviceSelectorView.ID);
43 folder.addView(PropertyView.ID);
45 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.24f, "properties"); //$NON-NLS-1$ //$NON-NLS-2$
46 folder.addView(TreeViewView.ID);
48 folder = layout.createFolder("panel-top", IPageLayout.RIGHT, 0.7f, "main"); //$NON-NLS-1$ //$NON-NLS-2$
49 folder.addView(TreeOverviewView.ID);
52 folder = layout.createFolder("panel-bottom", IPageLayout.BOTTOM, 0.5f, "panel-top"); //$NON-NLS-1$ //$NON-NLS-2$
53 folder.addView(LayoutView.ID)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 1 """Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files
43 """application - The Disk-Folder-File Suite host program """
51 """folder actions enabled - Are Folder Actions currently being processed? """
56 """properties - every property of the Disk-Folder-File Suite host program """
118 """volume - the volume on which the folder resides """
127 class folder(aetools.ComponentItem): class in inherits:aetools.ComponentItem
128 """folder - A folder in the file system """
137 folders = folder
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 81 class folder(aetools.ComponentItem): class in inherits:aetools.ComponentItem
82 """folder - A folder """
95 folders = folder
105 """container window - the container window for this folder """
170 'folder' : folder,
187 'folder' : folder,
192 folder._superclassnames = ['container'
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc 48 const std::string kGenericFolderName = "Folder Name";
82 const BookmarkNode* new_folder = AddFolder(0, 2, "New Folder");
228 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
229 ASSERT_TRUE(folder != NULL);
231 0, folder, 0, kGenericURLTitle, GURL(kGenericURL)) != NULL);
266 const BookmarkNode* folder = AddFolder(0, i, title); local
267 ASSERT_TRUE(folder != NULL);
273 AddURL(0, folder, i, title, url) != NULL);
400 const BookmarkNode* folder = AddFolder(0, title); local
402 0, folder, 0, kGenericURLTitle, GURL(kGenericURL)) != NULL)
418 const BookmarkNode* folder = AddFolder(0, title); local
435 const BookmarkNode* folder = AddFolder(0, title); local
462 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
552 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
573 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
594 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
615 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
680 const BookmarkNode* folder = AddFolder(0, 1, kGenericFolderName); local
712 const BookmarkNode* folder = AddFolder(0, 1, kGenericFolderName); local
764 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
839 const BookmarkNode* folder = AddFolder(0, 1, kGenericFolderName); local
866 const BookmarkNode* folder = AddFolder(0, 1, kGenericFolderName); local
890 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
922 const BookmarkNode* folder = AddFolder(0, kGenericFolderName); local
953 const BookmarkNode* folder = GetBookmarkBarNode(0); local
994 const BookmarkNode* folder = GetBookmarkBarNode(0); local
1034 const BookmarkNode* folder = GetBookmarkBarNode(0); local
1066 const BookmarkNode* folder = GetBookmarkBarNode(0); local
1102 const BookmarkNode* folder = GetBookmarkBarNode(0); local
1141 const BookmarkNode* folder = AddFolder(0, i, title); local
1165 const BookmarkNode* folder = AddFolder(0, i, title); local
1397 const BookmarkNode* folder = AddFolder(i, kGenericFolderName); local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_path_parser.h 26 // ${documents} - The "Documents" folder for the current user.
28 // ${local_app_data} - The Application Data folder for the current user.
30 // ${roaming_app_data}- The Roamed AppData folder for the current user.
32 // ${profile} - The home folder for the current user.
34 // ${global_app_data} - The system-wide Application Data folder.
36 // ${program_files} - The "Program Files" folder for the current process.
39 // ${windows} - The Windows folder
42 // ${users} - The folder where users profiles are stored
44 // ${documents} - The "Documents" folder of the current user.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 42 import com.android.mail.providers.Folder;
47 * Tip that is displayed in conversation list of 'Sent' folder whenever there are
61 private Folder mOutbox;
143 public void onUpdate(Folder folder, ConversationCursor cursor) {
144 if (mLoaderManager != null && folder != null) {
145 if ((folder.type & UIProvider.FolderType.SENT) > 0) {
146 // Only display this tip if user is viewing the Sent folder
152 private final LoaderCallbacks<ObjectCursor<Folder>> mFolderListLoaderCallbacks =
153 new LoaderManager.LoaderCallbacks<ObjectCursor<Folder>>() {
    [all...]
SingleFolderSelectionDialog.java 31 import com.android.mail.providers.Folder;
39 * Displays a folder selection dialog for the conversation provided. It allows
40 * the user to switch a conversation from one folder to another.
86 // Create a system folder adapter and an adapter for hierarchical
121 final Folder folder = ((FolderRow) item).getFolder(); local
123 // Remove the current folder and add the new folder.
125 ops.add(new FolderOperation(folder, true));
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 60 String folder = null; local
65 folder = name.substring(0, index);
68 copyFile(resources, folder, name);
85 File folder = null; local
87 folder = File.createTempFile("hyts_resources", "", null);
88 folder.delete();
89 folder.mkdirs();
94 folder.deleteOnExit();
95 return folder;
98 public static File copyFile(File root, String folder, String file)
    [all...]

Completed in 1042 milliseconds

1 2 3 45 6 7 8 91011>>