/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
Ver4DictDecoder.java | 82 private File getFile(final int fileType) { 107 mDictBuffer = mBufferFactory.getDictionaryBuffer(getFile(FILETYPE_TRIE)); 108 mFrequencyBuffer = mBufferFactory.getDictionaryBuffer(getFile(FILETYPE_FREQUENCY)); 110 getFile(FILETYPE_TERMINAL_ADDRESS_TABLE)); 111 mBigramBuffer = mBufferFactory.getDictionaryBuffer(getFile(FILETYPE_BIGRAM_FREQ)); 113 mShortcutBuffer = mBufferFactory.getDictionaryBuffer(getFile(FILETYPE_SHORTCUT));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 343 switch (i->src(0).getFile()) { 394 if (i->src(s).getFile() == FILE_IMMEDIATE) { 398 if (i->src(s).getFile() == FILE_GPR) { 407 if (src.getFile() == FILE_MEMORY_CONST) { 419 assert(src.getFile() == FILE_GPR); 456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e, 501 if (i->src(1).getFile() == FILE_IMMEDIATE) { 513 emitForm_S(i, i->src(1).getFile() == FILE_IMMEDIATE ? 0xaa : 0x2a, true); 595 ((i->src(1).getFile() == FILE_IMMEDIATE) ? 0xac : 0x2c), true); 668 ((i->src(1).getFile() == FILE_IMMEDIATE) ? 0x1d : 0x8d), true) [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 343 switch (i->src(0).getFile()) { 394 if (i->src(s).getFile() == FILE_IMMEDIATE) { 398 if (i->src(s).getFile() == FILE_GPR) { 407 if (src.getFile() == FILE_MEMORY_CONST) { 419 assert(src.getFile() == FILE_GPR); 456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e, 501 if (i->src(1).getFile() == FILE_IMMEDIATE) { 513 emitForm_S(i, i->src(1).getFile() == FILE_IMMEDIATE ? 0xaa : 0x2a, true); 595 ((i->src(1).getFile() == FILE_IMMEDIATE) ? 0xac : 0x2c), true); 668 ((i->src(1).getFile() == FILE_IMMEDIATE) ? 0x1d : 0x8d), true) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
UniformItemSection.java | 71 DexFile file = getFile(); 83 DexFile file = getFile();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
UniformItemSection.java | 70 DexFile file = getFile(); 82 DexFile file = getFile();
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
truncate_operation_unittest.cc | 54 base::Bind(&internal::FileCache::GetFile, 117 base::Bind(&internal::FileCache::GetFile,
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
UniformItemSection.java | 71 DexFile file = getFile(); 83 DexFile file = getFile();
|
/libcore/luni/src/main/java/libcore/net/url/ |
JarHandler.java | 58 String file = url.getFile(); 100 sb.append(url.getFile());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorMatchingStrategy.java | 44 IFile file = fileInput.getFile(); 63 IFile editorFile = editorFileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
CreateFileChange.java | 59 return ResourcesPlugin.getWorkspace().getRoot().getFile(mPath); 71 IFile file = ResourcesPlugin.getWorkspace().getRoot().getFile(mPath);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
app_runtime_custom_bindings.js | 42 fs.root.getFile(item.baseName, {}, function(fileEntry) {
|
file_system_custom_bindings.js | 50 // loop or in the asynchronous error callback to getFile. 76 // TODO(koz): fs.root.getFile() makes a trip to the browser process, 83 fs.root.getFile(baseName, {}, getEntryCallback, getEntryError);
|
/external/chromium_org/native_client_sdk/src/examples/demo/drive/ |
index.html | 43 <button id="getFile" hidden>Get File</button>
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DirectoryEntry.idl | 35 void getFile([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
|
DirectoryEntrySync.idl | 35 [RaisesException] FileEntrySync getFile([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString path, Dictionary flags);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/ |
main.py | 39 ('/testfile/?', testfilehandler.GetFile),
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/ |
helpbase-ant.jar | |
/external/guava/guava-tests/test/com/google/common/io/ |
FileBackedOutputStreamTest.java | 50 final File file = out.getFile(); 92 File file = out.getFile(); 98 file = out.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
IFolderWrapper.java | 113 public IAbstractFile getFile(String name) { 115 IFile file = mFolder.getFile(name); 119 IFile file = mContainer.getFile(new Path(name));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 62 mOsRootDataPath = FileLocator.resolve(url).getFile(); 79 mOsRootDataPath = url.getFile(); 83 mOsRootDataPath = url.getFile();
|
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 70 if (llvm::MemoryBuffer::getFile(infoFile.c_str(), fileBuf)) 84 const FileEntry *origFE = FileMgr->getFile(fromFilename); 90 const FileEntry *newFE = FileMgr->getFile(toFilename); 160 const FileEntry *newE = FileMgr->getFile(tempPath); 249 const FileEntry *file = FileMgr->getFile(filePath);
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 151 assertEquals(UnittestProto.getDescriptor(), messageType.getFile()); 160 assertEquals(UnittestProto.getDescriptor(), nestedType.getFile()); 208 assertEquals(UnittestProto.getDescriptor(), primitiveField.getFile()); 239 assertEquals(UnittestProto.getDescriptor(), extension.getFile()); 293 assertEquals(UnittestProto.getDescriptor(), enumType.getFile()); 301 assertEquals(UnittestProto.getDescriptor(), nestedType.getFile()); 321 assertEquals(UnittestProto.getDescriptor(), service.getFile());
|
/libcore/luni/src/main/java/java/net/ |
URLClassLoader.java | 125 String file = fileURL.getFile(); 227 fileBuilder.append(base.getFile()); 424 String file = url.getFile(); 425 if (url.getFile().endsWith("!/")) { 458 String baseFile = url.getFile(); 624 String path = u.getFile(); 661 String file = url.getFile(); 856 String file = url.getFile(); 857 if (url.getFile().endsWith("!/")) { [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLTest.java | 73 assertEquals("Assert 3: wrong file", "/test.html", testURL.getFile()); 424 assertEquals(sampleFile.getPath(),fileURL.getFile()); 661 assertEquals("SSISH1 returns a wrong file", "/test.html", u.getFile()); 671 assertEquals("SSISH2 returns a wrong file", "/test.html", u.getFile()); 735 assertEquals("1 returns a wrong file", "/file.java", u1.getFile()); 744 .getFile()); 751 assertEquals("3 returns a wrong file", "/dir1/file.java", u1.getFile()); 759 assertTrue("A) returns a wrong file: " + u1.getFile(), u1.getFile() 765 u1.getFile()); [all...] |
/external/llvm/include/llvm/Support/ |
MemoryBuffer.h | 65 /// getFile - Open the specified file as a MemoryBuffer, returning a new 69 static error_code getFile(StringRef Filename, OwningPtr<MemoryBuffer> &result, 72 static error_code getFile(const char *Filename,
|