/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...] |
MCAsmStreamer.cpp | 193 unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 879 StringRef Directory, 886 FileNo = Table.getFile(Directory, Filename, FileNo); 894 if (!UseDwarfDirectory && !Directory.empty()) { 896 Directory = ""; 898 FullPathName = Directory; 900 Directory = ""; 906 if (!Directory.empty()) { 907 PrintQuotedString(Directory, OS); [all...] |
MCContext.cpp | 451 /// directory tables. If the file number has already been allocated it is an 454 unsigned MCContext::getDwarfFile(StringRef Directory, StringRef FileName, 457 return Table.getFile(Directory, FileName, FileNumber);
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 184 assert(Dir && "file in no directory"); 192 // Keep walking up the directory hierarchy, looking for a directory with 206 // Resolve the parent path to a directory entry. 368 // directory. 378 // the directory of the umbrella header and the directory where 383 // Find or create the module that corresponds to this directory name. 392 // Associate the module and the directory. 467 // Keep walking up the directory hierarchy, looking for a directory wit [all...] |
HeaderSearch.cpp | 197 // Search for a module map file in this directory. 221 // search directory, don't do it again. 226 // directory. 242 /// getName - Return the directory or filename corresponding to this lookup 288 // Concatenate the requested file onto the directory. 311 assert(isHeaderMap() && "Unknown directory lookup"); 348 /// \brief Given a framework directory, find the top-most framework directory. 350 /// \param FileMgr The file manager to use for directory lookups. 351 /// \param DirName The name of the framework directory [all...] |
/external/clang/tools/libclang/ |
CXCompilationDatabase.cpp | 111 return cxstring::createRef(cmd->Directory.c_str());
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 19 A copy of each bad image is left in a directory created by 93 def __init__(self, directory=None): 100 if directory is None: 103 assert os.path.isdir(directory) 104 self.saved_image_dir = directory 172 sys.stderr.write('Directory for bad images: {}\n'.format(temp_dir))
|
/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
|
/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.25/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.25/gas/testsuite/gas/i386/ |
dw2-compress-1.d | 90 The Directory Table is empty.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap.d | 36 The Directory Table is empty\.
|
mips16@loc-swap.d | 36 The Directory Table is empty\.
|
micromips@loc-swap.d | 37 The Directory Table is empty\.
|
/external/elfutils/tests/ |
run-readelf-line.sh | 55 Directory table: 110 Directory table: 160 Directory table:
|
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 448 StringRef Directory; 450 MDNodeKeyImpl(StringRef Filename, StringRef Directory) 451 : Filename(Filename), Directory(Directory) {} 453 : Filename(N->getFilename()), Directory(N->getDirectory()) {} 456 return Filename == RHS->getFilename() && Directory == RHS->getDirectory(); 458 unsigned getHashValue() const { return hash_combine(Filename, Directory); } [all...] |
/external/clang/lib/Tooling/ |
Tooling.cpp | 396 CompileCommand.Directory)) 398 Twine(CompileCommand.Directory) + "\n!"); 403 if (SeenWorkingDirectories.insert(CompileCommand.Directory).second) 427 // Return to the initial directory to correctly resolve next file by
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListFragment.java | 32 import android.provider.ContactsContract.Directory; 349 : Directory.DEFAULT; 376 if (directoryId == Directory.DEFAULT) { 389 * Queues up a delayed request to search the specified directory. Since 390 * directory search will likely introduce a lot of network traffic, we want 391 * to wait for a pause in the user's typing before sending a directory request. 401 * Loads the directory partition. 410 * Cancels all queued directory loading requests. 611 // If we are switching from search to regular display, remove all directory [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1a.d | 89 The Directory Table is empty.
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1a.d | 89 The Directory Table is empty.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 94 import android.provider.ContactsContract.Directory; 5525 String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 5543 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7173 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7271 final String directory = getQueryParameter(localUri, ContactsContract.DIRECTORY_PARAM_KEY); local 7332 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7357 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 7413 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local 8867 final String directory = getQueryParameter(uri, ContactsContract.DIRECTORY_PARAM_KEY); local [all...] |
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
cloudstorage_api.py | 196 hierarchy. GCS doesn't have real directory hierarchies. 197 2. Directory emulation mode: If you specify the 'delimiter' argument, 200 specified (thus designates a logical directory). The logical directory's 217 delimiter: Use to turn on directory mode. str of one or multiple chars 218 that your bucket uses as its directory separator. 233 Directory mode: 245 Directory emulation mode: 387 """Generator for next directory element in the document. 393 GCSFileStat for the next directory [all...] |
/external/clang/include/clang/Basic/ |
Module.h | 61 /// \brief The build directory of this module. This is the directory in 64 const DirectoryEntry *Directory; 66 /// \brief The umbrella header or directory. 118 /// \brief Information about a directory name as found in the module map 397 /// \brief Retrieve the directory for which this module serves as the 409 /// \brief Determine whether this module has an umbrella directory that is
|