/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 8 import os.path namespace 16 test_dir = os.path.dirname(__file__) 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) 18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt") 52 yield os.path.join(dirpath, filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 24 wanted = os.path.join(cmd.build_base, 'lib') 34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec) 41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec) 45 wanted = os.path.join(cmd.build_base, 'scripts-' + sys.version[0:3]) 48 # executable is os.path.normpath(sys.executable) 49 self.assertEqual(cmd.executable, os.path.normpath(sys.executable))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 8 import os.path namespace 16 test_dir = os.path.dirname(__file__) 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) 18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt") 52 yield os.path.join(dirpath, filename)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ChangedFileSet.java | 25 * Collection of file path or path patterns to be checked for changes. 49 public boolean isInput(@NonNull String path, @NonNull IPath iPath) { 51 if (SelectorUtils.matchPath(i, path)) { 59 public boolean isOutput(@NonNull String path, @NonNull IPath iPath) { 61 return SelectorUtils.matchPath(mOutput, path);
|
/system/extras/ext4_utils/ |
setup_fs.c | 14 char buf[256], path[128]; local 20 n = readlink(blockdev, path, sizeof(path) - 1); 22 path[n] = 0; 23 if (!memcmp(path, "/dev/block/", 11)) 24 blockdev = path + 11;
|
/system/update_engine/common/ |
hwid_override_unittest.cc | 35 ASSERT_TRUE(base::CreateDirectory(tempdir_.path().Append("etc"))); 49 ASSERT_EQ(base::WriteFile(tempdir_.path().Append("etc/lsb-release"), 52 EXPECT_EQ(expected_hwid, HwidOverride::Read(tempdir_.path())); 57 ASSERT_EQ(base::WriteFile(tempdir_.path().Append("etc/lsb-release"), 60 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.path())); 64 EXPECT_EQ(std::string(), HwidOverride::Read(tempdir_.path()));
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 39 * One of the lists is a dex/resource path — typically referred 40 * to as a "class path" — list, and the other names directories 41 * containing native code libraries. Class path entries may be any of: 58 * List of dex/resource (class path) elements. 64 /** List of native library path elements. */ 83 * @param dexPath list of dex/resource path elements, separated by 85 * @param librarySearchPath list of native library directory path elements, 87 * @param libraryPermittedPath is path containing permitted directories for 89 * implicitly). Note that this path does not affect the search order for the library 91 * by absolute path 298 String path = file.getPath(); local 480 String path = element.findNativeLibrary(fileName); local 549 String path = new File(dir, name).getPath(); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bundlebuilder.py | 99 # List of (src, dest) tuples; dest should be a path relative to the bundle 122 self.name, ext = os.path.splitext(self.name) 146 if builddir and not os.path.exists(builddir): 149 if os.path.exists(self.bundlepath): 151 if os.path.exists(self.bundlepath + '~'): 196 for path in self.resources: 197 files.append((path, pathjoin("Contents", "Resources", 198 os.path.basename(path)))) 199 for path in self.libs [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 99 # List of (src, dest) tuples; dest should be a path relative to the bundle 122 self.name, ext = os.path.splitext(self.name) 146 if builddir and not os.path.exists(builddir): 149 if os.path.exists(self.bundlepath): 151 if os.path.exists(self.bundlepath + '~'): 196 for path in self.resources: 197 files.append((path, pathjoin("Contents", "Resources", 198 os.path.basename(path)))) 199 for path in self.libs [all...] |
/bionic/libc/include/sys/ |
xattr.h | 39 extern int setxattr(const char *path, const char *name, const void *value, size_t size, int flags); 40 extern int lsetxattr(const char *path, const char *name, const void *value, size_t size, int flags); 43 extern ssize_t getxattr(const char *path, const char *name, void *value, size_t size); 44 extern ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size); 46 extern ssize_t listxattr(const char *path, char *list, size_t size); 47 extern ssize_t llistxattr(const char *path, char *list, size_t size); 50 extern int removexattr(const char *path, const char *name); 51 extern int lremovexattr(const char *path, const char *name);
|
/build/blueprint/ |
.travis.yml | 12 - export PATH=$PATH:~/ninjabin
|
/build/tools/droiddoc/templates-sdk/ |
yaml_navtree.cs | 4 path, and status_text (API level) for each package. 11 path: /<?cs var:page.link ?>
|
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/ |
MultiUserStorageTest.java | 69 // Write to every external path we think we have access to 70 for (File path : getAllPackageSpecificPathsExceptObb(getContext())) { 71 assertNotNull("Valid media must be inserted during CTS", path); 73 Environment.getExternalStorageState(path)); 75 writeInt(new File(path, FILE_SINGLETON), uid); 84 assertEquals("Failed to read singleton file from API path", uid, 86 assertEquals("Failed to read singleton file from env path", uid, 88 assertEquals("Failed to read singleton file from raw path", uid, 91 assertEquals("Failed to read UID file from API path", uid, 94 for (File path : getAllPackageSpecificPathsExceptObb(getContext())) [all...] |
/cts/tests/tests/drm/lib/ |
TestPlugin.h | 31 DrmConstraints* onGetConstraints(int uniqueId, const String8* path, int action); 33 DrmMetadata* onGetMetadata(int uniqueId, const String8* path); 41 bool onCanHandle(int uniqueId, const String8& path); 50 String8 onGetOriginalMimeType(int uniqueId, const String8& path, int fd); 52 int onGetDrmObjectType(int uniqueId, const String8& path, const String8& mimeType); 54 int onCheckRightsStatus(int uniqueId, const String8& path, int action); 62 int uniqueId, const String8& path, int action, const ActionDescription& description); 64 status_t onRemoveRights(int uniqueId, const String8& path);
|
/developers/samples/android/experimental/ndkSampleGen/ |
build.gradle | 38 //Get absolute path of input path 39 FileTree inputFileTree = project.fileTree(sample.@path) 40 def inputPath = inputFileTree.getFiles().iterator().next().parentFile.absolutePath //sample.@path 42 println "Input path : " + inputPath 85 String collapsed = collapsedPaths.get(fcd.file.path); 86 fcd.path = "src/${collapsed}"; 101 def inputPath = sample.@path 166 def buildPath = (repoInfo =~ /Mount path: (.*)/)[0][1] 172 * Collapse a path "IntelliJ-style" by putting dots rather than slashes betwee [all...] |
/development/ndk/platforms/android-21/include/sys/ |
xattr.h | 39 extern int setxattr(const char *path, const char *name, const void *value, size_t size, int flags); 40 extern int lsetxattr(const char *path, const char *name, const void *value, size_t size, int flags); 43 extern ssize_t getxattr(const char *path, const char *name, void *value, size_t size); 44 extern ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size); 46 extern ssize_t listxattr(const char *path, char *list, size_t size); 47 extern ssize_t llistxattr(const char *path, char *list, size_t size); 50 extern int removexattr(const char *path, const char *name); 51 extern int lremovexattr(const char *path, const char *name);
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 180 // Create a path where we will place our picture in the user's 185 File path = Environment.getExternalStoragePublicDirectory( local 187 File file = new File(path, "DemoPicture.jpg"); 191 path.mkdirs(); 211 public void onScanCompleted(String path, Uri uri) { 212 Log.i("ExternalStorage", "Scanned " + path + ":"); 224 // Create a path where we will place our picture in the user's 227 File path = Environment.getExternalStoragePublicDirectory( local 229 File file = new File(path, "DemoPicture.jpg"); 234 // Create a path where we will place our picture in the user' 238 File path = Environment.getExternalStoragePublicDirectory( local 253 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local 291 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local 303 File path = getExternalFilesDir(Environment.DIRECTORY_PICTURES); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 38 private String path; field in class:MediaPlayerDemo_Audio 56 * TODO: Set the path variable to a local audio file path. 58 path = ""; 59 if (path == "") { 65 + "and set the path variable to your audio file path." 71 mMediaPlayer.setDataSource(path);
|
/device/huawei/angler/ |
sound_trigger_mixer_paths.xml | 43 <path name="listen-voice-wakeup-1"> 46 </path> 48 <path name="listen-voice-wakeup-2"> 51 </path> 52 <path name="listen-voice-wakeup-3"> 55 </path> 56 <path name="listen-voice-wakeup-4"> 59 </path> 60 <path name="listen-voice-wakeup-5"> 63 </path> [all...] |
/device/lge/bullhead/ |
sound_trigger_mixer_paths.xml | 43 <path name="listen-voice-wakeup-1"> 46 </path> 48 <path name="listen-voice-wakeup-2"> 51 </path> 52 <path name="listen-voice-wakeup-3"> 55 </path> 56 <path name="listen-voice-wakeup-4"> 59 </path> 60 <path name="listen-voice-wakeup-5"> 63 </path> [all...] |
/external/ImageMagick/MagickCore/ |
utility-private.h | 95 static inline int access_utf8(const char *path,int mode) 98 return(access(path,mode)); 106 path_wide=create_wchar_path(path); 115 static inline FILE *fopen_utf8(const char *path,const char *mode) 118 return(fopen(path,mode)); 127 path_wide=create_wchar_path(path); 143 static inline void getcwd_utf8(char *path,size_t extent) 149 directory=getcwd(path,extent); 156 (void) WideCharToMultiByte(CP_UTF8,0,wide_path,-1,path,(int) extent,NULL,NULL); 165 static inline int open_utf8(const char *path,int flags,mode_t mode [all...] |
/external/autotest/client/bin/ |
client_logging_config.py | 20 log_dir = os.path.join(results_dir, 'debug') 21 if not os.path.exists(log_dir):
|
/external/autotest/client/cros/ |
httpd.py | 70 path = urlparse.urlparse(self.path)[2] 71 if path in self.server._url_handlers: 72 self.server._url_handlers[path](self, form) 89 self.wfile.write('Request for path: %s\n' % self.path) 108 def translate_path(self, path): 113 path = urlparse.urlparse(path)[2] 114 path = posixpath.normpath(urllib.unquote(path) [all...] |
/external/autotest/client/deps/lansim/ |
lansim.py | 13 srcdir = os.path.join(topdir, 'src') 22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)
|
/external/autotest/client/tests/kernbench/ |
kernbench.py | 32 path = os.path.join(dir, tar) 33 if os.path.exists(path): 34 tarball = path 53 logfile = os.path.join(self.debugdir, 'build_log') 57 if os.path.exists(logfile): 68 self.timefile = os.path.join(self.resultsdir, timefile)
|