/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 53 * {@code Descriptor.getFile()}. A {@link FileDescriptor} contains descriptors 133 result.getFile() == this) { 157 result.getFile() == this) { 181 result.getFile() == this) { 204 result.getFile() == this) { 476 public FileDescriptor getFile() { return file; } 694 public FileDescriptor getFile() { return file; } [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedArrayItem.java | 105 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/ |
FileURLConnectionTest.java | 61 String localURLString = "file://localhost/" + url.getFile();
|
/external/chromium/net/disk_cache/ |
block_files.h | 36 MappedFile* GetFile(Addr address);
|
block_files.cc | 223 MappedFile* BlockFiles::GetFile(Addr address) { 284 MappedFile* file = GetFile(address); 347 MappedFile* file = GetFile(address); 512 return GetFile(address); 532 MappedFile* next_file = GetFile(address);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
dummy_file_system.h | 58 virtual void GetFile(const base::FilePath& file_path,
|
/external/chromium_org/third_party/libxslt/ |
README.chromium | 20 var t = fso.GetFile(new_makefile);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 73 uint getFile() const { return reg.File; } 125 uint getFile() const { return reg.File; } 947 insn.getSrc(0).getFile() == TGSI_FILE_INPUT; 955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) { 970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) { 978 if (src.getFile() == TGSI_FILE_TEMPORARY) 981 if (src.getFile() != TGSI_FILE_INPUT) 1006 switch (getSrc(s).getFile()) { 1140 return makeSym(src.getFile(), 1149 return makeSym(dst.getFile(), [all...] |
/external/clang/tools/libclang/ |
CIndexInclusionStack.cpp | 52 const SrcMgr::FileInfo &FI = SL.getFile();
|
/external/llvm/lib/Object/ |
ObjectFile.cpp | 79 if (MemoryBuffer::getFile(ObjectPath, File))
|
/external/llvm/utils/FileUpdate/ |
FileUpdate.cpp | 56 MemoryBuffer::getFile(OutputFilename.c_str(), Out);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 73 uint getFile() const { return reg.File; } 125 uint getFile() const { return reg.File; } 947 insn.getSrc(0).getFile() == TGSI_FILE_INPUT; 955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) { 970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) { 978 if (src.getFile() == TGSI_FILE_TEMPORARY) 981 if (src.getFile() != TGSI_FILE_INPUT) 1006 switch (getSrc(s).getFile()) { 1140 return makeSym(src.getFile(), 1149 return makeSym(dst.getFile(), [all...] |
/external/proguard/src/proguard/ |
ClassPathEntry.java | 72 public File getFile()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 118 result.getFile() == this) { 142 result.getFile() == this) { 166 result.getFile() == this) { 189 result.getFile() == this) { 449 public FileDescriptor getFile() { return file; } 667 public FileDescriptor getFile() { return file; } [all...] |
/libcore/luni/src/main/java/libcore/net/url/ |
FileHandler.java | 75 URL ftpURL = new URL("ftp", host, url.getFile());
|
JarURLConnectionImpl.java | 135 String decodedFile = UriCodec.decode(jarFileURL.getFile()); 236 if (url.getFile().endsWith("!/")) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonMatchingStrategy.java | 47 IFile file = fileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportEditor.java | 83 IFile file = fileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
ValuesTreePage.java | 84 IFile iFile = fileInput.getFile();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsDirectoryEntry.java | 123 public FsFile getFile()
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_images_grid.js | 63 dirEntry.getFile(fileName, {create: false}, setURL, 68 dirEntry.getFile(fileName, {create: false}, setURL, fallback);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 194 IFile file = ((IFileEditorInput) getEditorInput()).getFile(); 268 IFile file = ((IFileEditorInput) getEditorInput()).getFile(); 297 .getFile().getProject().equals( 330 public IFile getFile() { 332 return ((IFileEditorInput) getEditorInput()).getFile(); 547 IFile inputFile = fileInput.getFile();
|
/external/chromium_org/net/disk_cache/ |
block_files.cc | 298 MappedFile* BlockFiles::GetFile(Addr address) { 356 MappedFile* file = GetFile(address); 422 MappedFile* file = GetFile(address); 596 return GetFile(address); 616 MappedFile* next_file = GetFile(address);
|
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 172 return getFile(Filename, result, FileSize); 176 // MemoryBuffer::getFile implementation. 241 error_code MemoryBuffer::getFile(StringRef Filename, 247 return MemoryBuffer::getFile(PathBuf.c_str(), result, FileSize, 256 error_code MemoryBuffer::getFile(const char *Filename,
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 86 inline const sp<AaptFile>& getFile() const { return mFile; } 282 it.getBaseName().string(), it.getFile()->getPrintableSource().string()); 305 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8); 343 bundle, assets, it.getFile(), &hasErrors); 369 res = postProcessImage(assets, table, it.getFile()); [all...] |