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

1 23 4 5 6 7 8

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterprisePolicyGuard.java 25 import android.provider.ContactsContract.Directory;
77 final String directory = uri.getQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY); local
86 // If it is a remote directory, it is allowed only when
87 // (i) The uri supports directory
89 if (directory != null) {
90 final long directoryId = Long.parseLong(directory);
91 if (Directory.isRemoteDirectoryId(directoryId)
116 * Check if uri is a cross profile query with directory param supported.
EnterpriseContactsCursorWrapper.java 30 import android.provider.ContactsContract.Directory;
65 && Directory.isRemoteDirectoryId(directoryId);
150 Uri.Builder builder = Directory.ENTERPRISE_FILE_URI.buildUpon();
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 8 # available in Tk 4.2 and newer, and the directory dialogue available
23 # - initialdir: initial directory. preserved by dialog instance.
34 # options for the directory chooser:
38 # - mustexist: if true, user must pick an existing directory
56 # keep directory and filename until next time
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
102 "Ask for a directory"
114 # keep directory until next time
116 self.directory = result # compatibilit
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
debug1.d 31 The Directory Table \(offset 0x.*\):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pr13167.d 29 The Directory Table is empty\.
  /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));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 35 import android.provider.ContactsContract.Directory;
279 Directory.DISPLAY_NAME,
280 Directory.PACKAGE_NAME,
281 Directory.TYPE_RESOURCE_ID,
282 Directory.ACCOUNT_TYPE,
283 Directory.ACCOUNT_NAME,
284 Directory.EXPORT_SUPPORT,
421 final String directoryName = uri.getQueryParameter(Directory.DISPLAY_NAME);
425 json.optInt(Directory.EXPORT_SUPPORT,
426 Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY))
    [all...]
Contact.java 24 import android.provider.ContactsContract.Directory;
211 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}.
233 * For directory contacts, this is the same a the URI as returned by {@link #getUri()}
374 return mDirectoryId != -1 && mDirectoryId != Directory.DEFAULT
375 && mDirectoryId != Directory.LOCAL_INVISIBLE;
391 // Directory entries are non-writable
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 26 import android.provider.ContactsContract.Directory;
94 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
99 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
ContactBrowseListFragment.java 33 import android.provider.ContactsContract.Directory;
266 if (mSelectedContactDirectoryId != Directory.DEFAULT
267 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) {
360 mSelectedContactDirectoryId = TextUtils.isEmpty(directoryParam) ? Directory.DEFAULT
379 mSelectedContactDirectoryId = Directory.DEFAULT;
444 DirectoryPartition directory = (DirectoryPartition) partition; local
445 if (directory.getDirectoryId() == mSelectedContactDirectoryId) {
446 directoryLoading = directory.isLoading();
529 * and to save bandwidth on directory queries.
MultiSelectEntryContactListAdapter.java 113 bindCheckBox(view, cursor, position, partition == ContactsContract.Directory.DEFAULT);
123 // checkbox for the Me profile entry and other directory contacts except local directory.
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 43 std::string Directory;
79 : Directory(prefix), createdDir(false), noDir(false), PP(pp), AnalyzerOpts(AnalyzerOpts) {
105 // Create the HTML directory if it is missing.
108 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) {
109 llvm::errs() << "warning: could not create directory '"
110 << Directory << "': " << ec.message() << '\n';
176 // Get the full directory name of the analyzed file.
181 // working directory if we have no directory information. This is
295 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html")
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 237 StringRef Directory);
334 /// Look up the source ID with the given directory and source file names. If
336 virtual unsigned getOrCreateSourceID(StringRef File, StringRef Directory) = 0;
382 unsigned getOrCreateSourceID(StringRef File, StringRef Directory) override;
  /external/llvm/include/llvm/MC/
MCDwarf.h 46 // \brief The base name of the file without its directory path.
50 // \brief The index into the list of directory names for this file name.
206 unsigned getFile(StringRef &Directory, StringRef &FileName,
221 unsigned getFile(StringRef Directory, StringRef FileName) {
222 return Header.getFile(Directory, FileName);
238 unsigned getFile(StringRef &Directory, StringRef &FileName,
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java 32 import android.provider.ContactsContract.Directory;
355 // If there are no other directory queries, make sure that the listener is
453 /* Directory lookup related code - START */
454 private static final String[] DIRECTORY_PROJECTION = new String[] {Directory._ID};
459 Uri uri = Directory.CONTENT_URI;
473 int idIndex = cursor.getColumnIndex(Directory._ID);
550 Log.e(LOG_TAG, "failed to fetch directory contact photo", e);
561 /* Directory lookup related code - END */
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 32 import android.provider.ContactsContract.Directory;
105 * Model object for a {@link Directory} row.
122 Directory._ID, // 0
123 Directory.ACCOUNT_NAME, // 1
124 Directory.ACCOUNT_TYPE, // 2
125 Directory.DISPLAY_NAME, // 3
126 Directory.PACKAGE_NAME, // 4
127 Directory.TYPE_RESOURCE_ID, // 5
224 * contact provider and the list of {@link Directory}'s.
352 * Returns the list of models for directory search (using {@link DirectoryFilter}) o
    [all...]
  /external/opencv3/samples/android/hello-android/
run.cmd 26 (PUSHD "%ANDROID_SDK%" 2>NUL && POPD) || (ECHO. & ECHO Directory "%ANDROID_SDK%" specified by ANDROID_SDK variable does not exist & GOTO end)
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 26 import android.provider.ContactsContract.Directory;
137 String.valueOf(Directory.DEFAULT))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-2.d 33 The Directory Table is empty.
micromips@loc-swap-2.d 33 The Directory Table is empty.
mips16@loc-swap-2.d 33 The Directory Table is empty.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 30 import android.provider.ContactsContract.Directory;
201 final DirectoryPartition directory = getExtendedDirectoryFromId(directoryId); local
202 final String contentUri = directory.getContentUri();
204 throw new IllegalStateException("Extended directory must have a content URL: "
205 + directory);
210 String.valueOf(getDirectoryResultLimit(directory)));
237 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
289 if (filter == null || directoryId != Directory.DEFAULT) {
462 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local
463 bindPhoneNumber(view, cursor, directory.isDisplayNumber(), position)
523 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local
624 final DirectoryPartition directory = mExtendedDirectories.get(i); local
636 final DirectoryPartition directory = (DirectoryPartition) getPartition(partitionIndex); local
    [all...]

Completed in 1027 milliseconds

1 23 4 5 6 7 8