/external/skia/xcode/views.xcodeproj/ |
project.pbxproj | 40 00B7E1BC0EDCAB1500F77EA2 /* SkEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkEvent.cpp; path = ../libsgl/views/SkEvent.cpp; sourceTree = SOURCE_ROOT; }; 41 00B7E1BD0EDCAB1500F77EA2 /* SkEventSink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkEventSink.cpp; path = ../libsgl/views/SkEventSink.cpp; sourceTree = SOURCE_ROOT; }; 42 00B7E1BE0EDCAB1500F77EA2 /* SkMetaData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMetaData.cpp; path = ../libsgl/views/SkMetaData.cpp; sourceTree = SOURCE_ROOT; }; 43 00B7E1BF0EDCAB1500F77EA2 /* SkTagList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkTagList.cpp; path = ../libsgl/views/SkTagList.cpp; sourceTree = SOURCE_ROOT; }; 44 00B7E1C00EDCAB1500F77EA2 /* SkTagList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkTagList.h; path = ../libsgl/views/SkTagList.h; sourceTree = SOURCE_ROOT; }; 45 00B7E1C10EDCAB1500F77EA2 /* SkTextBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkTextBox.cpp; path = ../libsgl/views/SkTextBox.cpp; sourceTree = SOURCE_ROOT; }; 46 00B7E1CA0EDCABAC00F77EA2 /* SkBGViewArtist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkBGViewArtist.cpp; path = ../libsgl/views/SkBGViewArtist.cpp; sourceTree = SOURCE_ROOT; }; 47 00B7E1CB0EDCABAC00F77EA2 /* SkBorderView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkBorderView.cpp; path = ../libsgl/views/SkBorderView.cpp; sourceTree = SOURCE_ROOT; }; 48 00B7E1CC0EDCABAC00F77EA2 /* SkImageView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageView.cpp; path = ../libsgl/views/SkImageView.cpp; sourceTree = SOURCE_ROOT; }; 49 00B7E1CD0EDCABAC00F77EA2 /* SkListView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkListView.cpp; path = ../libsgl/views/SkListView.cpp; sourceTree = SOURCE_ROOT; } [all...] |
/external/v8/test/es5conform/ |
testcfg.py | 31 from os.path import join, exists 39 def __init__(self, filename, path, context, root, mode, framework): 40 super(ES5ConformTestCase, self).__init__(context, path) 66 return self.path[-1] 77 def ListTests(self, current_path, path, mode): 86 root_path = root[len(self.root):].split(os.path.sep) 92 if self.Contains(path, full_path):
|
/external/v8/test/sputnik/ |
testcfg.py | 30 from os.path import join, exists 38 def __init__(self, case, path, context, mode): 39 super(SputnikTestCase, self).__init__(context, path) 72 return self.path[-1] 84 def ListTests(self, current_path, path, mode): 88 sys.path.append(modroot) 97 if self.Contains(path, full_path):
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
test-result-archive | 28 sourceRootDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..")) 29 layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory, "layout-test-results")) 30 archiveFile = os.path.join(sourceRootDirectory, "layout-test-results.zip") 64 open(os.path.join(layoutTestResultsDir, '.placeholder'), 'w').close()
|
/external/webkit/WebKitTools/CodeCoverage/ |
regenerate-coverage-display | 48 import os.path namespace 66 (base_path, name) = os.path.split(__file__) 67 base_path = os.path.abspath(base_path) 69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css)) 70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images) 76 index = open(os.path.join(dest_dir, name), "w") 86 def generate_header(file, last_time, total_lines, total_executed, path, image): 100 <td class="headerValue" width="80%%" colspan=4>%(path)s</td [all...] |
/external/webkit/WebKitTools/Scripts/ |
update-sources-list.py | 32 scriptDir = os.path.abspath(sys.path[0]) 33 wkroot = os.path.abspath(os.path.join(scriptDir, "../..")) 43 filepath = os.path.join(wkroot, "WebCore/WebCoreSources.bkl") 44 assert(os.path.exists(filepath)) 85 outfile = os.path.join(wkroot, "WebCore/sources.inc")
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileObserverTest.java | 41 public Observer(String path) { 42 super(path); 45 public void onEvent(int event, String path) { 51 map.put("path", path); 115 Log.i("FileObserverTest", "event: " + getEventString((Integer)map.get("event")) + " path: " + map.get("path"));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 39 /** The absolute file path to the plugin's contents. */ 68 sLogger.warning("Resource data not found using class loader!, Defaulting to no path"); 72 sLogger.info("Fixing test_data env variable (does not end with path separator)"); 86 * Returns the absolute file path to a file located in this plugin. 88 * @param osRelativePath {@link String} path to file contained in plugin. Must 89 * use path separators appropriate to host OS 91 * @return absolute OS path to test file
|
/sdk/files/ |
find_java.bat | 24 rem Check we have a valid Java.exe in the path. The return code will
35 rem We get here if the default %java_exe% was not found in the path.
39 echo WARNING: Java not found in your path.
61 rem of the %1 path (i.e. the path with only short names and no spaces).
74 echo Please consider adding it to your path:
78 echo At the end of the "Path" entry in "User variables", add the following:
|
/external/webkit/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 142 bool isPathSkiaSafe(const SkMatrix& transform, const SkPath& path) 146 SkPath::Iter iter(path, false); 189 void addCornerArc(SkPath* path, const SkRect& rect, const IntSize& size, int startAngle) 215 path->arcTo(r, SkIntToScalar(startAngle), SkIntToScalar(90), false); 295 SkPath path; 296 path.addOval(r, SkPath::kCW_Direction); 303 path.addOval(r, SkPath::kCCW_Direction); 305 platformContext()->clipPathAntiAliased(path); 308 void GraphicsContext::addPath(const Path& path) 397 const SkPath& path = *p.platformPath(); local 526 SkPath path; local 797 SkPath path; local 1109 SkPath path; local [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
ClassPathOpener.java | 33 * Opens all the class files found in a class path element. Path elements 56 * Provides the file name and byte array for a class path element. 59 * filesystem path. 70 * this path element. Processing will continue if possible. 87 * @param pathname {@code non-null;} path element to process 100 * Processes a path element. 125 String path = file.getPath(); local 127 if (path.endsWith(".zip") || 128 path.endsWith(".jar") | 228 String path = one.getName(); local [all...] |
/external/bluetooth/bluez/network/ |
manager.c | 191 const gchar *path = device_get_path(device); local 194 DBG("path %s", path); 199 return connection_register(device, path, &src, &dst, id); 204 const gchar *path = device_get_path(device); local 206 DBG("path %s", path); 208 connection_unregister(path, id); 243 const gchar *path = adapter_get_path(adapter); local 245 DBG("path %s", path) 255 const gchar *path = adapter_get_path(adapter); local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
prune.h | 52 // do not belong to a successful path whose weight is no more than 53 // 'opts.threshold' Times() the weight of the shortest path. Weights 54 // need to be commutative and have the path property. 63 LOG(FATAL) << "Prune: Weight needs to have the path property and" 124 // 'fst' that do not belong to a successful path whose weight is no 126 // path. Weights need to be commutative and have the path property. 136 // 'ofst' contains states and arcs that belong to a successful path in 138 // weight of the shortest path. Weights need to be commutative and 139 // have the path property [all...] |
/external/webkit/WebCore/ |
wscript | 75 derived_sources_dir = os.path.join(webcore_dir, 'DerivedSources') 79 if not os.path.exists(derived_sources_dir): 95 graphics_dir = os.path.join(wk_root, 'WebCore', 'platform', 'graphics') 97 # path. Unfortunately, that means when compiling these files we will end up including 100 shutil.copy(os.path.join(graphics_dir, 'win', afile), os.path.join(graphics_dir, 'wx')) 109 os.path.join(wk_root, 'JavaScriptCore'), 110 os.path.join(wk_root, 'WebCore'), 130 jscore_dir = os.path.join(wk_root, 'JavaScriptCore') 132 fullpath = os.path.join(jscore_dir, item [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
test_type_base.py | 38 import os.path namespace 47 # Path to the actual PNG file generated by pixel tests 79 root_output_dir: The unix style path to the output dir. 88 output_filename = os.path.join(self._root_output_dir, 90 self._port.maybe_make_directory(os.path.split(output_filename)[0]) 99 filename: path to the test file 103 relative_dir = os.path.dirname( 105 output_dir = os.path.join( 107 output_file = os.path.basename(os.path.splitext(filename)[0] [all...] |
/frameworks/base/core/java/android/os/ |
FileObserver.java | 91 public int startWatching(String path, int mask, FileObserver observer) { 92 int wfd = startWatching(m_fd, path, mask); 108 public void onEvent(int wfd, int mask, String path) { 125 observer.onEvent(mask, path); 134 private native int startWatching(int fd, String path, int mask); 151 * Equivalent to FileObserver(path, FileObserver.ALL_EVENTS). 153 public FileObserver(String path) { 154 this(path, ALL_EVENTS); 162 * @param path The file or directory to monitor 165 public FileObserver(String path, int mask) [all...] |
/external/gtest/scripts/ |
fuse_gtest_files.py | 41 search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These 50 ./fuse_gtest_files.py path/to/unpacked/gtest fused_gtest 83 """Returns the absolute path to the Google Test root directory. 88 my_path = sys.argv[0] # Path to this script. 89 my_dir = os.path.dirname(my_path) 93 return os.path.abspath(os.path.join(my_dir, '..')) 105 relative_path is the file path relative to the gtest root. 108 if not os.path.isfile(os.path.join(gtest_root, relative_path)) [all...] |
/external/skia/xcode/libpng.xcodeproj/ |
project.pbxproj | 31 00B7E1380EDCA95200F77EA2 /* SkImageDecoder_libpng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libpng.cpp; path = ../libsgl/images/SkImageDecoder_libpng.cpp; sourceTree = SOURCE_ROOT; }; 32 00B7E13A0EDCA98D00F77EA2 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = png.c; path = ../../libpng/png.c; sourceTree = SOURCE_ROOT; }; 33 00B7E13B0EDCA98D00F77EA2 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngerror.c; path = ../../libpng/pngerror.c; sourceTree = SOURCE_ROOT; }; 34 00B7E13C0EDCA98D00F77EA2 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pnggccrd.c; path = ../../libpng/pnggccrd.c; sourceTree = SOURCE_ROOT; }; 35 00B7E13D0EDCA98D00F77EA2 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngget.c; path = ../../libpng/pngget.c; sourceTree = SOURCE_ROOT; }; 36 00B7E13E0EDCA98D00F77EA2 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngmem.c; path = ../../libpng/pngmem.c; sourceTree = SOURCE_ROOT; }; 37 00B7E13F0EDCA98D00F77EA2 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngpread.c; path = ../../libpng/pngpread.c; sourceTree = SOURCE_ROOT; }; 38 00B7E1400EDCA98D00F77EA2 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngread.c; path = ../../libpng/pngread.c; sourceTree = SOURCE_ROOT; }; 39 00B7E1410EDCA98D00F77EA2 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrio.c; path = ../../libpng/pngrio.c; sourceTree = SOURCE_ROOT; }; 40 00B7E1420EDCA98D00F77EA2 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pngrtran.c; path = ../../libpng/pngrtran.c; sourceTree = SOURCE_ROOT; } [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/ |
project.pbxproj | 88 9A56AB8E0F7197AE00D115A7 /* wt_44khz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wt_44khz.c; sourceTree = "<group>"; }; 89 9A56ABCF0F71998600D115A7 /* eas_fmengine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_fmengine.h; path = "../../../arm-fm-22k/lib_src/eas_fmengine.h"; sourceTree = SOURCE_ROOT; }; 90 9A56ABD70F719D4600D115A7 /* eas_xmf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eas_xmf.c; path = ../../lib_src/eas_xmf.c; sourceTree = SOURCE_ROOT; }; 91 9A56ABD80F719D4600D115A7 /* eas_xmf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_xmf.h; path = ../../lib_src/eas_xmf.h; sourceTree = SOURCE_ROOT; }; 92 9A56ABD90F719D4600D115A7 /* eas_xmfdata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eas_xmfdata.c; path = ../../lib_src/eas_xmfdata.c; sourceTree = SOURCE_ROOT; }; 93 9A56ABDA0F719D4600D115A7 /* eas_xmfdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_xmfdata.h; path = ../../lib_src/eas_xmfdata.h; sourceTree = SOURCE_ROOT; }; 94 9A56AC040F71BCFE00D115A7 /* eas_build.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_build.h; path = ../../host_src/eas_build.h; sourceTree = SOURCE_ROOT; }; 95 C55B11290E2D33B4006357C1 /* eas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas.h; path = ../../host_src/eas.h; sourceTree = SOURCE_ROOT; }; 96 C55B112A0E2D33B4006357C1 /* eas_audioconst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_audioconst.h; path = ../../lib_src/eas_audioconst.h; sourceTree = SOURCE_ROOT; }; 97 C55B112C0E2D33B4006357C1 /* eas_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eas_config.h; path = ../../host_src/eas_config.h; sourceTree = SOURCE_ROOT; } [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
http_server.py | 55 output_dir: the absolute path to the layout test result directory 69 self._webkit_tests = os.path.join( 71 self._js_test_resource = os.path.join( 78 # <base-path>\chrome\test\data\ssl\certs\root_ca_cert.crt) 79 self._pem_file = os.path.join( 80 os.path.dirname(os.path.abspath(__file__)), 'httpd2.pem') 102 out_conf_file = os.path.join(self._output_dir, 'lighttpd.conf') 105 access_log = os.path.join(self._output_dir, access_file_name) 107 error_log = os.path.join(self._output_dir, log_file_name [all...] |
/external/webkit/WebKitTools/wx/build/ |
settings.py | 40 wk_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../..')) 51 jscore_dir = os.path.join(wk_root, 'JavaScriptCore') 52 webcore_dir = os.path.join(wk_root, 'WebCore') 53 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries') 146 output_dir = os.path.join(wk_root, 'WebKitBuild', config_dir) 175 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win') 236 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win') 266 conf.env.append_value('LIBPATH', os.path.join(msvclibs_dir, 'lib') [all...] |
/sdk/apkbuilder/src/com/android/apkbuilder/internal/ |
ApkBuilderImpl.java | 56 * <p/>This includes the {@link File} representing the file and its path in the archive. 62 ApkFile(File file, String path) { 64 this.archivePath = path; 93 // read the first args that should be a file path 194 * Returns a {@link File} representing a given file path. The path must represent 195 * an actual existing file (not a directory). The path may be relative. 196 * @param filepath the path to a file. 197 * @return the File representing the path. 198 * @throws ApkCreationException if the path represents a directory or if the file does no 341 String path = local [all...] |
/frameworks/base/cmds/installd/ |
commands.c | 180 static int is_valid_apk_path(const char *path) 184 if (strncmp(path, APK_DIR_PREFIX, len)) { 186 if (strncmp(path, PROTECTED_DIR_PREFIX, len)) { 188 if (strncmp(path, SDCARD_DIR_PREFIX, len)) { 189 LOGE("invalid apk path '%s' (bad prefix)\n", path); 196 if ((nosubdircheck != 1) && strchr(path + len, '/')) { 197 LOGE("invalid apk path '%s' (subdir?)\n", path); 200 if (path[len] == '.') 323 char path[PKG_PATH_MAX]; local [all...] |
/development/scripts/ |
divide_and_compress.py | 125 output_path: A string, the path to write the archives and index file to. 149 self.index_fp = open(os.path.join(self.output_dir, 'main.py'), 'w') 151 os.path.walk(self.base_path, self.CompressDirectory, 1) 163 archive_path: Path to the archive to modify. This archive should not be 170 archive_path = os.path.join(self.output_dir, self.current_archive) 173 root, ext = os.path.splitext(archive_path) 195 def OpenZipFileAtPath(self, path, mode=None, compress=zipfile.ZIP_DEFLATED): 198 if os.path.exists(path): 204 return zipfile.ZipFile(path, mode [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothA2dpService.java | 134 String path = mBluetoothService.getObjectPathFromAddress(address); 136 avrcpVolumeUpNative(path); 138 avrcpVolumeDownNative(path); 245 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); local 246 String propValues[] = (String []) getSinkPropertiesNative(path); 269 for (String path: paths) { 270 String address = mBluetoothService.getAddressFromObjectPath(path); 341 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); local 342 if (path == null) 348 if (!connectSinkNative(path)) { 361 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); local 391 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); local 408 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); local [all...] |