HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1701 - 1725 of 4958) sorted by null

<<61626364656667686970>>

  /external/webkit/WebKit/wx/
WebSettings.cpp 119 void wxWebSettings::SetLocalStoragePath(const wxString& path)
122 m_settings->setLocalStorageDatabasePath(path);
  /external/webkit/WebKitTools/DumpRenderTree/win/
ImageDiff.vcproj 25 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
93 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
160 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
227 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
  /external/webkit/WebKitTools/Scripts/
update-iexploder-cssproperties 61 my $path = File::Spec->abs2rel($cssPropertyNamesFile, sourceDir());
62 my $result = "# From WebKit svn r" . $revision . " (" . $path . ")\n";
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 43 # |image_path| is a path to the image capture from the driver.
47 uri = port.filename_to_uri(os.path.join(port.layout_tests_dir(), t))
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 61 # Rewrite rule for utf-8 path test (LayoutTests/http/tests/uri/utf8-path.html)
test.py 48 curdir = os.path.abspath(__file__)
50 return os.path.join(self.topdir, 'LayoutTests', 'platform', 'test')
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 46 <document_root> is the path to the root directory of HTML files.
48 <websock_handlers> is the path to the root directory of Web Socket handlers.
50 handlers. If this path is relative, <document_root> is used as the base.
52 <scan_dir> is a path under the root directory. If specified, only the handlers
160 return self._request_handler.path
273 """Test whether self.path corresponds to a CGI script.
275 Add extra check that self.path doesn't contains .."""
277 if '..' in self.path:
  /frameworks/base/awt/javax/imageio/spi/
IIORegistry.java 46 * application class path.
110 * Registers all service providers from the application class path.
  /frameworks/base/cmds/installd/
utils.c 19 int create_pkg_path(char path[PKG_PATH_MAX],
69 sprintf(path, "%s%s%s", prefix, pkgname, postfix);
  /frameworks/base/core/java/android/provider/
Applications.java 44 * The content path for application component URIs.
49 * The content path for application search.
  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 66 mFileLocator.path = NULL;
119 const char* path, const KeyedVector<String8, String8> *) {
120 LOGV("MidiFile::setDataSource url=%s", path);
129 mFileLocator.path = strdup(path);
392 if (mFileLocator.path) {
393 free((void*)mFileLocator.path);
394 mFileLocator.path = NULL;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 84 Uri path = Uri.parse(filename); local
86 intent.setDataAndType(path, mimetype);
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 85 private void reportFreeSpace(File path, String name, PrintWriter pw) {
87 StatFs statfs = new StatFs(path.getPath());
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Tone.java 47 * Radio path acknowledge.
52 * Radio path not available / Call dropped.
  /frameworks/base/tools/localize/
file_utils.cpp 20 parent_dir(const string& path)
22 return string(String8(path.c_str()).getPathDir().string());
  /packages/apps/Gallery/src/com/android/camera/gallery/
UriImage.java 68 String path = mUri.getPath(); local
69 return ParcelFileDescriptor.open(new File(path),
  /prebuilt/sdk/tools/
dx 17 # Set up prog to be the path of this script, including following symlinks,
79 # For Cygwin, convert the jarfile path into native Windows style.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/
IFolderWrapper.java 28 import org.eclipse.core.runtime.Path;
100 IFile file = mContainer.getFile(new Path(name));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 90 * Load the class given by the plugin aka bundle file path
91 * @param filePath - path of class in bundle
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
UpdaterWindow.java 51 * @param osSdkRoot The OS path to the SDK root.
52 * @param userCanChangeSdkRoot If true, the window lets the user change the SDK path
  /system/core/sh/
exec.h 59 #define DO_ALTPATH 0x08 /* using alternate path */
60 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */
  /system/core/toolbox/
notify.c 56 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 55 /** Package path substitution string used in template files, i.e. "PACKAGE_PATH" */
135 /** The OS path of the SDK folder. */
144 * @param sdkFolder The OS path of the SDK folder.
171 * located at the given path.
255 // compute src folder path
260 // put this path in the place-holder map for project files that needs to list
288 // get the activity path (replace the . to /)
292 // remove the last segment, so that we only have the path to the activity, but
416 * @param libraryPath the path to a library to add to the references. Can be null.
483 mLog.error(e, "Unable to resolve path to library project: %1$s", libraryPath)
    [all...]
  /bionic/libc/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /build/tools/apicheck/etc/
apicheck 17 # Set up prog to be the path of this script, including following symlinks,

Completed in 301 milliseconds

<<61626364656667686970>>