/packages/apps/Dialer/java/com/android/incallui/ |
CallerInfoAsyncQuery.java | 34 import android.provider.ContactsContract.Directory; 83 /* Directory lookup related code - START */ 84 private static final String[] DIRECTORY_PROJECTION = new String[] {Directory._ID}; 105 // If there are no other directory queries, make sure that the listener is 226 Uri uri = Directory.CONTENT_URI; 244 int idIndex = cursor.getColumnIndex(Directory._ID); 278 /* Directory lookup related code - END */ 342 Log.e(LOG_TAG, "failed to fetch directory contact photo", e);
|
/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).
|
/external/adhd/defs/ |
make.mk | 24 # mkdir: Creates a directory, and all its parents, if it does not exist. 29 # remake: Gnu Make function which will create the build directory, 31 # The recursive make is performed in the build directory. 40 # Directory relative from the root of the source tree. REL_DIR is 42 # directory. 46 # The directory containing the sources for the target directory 48 # source directory. It has the same value as VPATH. 52 # The build directory which is currently being built. This is the 53 # same 'pwd', and the directory in which Make is building [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/ |
EnterprisePolicyGuardTest.java | 26 import android.provider.ContactsContract.Directory; 51 private static final long DIRECTORY_ID = Directory.ENTERPRISE_DEFAULT; 76 + "com.google.contacts.gal.provider%2Fphoto%2F?directory=1000000002"); 81 // Please notice that the directory id should be < ENTERPRISE_BASE because the id should be 188 // All directory supported Uris with remote directory id should not allowed. 197 // Always allow uri with no directory support. 204 // Always allow uri with no remote directory id.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/ |
dwarf2-1.d | 64 The Directory Table is empty.
|
dwarf2-2.d | 64 The Directory Table is empty.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 90 The Directory Table is empty.
|
dw2-compress-3a.d | 93 The Directory Table is empty.
|
dw2-compress-3b.d | 93 The Directory Table is empty.
|
dw2-compressed-1.d | 91 The Directory Table is empty.
|
dw2-compressed-3a.d | 93 The Directory Table is empty.
|
dw2-compressed-3b.d | 93 The Directory Table is empty.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
loc-swap.d | 36 The Directory Table is empty\.
|
mips16@loc-swap.d | 36 The Directory Table is empty\.
|
/external/elfutils/tests/ |
run-readelf-line.sh | 55 Directory table: 110 Directory table: 160 Directory table:
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
llvm-config.in.in | 51 # been installed, or is running from the build directory, which changes the
54 # Convert the current executable name into its directory (e.g. ".").
57 # Turn the directory into an absolute directory on the file system, also pop up
62 # Compute the absolute object directory build, e.g. "foo/llvm/Debug".
72 # If we are running out of the build directory, the include dir is in the
183 --bindir Directory containing LLVM executables.
184 --includedir Directory containing LLVM headers.
185 --libdir Directory containing LLVM libraries.
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 196 // Search for a module map file in this directory. 220 // search directory, don't do it again. 225 // directory. 241 /// getName - Return the directory or filename corresponding to this lookup 289 // Concatenate the requested file onto the directory. 312 assert(isHeaderMap() && "Unknown directory lookup"); 349 /// \brief Given a framework directory, find the top-most framework directory. 351 /// \param FileMgr The file manager to use for directory lookups. 352 /// \param DirName The name of the framework directory [all...] |
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 209 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 91 import android.provider.ContactsContract.Directory; 5568 String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 5586 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7263 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7361 final String directory = getQueryParameter(localUri, ContactsContract.DIRECTORY_PARAM_KEY); local 7422 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7447 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7503 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 8976 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local [all...] |
/external/clang/lib/Tooling/ |
Tooling.cpp | 410 CompileCommand.Directory)) 412 Twine(CompileCommand.Directory) + "\n!"); 417 if (SeenWorkingDirectories.insert(CompileCommand.Directory).second) 451 // Return to the initial directory to correctly resolve next file by
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactEntryListFragment.java | 32 import android.provider.ContactsContract.Directory; 363 : Directory.DEFAULT; 390 if (directoryId == Directory.DEFAULT) { 403 * Queues up a delayed request to search the specified directory. Since 404 * directory search will likely introduce a lot of network traffic, we want 405 * to wait for a pause in the user's typing before sending a directory request. 415 * Loads the directory partition. 424 * Cancels all queued directory loading requests. 638 // If we are switching from search to regular display, remove all directory 653 * When not in search mode, directory header should always be hidden [all...] |
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
ContactEntryListFragment.java | 30 import android.provider.ContactsContract.Directory; 338 : Directory.DEFAULT; 367 if (directoryId == Directory.DEFAULT) { 380 * Queues up a delayed request to search the specified directory. Since directory search will 382 * before sending a directory request. 392 /** Loads the directory partition. */ 399 /** Cancels all queued directory loading requests. */ 575 // If we are switching from search to regular display, remove all directory
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/ |
NewSearchFragment.java | 67 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory; 127 private final List<Directory> directories = new ArrayList<>(); 202 // stored on the device, they don't have a directory ID. We pass the list of all existing IDs 205 for (Directory directory : directories) { 206 directoryIds.add(directory.getId());
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_ContactsTest.java | 32 import android.provider.ContactsContract.Directory; 354 String.valueOf(Directory.DEFAULT)).build(),
|
/device/generic/goldfish-opengl/ |
Android.mk | 15 # Directory containing common headers used by several modules
|