/external/webkit/WebKitTools/WinLauncher/ |
WinLauncher.vcproj | 26 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
103 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
182 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
258 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
334 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(Project (…) [all...] |
/frameworks/base/core/jni/ |
android_database_SQLiteDatabase.cpp | 66 static char *createStr(const char *path) { 67 int len = strlen(path); 69 strncpy(str, path, len); 81 static void registerLoggingFunc(const char *path) { 88 int err = sqlite3_config(SQLITE_CONFIG_LOG, &sqlLogger, (void *)createStr(path)); 96 /* public native void dbopen(String path, int flags, String locale); */ 180 char const *path = env->GetStringUTFChars(databaseName, NULL); local 181 if (path == NULL) { 185 char *dbNameStr = createStr(path); 186 env->ReleaseStringUTFChars(databaseName, path); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 24 import android.graphics.Path; 82 Path path = new Path(); local 92 path.addCircle(mDrawRect.left + (width / 2), 95 Path.Direction.CW); 98 path.addRect(new RectF(mDrawRect), Path.Direction.CW); 101 canvas.clipPath(path, Region.Op.DIFFERENCE); 106 canvas.drawPath(path, mOutlinePaint) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HighlightView.java | 22 import android.graphics.Path; 79 Path path = new Path(); local 89 path.addCircle(mDrawRect.left + (width / 2), mDrawRect.top + (height / 2), width / 2, Path.Direction.CW); 92 path.addRect(new RectF(mDrawRect), Path.Direction.CW); 95 canvas.clipPath(path, Region.Op.DIFFERENCE); 99 canvas.drawPath(path, mOutlinePaint) [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchableSource.java | 108 // if content path provided, insert it now 113 // append standard suggestion query path 149 String path = uri.getPath(); local 153 && perm.match(path) 156 // We have the path permission 160 if (DBG) Log.d(TAG, "Missing " + readPermission + " and no path permission applies"); 410 // if content path provided, insert it now 416 // append standard suggestion query path 452 // if content path provided, insert it now 458 // append the shortcut path and i [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPath.java | 235 * certification path, with the default encoding 247 * Returns the encoded form of this certification path, using 269 * Returns the encoded form of this certification path, using 331 // throw new CertificateEncodingException("can't encode certificate for PEM encoded path"); 345 * path. The List returned must be immutable and thread-safe.
|
/external/bison/build-aux/ |
ylwrap | 74 # Absolute path; do nothing. 77 # Relative path. Make it absolute. 95 # Make any relative path in $prog absolute. 146 # If $2 is an absolute path name, then just use that, 167 # .y file with no path.
|
/external/bluetooth/bluez/audio/ |
gateway.c | 329 g_dbus_emit_signal(dev->conn, dev->path, 335 g_dbus_emit_signal(dev->conn, dev->path, 343 g_dbus_emit_signal(dev->conn, dev->path, 356 * Unfortunately this path is not covered by the HF spec so 362 g_dbus_emit_signal(dev->conn, dev->path, 370 emit_property_changed(dev->conn, dev->path, 374 emit_property_changed(dev->conn, dev->path, 378 emit_property_changed(dev->conn, dev->path, 382 emit_property_changed(dev->conn, dev->path, 412 g_dbus_emit_signal(device->conn, device->path, [all...] |
/external/gtest/test/ |
gtest_xml_output_unittest.py | 124 output_file = os.path.join(temp_dir, 126 gtest_prog_path = os.path.join(gtest_test_utils.GetBuildDir(), 139 self.assert_(os.path.isfile(output_file)) 150 xml_path = os.path.join(tempfile.mkdtemp(), gtest_prog_name + "out.xml") 151 gtest_prog_path = os.path.join(gtest_test_utils.GetBuildDir(),
|
/external/icu4c/common/ |
locutil.cpp | 187 // are path strings ('bundleID') passed to 231 const char* path = (const char*) cbundleID; local 232 if (*path == 0) path = NULL; // empty string => NULL 233 UEnumeration *uenum = ures_openAvailableLocales(path, &status);
|
/external/netperf/ |
nettest_xti.h | 33 char xti_device[32]; /* the path to the dlpi device */ 78 char xti_device[32]; /* the path to the dlpi device */ 123 char xti_device[32]; /* the path to the dlpi device */ 165 char xti_device[32]; /* the path to the dlpi device */ 208 char xti_device[32]; /* the path to the dlpi device */
|
/external/quake/quake/src/QW/server/ |
sys_unix.c | 56 int Sys_FileTime (char *path) 60 if (stat (path,&buf) == -1) 73 void Sys_mkdir (char *path) 75 if (mkdir (path, 0777) != -1) 78 Sys_Error ("mkdir %s: %s",path, strerror(errno));
|
/external/skia/src/views/ |
SkWidgetViews.cpp | 45 void init_skin_anim(const char path[], SkAnimator* anim) 47 SkASSERT(path && anim); 49 SkFILEStream stream(path); 53 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path)); 59 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path));
|
/external/webkit/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 140 SkPath path; local 141 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path); 142 int numPoints = path.getPoints(NULL, 0); 148 // Skia does let us get a single point from the path. 149 path.getPoints(points, point + 1);
|
/external/webkit/WebCore/rendering/ |
SVGCharacterLayoutInfo.h | 102 // Used for text-on-path. 126 // Path specific advance values to handle lengthAdjust 162 // text on path layout 167 Path layoutPath; 177 // Holds extra data, when the character is laid out on a path
|
/external/webkit/WebKit/gtk/tests/ |
testwebresource.c | 46 const char *path, GHashTable *query, 57 if (g_str_equal (path, "/")) { 62 } else if (g_str_equal (path, "/index.html")) { 67 } else if (g_str_equal (path, "/main.html")) { 72 } else if (g_str_equal (path, "/javascript.js")) {
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
INSTALL | 38 option `--prefix=PATH'. Alternately, you can do so by giving a value 44 you give `configure' the option `--exec-prefix=PATH' or set the 45 `make' variable `exec_prefix' to PATH, the package will use PATH as 79 Default is `cc', or `gcc' if `gcc' is in your PATH.
|
/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 34 const SkPath* path, const SkRegion* clip) { 35 SkASSERT(dst && path && clip); 36 return dst->setPath(*path, *clip); 44 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, const SkRegion* region, SkPath* path) { 45 return region->getBoundaryPath(path);
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
upgrading.jd | 57 <li>Update your PATH variable (Mac/Linux; optional). <p>If you had previously setup your 58 PATH variable to point to the SDK tools directory, then you'll need to update it to 60 <code>export PATH=$PATH:<em><your_new_sdk_dir></em>/tools</code></p> 66 file, update the <code>sdk-folder</code> property with the full path to
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint.java | 113 * The stroke ends with the path, and does not project beyond it. 118 * of the path. 123 * end of the path. 148 * join on a stroked path. The default is MITER. 652 public boolean getFillPath(Path src, Path dst) { 1153 getTextPath(text.toCharArray(), start, end - start, x, y, path); local [all...] |
/ndk/docs/ |
NDK-GDB.TXT | 16 Where $NDK points to your NDK installation path. You can also create an 17 alias or add $NDK to your PATH to avoid typing it everytime. 63 - checks that adb is in your path. 129 --project=<path>: 140 Specify the adb tool executable, in case it is not in your path.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
FolderMock.java | 115 public boolean exists(IPath path) { 128 public IResource findMember(IPath path) { 136 public IResource findMember(IPath path, boolean includePhantoms) { 148 public IFile getFile(IPath path) { 152 public IFolder getFolder(IPath path) {
|
JavaProjectMock.java | 122 public IJavaElement findElement(IPath path) throws JavaModelException { 126 public IJavaElement findElement(IPath path, WorkingCopyOwner owner) throws JavaModelException { 130 public IPackageFragment findPackageFragment(IPath path) throws JavaModelException { 134 public IPackageFragmentRoot findPackageFragmentRoot(IPath path) throws JavaModelException { 275 public void setOutputLocation(IPath path, IProgressMonitor monitor) throws JavaModelException {
|
/sdk/files/ |
ant_lib_rules_r2.xml | 75 <path id="emma.lib"> 78 </path> 103 <res path="${resource.absolute.dir}" /> 120 <src path="${source.absolute.dir}" /> 121 <src path="${gen.absolute.dir}" />
|
/system/core/libcutils/ |
dir_hash.c | 36 * specified by path, using the specified algorithm. Returns the length 39 int get_file_hash(HashAlgorithm algorithm, const char *path, 52 if (stat(path, &sb) != 0) { 60 len = readlink(path, buf, sizeof(buf)); 70 FILE *f = fopen(path, "rb");
|