HomeSort by relevance Sort by last modified time
    Searched refs:Directory (Results 126 - 150 of 457) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 47 // \brief The base name of the file without its directory path.
51 // \brief The index into the list of directory names for this file name.
209 unsigned getFile(StringRef &Directory, StringRef &FileName,
226 unsigned getFile(StringRef Directory, StringRef FileName) {
227 return Header.getFile(Directory, FileName);
244 unsigned getFile(StringRef &Directory, StringRef &FileName,
  /build/soong/third_party/zip/
android.go 37 // In some cases, we need strip the extras if it change between Central Directory
79 // The zip64 extras change between the Central Directory and Local File Header, while we use
81 // descriptor with the zip64 values. The Central Directory Entry is written by Close(), where
84 // The extended-timestamp extra block changes between the Central Directory Header and Local
  /external/curl/docs/cmdline-opts/
cacert.d 16 \'curl-ca-bundle.crt\', either in the same directory as curl.exe, or in the
17 Current Working Directory, or in any folder along your PATH.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 26 import android.provider.ContactsContract.Directory;
111 String.valueOf(Directory.DEFAULT))
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 24 import android.provider.ContactsContract.Directory;
128 String.valueOf(Directory.DEFAULT))
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 23 import android.provider.ContactsContract.Directory;
53 if (uri != null && directoryId != Directory.DEFAULT) {
PhoneNumberListAdapter.java 29 import android.provider.ContactsContract.Directory;
104 final DirectoryPartition directory = getExtendedDirectoryFromId(directoryId); local
105 final String contentUri = directory.getContentUri();
107 throw new IllegalStateException("Extended directory must have a content URL: " + directory);
112 ContactsContract.LIMIT_PARAM_KEY, String.valueOf(getDirectoryResultLimit(directory)));
142 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
194 if (filter == null || directoryId != Directory.DEFAULT) {
355 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local
359 bindPhoneNumber(view, cursor, directory.isDisplayNumber(), position)
447 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local
541 final DirectoryPartition directory = mExtendedDirectories.get(i); local
553 final DirectoryPartition directory = (DirectoryPartition) getPartition(partitionIndex); local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactsCursorLoader.java 26 import android.provider.ContactsContract.Directory;
133 return Directory.DEFAULT;
  /packages/apps/DocumentsUI/
Android.mk 17 # Minimal DocumentsUI app (supports Scoped Directory Access only):
  /toolchain/binutils/binutils-2.27/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/Contacts/src/com/android/contacts/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...]
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfoHelper.java 29 import android.provider.ContactsContract.Directory;
158 // ENTERPRISE_CONTENT_FILTER_URI in M doesn't support directory lookup
220 * @param directoryId the id of the directory to lookup
275 * Return the contact info object if the remote directory lookup succeeds, otherwise return an
299 ? Directory.ENTERPRISE_CONTENT_URI
300 : Directory.CONTENT_URI;
302 context.getContentResolver().query(uri, new String[] {Directory._ID}, null, null, null);
306 int idIndex = cursor.getColumnIndex(Directory._ID);
438 // Contact found in the default directory
441 // Contact found in the extended directory specified by directoryI
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 108 shl cx,FAT_DIRECTORY_ENTRY_SHIFT ; cx = cx * 32 = cx * sizeof(FAT_DIRECTORY_ENTRY) = Size of Root Directory in bytes
109 mov bx,cx ; bx = size of the Root Directory in bytes
112 mov bx,cx ; bx = size of the Root Directory in bytes
113 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
120 xor di,di ; Store directory in es:di = 1000:0000
121 call ReadBlocks ; Read entire Root Directory
bs16.asm 95 shl cx,FAT_DIRECTORY_ENTRY_SHIFT ; cx = cx * 32 = cx * sizeof(FAT_DIRECTORY_ENTRY) = Size of Root Directory in bytes
96 mov bx,cx ; bx = size of the Root Directory in bytes
99 mov bx,cx ; bx = size of the Root Directory in bytes
100 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
107 xor di,di ; Store directory in es:di = 1000:0000
108 call ReadBlocks ; Read entire Root Directory
  /external/llvm/lib/MC/
MCDwarf.cpp 290 // Put out the directory and file tables.
292 // First the directory table.
297 MCOS->EmitIntValue(0, 1); // Terminate the directory list
304 // the Directory num
331 unsigned MCDwarfLineTable::getFile(StringRef &Directory, StringRef &FileName,
333 return Header.getFile(Directory, FileName, FileNumber);
336 unsigned MCDwarfLineTableHeader::getFile(StringRef &Directory,
339 if (Directory == CompilationDir)
340 Directory = "";
343 Directory = ""
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 182 assert(Dir && "file in no directory");
190 // Keep walking up the directory hierarchy, looking for a directory with
204 // Resolve the parent path to a directory entry.
362 // directory.
372 // the directory of the umbrella header and the directory where
377 // Find or create the module that corresponds to this directory name.
386 // Associate the module and the directory.
461 // Keep walking up the directory hierarchy, looking for a directory wit
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 461 // In the case of a file and not the root directory
475 one directory, the root one. On any attempt to create a directory, the function
490 directory in which to create a file could not be found.
492 @retval EFI_WRITE_PROTECTED Attempt to create a directory. This is not possible
509 BOOTMON_FS_FILE *Directory;
523 Directory = BOOTMON_FS_FILE_FROM_FILE_THIS (This);
524 if (Directory->Info == NULL) {
541 Instance = Directory->Instance;
576 // Detect if the first component of the path refers to a directory.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
XenBus.h 125 @param Directory The dirname of the path to read.
138 IN CONST CHAR8 *Directory,
145 Remove a node or directory (directories must be empty) of the PV driver's
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.h 41 Fetch the contents of a directory in the XenStore.
46 @param DirectoryCountPtr The returned number of directory entries.
47 @param DirectoryListPtr An array of directory entry strings.
68 @param Directory The dirname of the path to read.
78 IN CONST CHAR8 *Directory,
128 Remove a file or directory (directories must be empty).
131 @param DirectoryPath The dirname of the directory to remove.
132 @param Node The basename of the directory to remove.
258 @param DirectoryPath The NUL terminated directory prefix for new path.
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 111 return cxstring::createRef(cmd->Directory.c_str());
  /external/ltp/testcases/kernel/fs/fs_di/
fs_di 25 # the file to a random directory depth on a specified filesystem
69 -d TMPDIR Directory where temporary files will be created.
153 tst_resm TBROK "You must specify the target directory [-d]"
  /external/ltp/testscripts/
runEALtests.sh 55 -d tmpdir Directory where temporary files will be created.
230 echo " result log is in the $LTPROOT/results directory"
  /external/mesa3d/src/hgl/
GLRendererRoster.cpp 17 #include <Directory.h>
121 BDirectory directory(path);
122 status_t status = directory.InitCheck();
128 BEntry entry(&directory, fABISubDirectory);
130 status = directory.SetTo(&entry);
137 status = directory.GetNodeRef(&nodeRef);
146 while (directory.GetNextRef(&ref) == B_OK) {

Completed in 1639 milliseconds

1 2 3 4 56 7 8 91011>>