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

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/utils/
rm_dup_holo_imgs.py 34 # portrait folder. The landscape images will then be deleted as Android will
35 # look up landscape resources in the portrait folder if it doesn't exist in the
36 # landscape folder. This will reduce the size of the Holo test case.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_db_migration_util.h 40 // Adds "folder:" prefix to WAPI resource ID.
41 // EXAMPLE: "xxx" => "folder:xxx"
51 // "folder:yyy" => "yyy"
  /external/chromium_org/components/policy/core/browser/
managed_bookmarks_tracker.h 46 // Loads the initial managed bookmarks in |list| into |folder|. New nodes
49 static int64 LoadInitial(BookmarkNode* folder,
59 void UpdateBookmarks(const BookmarkNode* folder, const base::ListValue* list);
  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils.cc 49 // FOLDER_DELIMS separate folder segments and the filename
80 Pathname::Pathname(const std::string& folder, const std::string& filename)
82 SetPathname(folder, filename);
144 void Pathname::SetPathname(const std::string& folder,
146 SetFolder(folder);
156 std::string Pathname::folder() const { function in class:talk_base::Pathname
184 void Pathname::SetFolder(const std::string& folder) {
185 folder_.assign(folder);
186 // Ensure folder ends in a path delimiter
192 void Pathname::AppendFolder(const std::string& folder) {
    [all...]
pathutils_unittest.cc 37 EXPECT_FALSE(path.folder().empty());
44 EXPECT_TRUE (path.folder().empty());
51 EXPECT_TRUE (path.folder().empty());
58 EXPECT_FALSE(path.folder().empty());
  /external/chromium_org/third_party/webrtc/base/
pathutils.cc 32 // FOLDER_DELIMS separate folder segments and the filename
63 Pathname::Pathname(const std::string& folder, const std::string& filename)
65 SetPathname(folder, filename);
127 void Pathname::SetPathname(const std::string& folder,
129 SetFolder(folder);
139 std::string Pathname::folder() const { function in class:rtc::Pathname
167 void Pathname::SetFolder(const std::string& folder) {
168 folder_.assign(folder);
169 // Ensure folder ends in a path delimiter
175 void Pathname::AppendFolder(const std::string& folder) {
    [all...]
  /external/chromium_org/tools/gyp/test/msvs/filters/
gyptest-filters-2008.py 27 <File RelativePath="..\\folder\\a.c"/>
33 <File RelativePath="..\\folder\\a.c"/>
34 <File RelativePath="..\\folder\\b.c"/>
  /prebuilts/tools/common/m2/
readme.txt 15 and then run the cloneArtifacts task from the tools folder.
33 folder as the localRepository.
37 - Copy over the contents of that repository into this folder.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 51 // Utility function to verify that the buttons in this folder are all
152 ASCIIToUTF16("folder"));
155 ASCIIToUTF16("sibbling folder"));
244 // Confirm folder buttons have no tooltip. The important thing
314 const BookmarkNode* folder = parent;
320 folder = model->AddFolder(folder, 0, ASCIIToUTF16("nested folder"));
324 folder = parent;
394 // Somewhere near the center: a match (but only if a folder!)
    [all...]
bookmark_all_tabs_controller.mm 60 // folder for the tabs and then the bookmarks in that new folder.
67 // Create the new folder which will contain all of the tab URLs.
74 // to the new folder node.
  /device/htc/flounder/VolantisLayout/res/xml/
partner_default_layout.xml 79 <!-- Google folder -->
82 <folder
118 </folder>
120 <!-- Create folder -->
123 <folder
154 </folder>
156 <!-- Play folder -->
159 <folder
190 </folder>
  /device/moto/shamu/ShamuLayout/res/xml/
partner_default_layout.xml 61 <!-- Google folder -->
64 <folder
116 </folder>
118 <!-- Create folder -->
121 <folder
152 </folder>
154 <!-- Play folder -->
157 <folder
188 </folder>
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderBookmarkNodeTest.java 64 // + Empty folder
65 // + Some other folder
68 BookmarkNode root = new BookmarkNode(1, Type.FOLDER, "Bookmarks", null, null);
72 BookmarkNode folder1 = new BookmarkNode(4, Type.FOLDER, "Youtube", null, root);
74 folder1.addChild(new BookmarkNode(5, Type.FOLDER, "Empty folder", null, folder1));
76 BookmarkNode folder2 = new BookmarkNode(6, Type.FOLDER, "Some other folder", null, folder1);
165 BookmarkNode root = new BookmarkNode(1, Type.FOLDER, "Bookmarks", null, null);
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_apitest.cc 43 node->SetString("name", "Managed Folder");
61 const BookmarkNode* folder = local
62 model->AddFolder(bar, 0, base::ASCIIToUTF16("Folder"));
65 model->AddURL(folder, 0, base::ASCIIToUTF16("BBB"),
  /external/chromium_org/chrome/browser/ui/bookmarks/
recently_used_folders_combo_model.h 21 // folder. The list also contains an extra item that shows the text
22 // "Choose Another Folder...".
69 // If necessary this function moves |node| into the corresponding folder for
85 // The index of the original parent folder.
  /external/chromium_org/components/dom_distiller/
README 9 Folder structure:
  /external/chromium_org/content/public/android/java/resource_map/
OWNERS 1 # Changes in this folder are guaranteed to affect the downstream
  /external/chromium_org/native_client_sdk/src/
README.naclports 4 This folder contains headers and pre-built libraries for several
  /external/chromium_org/third_party/jsr-305/
jsr-305.gyp 11 # The sources are not located in a folder that is called src/, so we
  /external/chromium_org/tools/memory_inspector/prebuilts/
README 5 demand at runtime (in this folder) by prebuilts_fetcher.py.
  /external/chromium_org/tools/telemetry/third_party/pyserial/
README.chromium 15 Includes only the serial/ folder and LICENSE.txt.
  /external/chromium_org/ui/android/java/resource_map/
OWNERS 1 # Changes in this folder are guaranteed to affect the downstream
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 157 // Called to initiate drag for reparenting a folder item in root level grid
167 // dispatched from the hidden grid view for reparenting a folder item.
175 // Handles EndDrag event dispatched from the hidden folder grid view in the
176 // root level grid view to end reparenting a folder item.
184 // Handles EndDrag event in the hidden folder grid view to end reparenting
185 // a folder item.
188 // Called when the folder item associated with the grid view is removed.
189 // The grid view must be inside a folder view.
293 // Same as CalculateDropTarget, but with folder UI enabled. The |drop_target_|
294 // can be either a target for re-ordering, or a target folder to move th
    [all...]
folder_header_view.h 30 // FolderHeaderView contains a back button and an editable folder name field.
53 // Updates the accessible name of the folder name control.
56 // Gets and sets the folder name for test.
60 // Returns true if folder name is enabled, only for testing use.
  /external/compiler-rt/test/lsan/
CMakeLists.txt 22 set_target_properties(check-lsan PROPERTIES FOLDER "LSan tests")

Completed in 2254 milliseconds

1 2 3 4 5 6 7 8 91011>>