/prebuilts/clang/host/darwin-x86/clang-4479392/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,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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,
|
/prebuilts/clang/host/linux-x86/clang-4393122/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,
|
/prebuilts/clang/host/linux-x86/clang-4479392/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,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
DbgInfoPrinter.cpp | 173 std::string DisplayName, File, Directory, Type; 176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory)) 189 Out << Directory << "/";
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 26 import android.provider.ContactsContract.Directory; 91 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT)) 96 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT))
|
ContactBrowseListFragment.java | 33 import android.provider.ContactsContract.Directory; 260 if (mSelectedContactDirectoryId != Directory.DEFAULT 261 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) { 354 mSelectedContactDirectoryId = TextUtils.isEmpty(directoryParam) ? Directory.DEFAULT 373 mSelectedContactDirectoryId = Directory.DEFAULT; 442 DirectoryPartition directory = (DirectoryPartition) partition; local 443 if (directory.getDirectoryId() == mSelectedContactDirectoryId) { 444 directoryLoading = directory.isLoading(); 527 * and to save bandwidth on directory queries.
|
MultiSelectEntryContactListAdapter.java | 158 bindCheckBox(view, cursor, partition == ContactsContract.Directory.DEFAULT); 184 // checkbox for other directory contacts except local directory.
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
Contact.java | 23 import android.provider.ContactsContract.Directory; 197 /** @param exportSupport See {@link Directory#EXPORT_SUPPORT}. */ 213 * URI to reference a contact. For directory contacts, this is the same a the URI as returned by 311 && mDirectoryId != Directory.DEFAULT 312 && mDirectoryId != Directory.LOCAL_INVISIBLE;
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
Cp2ExtendedDirectoryPhoneLookup.java | 47 * default directory. 49 * <p>Contacts in these directories are accessible only by specifying a directory ID. 84 /* projection = */ new String[] {ContactsContract.Directory._ID}, 87 /* sortOrder = */ ContactsContract.Directory._ID)) { 101 int idColumnIndex = cursor.getColumnIndexOrThrow(ContactsContract.Directory._ID); 156 "null cursor returned when querying directory %d", 164 "empty cursor returned when querying directory %d", 233 // For contacts in local (but not default) directories (e.g., the local work directory), we
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
EnterpriseContactsCursorWrapper.java | 30 import android.provider.ContactsContract.Directory; 65 && Directory.isRemoteDirectoryId(directoryId); 150 Uri.Builder builder = Directory.ENTERPRISE_FILE_URI.buildUpon();
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Misc.py | 120 # @param Directory: The directory name
122 def CreateDirectory(Directory):
123 if Directory == None or Directory.strip() == "":
126 if not access(Directory, F_OK):
127 makedirs(Directory)
134 # @param Directory: The directory name
136 def RemoveDirectory(Directory, Recursively=False): [all...] |
/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...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs32.asm | 110 shl cx,FAT_DIRECTORY_ENTRY_SHIFT ; cx = cx * 32 = cx * sizeof(FAT_DIRECTORY_ENTRY) = Size of Root Directory in bytes
111 mov bx,cx ; bx = size of the Root Directory in bytes
114 mov bx,cx ; bx = size of the Root Directory in bytes
115 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
123 mov ax,word ptr [bp+RootCluster] ; ax = StartCluster of Root Directory
131 xor di,di ; Store directory in es:di = 1000:0000
132 call ReadBlocks ; Read StartCluster of Root Directory
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.h | 227 StringRef Directory); 324 /// Look up the source ID with the given directory and source file names. If 326 virtual unsigned getOrCreateSourceID(StringRef File, StringRef Directory) = 0; 372 unsigned getOrCreateSourceID(StringRef File, StringRef Directory) override;
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
Contact.java | 24 import android.provider.ContactsContract.Directory; 207 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}. 229 * For directory contacts, this is the same a the URI as returned by {@link #getUri()} 361 return mDirectoryId != -1 && mDirectoryId != Directory.DEFAULT 362 && mDirectoryId != Directory.LOCAL_INVISIBLE; 378 // Directory entries are non-writable
|
/external/llvm/include/llvm/MC/ |
MCDwarf.h | 44 // \brief The base name of the file without its directory path. 48 // \brief The index into the list of directory names for this file name. 204 unsigned getFile(StringRef &Directory, StringRef &FileName, 219 unsigned getFile(StringRef Directory, StringRef FileName) { 220 return Header.getFile(Directory, FileName); 236 unsigned getFile(StringRef &Directory, StringRef &FileName,
|
/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...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/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,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/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,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/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,
|
/prebuilts/clang/host/darwin-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,
|
/prebuilts/clang/host/linux-x86/clang-4579689/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,
|
/prebuilts/clang/host/linux-x86/clang-4630689/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,
|
/prebuilts/clang/host/linux-x86/clang-4639204/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,
|