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

<<71727374757677787980>>

  /frameworks/base/include/media/stagefright/
HTTPDataSource.h 32 const char *host, int port, const char *path,
  /frameworks/base/libs/audioflinger/
Android.mk 41 LOCAL_C_INCLUDES += $(call include-path-for, bluez)
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 42 android_media_SoundPool_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority)
46 if (path == NULL) {
50 const char* s = env->GetStringUTFChars(path, NULL);
52 env->ReleaseStringUTFChars(path, s);
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.h 38 virtual status_t setOutputFile(const char* path);
MidiFile.h 35 const char* path, const KeyedVector<String8, String8> *headers);
StagefrightRecorder.h 43 virtual status_t setOutputFile(const char *path);
VorbisPlayer.h 62 status_t setdatasource(const char *path, int fd, int64_t offset, int64_t length);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libthread_db.so 
  /ndk/build/platforms/android-8/arch-arm/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
pathconf.h 55 extern long pathconf(const char *path, int name);
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libthread_db.so 
  /ndk/build/tools/
build-gcc.sh 30 the top-level NDK installation path and <toolchain> is the name of
45 register_option "--build-out=<path>" do_build_out "Set temporary build directory" "/tmp/<random>"
46 register_option "--sysroot=<path>" do_sysroot "Specify sysroot directory directly"
114 echo "ERROR: Could not create target NDK installation path: $NDK_DIR"
  /ndk/docs/
APPLICATION-MK.TXT 39 This variable should give the *absolute* path to your
95 + To specify in foo/Android.mk that you want to add the path to the
131 to point to an alternate build script. A non-absolute path will always
156 APP_PROJECT_PATH := <path to project>
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoObject.java 30 * path to the actual video data.
  /packages/apps/IM/plugin/com/android/im/plugin/
ImPluginInfo.java 43 * The full path to the location of the package that the plugin is in.
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 116 String path = HELP_PATH.replace("%y", locale.getLanguage().toLowerCase()); local
117 path = path.replace("%z", "_"+locale.getCountry().toLowerCase());
121 is = am.open(path);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 29 * Imports a textual event log. Gets tags from build path.
  /sdk/eclipse/
README_WINDOWS.txt 31 $ tools/buildbot/_make_windows_sdk.sh path-to-the-linux-sdk.zip destination-directory
  /sdk/files/
post_tools_install.bat 22 rem Set up prog to be the path of this script, including following symlinks,
  /system/core/sh/
main.c 332 * Take commands from a file. To be compatible we should do a path
341 const char *path = pathval(); local
348 while ((fullname = padvance(&path, basename)) != NULL) {
359 /* not found in the PATH */
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 22 import android.graphics.Path;
107 args = {android.graphics.Canvas.class, android.graphics.Path.class,
126 layout.draw(new Canvas(bitmap), new Path(), new Paint(), 2);
518 args = {int.class, android.graphics.Path.class, java.lang.CharSequence.class}
526 layout.getCursorPath(0, new Path(), "test");
535 args = {int.class, int.class, android.graphics.Path.class}
542 Path path = new Path(); local
544 layout.getSelectionPath(0, 0, path);
    [all...]

Completed in 407 milliseconds

<<71727374757677787980>>