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

<<11121314151617181920>>

  /external/compiler-rt/test/tsan/
CMakeLists.txt 27 set_target_properties(check-tsan PROPERTIES FOLDER "TSan tests")
  /external/compiler-rt/test/ubsan/
CMakeLists.txt 25 set_target_properties(check-ubsan PROPERTIES FOLDER "UBSan unittests")
  /external/libmtp/examples/
emptyfolders.c 36 if(file->parent_id == folderlist->folder_id) { // folder has a child
44 printf("empty folder %u (%s)\n",folderlist->folder_id,folderlist->name);
47 printf("Couldn't delete folder %u\n",folderlist->folder_id);
96 // Get folder listing.
  /external/littlemock/
README 1 This folder contains the littlemock library.
  /external/llvm/include/llvm/
CMakeLists.txt 12 set_target_properties(llvm_headers_do_not_build PROPERTIES FOLDER "Misc"
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardListing.java 40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr,
51 if (folder == null) {
52 folder = "";
55 mHeaderSet.setHeader(HeaderSet.NAME, folder);
  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 30 import com.android.mail.providers.Folder;
91 // Move folder notification settings
129 LogUtils.e(LOG_TAG, "Null folder cursor for mailbox %s",
135 Folder folder = null; local
138 folder = new Folder(folderCursor);
140 LogUtils.e(LOG_TAG, "Empty folder cursor for mailbox %s",
150 new FolderPreferences(context, account.getEmailAddress(), folder,
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerDialog.java 33 import com.android.mail.providers.Folder;
46 private final HashMap<Folder, Boolean> mCheckedState;
53 // Mapping of a folder's uri to its checked state
54 mCheckedState = new HashMap<Folder, Boolean>();
129 Folder folder = null; local
130 for (Entry<Folder, Boolean> entry : mCheckedState.entrySet()) {
132 folder = entry.getKey();
136 mCallback.select(folder);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
RecentFolderObserver.java 33 * directly, no new object is created when the recent folder list is updated.
55 * {@link #onChanged()} when the controller changes the recent folder.
72 * Return the most current recent folder.
83 * Unregisters for recent folder changes and makes the object unusable.
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 35 * top-level folder with ?parent? set to {@link #BOOKMARK_PARENT_ROOT_ID}
74 * The content:// style URI for the root partner bookmarks folder
77 Uri.withAppendedPath(CONTENT_URI, "folder");
80 * Builds a URI that points to a specific folder.
81 * @param folderId the ID of the folder to point to
103 * Used in {@link #TYPE} column and indicates the row is a folder.
132 * This column is valid when the row is not a folder.
158 * The ID of the parent folder. BOOKMARK_PARENT_ROOT_ID is the root folder.
  /prebuilts/eclipse/mavenplugins/tycho/
README 2 the use of Tycho [3], which is a Maven plugin. This folder contains
  /prebuilts/misc/common/asm/
README 7 SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 45 """folder actions enabled - Are Folder Actions currently being processed? """
84 'folder' : Disk_Folder_File_Suite.folder,
  /prebuilts/tools/common/asm-tools/
README 7 SDK/tools/lib/ folder. It has modules names in the form of "asm-tools"
  /prebuilts/tools/common/guava-tools/
README 7 SDK/tools/lib/ folder. It has the module name guava-tools.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 2 BuildPreferencePage_Auto_Refresh_Resources_on_Build=Automatically refresh Resources and Assets folder on build
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 14 name = mh.getcontext() # name of current folder
15 mh.setcontext(name) # set name of current folder
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
22 mh.makefolder(name) # create new folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
25 f = mh.openfolder(name) # new open folder object
28 path = f.getfullname() # folder's full pathname
29 path = f.getsequencesfilename() # full pathname of folder's sequences file
30 path = f.getmessagefilename(n) # full pathname of message n in folder
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 14 name = mh.getcontext() # name of current folder
15 mh.setcontext(name) # set name of current folder
19 list = mh.listsubfolders(name) # direct subfolders of given folder
20 list = mh.listallsubfolders(name) # all subfolders of given folder
22 mh.makefolder(name) # create new folder
23 mh.deletefolder(name) # delete folder -- must have no subfolders
25 f = mh.openfolder(name) # new open folder object
28 path = f.getfullname() # folder's full pathname
29 path = f.getsequencesfilename() # full pathname of folder's sequences file
30 path = f.getmessagefilename(n) # full pathname of message n in folder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 102 * Notification for resource folder change.
104 * @param folder the {@link ResourceFolder} representing the folder.
107 void folderChanged(IProject project, ResourceFolder folder, int eventType);
210 } else if (type == IResource.FOLDER) {
223 * Update a resource folder that we know about
224 * @param folder the folder that was updated
227 private void updateFolder(IFolder folder, int kind, IdeScanningContext context) {
230 final IProject project = folder.getProject()
344 ResourceFolder folder = resources.getResourceFolder( local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 37 import com.android.mail.providers.Folder;
51 public static final String EXTRA_FOLDER_TYPE = "folder-type";
52 public static final String EXTRA_FOLDER_CAPABILITIES = "folder-capabilities";
53 public static final String EXTRA_FOLDER_URI = "folder-uri";
54 public static final String EXTRA_FOLDER_CONVERSATION_LIST_URI = "folder-conversation-list-uri";
55 public static final String EXTRA_FOLDER_DISPLAY_NAME = "folder-display-name";
241 Folder folder = null; local
251 folder = new Folder(folderCursor)
    [all...]
  /packages/apps/Launcher2/res/values-in/
strings.xml 36 <string name="rename_folder_label" msgid="5646236631298452787">"Nama folder"</string>
37 <string name="rename_folder_title" msgid="4544573104191526550">"Ganti nama folder"</string>
77 <string name="cab_folder_selection_text" msgid="8916111874189565067">"1 folder dipilih"</string>
90 <string name="folder_hint_text" msgid="8633351560105748141">"Folder Tanpa Nama"</string>
101 <string name="folder_cling_title" msgid="4308949882377840953">"Atur apl Anda dengan folder"</string>
103 <string name="folder_cling_create_folder" msgid="8352867485656129478">"Untuk membuat folder baru di layar Utama Anda, tumpuk satu apl di atas apl yang lain."</string>
105 <string name="folder_opened" msgid="1262064100943801533">"Folder dibuka, <xliff:g id="WIDTH">%1$d</xliff:g> kali <xliff:g id="HEIGHT">%2$d</xliff:g>"</string>
106 <string name="folder_tap_to_close" msgid="1335478160661137579">"Sentuh untuk menutup folder"</string>
108 <string name="folder_closed" msgid="3130534551370511932">"Folder ditutup"</string>
109 <string name="folder_renamed" msgid="7951233572858053642">"Folder diubah namanya menjadi <xliff:g id="NAME">%1$s</xliff:g>"</string
    [all...]
  /packages/apps/Launcher3/res/values-ms/
strings.xml 36 <string name="rename_folder_label" msgid="5646236631298452787">"Nama folder"</string>
37 <string name="rename_folder_title" msgid="4544573104191526550">"Namakan semula folder"</string>
76 <string name="cab_folder_selection_text" msgid="8916111874189565067">"1 folder dipilih"</string>
89 <string name="folder_hint_text" msgid="8633351560105748141">"Folder Tanpa Nama"</string>
100 <string name="folder_cling_title" msgid="4308949882377840953">"Susun aplikasi anda dengan folder"</string>
102 <string name="folder_cling_create_folder" msgid="8352867485656129478">"Untuk membuat folder baharu pada skrin Utama anda, tindihkan satu aplikasi di atas yang lain."</string>
104 <string name="folder_opened" msgid="1262064100943801533">"Folder dibuka, <xliff:g id="WIDTH">%1$d</xliff:g> kali <xliff:g id="HEIGHT">%2$d</xliff:g>"</string>
105 <string name="folder_tap_to_close" msgid="1335478160661137579">"Sentuh untuk menutup folder"</string>
107 <string name="folder_closed" msgid="3130534551370511932">"Folder ditutup"</string>
108 <string name="folder_renamed" msgid="7951233572858053642">"Folder dinamakan semula kepada <xliff:g id="NAME">%1$s</xliff:g>"</string
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 67 IAbstractFolder folder = Mocks.createAbstractFolder( local
71 mResources = new ResourceRepository(folder, false) {
274 * Adds a folder to the given {@link ProjectResources} with the given
275 * {@link FolderConfiguration}. The folder is filled with files from the provided list.
276 * @param resources the {@link ResourceRepository} in which to add the folder.
277 * @param config the {@link FolderConfiguration} for the created folder.
278 * @param memberList the list of files for the folder.
283 // figure out the folder name based on the configuration
286 // create the folder mock
287 IFolder folder = Mocks.createFolder(folderName, memberList) local
    [all...]
  /cts/tests/print/
Android.mk 29 # Copy the shell script to run the print instrument Jar to the CTS out folder.
33 # Copy the built print instrument library Jar to the CTS out folder.
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.cc 140 AppListFolderItem* folder = service->model()->FindFolderItem(folder_id); local
141 if (!folder) {
142 LOG(ERROR) << "Folder not found: " << folder_id;
146 folder->item_list()->item_at(index_in_folder), "");
179 AppListFolderItem* folder = static_cast<AppListFolderItem*>(item); local
180 for (size_t i = 0; i < folder->item_list()->item_count(); ++i) {
181 AppListItem* child = folder->item_list()->item_at(i);
183 base::StringPrintf(" Folder Item(%d): ", static_cast<int>(i));

Completed in 1771 milliseconds

<<11121314151617181920>>