/external/icu4c/test/intltest/ |
Makefile.in | 28 # Simplify the path for Unix 30 # Simplify the path for Windows 32 # Simplify the path for Windows 98
|
ucaconf.cpp | 118 // path/CollationTest_type.txt 119 // path/CollationTest_type_SHORT.txt 120 // path/CollationTest_type_STUB.txt
|
/external/icu4c/tools/genren/ |
genren.pl | 23 $path = substr($0, 0, rindex($0, "/")+1)."../../common/unicode/uversion.h"; 30 (-e $path) || die "Cannot find uversion.h"; 32 open(UVERSION, $path);
|
/external/ipsec-tools/src/racoon/ |
misc.c | 145 getfsize(path) 146 char *path; 150 if (stat(path, &st) != 0)
|
/external/libffi/testsuite/lib/ |
target-libpath.exp | 60 # Setting the ld library path causes trouble when testing cross-compilers. 105 # We need to set ld library path in the environment. Currently, 130 # The default shared library dynamic path search for 64-bit
|
/external/openssl/crypto/pkcs7/t/ |
nav-smime | 3 Return-Path: angela@c2.net.au 65 Return-Path: angela@c2.net.au 128 Return-Path: angela@c2.net.au
|
/external/openssl/crypto/rand/ |
rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); 111 int RAND_egd(const char *path); 112 int RAND_egd_bytes(const char *path,int bytes);
|
/external/openssl/include/openssl/ |
rand.h | 110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); 111 int RAND_egd(const char *path); 112 int RAND_egd_bytes(const char *path,int bytes);
|
/external/proguard/src/proguard/ |
InputReader.java | 172 * Reads all input entries from the given class path. 187 * Reads all input entries from the given section of the given class path. 207 * Reads the given input class path entry.
|
/external/qemu/android/ |
user-config.c | 16 #include "android/utils/path.h" 79 dwarning("Weird: Content path too long, using temporary user-config."); 96 derror("Weird: No content path for this AVD: %s", parentPath);
|
/external/qemu/android/utils/ |
mapfile.c | 33 mapfile_open(const char* path, int oflag, int share_mode) 82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share, 88 int file_handle = open(path, oflag, share_mode);
|
mapfile.h | 47 * path - Path to the file to open. 56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
randgen.h | 97 // Options for random path generation. 101 int max_length; // Maximum path length 158 // Randomly generate a path through an FST with the uniform distribution
|
/external/stlport/ |
INSTALL.unixes | 62 Note: you can use --prefix= to change installation path 75 -I<base install path>/stlport); never rename 'stlport' part of path!
|
/external/webkit/WebCore/platform/chromium/ |
MIMETypeRegistryChromium.cpp | 65 String MIMETypeRegistry::getMIMETypeForPath(const String& path) 67 int pos = path.reverseFind('.'); 70 String extension = path.substring(pos + 1);
|
/external/webkit/WebCore/platform/graphics/ |
PathTraversalState.cpp | 25 #include "Path.h" 113 // FIXME: This function is possibly very slow due to the ifs required for proper path measuring 117 // Another check which is possible up-front (to send us down the fast path) would be to check if
|
/external/webkit/WebCore/platform/mac/ |
CookieJar.mm | 147 NSString *path = [cookie path]; 152 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session));
|
/external/webkit/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromiumPosix.cpp | 146 // relativePath - the relative path. 148 // absolutePath - the output buffer where the absolute path will be stored. 152 // The renderer process doesn't need to know the absolute path of the file
|
SQLiteFileSystemChromiumWin.cpp | 115 // relativePath - the relative path. 117 // absolutePath - the output buffer where the absolute path will be stored. 121 // The renderer process doesn't need to know the absolute path of the file
|
/external/webkit/WebCore/storage/ |
DatabaseTracker.cpp | 77 void DatabaseTracker::setDatabaseDirectoryPath(const String& path) 81 m_databaseDirectoryPath = path; 117 if (!m_database.executeCommand("CREATE TABLE Databases (guid INTEGER PRIMARY KEY AUTOINCREMENT, origin TEXT, name TEXT, displayName TEXT, estimatedSize INTEGER, path TEXT);")) { 210 // Make sure the path for this SecurityOrigin exists 214 // See if we have a path for this database yet 218 SQLiteStatement statement(m_database, "SELECT path FROM Databases WHERE origin=? AND name=?;"); 404 String path = fullPathForDatabase(origin, name, false); local 405 if (path.isEmpty()) 408 return SQLiteFileSystem::getDatabaseFileSize(path); 576 bool DatabaseTracker::addDatabase(SecurityOrigin* origin, const String& name, const String& path) [all...] |
/external/webkit/WebCore/svg/ |
SVGRectElement.cpp | 132 Path SVGRectElement::toPathData() const 141 return Path::createRoundedRectangle(rect, FloatSize(_rx, _ry)); 144 return Path::createRectangle(rect);
|
/external/webkit/WebKitLibraries/ |
WebKitSystemInterface.h | 37 void WKSetMetadataURL(NSString *URLString, NSString *referrer, NSString *path); 96 // The CG context's current path is the focus ring's path.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium_linux.py | 78 if os.path.exists(os.path.join(base, 'sconsbuild')): 103 return os.path.join(self.layout_tests_dir(), 'http', 'conf',
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
image_diff.py | 58 source_file: path to the image file (either actual or expected) 76 png_path: path to the actual PNG result file 147 if not os.path.isfile(expected_png_file):
|
/frameworks/base/awt/java/awt/ |
Shape.java | 31 * path. The path outline can be accessed through a PathIterator object. The 123 * flattened path segments.
|