/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
iphoto_file_util.cc | 169 // The 'Albums' directory. 215 // Root directory. Child is the /Albums dir. 218 DirectoryEntry::DIRECTORY, 230 file_list->push_back(DirectoryEntry(*it, DirectoryEntry::DIRECTORY, 243 DirectoryEntry::DIRECTORY,
|
picasa_file_util.cc | 115 // Root directory. 184 // Root directory. 186 DirectoryEntry(kPicasaDirAlbums, DirectoryEntry::DIRECTORY, 0, 189 DirectoryEntry(kPicasaDirFolders, DirectoryEntry::DIRECTORY, 0, 202 DirectoryEntry(it->first, DirectoryEntry::DIRECTORY, 0, 213 DirectoryEntry(it->first, DirectoryEntry::DIRECTORY, 0,
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_ls.cc | 57 // 2. directory name (often just ".") 175 entry.type = FtpDirectoryListingEntry::DIRECTORY;
|
ftp_directory_listing_parser_unittest.cc | 124 EXPECT_EQ(FtpDirectoryListingEntry::DIRECTORY, entry.type);
|
ftp_directory_listing_parser_vms.cc | 47 *type = FtpDirectoryListingEntry::DIRECTORY; 56 // VMS's directory listing gives us file size in blocks. We assume that 186 // starts with "Directory ", but not always. We set a flag after
|
/external/chromium/webkit/glue/ |
ftp_directory_listing_response_delegate.cc | 81 // Skip the current and parent directory entries in the listing. Our header 86 bool is_directory = (entry.type == FtpDirectoryListingEntry::DIRECTORY); 103 // If this isn't top level directory (i.e. the path isn't "/",) 104 // add a link to the parent directory.
|
/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 85 EXPECT_EQ(FtpDirectoryListingEntry::DIRECTORY, entry.type);
|
ftp_directory_listing_parser_vms_unittest.cc | 38 FtpDirectoryListingEntry::DIRECTORY, "test", -1, 60 // The parser requires a directory header before accepting regular input. 62 ASCIIToUTF16("Directory ANONYMOUS_ROOT:[000000]")); 114 // The parser requires a directory header before accepting regular input. 116 ASCIIToUTF16("Directory ANONYMOUS_ROOT:[000000]")); 132 "Directory ANYNYMOUS_ROOT:[000000]", 140 // The parser requires a directory header before accepting regular input. 142 ASCIIToUTF16("Directory ANONYMOUS_ROOT:[000000]"));
|
ftp_directory_listing_parser_ls.cc | 168 // where "." means the current directory, and ":" separates it 182 entry.type = FtpDirectoryListingEntry::DIRECTORY;
|
ftp_directory_listing_parser_vms.cc | 48 *type = FtpDirectoryListingEntry::DIRECTORY; 63 // VMS's directory listing gives us file size in blocks. We assume that 200 // starts with "Directory ", but not always. We set a flag after
|
/external/chromium_org/webkit/child/ |
ftp_directory_listing_response_delegate.cc | 88 // Skip the current and parent directory entries in the listing. Our header 93 bool is_directory = (entry.type == FtpDirectoryListingEntry::DIRECTORY); 110 // If this isn't top level directory (i.e. the path isn't "/",) 111 // add a link to the parent directory.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 38 * in the specified directory. 44 // Directory name under the root directory for photo storage. 45 private final String DIRECTORY = "photos"; 47 /** Map of keys to entries in the directory. */ 63 * Constructs an instance of the PhotoStore under the specified directory. 64 * @param rootDirectory The root directory of the storage. 68 mStorePath = new File(rootDirectory, DIRECTORY); 71 throw new RuntimeException("Unable to create photo storage directory " 112 * specified root directory [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_manager_browsertest.cc | 50 DIRECTORY, 78 else if (value == "directory") 79 *output = DIRECTORY; 114 // Test data of file or directory. 134 std::string target_path; // Target file or directory path. 229 case DIRECTORY: 231 "Failed to create a directory: " << target_path.value(); 309 case DIRECTORY: 317 // Creates an empty directory with the given |name| and |modification_time|.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_type.js | 109 * A special type for directory. 111 FileType.DIRECTORY = {name: 'FOLDER', type: '.folder', icon: 'folder'}; 125 // No extension for a directory. 151 return FileType.DIRECTORY; 280 * File/directory names that we know are usually hidden.
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltdl.m4 | 13 # LT_CONFIG_LTDL_DIR(DIRECTORY, [LTDL-MODE]) 15 # DIRECTORY contains the libltdl sources. It is okay to call this 16 # function multiple times, as long as the same DIRECTORY is always given. 72 dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one 80 # AC_LIBLTDL_CONVENIENCE accepted a directory argument in older libtools, 128 dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one 136 # AC_LIBLTDL_INSTALLABLE accepted a directory argument in older libtools, 225 # subdirectory named libltdl, the directory name must be given by 265 dnl eponymous directory: 275 AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include'] [all...] |
/packages/apps/Camera2/src/com/android/camera/data/ |
CameraDataAdapter.java | 44 private static final String[] CAMERA_PATH = { Storage.DIRECTORY + "%" };
|
/external/qemu/android/ |
hw-events.h | 339 KEY_CODE(DIRECTORY ,0x18a) \
|
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 342 "base-directory|b=s" => \$base_directory, 478 # Check for directory name 481 die("No directory specified\n". 565 Usage: $tool_name [OPTIONS] DIRECTORY 567 Traverse DIRECTORY and create a .info file for each data file found. Note 568 that you may specify more than one directory, all of which are then processed 578 -b, --base-directory DIR Use DIR as base directory for relative paths 632 # gen_info(directory) 634 # Traverse DIRECTORY and create a .info file for each data file found [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorActivity.java | 102 private static final String DIRECTORY = DCIM + "/Camera"; 552 String videoFilename = DIRECTORY + '/' + getVideoOutputMediaFileTitle() + ".mp4"; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | [all...] |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/packages/apps/Camera/src/com/android/camera/ |
VideoModule.java | [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
VideoCamera.java | [all...] |