/ndk/build/platforms/android-4/arch-arm/usr/include/ |
paths.h | 35 /* Default search path. */ 37 /* All standard utilities path. */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
paths.h | 35 /* Default search path. */ 37 /* All standard utilities path. */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
paths.h | 35 /* Default search path. */ 37 /* All standard utilities path. */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
paths.h | 35 /* Default search path. */ 37 /* All standard utilities path. */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
paths.h | 35 /* Default search path. */ 37 /* All standard utilities path. */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
RecognitionView.java | 33 import android.graphics.Path; 278 Path path = new Path(); local 281 path.moveTo(x, 0); 286 path.lineTo(x, y); 288 path.lineTo(x, y); 295 c.drawPath(path, paint);
|
/sdk/apkbuilder/etc/ |
apkbuilder | 16 # Set up prog to be the path of this script, including following symlinks, 81 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$jarpath" "$@"
|
/sdk/ddms/app/etc/ |
ddms.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 27 rem Check we have a valid Java.exe in the path.
|
/sdk/dumpeventlog/etc/ |
dumpeventlog | 16 # Set up prog to be the path of this script, including following symlinks, 81 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$jarpath" "$@"
|
/sdk/eventanalyzer/etc/ |
eventanalyzer | 16 # Set up prog to be the path of this script, including following symlinks, 73 exec java -Xmx128M $os_opts -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$jarpath" "$@"
|
/sdk/screenshot/etc/ |
screenshot2 | 16 # Set up prog to be the path of this script, including following symlinks, 74 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -Dcom.android.screenshot.bindir="$progdir" -jar "$jarpath" "$@"
|
/sdk/traceview/etc/ |
traceview.bat | 19 rem Set up prog to be the path of this script, including following symlinks, 27 rem Check we have a valid Java.exe in the path.
|
/system/bluetooth/brcm_patchram_plus/ |
brcm_patchram_plus.c | 51 ** set, then the bd_addr will be read from this path. 513 char path[PROPERTY_VALUE_MAX]; local 516 property_get("ro.bt.bdaddr_path", path, ""); 517 if (path[0] == 0) 520 fd = open(path, O_RDONLY); 522 fprintf(stderr, "open(%s) failed: %s (%d)", path, strerror(errno), 529 fprintf(stderr, "read(%s) failed: %s (%d)", path, strerror(errno), 534 fprintf(stderr, "read(%s) unexpected size %d", path, sz);
|
/frameworks/base/awt/java/awt/ |
BasicStroke.java | 34 * applied at the ends and joins of path segments of the Shape. The BasicStroke 43 * path segments and at the intersection of the endpoints of a subpath. The 76 * The Constant JOIN_MITER indicates that path segments are joined by 82 * The Constant JOIN_ROUND indicates that path segments are joined by 88 * The Constant JOIN_BEVEL indicates that path segments are joined by 546 * Closes solid shape path. 627 * Closes dashed shape path. 649 * Adds cap to the work path. 652 * the BufferedPath object of work path. 654 * the x coordinate of the source path [all...] |
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 35 * A partial path holds olables from a start arc, until it reaches a 37 * a new partial path is created and concatenated to this one. 85 static ESR_ReturnCode sem_partial_path_free(sem_partial_path* heap, sem_partial_path* path); 86 static void sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels); 1100 sem_partial_path* path = heap->next; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 417 /** Returns the adb path relative to the sdk folder */ 422 /** Returns the zipalign path relative to the sdk folder */ 427 /** Returns the emulator path relative to the sdk folder */ 432 /** Returns the absolute adb path */ 437 /** Returns the absolute zipalign path */ 442 /** Returns the absolute traceview path */ 448 /** Returns the absolute emulator path */ 454 * Returns a Url file path to the javaDoc folder. 463 * Guaranteed to be terminated by a platform-specific path separator. 479 * plug-in relative path 589 String path = filepath; local [all...] |
AndroidConstants.java | 32 * <li><code>WS_</code> Workspace path constant. Those are absolute paths, 34 * <li><code>OS_</code> OS path constant. These paths are different depending on the platform.</li> 56 /** Separator for workspace path, i.e. "/". */ 58 /** Separator character for workspace path, i.e. '/'. */ 116 /** Absolute path of the workspace root, i.e. "/" */ 119 /** Absolute path of the resource folder, eg "/res".<br> This is a workspace path. */ 122 /** Absolute path of the resource folder, eg "/assets".<br> This is a workspace path. */ 129 /** Path of the samples directory relative to the sdk folder [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 55 import org.eclipse.core.runtime.Path; 190 * @param sdkLocation the OS path to the SDK. 253 * Returns the location (OS path) of the current SDK. 645 * @param osDocsPath Path to the documentation folder in the current SDK. 655 // f.toURI().toURL().toString(). However this generates a broken path on 660 String path = f.getAbsolutePath(); local 662 path = path.replace(File.separatorChar, '/'); 666 // the "file:" protocol name, so it has to be hacked into the path. 667 URL url = new URL("file", null, "//" + path); //$NON-NLS-1$ //$NON-NLS-2 [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertPathImpl.java | 53 * provides ability to create the instance of X.509 Certification Path 92 // the list of certificates representing this certification path 94 // PkiPath encoding of the certification path 96 // PKCS7 encoding of the certification path 100 * Creates an instance of X.509 Certification Path over the specified 121 * Creates an X.509 Certification Path over the specified 126 * @param encoding - encoded form of certification path. 141 * Generates certification path object on the base of PkiPath 157 * Generates certification path object on the base of encoding provided via 199 * Generates certification path object on the base of PkiPat [all...] |
/external/bluetooth/bluez/audio/ |
device.c | 127 g_free(dev->path); 187 emit_property_changed(dev->conn, dev->path, 578 const char *path, const bdaddr_t *src, 583 if (!conn || !path) 589 dev->path = g_strdup(path); 596 if (!g_dbus_register_interface(dev->conn, dev->path, 601 dev->path); 606 debug("Registered interface %s on path %s", AUDIO_INTERFACE, 607 dev->path); [all...] |
/external/clearsilver/cgi/ |
rfc2388.c | 299 char path[_POSIX_PATH_MAX]; local 304 snprintf (path, sizeof(path), "%s/cgi_upload.XXXXXX", 307 fd = mkstemp(path); 311 path); 318 return nerr_raise_errno (NERR_SYSTEM, "Unable to fdopen file %s", path); 320 if (unlink_files) unlink(path); 346 err = uListAppend (cgi->filenames, strdup(path)); 491 char *path; local 494 (void *)&path); [all...] |
/external/emma/core/java12/com/vladium/util/ |
Files.java | 74 * Converts an array of path segments to an array of Files. The order 75 * of files follows the original order of path segments, except "duplicate" 88 public static File [] pathToFiles (final String [] path, final boolean canonical) 90 if (path == null) throw new IllegalArgumentException ("null input: path"); 91 if (path.length == 0) return IConstants.EMPTY_FILE_ARRAY; 93 final List /* Files */ _result = new ArrayList (path.length); 94 final Set /* String */ pathnames = new HashSet (path.length); 98 for (int i = 0; i < path.length; ++ i) 100 String segment = path [i] [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11gl.c | 97 /* load the gl driver from a default path */ 465 /* Passing a NULL path means load pointers from the application */ 466 int X11_GL_LoadLibrary(_THIS, const char* path) 475 if ( path == NULL ) { 476 path = SDL_getenv("SDL_VIDEO_GL_DRIVER"); 477 if ( path == NULL ) { 478 path = DEFAULT_OPENGL; 482 handle = GL_LoadObject(path); 485 SDL_SetError("Failed loading %s", path); 532 if ( path ) { [all...] |
/external/skia/src/ports/ |
SkFontHost_android.cpp | 312 const char path[]) 317 GetFullPathForSysFonts(&fullpath, path); 318 path = fullpath.c_str(); 320 fPath.set(path); 359 static bool get_name_and_style(const char path[], SkString* name, 362 GetFullPathForSysFonts(&fullpath, path); 603 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, 612 if (path) { 613 memcpy(path, src, SkMin32(size, length)); 654 SkTypeface* SkFontHost::CreateTypefaceFromFile(const char path[]) { [all...] |
/system/core/init/ |
property_service.c | 252 char path[PATH_MAX]; local 255 snprintf(path, sizeof(path), "%s/%s", PERSISTENT_PROPERTY_DIR, name); 265 if (rename(tempPath, path)) { 267 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path); 454 char path[PATH_MAX]; local 467 snprintf(path, sizeof(path), "%s/%s", PERSISTENT_PROPERTY_DIR, entry->d_name); 468 fd = open(path, O_RDONLY); 475 ERROR("Unable to read persistent property file %s errno: %d\n", path, errno) [all...] |