Searched refs:path (Results 201 - 225 of 443) sorted by relevance

1234567891011>>

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java62 private String path; field in class:MountServiceTests.ObbObserver
68 public void onObbStateChange(String path, int state) { argument
69 Log.d(TAG, "Received message. path=" + path + ", state=" + state);
71 this.path = path;
80 return path;
89 this.path = null;
224 assertTrue("OBB mounted path should be a directory",
241 assertNull("OBB's mounted path shoul
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp169 mcld::sys::fs::Path* path = NULL; local
170 // find out the real path of the namespec.
177 path = mLDInfo->options().directories().find(pNameSpec,
183 path = mLDInfo->options().directories().find(pNameSpec,
190 path = mLDInfo->options().directories().find(pNameSpec,
194 if (NULL == path)
197 mcld::Input* input = mLDInfo->inputFactory().produce(pNameSpec, *path,
203 return openFile(*path, kOpenNameSpec, *input);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp162 mcld::sys::fs::Path* path = NULL; local
163 // find out the real path of the namespec.
170 path = mLDInfo->options().directories().find(pNameSpec,
176 path = mLDInfo->options().directories().find(pNameSpec,
183 path = mLDInfo->options().directories().find(pNameSpec,
187 if (NULL == path)
190 mcld::Input* input = mLDInfo->inputFactory().produce(pNameSpec, *path,
196 return openFile(*path, kOpenNameSpec, *input);
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py37 local_symbols_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
39 local_library_directory = os.path.join(os.getenv('ANDROID_PRODUCT_OUT', 'out'),
84 return os.path.join(self.data_directory, "lib", "gdbserver")
112 self.adb_path = os.path.join(self.android_build_top,
200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os.path.exists(lib_path) and self.verbose:
220 tmp_path = os.path.join(self.temp_libdir, lib)
478 gdbserver_local_path = os.path.join(os.getenv('ANDROID_BUILD_TOP'),
514 self.gdb_inferior = os.path.join(self.temp_dir, 'app_process')
629 if os.path
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java87 String path = intent.getStringExtra(EXTRA_TEST_PATH);
93 serviceIntent.putExtra("path", path);
96 new TestsListPreloaderThread(path, doneMsg).start();
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp53 mcld::sys::fs::Path path = TOPDIR; local
54 path.append("test/libs/ARM/Android/android-14");
55 m_pLinker->setSysRoot(path);
/frameworks/wilhelm/src/
H A DAndroid.mk11 $(call include-path-for, wilhelm)
22 $(call include-path-for, wilhelm)
162 $(call include-path-for, wilhelm) \
166 $(call include-path-for, audio-effects)
203 $(call include-path-for, wilhelm) \
218 $(call include-path-for, wilhelm) \
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp328 int JetPlayer::loadFromFile(const char* path) argument
330 ALOGV("JetPlayer::loadFromFile(): path=%s", path);
335 strncpy(mJetFilePath, path, sizeof(mJetFilePath));
337 mEasJetFileLoc->path = mJetFilePath;
363 mEasJetFileLoc->path = NULL;
466 ALOGE("JetPlayer dump: JET file=%s", mEasJetFileLoc->path);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java85 private native int loadNativeCode(String path, String funcname, MessageQueue queue, argument
172 String path = null;
177 path = libraryFile.getPath();
180 if (path == null) {
187 mNativeHandle = loadNativeCode(path, funcname, Looper.myQueue(),
193 throw new IllegalArgumentException("Unable to load native library: " + path);
/frameworks/base/tools/aapt/
H A DMain.cpp27 * This operates in-place on the path string.
29 void convertPath(char *path) { argument
30 if (path != NULL && OS_PATH_SEPARATOR != '/') {
31 for (; *path; path++) {
32 if (*path == '/') {
33 *path = OS_PATH_SEPARATOR;
111 " -k junk path of file(s) added\n"
126 " -M specify full path to AndroidManifest.xml to include in zip\n"
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp169 int uniqueId, const String8* path, const int action) {
175 data.writeString8(*path);
200 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) { argument
207 data.writeString8(*path);
229 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
236 data.writeString8(path);
377 String8 BpDrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
383 data.writeString8(path);
395 int uniqueId, const String8& path, const String8& mimeType) {
401 data.writeString8(path);
168 getConstraints( int uniqueId, const String8* path, const int action) argument
394 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
409 checkRightsStatus(int uniqueId, const String8& path, int action) argument
457 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
475 removeRights(int uniqueId, const String8& path) argument
875 const String8 path = data.readString8(); local
907 const String8 path = data.readString8(); local
939 const String8 path = data.readString8(); local
1087 const String8 path = data.readString8(); local
1105 const String8 path = data.readString8(); local
1119 const String8 path = data.readString8(); local
1173 const String8 path = data.readString8(); local
1190 String8 path = data.readString8(); local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk45 $(call include-path-for, graphics corecg) \
H A DMidiFile.cpp63 mFileLocator.path = NULL;
117 const char* path, const KeyedVector<String8, String8> *) {
118 ALOGV("MidiFile::setDataSource url=%s", path);
127 mFileLocator.path = strdup(path);
390 if (mFileLocator.path) {
391 free((void*)mFileLocator.path);
392 mFileLocator.path = NULL;
116 setDataSource( const char* path, const KeyedVector<String8, String8> *) argument
/frameworks/av/media/mtp/
H A DMtpDatabase.h33 virtual MtpObjectHandle beginSendObject(const char* path,
43 virtual void endSendObject(const char* path,
/frameworks/base/cmds/am/
H A DAndroid.mk18 # Generate rules for a single file. The argument is the file path relative to
/frameworks/base/cmds/content/
H A DAndroid.mk20 # Generate rules for a single file. The argument is the file path relative to
/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl88 /* Sets the file path for USB mass storage backing file. */
89 void setMassStorageBackingFile(String path);
/frameworks/base/core/java/android/net/
H A DWebAddress.java59 /* path */ "(\\/?[^#]*)?" +
162 public void setPath(String path) { argument
163 mPath = path;
/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl37 long[] getFileSystemStats(in String path);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java106 String path = PackageHelper.mountSdDir(fullId, "none",
108 Log.e(TAG, "mount done " + path);
/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
71 virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java57 public BlacklistObserver(String key, String name, String path, ContentResolver cr) { argument
61 mPath = path;
H A DDiskStatsService.java87 private void reportFreeSpace(File path, String name, PrintWriter pw) { argument
89 StatFs statfs = new StatFs(path.getPath());
H A DSamplingProfilerService.java70 public void onEvent(int event, String path) {
71 handleSnapshotFile(new File(SNAPSHOT_DIR, path), dropbox);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java75 public void loadA3DFile(String path) { argument
76 mRender.loadA3DFile(path);

Completed in 4756 milliseconds

1234567891011>>