| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
| Workspace.js | 174 * @param {string} filePath 177 filePathMatchesFileQuery: function(filePath) { } 471 function innerCallback(filePath) 473 callback(filePath); 723 return project ? project.uiSourceCode(file.filePath) : null; 728 * @param {string} filePath 731 urlForPath: function(fileSystemPath, filePath) 733 return this._fileSystemMapping.urlForPath(fileSystemPath, filePath);
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
| CameraTestUtils.java | 751 * @param filePath The debug dump file path, null if don't want to dump to 757 String filePath) { 772 validateJpegData(data, width, height, filePath); 775 validateYuvData(data, width, height, format, image.getTimestamp(), filePath); 778 validateRaw16Data(data, width, height, format, image.getTimestamp(), filePath); 823 private static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { [all...] |
| /cts/tests/tests/speech/src/android/speech/tts/cts/ |
| TextToSpeechWrapper.java | 178 public static boolean isSoundFile(String filePath) { 184 mp.setDataSource(filePath);
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
| DownloadInfo.java | 162 public Builder setFilePath(String filePath) { 163 mFilePath = filePath;
|
| TracingControllerAndroid.java | 153 String filePath = generateTracingFilePath(); 154 if (filePath == null) { 158 return startTracing(filePath, showToasts, categories, recordContinuously);
|
| /external/chromium_org/third_party/WebKit/Source/platform/exported/ |
| WebFileSystemCallbacks.cpp | 131 void WebFileSystemCallbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const WebString& filePath, bool isDirectory) 134 m_private->callbacks()->didResolveURL(name, rootURL, static_cast<WebCore::FileSystemType>(type), filePath, isDirectory);
|
| /external/qemu/android/filesystems/ |
| ramdisk_extractor.cpp | 43 // GZipInputStream input(filePath); 46 // filePath, strerror(input.error())); 56 // Open a new input stream to read from file |filePath|. 59 explicit GZipInputStream(const char* filePath) { 60 mFile = gzopen(filePath, "rb");
|
| /packages/apps/Mms/src/com/android/mms/ |
| TempFileProvider.java | 145 String filePath = getScrapPath(context); 156 File oldTempFile = new File(filePath);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptParserTest.java | 164 String filePath = osRoot + File.separator + fileRelativePath; 165 String originalError = filePath + aaptError.substring(aaptError.indexOf(':'));
|
| /dalvik/dx/src/com/android/dx/command/dump/ |
| BlockDumper.java | 75 * @param filePath the file path for the class, excluding any base 81 String filePath, boolean rop, Args args) { 82 BlockDumper bd = new BlockDumper(bytes, out, filePath, 91 BlockDumper(byte[] bytes, PrintStream out, String filePath, 93 super(bytes, out, filePath, args);
|
| /external/antlr/antlr-3.4/runtime/Python/ |
| setup.py | 44 filePath = os.path.join(root, name) 47 log.info("removing '%s'", filePath) 48 os.unlink(filePath) 52 filePath, exc
|
| /external/chromium_org/chrome/renderer/resources/extensions/ |
| sync_file_system_custom_bindings.js | 75 entry.filePath, 95 args[0].filePath,
|
| /external/chromium_org/content/test/ |
| weburl_loader_mock_factory.h | 44 const blink::WebString& filePath); 80 base::FilePath file_path; 96 static bool ReadFile(const base::FilePath& file_path, blink::WebData* data);
|
| /frameworks/base/include/androidfw/ |
| BackupHelpers.h | 138 const String8& rootPath, const String8& filePath, BackupDataWriter* outputStream);
|
| /frameworks/base/services/core/java/com/android/server/net/ |
| IpConfigStore.java | 164 public void writeIpAndProxyConfigurations(String filePath, 166 mWriter.write(filePath, new DelayedDiskWrite.Writer() { 176 public SparseArray<IpConfiguration> readIpAndProxyConfigurations(String filePath) { 181 in = new DataInputStream(new BufferedInputStream(new FileInputStream(filePath)));
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
| SmartCamera.java | 89 public void runGraphOnImage(String filePath, String fileName) { 93 mGraph.getVariable("gallerySource").setValue(filePath + "/" + fileName); 94 Log.v(TAG, "runGraphOnImage : : " + filePath + " name: " + fileName); 96 mGraph.getVariable("filePath").setValue(filePath); // wrong
|
| /dalvik/dx/src/com/android/multidex/ |
| ClassReferenceListBuilder.java | 254 for (String filePath : definition.split(Pattern.quote(File.pathSeparator))) { 256 addElement(getClassPathElement(new File(filePath))); 258 throw new IOException("\"" + filePath + "\" can not be used as a classpath"
|
| /external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
| AwWebContentsDelegateAdapter.java | 253 private String resolveFileName(String filePath) { 254 if (mContentResolver == null || filePath == null) return ""; 255 Uri uri = Uri.parse(filePath);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| UriImage.java | 261 String filePath = mUri.getPath(); 262 details.addDetail(MediaDetails.INDEX_PATH, filePath); 263 MediaDetails.extractExifInfo(details, filePath);
|
| /packages/apps/Mms/tests/src/com/android/mms/ui/ |
| SmsTest.java | 155 String filePath = String.format("%s/%s", targetAppContext.getFilesDir(), messageFileName); 156 Log.v(TAG, "filePath: " + filePath); 158 byte[] buffer = new byte[(int) new File(filePath).length()];
|
| /external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
| CollPerf.pl | 42 my $filePath = $CollationDataPath . "/"; 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`; 78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`; 89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`; 90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
|
| /external/icu/icu4c/source/test/perf/collationperf/ |
| CollPerf.pl | 42 my $filePath = $CollationDataPath . "/"; 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`; 78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`; 89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`; 90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/ |
| ver4_patricia_trie_policy.cpp | 362 bool Ver4PatriciaTriePolicy::flush(const char *const filePath) { 364 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath); 367 if (!mWritingHelper.writeToDictFile(filePath, mUnigramCount, mBigramCount)) { 375 bool Ver4PatriciaTriePolicy::flushWithGC(const char *const filePath) { 380 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) {
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/ |
| ver4_patricia_trie_policy.cpp | 374 bool Ver4PatriciaTriePolicy::flush(const char *const filePath) { 376 AKLOGI("Warning: flush() is called for non-updatable dictionary. filePath: %s", filePath); 379 if (!mWritingHelper.writeToDictFile(filePath, mUnigramCount, mBigramCount)) { 387 bool Ver4PatriciaTriePolicy::flushWithGC(const char *const filePath) { 392 if (!mWritingHelper.writeToDictFileWithGC(getRootPosition(), filePath)) {
|
| /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]);
|