/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_window.h | 10 // Window for a bookmark folder "menu". This menu pops up when you 11 // click on a bookmark button that represents a folder of bookmarks.
|
bookmark_folder_target.h | 15 // Target (in the target/action sense) of a bookmark folder button. 23 // The owner of the bookmark folder button
|
bookmark_folder_target_unittest.mm | 55 // No current folder 77 // YES a current folder. Self-mock that as well, so "same" will be 83 // The folder is open, so a click should close just that folder (and 109 // YES a current folder but NOT same.
|
/external/chromium_org/sync/engine/ |
get_commit_ids.h | 30 // within a folder that was sensitive to such things. The current positioning 31 // system can handle receiving the elements within a folder out of order, so we
|
/external/clang/test/ |
CMakeLists.txt | 60 set_target_properties(check-clang PROPERTIES FOLDER "Clang tests") 65 set_target_properties(clang-test PROPERTIES FOLDER "Clang tests")
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
README.searchcvs.setup.mysql.txt | 7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 22 * @brief Iterator to browse matrices from a specified folder 24 * This is used to load all the matrices from a folder. 49 MatrixMarketIterator(const std::string folder):m_sym(0),m_isvalid(false),m_matIsLoaded(false),m_hasRhs(false),m_hasrefX(false),m_folder(folder) 51 m_folder_id = opendir(folder.c_str()); 54 std::cerr << "The provided Matrix folder could not be opened \n\n"; 175 // Here, we return with the next valid matrix in the folder 180 // Discard if it is a folder
|
/external/libmtp/examples/ |
pathutils.c | 32 lookup_folder_id (LIBMTP_folder_t * folder, char * path, char * parent) 40 if (folder == NULL) { 44 current = malloc (strlen(parent) + strlen(folder->name) + 2); 45 sprintf(current,"%s/%s",parent,folder->name); 48 return folder->folder_id; 51 ret = lookup_folder_id (folder->child, path, current); 57 ret = lookup_folder_id (folder->sibling, path, parent); 86 // Check if path is a folder
|
/external/robolectric/ |
build.properties | 9 # 'source.dir' for the location of your java source folder and 10 # 'out.dir' for the location of your output folder.
|
/external/tcpdump/ |
Readme.Win32 | 13 First, extract tcpdump and WinPcap in the same folder, and build WinPcap. 16 folder.
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapRequestPullVcardListingSize.java | 33 public BluetoothPbapRequestPullVcardListingSize(String folder) { 34 mHeaderSet.setHeader(HeaderSet.NAME, folder);
|
/hardware/ti/omap4-aah/domx/mm_osal/ |
Makefile | 53 # Current folder and target folder are included by default.
|
/hardware/ti/omap4xxx/domx/mm_osal/ |
Makefile | 53 # Current folder and target folder are included by default.
|
/packages/apps/UnifiedEmail/res/layout/ |
multi_folders_view.xml | 20 <!-- Describes an individual toggleable folder entry to be displayed in a list of folders in 21 a folder selection UI. -->
|
single_folders_view.xml | 20 <!-- Describes an individual toggleable folder entry to be displayed in a list of folders in 21 a folder selection UI. -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ToastBarOperation.java | 24 import com.android.mail.providers.Folder; 27 * A simple holder class that stores the information to undo the application of a folder. 37 private final Folder mFolder; 45 * @param operationFolder The {@link Folder} upon which the operation was run. This may be 50 final Folder operationFolder) { 155 public String getSingularDescription(Context context, Folder folder) { 157 return context.getString(R.string.folder_removed, folder.name);
|
MailActivity.java | 47 import com.android.mail.providers.Folder; 361 public boolean supportsDrag(DragEvent event, Folder folder) { 362 return mController.supportsDrag(event, folder); 366 public void handleDrop(DragEvent event, Folder folder) { 367 mController.handleDrop(event, folder); 376 public Folder getHierarchyFolder() { 426 public void onFooterViewErrorActionClick(Folder folder, int errorStatus) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
messages.properties | 1 Could_Not_Find_Folder=Could not find SDK folder '%1$s'. 2 Could_Not_Find_Folder_In_SDK=Could not find folder '%1$s' inside SDK '%2$s'.
|
/packages/apps/Launcher3/res/values-ms-rMY/ |
strings.xml | 36 <string name="rename_folder_label" msgid="3727762225964550653">"Nama folder"</string> 37 <string name="rename_folder_title" msgid="3771389277707820891">"Namakan semula folder"</string> 69 <string name="cab_folder_selection_text" msgid="7999992513806132118">"1 folder dipilih"</string> 83 <string name="folder_hint_text" msgid="6617836969016293992">"Folder Tanpa Nama"</string> 93 <string name="first_run_cling_create_screens_hint" msgid="6950729526680114157">"Buat lebih banyak skrin untuk apl dan folder"</string> 95 <string name="migration_cling_description" msgid="2752413805582227644">"Import ikon dan folder dari skrin Laman Utama lama anda?"</string> 103 <string name="folder_cling_title" msgid="3894908818693254164">"Ini ada folder"</string> 104 <string name="folder_cling_create_folder" msgid="6158215559475836131">"Untuk membuat satu folder seperti ini, sentuh & tahan apl, kemudian alihkan ke atas folder lain."</string> 106 <string name="folder_opened" msgid="94695026776264709">"Folder dibuka, <xliff:g id="WIDTH">%1$d</xliff:g> kali <xliff:g id="HEIGHT">%2$d</xliff:g>"</string [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 44 * folder. 53 /** Absolute destination folder root, e.g. "/res/" */ 55 /** Relative destination folder root, e.g. "res/" */ 66 setTitle("Choose Configuration Folder"); 102 // Folder name: [text] 103 String tooltip = "The folder where the file will be generated, relative to the project."; 110 folderLabel.setText("Folder:"); 129 * Callback called when the Folder text field is changed, either programmatically 201 * Reset the current Folder path based on the UI selection 224 * Returns the destination folder path relative to the project or an empty string [all...] |
/cts/tools/vm-tests-tf/src/util/build/ |
BuildStep.java | 33 final File folder; field in class:BuildStep.BuildFile 36 BuildFile(String folder, String fileName) { 37 this.folder = new File(folder); 38 this.fileName = new File(this.folder, fileName);
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.h | 72 // the local-side folder tree. 79 // app-root represents a remote folder for an installed Chrome App and holds all 95 // - Folder 96 // - Is either one of sync-root folder, app-root folder or a regular folder. 97 // - Sync-root folder holds app-root folders as its direct children, and 100 // - App-root folder holds all files for an application as its descendants. 198 // Returns true if the folder associated to |app_id| is enabled. 201 // Registers existing folder as the app-root for |app_id|. The folde [all...] |
/external/chromium_org/chrome/browser/undo/ |
bookmark_undo_service_test.cc | 144 // Test moving bookmarks within a folder and between folders. 177 // Test undo of a bookmark moved to a different folder. 196 model->AddFolder(model->other_node(), 3, ASCIIToUTF16("folder")); 199 // Undo the move and check that the bookmark and folder are in place. 208 // Redo the move back into the folder and check validity. 227 ASCIIToUTF16("folder")); 232 // Undo the folder removal and ensure the folder and bookmark were restored. 243 // Undo the title change and ensure the folder was updated even though the 247 EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("folder")); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/plugins/ |
customBuildCallbacks.xml | 17 <!-- build.result.folder - folder to contain the build results --> 25 <!-- build.result.folder - folder to contain the build results --> 33 <!-- build.result.folder - folder to contain the build results --> 41 <!-- build.result.folder - folder to contain the build results --> 51 <!-- target.folder : where the results of the compilation go --> 67 <!-- target.folder : where the results of the compilation go -- [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
bookmark_folder_applescript_unittest.mm | 43 // Insert a new bookmark folder. 45 // Emulate what applescript would do when inserting a new bookmark folder. 46 // Emulates a script like |set var to make new bookmark folder with 54 // Represents the bookmark folder after it's added. 64 // Insert a new bookmark folder at a particular position. 66 // Emulate what applescript would do when inserting a new bookmark folder. 67 // Emulates a script like |set var to make new bookmark folder with 68 // properties {title:"foo"} at after bookmark folder 1|. 75 // Represents the bookmark folder after it's added. 119 // Emulate what applescript would do when inserting a new bookmark folder [all...] |