HomeSort by relevance Sort by last modified time
    Searched refs:Directory (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 78 class Directory;
106 void open_dir(Directory& pDir);
107 void close_dir(Directory& pDir);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
Directory.java 19 public class Directory {
TitlesFragment.java 93 Directory.initializeDirectory();
94 for (int i = 0; i < Directory.getCategoryCount(); i++) {
95 bar.addTab(bar.newTab().setText(Directory.getCategory(i).getName())
148 DirectoryCategory cat = Directory.getCategory(category);
  /external/chromium/chrome/browser/sync/engine/
update_applicator.h 34 typedef syncable::Directory::UnappliedUpdateMetaHandles::iterator
apply_updates_command.cc 27 syncable::Directory::UnappliedUpdateMetaHandles handles;
55 // This gets persisted to the directory's backing store.
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 36 #include <Directory.h>
86 BDirectory directory(path.utf8().data());
88 while (directory.GetNextRef(&ref) == B_OK)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 18 import android.provider.ContactsContract.Directory;
23 * Model object for a {@link Directory} row.
43 * Directory ID, see {@link Directory}.
54 * Directory type resolved from {@link Directory#PACKAGE_NAME} and
55 * {@link Directory#TYPE_RESOURCE_ID};
66 * See {@link Directory#DISPLAY_NAME}.
89 * Returns true if this directory should be loaded before non-priority directories.
100 * Returns true if this directory supports photos
    [all...]
DefaultContactListAdapter.java 28 import android.provider.ContactsContract.Directory;
69 // Regardless of the directory, we don't want anything returned,
70 // so let's just send a "nothing" query to the local directory.
79 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
116 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
120 // The "All accounts" filter is the same as the entire contents of Directory.DEFAULT
126 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
142 if (directoryId != Directory.DEFAULT) {
151 // We have already added directory=0 to the URI, which takes care of thi
    [all...]
ContactEntryListAdapter.java 26 import android.provider.ContactsContract.Directory;
51 * Indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
133 partition.setDirectoryId(Directory.DEFAULT);
141 * Remove all directories after the default directory. This is typically used when contacts
142 * list screens are asked to exit the search mode and thus need to remove all remote directory
145 * This code assumes that the default directory and directories before that should not be
146 * deleted (e.g. Join screen has "suggested contacts" directory before the default director,
147 * and we should not remove the directory).
154 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT)
    [all...]
ContactListAdapter.java 24 import android.provider.ContactsContract.Directory;
157 if (directoryId != Directory.DEFAULT) {
166 * contact to be shown as selected, we need both the directory and and the
181 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
285 if (mSelectedContactId != 0 && (mSelectedContactDirectoryId == Directory.DEFAULT
286 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) {
  /external/llvm/utils/
GenLibDeps.pl 31 my $Directory = $ARGV[0];
32 if (!defined($Directory) || ! -d "$Directory") {
33 die "First argument must specify the directory containing LLVM libs\n";
67 # Open the directory and read its contents, sorting by name and differentiating
69 opendir DIR,$Directory;
87 `$ranlibPath $Directory/$lib`;
110 open DEFS, "$nmPath -sg $Directory/$lib|";
151 open UDEFS, "$nmPath -Aup $Directory/$lib|";
167 open DEFS, "$nmPath -g $Directory/$lib|"
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Android.mk 5 Directory.cpp \
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 8 REM "\"C:/My Directory/My File.txt\""
retrace.bat 8 REM "\"C:/My Directory/My File.txt\""
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 124 StringRef Directory, std::string &ErrorMessage) {
125 SmallString<1024> JSONDatabasePath(Directory);
255 llvm::yaml::ScalarNode *Directory = NULL;
279 if (KeyString->getValue(KeyStorage) == "directory") {
280 Directory = ValueString;
299 if (!Directory) {
300 ErrorMessage = "Missing key: \"directory\".";
309 Directory->getValue(DirectoryStorage));
316 CompileCommandRef(Directory, Command));
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 182 class Directory;
348 friend class Directory;
421 Directory* dir() const;
462 friend class Directory;
531 // floating around if at all possible. Could we store this in Directory?
555 // The syncable Directory maintains several indices on the Entries it tracks.
636 // The name Directory in this case means the entire directory
640 // via its own handle. So, a Directory object should only be accessed
642 // always get a directory that has been properly initialized on th
1085 inline Directory* directory() const { return directory_; } function in class:syncable::BaseTransaction
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 49 # ServerRoot: The top of the directory tree under which the server's
64 # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
263 # DocumentRoot: The directory out of which you will serve your
264 # documents. By default, all requests are taken from this directory, but
271 # Each directory to which Apache has access, can be configured with respect
273 # directory (and its subdirectories).
275 <Directory />
297 </Directory>
300 # AccessFileName: The name of the file to look for in each directory
332 <Directory ~ ".*\.\.namedfork"
    [all...]
apache2-httpd.conf 49 # ServerRoot: The top of the directory tree under which the server's
64 # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
284 # DocumentRoot: The directory out of which you will serve your
285 # documents. By default, all requests are taken from this directory, but
292 # Each directory to which Apache has access, can be configured with respect
294 # directory (and its subdirectories).
296 <Directory />
318 </Directory>
321 # AccessFileName: The name of the file to look for in each directory
353 <Directory ~ ".*\.\.namedfork"
    [all...]
apache2-msys-httpd.conf 49 # ServerRoot: The top of the directory tree under which the server's
64 # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
285 # DocumentRoot: The directory out of which you will serve your
286 # documents. By default, all requests are taken from this directory, but
293 # Each directory to which Apache has access, can be configured with respect
295 # directory (and its subdirectories).
297 <Directory />
319 </Directory>
322 # AccessFileName: The name of the file to look for in each directory
354 <Directory ~ ".*\.\.namedfork"
    [all...]
cygwin-httpd.conf 55 # ServerRoot: The top of the directory tree under which the server's
70 # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
316 # DocumentRoot: The directory out of which you will serve your
317 # documents. By default, all requests are taken from this directory, but
324 # Each directory to which Apache has access, can be configured with respect
326 # directory (and its subdirectories).
328 <Directory />
350 </Directory>
353 # AccessFileName: The name of the file to look for in each directory
385 <Directory ~ ".*\.\.namedfork"
    [all...]
fedora-httpd.conf 47 # ServerRoot: The top of the directory tree under which the server's
55 # Do NOT add a slash at the end of the directory path.
221 # Load config files from the config directory "/etc/httpd/conf.d".
290 # DocumentRoot: The directory out of which you will serve your
291 # documents. By default, all requests are taken from this directory, but
297 # Each directory to which Apache has access can be configured with respect
299 # directory (and its subdirectories).
310 <Directory />
339 </Directory>
346 #<Directory /home/*/public_html
    [all...]
httpd.conf 55 # ServerRoot: The top of the directory tree under which the server's
70 # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
319 # DocumentRoot: The directory out of which you will serve your
320 # documents. By default, all requests are taken from this directory, but
327 # Each directory to which Apache has access, can be configured with respect
329 # directory (and its subdirectories).
331 <Directory />
353 </Directory>
356 # AccessFileName: The name of the file to look for in each directory
388 <Directory ~ ".*\.\.namedfork"
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 25 import android.provider.ContactsContract.Directory;
108 String.valueOf(Directory.DEFAULT)).build();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 49 import android.provider.ContactsContract.Directory;
61 public static final String EXCHANGE_GAL_AUTHORITY = "com.android.exchange.directory.provider";
219 if (column.equals(Directory.ACCOUNT_NAME)) {
221 } else if (column.equals(Directory.ACCOUNT_TYPE)) {
223 } else if (column.equals(Directory.TYPE_RESOURCE_ID)) {
236 } else if (column.equals(Directory.DISPLAY_NAME)) {
238 // the domain name and use it as the directory display name
248 } else if (column.equals(Directory.EXPORT_SUPPORT)) {
249 row[i] = Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY;
250 } else if (column.equals(Directory.SHORTCUT_SUPPORT))
    [all...]
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 143 from Local Directory" option and browse to
145 when asked for the "Local Package Directory".

Completed in 938 milliseconds

12 3 4 5