HomeSort by relevance Sort by last modified time
    Searched refs:filePath (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 118 private static native boolean createEmptyDictFileNative(String filePath, long dictVersion,
122 private static native void flushNative(long dict, String filePath);
124 private static native void flushWithGCNative(long dict, String filePath);
145 public static boolean createEmptyDictFile(final String filePath, final long dictVersion,
155 return createEmptyDictFileNative(filePath, dictVersion, keyArray, valueArray);
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 176 * @param {string} filePath File path.
179 onDeviceSelected: function(label, filePath, devicePath) {
181 browserBridge.sendBurnImageMessage.bind(browserBridge, filePath,
224 device.label, device.filePath, device.devicePath);
330 * @param {string} filePath Specifies the file path.
333 sendBurnImageMessage: function(filePath, devicePath) {
334 chrome.send('burnImage', [devicePath, filePath]);
  /external/chromium_org/chrome/browser/resources/
feedback.js 19 var filePath = '';
202 if (filePath)
203 reportArray = reportArray.concat([filePath, '']);
332 'filePath': '',
365 filePath = parameters['filePath'];
367 if (filePath != '') {
368 var baseName = getBaseName(filePath);
383 filePath = '';
  /frameworks/av/media/mtp/
MtpServer.cpp 727 const char* filePath = (const char *)pathBuf;
729 mfr.fd = open(filePath, O_RDONLY);
792 const char* filePath = (const char *)pathBuf;
794 mfr.fd = open(filePath, O_RDONLY);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
player_testapi.js 81 * @param {string} filePath File path.
83 loadVideo: function(filePath) {
84 var url = util.makeFilesystemUrl(filePath);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 140 String filePath;
142 filePath = c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
143 if (TextUtils.isEmpty(filePath)) {
144 filePath = c.getString(
150 filePath = uri.getPath();
178 mPath = filePath;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IsolatedFileSystem.js 190 var filePath = this._path + "/" + path;
192 filePath += "/" + nameCandidate;
193 console.error(errorMessage + " when getting content for file '" + (filePath) + "'");
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 38 UString filePath;
39 RINOK(arc.GetItemPath(i, filePath));
42 if (!wildcardCensor.CheckPath(filePath, !isFolder))
EnumDirItems.cpp 116 const UString &filePath = filePaths[i];
118 const UString phyPath = phyPrefix + filePath;
125 int delimiter = filePath.ReverseFind((wchar_t)kDirDelimiter);
130 phyPrefixCur = filePath.Left(delimiter + 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 133 IPath filePath = dialog.getResult();
134 if (filePath == null) {
139 IFile file = workspace.getRoot().getFile(filePath);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.h 89 static bool crackFileSystemURL(const KURL&, FileSystemType&, String& filePath);
  /external/chromium_org/webkit/support/
test_webkit_platform_support.h 59 const base::FilePath& file_system_root() const {
84 const WebKit::WebString& filePath);
  /external/mdnsresponder/mDNSPosix/
Responder.c 502 static mStatus RegisterServicesInFile(const char *filePath)
505 FILE * fp = fopen(filePath, "r");
512 fprintf(stderr, "Parsing %s for services\n", filePath);
602 fprintf(stderr, "%s: Error reading service file %s\n", gProgramName, filePath);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 101 JobContext jc, String filePath, Options options, int targetSize, int type) {
104 fis = new FileInputStream(filePath);
218 JobContext jc, String filePath, boolean shareable) {
220 return BitmapRegionDecoder.newInstance(filePath, shareable);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 420 String filePath = mPaths.get(0);
421 Uri mediaUri = mMediaUris.get(filePath);
423 Uri.parse(ContentResolver.SCHEME_FILE + "://" + filePath);
424 viewIntent.setDataAndTypeAndNormalize(uri, mMimeTypes.get(filePath));
  /external/chromium/webkit/glue/
glue_serialize_unittest.cc 117 EXPECT_EQ(string16(a_elem.filePath), string16(b_elem.filePath));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 190 public static Bitmap createVideoThumbnail(String filePath) {
200 method.invoke(instance, filePath);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 190 public static Bitmap createVideoThumbnail(String filePath) {
200 method.invoke(instance, filePath);
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 190 public static Bitmap createVideoThumbnail(String filePath) {
200 method.invoke(instance, filePath);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 11 def __init__(self, parent, title, menuItem='', filePath=''):
30 self.path.set(filePath)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 11 def __init__(self, parent, title, menuItem='', filePath=''):
30 self.path.set(filePath)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 281 String filePath = sLastResFilePath.get(projPath);
283 mResFileCombo.setText(filePath != null ? filePath : DEFAULT_RES_FILE_PATH);
521 for (String filePath : filePaths) {
522 mResFileCombo.add(filePath);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitExecutor.java 610 String filePath = testInput.input;
611 File testInputFile = new File(filePath);
614 testInputFile = new File(this.testsuiteDir, filePath);
615 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
618 testInputFile = new File("."+File.separator+grammarInfo.getGrammarPackage().replace(".", File.separator), filePath);
619 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
622 input = new ANTLRFileStream(filePath);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 432 final String filePath = location + dateFormat.format(date) +
435 "\t FilePath = " + filePath);
436 return filePath;
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 206 String filePath = directory + "/" + filename;
217 degree[0] = getExifOrientation(filePath);
239 values.put(Images.Media.DATA, filePath);
249 public static int getExifOrientation(String filepath) {
253 exif = new ExifInterface(filepath);

Completed in 798 milliseconds

1 2 3 45 6 7 8 910