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

1 23 4 5

  /system/core/rootdir/
Android.mk 52 @echo Directory: $@
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 117 System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(absoluteFilename));
  /external/chromium/chrome/browser/sync/engine/
syncer.h 28 class Directory;
syncer_util.cc 31 using syncable::Directory;
70 trans->directory()->GetUnsyncedMetaHandles(trans, handles);
81 syncable::Directory::ChildHandles* children) {
92 trans->directory()->GetChildHandles(trans, old_id, children);
93 Directory::ChildHandles::iterator i = children->begin();
125 syncable::Directory::ChildHandles children;
138 const std::string& client_id = trans->directory()->cache_guid();
263 // A note on non-directory parents:
280 Directory::ChildHandles handles;
281 trans->directory()->GetChildHandles(trans, id, &handles)
    [all...]
syncer_util.h 33 syncable::Directory::ChildHandles* children);
syncer_proto_util.cc 97 bool SyncerProtoUtil::VerifyResponseBirthday(syncable::Directory* dir,
134 void SyncerProtoUtil::AddRequestBirthday(syncable::Directory* dir,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 31 import android.provider.ContactsContract.Directory;
104 if (directoryId != Directory.DEFAULT) {
105 Log.w(TAG, "PhoneNumberListAdapter is not ready for non-default directory ID ("
125 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
156 if (filter == null || directoryId != Directory.DEFAULT) {
258 // No need for photo uri here, because we can not have directory results. If we
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 26 import android.provider.ContactsContract.Directory;
93 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
98 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
ContactBrowseListFragment.java 33 import android.provider.ContactsContract.Directory;
263 if (mSelectedContactDirectoryId != Directory.DEFAULT
264 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) {
357 mSelectedContactDirectoryId = TextUtils.isEmpty(directoryParam) ? Directory.DEFAULT
376 mSelectedContactDirectoryId = Directory.DEFAULT;
441 DirectoryPartition directory = (DirectoryPartition) partition; local
442 if (directory.getDirectoryId() == mSelectedContactDirectoryId) {
443 directoryLoading = directory.isLoading();
526 * and to save bandwidth on directory queries.
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 39 llvm::sys::Path Directory, FilePrefix;
73 : Directory(prefix), FilePrefix(prefix), createdDir(false), noDir(false),
102 // Create the HTML directory if it is missing.
106 Directory.createDirectoryOnDisk(true, &ErrorMsg);
109 if (llvm::sys::fs::is_directory(Directory.str(), IsDirectory) ||
111 llvm::errs() << "warning: could not create directory '"
112 << Directory.str() << "'\n"
160 // Get the full directory name of the analyzed file.
165 // working directory if we have no directory information. This i
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 35 import android.provider.ContactsContract.Directory;
265 Directory.DISPLAY_NAME,
266 Directory.PACKAGE_NAME,
267 Directory.TYPE_RESOURCE_ID,
268 Directory.ACCOUNT_TYPE,
269 Directory.ACCOUNT_NAME,
270 Directory.EXPORT_SUPPORT,
500 ? Directory.DEFAULT
520 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE)
    [all...]
Contact.java 24 import android.provider.ContactsContract.Directory;
209 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}.
227 * For directory contacts, this is the same a the URI as returned by {@link #getUri()}
369 return mDirectoryId != -1 && mDirectoryId != Directory.DEFAULT
370 && mDirectoryId != Directory.LOCAL_INVISIBLE;
386 // Directory entries are non-writable
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 112 return cxstring::createRef(cmd->Directory.c_str());
  /external/llvm/lib/MC/
MCNullStreamer.cpp 91 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
MCAsmStreamer.cpp 217 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
830 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
832 if (!UseDwarfDirectory && !Directory.empty()) {
836 SmallString<128> FullPathName = Directory;
843 if (!Directory.empty()) {
844 PrintQuotedString(Directory, OS);
852 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename,
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 34 import android.provider.ContactsContract.Directory;
101 * Model object for a {@link Directory} row.
126 Directory._ID, // 0
127 Directory.ACCOUNT_NAME, // 1
128 Directory.ACCOUNT_TYPE, // 2
129 Directory.DISPLAY_NAME, // 3
130 Directory.PACKAGE_NAME, // 4
131 Directory.TYPE_RESOURCE_ID, // 5
191 * contact provider and the list of {@link Directory}'s.
291 // shown to the user for use until the first directory result is returne
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 105 Directory dir;
117 Directory::ChildHandles child_handles;
139 Directory::ChildHandles child_handles;
143 for (Directory::ChildHandles::iterator i = child_handles.begin();
193 Directory dir;
209 Directory dir;
229 Directory dir;
247 Directory dir;
261 Directory dir;
296 // A Directory whose backing store always fails SaveChanges by returning false
    [all...]
directory_backing_store.cc 246 Directory::KernelLoadInfo* kernel_load_info) {
264 Directory::KernelLoadInfo* kernel_load_info) {
296 // occurred even when re-opening a fresh directory (they'll go in a separate
351 const Directory::SaveChangesSnapshot& snapshot) {
358 (Directory::KERNEL_SHARE_INFO_DIRTY == snapshot.kernel_info_status);
377 const Directory::PersistedKernelInfo& info = snapshot.kernel_info;
581 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) {
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 164 // Search for a module map file in this directory.
193 /// getName - Return the directory or filename corresponding to this lookup
218 // Concatenate the requested file onto the directory.
252 assert(isHeaderMap() && "Unknown directory lookup");
269 /// \brief Given a framework directory, find the top-most framework directory.
271 /// \param FileMgr The file manager to use for directory lookups.
272 /// \param DirName The name of the framework directory.
279 "Not a framework directory");
298 // Get the parent directory name
    [all...]
ModuleMap.cpp 164 // Keep walking up the directory hierarchy, looking for a directory with
173 // directory.
180 // the directory of the umbrella header and the directory where
185 // Find or create the module that corresponds to this directory name.
193 // Associate the module and the directory.
238 // Resolve the parent path to a directory entry.
254 // Keep walking up the directory hierarchy, looking for a directory wit
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 168 String title = Directory.getCategory(mCategory).getEntry(mCurPosition).getName();
292 mBitmap = Directory.getCategory(category).getEntry(position)
308 // Prevent media scanning of the cache directory.
315 // Write the bitmap to temporary storage in the external storage directory (e.g. SD card).
  /device/generic/goldfish/opengl/
Android.mk 15 # Directory containing common headers used by several modules
  /external/clang/lib/Tooling/
Tooling.cpp 292 if (chdir(CompileCommands[I].second.Directory.c_str()))
294 CompileCommands[I].second.Directory + "\n!");
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 27 import android.provider.ContactsContract.Directory;
200 String.valueOf(Directory.DEFAULT))
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCache.java 30 import android.provider.ContactsContract.Directory;
81 String.valueOf(Directory.DEFAULT)).

Completed in 1258 milliseconds

1 23 4 5