HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 401 - 425 of 849) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DecayingExpandableBinaryDictionaryBase.java 72 final String fileName) {
73 super(context, fileName, dictionaryType, true);
75 mFileName = fileName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 99 String fileName = fileDialog.open();
100 if (fileName != null) {
101 mKeystore.setText(fileName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipantTest.java 381 String fileName = r.getName();
382 int dot = fileName.indexOf('.');
383 String extension = (dot != -1) ? fileName.substring(dot) : "";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 125 public static IFile createFile(String fileName) {
127 expect(file.getName()).andReturn(fileName).anyTimes();
128 expect(file.getLocation()).andReturn(new Path(fileName)).anyTimes();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 152 private void loadFile(String fileName, List<BackupItem> items) {
156 scanner = new Scanner(new File(getFilesDir(), fileName));
168 items.add(new FileBackupItem(fileName, contents.toString()));
213 private void generateTestFile(String fileName, Random random)
215 File file = new File(getFilesDir(), fileName);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 409 public static String createTestImage(Context context, String fileName, int resId) {
415 target = context.openFileOutput(fileName, Context.MODE_WORLD_WRITEABLE);
436 return context.getFileStreamPath(fileName).getAbsolutePath();
439 public static void destroyTestImage(Context context, String fileName) {
440 context.deleteFile(fileName);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 286 var fileName = "TimelineRawData-" + now.toISO8601Compact() + ".json";
300 stream.open(fileName, callback.bind(this));
463 WebInspector.showErrorMessage(WebInspector.UIString("File \"%s\" not found.", reader.fileName()));
466 WebInspector.showErrorMessage(WebInspector.UIString("File \"%s\" is not readable", reader.fileName()));
471 WebInspector.showErrorMessage(WebInspector.UIString("An error occurred while reading the file \"%s\"", reader.fileName()));
  /external/icu4c/tools/gensprep/
store.c 554 char* fileName = (char*) uprv_malloc(uprv_strlen(bundleName) +100);
584 fileName[0]=0;
585 uprv_strcat(fileName,bundleName);
587 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo,
626 uprv_free(fileName);
  /external/qemu/android/utils/
ini.c 180 iniFile_newFromMemory( const char* text, const char* fileName )
186 if (!fileName)
187 fileName = "<memoryFile>";
189 D("%s: parsing as .ini file", fileName);
253 D("%s: parsing finished", fileName);
  /frameworks/base/tools/aapt/
Command.cpp 41 ZipFile* openReadOnly(const char* fileName)
47 result = zip->open(fileName, ZipFile::kOpenReadOnly);
50 fprintf(stderr, "ERROR: '%s' not found\n", fileName);
52 fprintf(stderr, "ERROR: '%s' access denied\n", fileName);
55 fileName);
69 ZipFile* openReadWrite(const char* fileName, bool okayToCreate)
80 result = zip->open(fileName, flags);
505 const char* filename = bundle->getFileSpecEntry(1); local
509 if (!assets.addAssetPath(String8(filename), &assetsCookie)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 281 var fileName = url.substring(url.lastIndexOf('/') + 1) +
284 self.downloadedListMap_.hasOwnProperty(encodeURI(fileName))) {
761 var setSelectedFile = function(file, layout, fileName) {
764 dirEntry.getFile(fileName, {create: true}, function(fileEntry) {
769 baseURL: fileName,
777 self.currentWallpaper_ = fileName;
795 dirEntry.getFile(fileName, {create: true}, function(fileEntry) {
802 self.setCustomWallpaper(e.target.result, layout, true, fileName,
804 self.removeCustomWallpaper(fileName);
822 * Removes wallpaper and thumbnail with fileName from FileSystem
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 62 String fileName = mFileDir + "/test" + System.currentTimeMillis() + ".mp3";
63 writeFile(R.raw.testmp3, fileName);
65 mMediaFile = new File(fileName);
317 String fileName = fileDir + "/test.mp3";
318 writeFile(R.raw.testmp3, fileName);
319 mMediaScannerConnection.scanFile(fileName, MEDIA_TYPE);
325 assertEquals(fileName, path);
MediaMuxerTest.java 366 private void verifyLocationInFile(String fileName) {
368 retriever.setDataSource(fileName);
370 assertNotNull("No location information found in file " + fileName, location);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 249 String fileName = cursor.getString(dataIndex);
250 if (fileName == null) {
251 fileName = cursor.getString(filenameHintIndex);
253 if (fileName == null) {
254 fileName = mContext.getString(R.string.unknown_file);
269 item.description = mContext.getString(R.string.notification_sending, fileName);
272 .getString(R.string.notification_receiving, fileName);
315 // TODO: split description into two rows with filename in second row
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java     [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 147 ui.html._loadDashboard = function(fileName)
151 window.location = pathName + fileName + window.location.hash;
161 ui.html._dashboardLink = function(html, fileName)
165 var isSelected = currentFileName == fileName;
166 var onClick = 'ui.html._loadDashboard(\'' + fileName + '\')';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/svox/pico/lib/
picorsrc.c 282 static pico_status_t parse_resource_name(picoos_char * fileName)
284 PICODBG_DEBUG(("analysing file name %s",fileName));
285 if (picoos_has_extension(fileName,
537 picoos_char * fileName, picorsrc_Resource * resource)
564 if (PICO_OK != parse_resource_name(fileName)) {
572 PICODBG_DEBUG(("trying to open file %s",fileName));
573 if (!picoos_OpenBinary(this->common, &res->file, fileName)) {
576 PICODBG_ERROR(("can't open file %s",fileName));
578 NULL, (picoos_char *) "%s", fileName);
662 PICODBG_DEBUG(("done loading resource %s from %s", res->name, fileName));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 39 * Get 9-patched filename as like image.9.png .
41 public static String getNinePatchedFileName(String fileName) {
42 if (fileName.endsWith(DOT_9PNG)) {
43 return fileName;
45 return fileName.substring(0, fileName.lastIndexOf(DOT_PNG)) + DOT_9PNG;
129 public NinePatchedImage(String fileName) {
130 boolean hasNinePatchExtension = fileName.endsWith(DOT_9PNG);
131 ImageData data = new ImageData(fileName);
136 public NinePatchedImage(InputStream inputStream, String fileName) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 172 descriptor.fileName = currentGrammarFileName.Peek();
606 foreach (string fileName in decisions.KeySet()) {
607 foreach (int d in decisions.KeySet(fileName)) {
608 DecisionDescriptor s = decisions.Get(fileName, d);
611 buf.Append(LocationDescription(s.fileName, s.ruleName, s.line, s.pos)); // decision number
707 public string fileName;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 185 descriptor.fileName = currentGrammarFileName.Peek();
658 foreach (string fileName in decisions.KeySet())
660 foreach (int d in decisions.KeySet(fileName))
662 DecisionDescriptor s = decisions.Get(fileName, d);
665 buf.Append(LocationDescription(s.fileName, s.ruleName, s.line, s.pos)); // decision number
770 public string fileName;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 87 public String fileName;
228 descriptor.fileName = (String)currentGrammarFileName.peek();
668 for (String fileName : decisions.keySet()) {
669 for (int d : decisions.keySet(fileName)) {
670 DecisionDescriptor s = decisions.get(fileName, d);
673 buf.append(locationDescription(s.fileName,s.ruleName,s.line,s.pos)); // decision number
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 409 String fileName = "org/antlr/tool/templates/messages/languages/"+language+".stg";
411 messages = new STGroupFile(fileName);
415 rawError("ANTLR installation corrupted; cannot find English messages file "+fileName);
439 String fileName = "org/antlr/tool/templates/messages/formats/"+formatName+".stg";
440 format = new STGroupFile(fileName);
444 rawError("no such message format file "+fileName+" retrying with default ANTLR format");
470 String fileName = "org/antlr/tool/templates/messages/"+language+".stg";
472 InputStream is = cl.getResourceAsStream(fileName);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 96 const std::string fileName("fixed_layout.html");
100 WebViewImpl* webViewImpl = toWebViewImpl(webViewHelper.initializeAndLoad(baseURL + fileName, true));
296 const std::string fileName("fixed_layout.html");
300 WebViewImpl* webViewImpl = toWebViewImpl(webViewHelper.initializeAndLoad(baseURL + fileName, true));
444 const std::string fileName("fixed_layout.html");
448 WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad(baseURL + fileName, true);
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 267 SimpleMediaController(Context context, int playPausebuttonId, int stopButtonId, String fileName) {
271 mFileNameBase = fileName;
325 SimplePlayerController(Context context, int playPausebuttonId, int stopButtonId, String fileName, int stream) {
326 super(context, playPausebuttonId, stopButtonId, fileName);
417 SimpleRecordController(Context context, int playPausebuttonId, int stopButtonId, String fileName) {
418 super(context, playPausebuttonId, stopButtonId, fileName);

Completed in 901 milliseconds

<<11121314151617181920>>