HomeSort by relevance Sort by last modified time
    Searched refs:mFile (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 ChangeLayoutRefactoring ref = new ChangeLayoutRefactoring(mFile, mDelegate,
ChangeViewAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 ChangeViewRefactoring ref = new ChangeViewRefactoring(mFile, mDelegate,
ExtractIncludeAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 ExtractIncludeRefactoring ref = new ExtractIncludeRefactoring(mFile, mDelegate,
ExtractStyleAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 ExtractStyleRefactoring ref = new ExtractStyleRefactoring(mFile, mDelegate,
UnwrapAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 UnwrapRefactoring ref = new UnwrapRefactoring(mFile, mDelegate,
UseCompoundDrawableAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
33 mFile, mDelegate, mTextSelection, mTreeSelection);
WrapInAction.java 31 if ((mTextSelection != null || mTreeSelection != null) && mFile != null) {
32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mDelegate,
VisualRefactoringAction.java 44 protected IFile mFile;
76 mFile = null;
83 mFile = getSelectedFile(editor);
89 mFile = getSelectedFile(editor);
96 && mFile != null && mDelegate != null);
  /cts/suite/audio_quality/lib/include/
FileUtil.h 57 std::ofstream mFile;
  /frameworks/av/media/libstagefright/rtsp/
UDPPusher.h 42 FILE *mFile;
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 59 private final File mFile;
75 mFile = file;
101 mFile.delete();
102 mBackupFile.renameTo(mFile);
106 if (mFile.exists() && !mFile.canRead()) {
107 Log.w(TAG, "Attempt to read preferences file " + mFile + " without permission");
113 stat = Os.stat(mFile.getPath());
114 if (mFile.canRead()) {
118 new FileInputStream(mFile), 16*1024)
    [all...]
  /external/qemu/android/kernel/
kernel_utils.cpp 43 mFile = ::popen(command, "r");
46 FILE* get() const { return mFile; }
49 if (mFile) {
50 ::pclose(mFile);
55 FILE* mFile;
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 46 private File mFile;
62 mFile = new File(getContext().getFilesDir(), "meow");
75 mFile.createNewFile();
76 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey);
105 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey);
159 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey);
179 final EncryptedDocument doc1 = new EncryptedDocument(1, mFile, mDataKey, mMacKey);
180 final EncryptedDocument doc4 = new EncryptedDocument(4, mFile, mDataKey, mMacKey);
196 final EncryptedDocument doc = new EncryptedDocument(4, mFile, mDataKey, mMacKey);
203 final RandomAccessFile f = new RandomAccessFile(mFile, "rw")
    [all...]
  /frameworks/wilhelm/src/
locks.c 89 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
109 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
113 thiz, *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
118 thiz->mFile = file;
139 assert(NULL != thiz->mFile);
142 thiz->mFile = file;
172 assert(NULL != thiz->mFile);
239 thiz->mFile = file;
293 assert(NULL != thiz->mFile);
296 thiz->mFile = file
    [all...]
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 239 for (File mFile : mAnnotationClassFiles) {
242 System.out.println("Would delete " + mFile);
244 System.out.println("Deleting " + mFile);
248 boolean deleted = mFile.delete();
250 System.err.println("Could not delete " + mFile);
264 private File mFile;
280 mFile = file;
316 System.err.println(mFile + ": Warning: Annotation should be annotated "
321 addTypeDef(mName, mFile);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 967 File mFile;
974 mFile = context.getFileStreamPath(foreground ? "test-fg.file" : "test-bg.file");
975 mFile.delete();
980 mFile.createNewFile();
982 Log.w(TAG, "Failure creating " + mFile, e);
984 mFile.delete();
990 File mFile;
997 mFile = context.getFileStreamPath(foreground ? "test-fg.file" : "test-bg.file");
998 mFile.delete();
1003 FileOutputStream fos = new FileOutputStream(mFile);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 42 final public File mFile;
48 mFile = file;
92 return mWavFiles[mWavFile].mFile;
123 String utter = wf.mFile.getName().toLowerCase().replace('_', ' ');
163 Log.d(TAG, wf.mRank + "/" + wf.mTotal + " " + wf.mFile +
182 set.add(wf.mFile.getName());
202 set.add(wf.mFile.getParent());
234 if (filter == null || filter.accept(wf.mFile)) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 60 File mFile;
105 spec.mFile = src;
192 if (CombinedInputOutput.isCombinedDictionary(decodedSpec.mFile.getAbsolutePath())) {
196 System.out.println("Uncompressed size : " + decodedSpec.mFile.length());
199 new InputStreamReader(new FileInputStream(decodedSpec.mFile), "UTF-8"))) {
204 decodedSpec.mFile, 0, decodedSpec.mFile.length(),
209 System.out.println("Uncompressed size : " + decodedSpec.mFile.length());
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseInputStreamTest.java 37 private File mFile;
44 mFile = new File(getContext().getFilesDir(), FILE_NAME);
45 FileOutputStream outputStream = new FileOutputStream(mFile);
57 mFile.delete();
162 ParcelFileDescriptor.open(mFile, ParcelFileDescriptor.MODE_READ_WRITE);
AssetFileDescriptorTest.java 39 private File mFile;
47 mFile = new File(getContext().getFilesDir(), FILE_NAME);
48 mFile.createNewFile();
53 mFd = ParcelFileDescriptor.open(mFile, ParcelFileDescriptor.MODE_READ_WRITE);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 43 private final AtomicFile mFile;
61 mFile = new AtomicFile(new File(systemDir, "display_settings.xml"));
102 stream = mFile.openRead();
104 Slog.i(TAG, "No existing display settings " + mFile.getBaseFile()
188 stream = mFile.startWrite();
220 mFile.finishWrite(stream);
223 mFile.failWrite(stream);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 50 private RandomAccessFile mFile;
63 mFile = new RandomAccessFile(path, "r"); //$NON-NLS-1$
140 fileLength = mFile.length();
153 long filePointer = mFile.getFilePointer();
159 while ((msg = sReader.getMessageAtOffset(mFile, -1)) != null) {
166 filePointer = mFile.getFilePointer();
213 mFile.close();
  /development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java 88 private final File mFile;
114 mFile = file;
120 return mFile;
125 return mFile.getName();
136 final RandomAccessFile f = new RandomAccessFile(mFile, "r");
180 final RandomAccessFile f = new RandomAccessFile(mFile, "r");
214 final String tempName = mFile.getName() + ".tmp_" + Thread.currentThread().getId();
215 final File tempFile = new File(mFile.getParentFile(), tempName);
254 tempFile.renameTo(mFile);
  /frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java 53 private final File mFile;
75 mFile = file;
121 in = new FileInputStream(mFile);
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 58 private File mFile;
81 mFile = new File(mDirectory, "backup_mixed_sinlge.dat");
100 mFile = new File(mDirectory, "backup_multiple_test.dat");
121 mFile = new File(mDirectory, "backup_delete_test.dat");
142 mFile = new File(mDirectory, "backup_mixed_test.dat");
230 mFile = new File(mDirectory, destination);
241 mDataFile = ParcelFileDescriptor.open(mFile,
248 mDataFile = ParcelFileDescriptor.open(mFile,

Completed in 1367 milliseconds

12 3 4 5 6 7 8