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

<<61626364656667686970>>

  /frameworks/base/core/jni/
Android.mk 92 android/graphics/Path.cpp \
137 $(call include-path-for, bluedroid) \
138 $(call include-path-for, libhardware)/hardware \
139 $(call include-path-for, libhardware_legacy)/hardware_legacy \
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 92 * Returns the path on the device of forward-locked apps.
94 * @return path of forward-locked apps on the device
101 * Returns the path on the device of normal apps.
103 * @return path of forward-locked apps on the device
110 * Returns the path of apps installed on the SD card.
112 * @return path of forward-locked apps on the device
156 * @param localFilePath the absolute file system path to file on local host to install
167 * @param localFilePath the absolute file system path to file on local host to install
181 * @param localFilePath the absolute file system path to file on local host to install
199 * @param destPath the absolute path of file on device to chec
    [all...]
  /frameworks/base/include/media/
PVMediaRecorder.h 45 virtual status_t setOutputFile(const char *path);
  /frameworks/base/include/utils/
ZipFileCRO.h 42 extern ZipFileCRO ZipFileXRO_open(const char* path);
  /frameworks/base/media/libmedia/
Android.mk 46 $(call include-path-for, graphics corecg) \
  /frameworks/base/test-runner/src/junit/runner/
LoadingTestCollector.java 9 * all classes on the class path and tests whether
  /ndk/build/core/
build-executable.mk 30 LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE))
build-shared-library.mk 30 LOCAL_BUILT_MODULE := $(call shared-library-path,$(LOCAL_MODULE))
build-static-library.mk 30 LOCAL_BUILT_MODULE := $(call static-library-path,$(LOCAL_MODULE))
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fts.h 43 char *fts_path; /* path for this descent */
45 size_t fts_pathlen; /* sizeof(path) */
69 char *fts_accpath; /* access path */
70 char *fts_path; /* root path */
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fts.h 43 char *fts_path; /* path for this descent */
45 size_t fts_pathlen; /* sizeof(path) */
69 char *fts_accpath; /* access path */
70 char *fts_path; /* root path */
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateMotionElement.java 28 public void setPath(String path)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 108 Uri path = Uri.parse(filename); local
110 if (path.getScheme() == null) {
111 path = Uri.fromFile(new File(filename));
114 activityIntent.setDataAndType(path, mimetype);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
incpath.h 1 /* Set up combined include path for the preprocessor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 44 * project path of the file, the data is a set of known string Ids for that file.
61 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
77 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
93 * @param xmlFileWsPath The project path of the file to parse. It may not exist.
  /sdk/eclipse/scripts/
_mk_icons.sh 54 icon P blue path
create_bridge_symlinks.sh 23 echo "WARNING: Argument 1 should be the SDK path to the layoutlib.jar to update."
update_version.sh 29 # p4 edit them. Skip that if there's no p4 in path.
  /sdk/jarutils/src/com/android/jarutils/
DebugKeyProvider.java 87 * @param osKeyStorePath the OS path to the keystore, or <code>null</code> if the default one
111 * Returns the OS path to the default debug keystore.
113 * @return The OS path to the default debug keystore.
156 * @param osKeyStorePath the OS path to the keystore.

Completed in 536 milliseconds

<<61626364656667686970>>