/external/chromium/chrome/browser/remoting/ |
remoting_resources_source.h | 15 virtual void StartDataRequest(const std::string& path, 19 virtual std::string GetMimeType(const std::string& path) const;
|
/external/chromium/chrome/browser/ui/cocoa/ |
window_size_autosaver.h | 31 path:(const char*)path;
|
/external/chromium/chrome/browser/ui/webui/ |
sync_internals_html_source.h | 19 virtual void StartDataRequest(const std::string& path, 22 virtual std::string GetMimeType(const std::string& path) const;
|
/external/chromium/chrome/common/extensions/ |
extension_icon_set.cc | 17 void ExtensionIconSet::Add(int size, const std::string& path) { 18 CHECK(!path.empty() && path[0] != '/'); 19 map_[size] = path; 52 bool ExtensionIconSet::ContainsPath(const std::string& path) const { 53 if (path.empty()) 56 CHECK(path[0] != '/') << 61 if (iter->second == path)
|
/external/chromium/testing/gmock/scripts/generator/ |
gmock_gen.py | 25 # Add the directory of this script to the path so we can import gmock_class. 26 sys.path.append(os.path.dirname(__file__))
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32filesystem.h | 43 // does not already exist at the given path, otherwise fails. 46 // This will attempt to delete the path located at filename. 47 // If the path points to a folder, it will fail with VERIFY 50 // This will attempt to delete an empty folder. If the path does not point to 59 // This moves a file from old_path to new_path. If the new path is on a 65 // Moves a folder from old_path to new_path. If the new path is on a different 77 // Returns true if a file exists at path 78 virtual bool IsFile(const Pathname &path); 89 // If create is true, the path will be recursively created. 94 virtual bool GetFileSize(const Pathname& path, size_t* size) [all...] |
/external/libselinux/src/ |
lsetfilecon.c | 10 int lsetfilecon(const char *path, const security_context_t context) 12 return lsetxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
|
setfilecon.c | 10 int setfilecon(const char *path, const security_context_t context) 12 return setxattr(path, XATTR_NAME_SELINUX, context, strlen(context) + 1,
|
/external/libsepol/tests/ |
test-downgrade.h | 92 * Input: char * which is the path to the file containing the binary policy 95 * Possible failures are, filename with given path does not exist, 102 int read_binary_policy(const char *path, policydb_t *); 107 * Input: char * which is the path to the file containing the binary policy 110 * Possible failures are, filename with given path does not exist, 117 int write_binary_policy(const char *path, policydb_t *);
|
/external/skia/src/gpu/ |
GrAAConvexPathRenderer.h | 16 virtual bool canDrawPath(const SkPath& path, 21 virtual bool onDrawPath(const SkPath& path,
|
GrTesselatedPathRenderer.h | 19 virtual bool canDrawPath(const SkPath& path, 24 virtual bool onDrawPath(const SkPath& path,
|
/external/skia/tests/ |
ParsePathTest.cpp | 11 static void test_to_from(skiatest::Reporter* reporter, const SkPath& path) { 13 SkParsePath::ToSVGString(path, &str); 22 // edge, even if it is not in the path. 23 REPORTER_ASSERT(reporter, path == path2); 24 if (path != path2) { 43 SkPath path; local 44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); 47 const SkRect& pathBounds = path.getBounds(); 50 test_to_from(reporter, path);
|
/external/valgrind/main/auxprogs/ |
change-copyright-year | 19 for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
|
/external/webkit/Source/WebCore/page/ |
GroupSettings.cpp | 42 void GroupSettings::setIndexedDBDatabasePath(const String& path) 44 m_indexedDBDatabasePath = path;
|
/external/webkit/Source/WebCore/platform/android/ |
FileSystemAndroid.cpp | 43 // Global static used to store the base to the plugin path. 47 CString fileSystemRepresentation(const String& path) 49 // If the path is a content:// URI then ask Java to resolve it for us. 50 if (path.startsWith("content://")) 51 return PlatformBridge::resolveFilePathForContentUri(path).utf8(); 52 else if (path.startsWith("file://")) 53 return path.substring(strlen("file://")).utf8(); 55 return path.utf8(); 90 // may get passed a content URI representing the path to the file. We pass 93 String pathGetFileName(const String& path) [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
KURLGtk.cpp | 35 String path = filenameToString(filename); 37 return path;
|
/external/webkit/Source/WebCore/platform/win/ |
FileSystemWin.cpp | 47 static bool statFile(String path, struct _stat64& st) 49 ASSERT_ARG(path, !path.isNull()); 50 return !_wstat64(path.charactersWithNullTermination(), &st) && (st.st_mode & _S_IFMT) == _S_IFREG; 53 bool getFileSize(const String& path, long long& result) 56 if (!statFile(path, sb)) 62 bool getFileModificationTime(const String& path, time_t& result) 65 if (!statFile(path, st)) 71 bool fileExists(const String& path) 74 return statFile(path, st) [all...] |
PathWalker.cpp | 35 String path = makeString(directory, "\\", pattern); local 36 m_handle = ::FindFirstFileW(path.charactersWithNullTermination(), &m_data);
|
/external/webkit/Source/WebCore/storage/ |
StorageNamespace.cpp | 39 PassRefPtr<StorageNamespace> StorageNamespace::localStorageNamespace(const String& path, unsigned quota) 41 return StorageNamespaceImpl::localStorageNamespace(path, quota);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebKitSystemBits.h | 36 unsigned long long WebVolumeFreeSize(NSString *path);
|
/external/webkit/Tools/Scripts/ |
pdevenv | 12 my ($fh, $path) = tempfile(UNLINK => 0, SUFFIX => '.cmd') or die; 33 print $fh "set PATH=$vcBin;$scriptsPath;\%PATH\%\n\n"; 41 chmod 0755, $path; 43 chomp($path = `cygpath -w -s '$path'`); 45 exec("cmd /c \"call $path\"");
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test_files.py | 56 paths: a list of path expressions relative to port.layout_tests_dir() 57 to search. Glob patterns are ok, as are path expressions with 67 return [filesystem.normpath(filesystem.join(base_dir, path)) for path in paths] 74 paths: a list of absolute path expressions to search. 80 for path in paths: 82 if path.find('*') > -1: 83 filenames = filesystem.glob(path) 86 paths_to_walk.add(path) 91 for path in paths_to_walk [all...] |
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/ |
ActivateFonts.cpp | 40 static wstring path; local 44 return path; 50 return path; 52 path = buffer.data(); 53 if (path[path.length() - 1] != '\\') 54 path.append(L"\\"); 56 return path;
|
/frameworks/av/include/media/stagefright/ |
StagefrightMediaScanner.h | 30 const char *path, const char *mimeType, 40 const char *path, const char *mimeType,
|
/frameworks/base/graphics/java/android/graphics/ |
PathMeasure.java | 20 private Path mPath; 24 * of a path, and/or to find the position and tangent along it, call 27 * Note that once a path is associated with the measure object, it is 28 * undefined if the path is subsequently modified and the the measure object 29 * is used. If the path is modified, you must call setPath with the path. 37 * Create a PathMeasure object associated with the specified path object 39 * path's length, and the position and tangent of any position along the 40 * path. 42 * Note that once a path is associated with the measure object, it i [all...] |