HomeSort by relevance Sort by last modified time
    Searched full:path (Results 526 - 550 of 17547) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/sdk/1.5_r1/
index.jd 3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.5_r2/
index.jd 3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.5_r3/
index.jd 3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.6_r1/
index.jd 3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/tools/sdk/ndk/1.5_r1/
index.jd 3 sdk.redirect.path=ndk/index.html
  /frameworks/base/docs/html/tools/sdk/ndk/1.6_r1/
index.jd 3 sdk.redirect.path=ndk/index.html
  /frameworks/base/media/java/android/media/
MediaHTTPService.java 33 String path) {
34 if (path.startsWith("http://")
35 || path.startsWith("https://")
36 || path.startsWith("widevine://")) {
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 11 // path class.
69 class Path;
73 bool exists(const Path& pPath);
74 bool is_directory(const Path& pPath);
78 extern Path::StringType static_library_extension;
79 extern Path::StringType shared_library_extension;
80 extern Path::StringType executable_extension;
81 extern Path::StringType relocatable_extension;
82 extern Path::StringType assembly_extension;
83 extern Path::StringType bitcode_extension
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_mock.h 21 // Add a regular file to the mock file system. |path| is the entry's
22 // path, and |data| and |data_size| are the data there. The data must
24 void AddRegularFile(const char* path, const char* data, size_t data_size);
28 void SetCurrentDir(const char* path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrunner.py 12 realmain = os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])),
14 if os.path.exists(realmain):
appletrawmain.py 22 _dir = os.path.split(sys.executable)[0] # removes "python"
23 _dir = os.path.split(_dir)[0] # Removes "MacOS"
24 _dir = os.path.join(_dir, 'Resources')
27 _dir = os.path.split(sys.argv[0])[0]
29 # Add the Resources directory to the path. This is where files installed
31 # modules this sys.path modification is necessary to be able to import them.
33 sys.path.insert(0, _dir)
41 __file__ = os.path.join(_dir, '__main__.py')
42 if os.path.exists(__file__):
50 __file__ = os.path.join(_dir, '__main__.pyc'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /sdk/hierarchyviewer/etc/
manifest.txt 2 Class-Path: ddmlib.jar org-openide-util.jar org-netbeans-api-visual.jar
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
AnimatorPath.java 22 * A simple Path object that holds information about the points along
23 * a path. The API allows you to specify a move location (which essentially
24 * jumps from the previous point in the path to the new one), a line location
30 // The points in the path
35 * Move from the current path point to the new one
37 * neither the first point in the path nor the same as the previous point
38 * in the path.
45 * Create a straight line from the current path point to the new one
53 * Create a quadratic B?zier curve from the current path point to the new one
54 * specified by x and y. The curve uses the current path location as the first ancho
    [all...]
  /external/pdfium/testing/tools/
run_corpus_tests.py 20 # x_path - "path/to/a/b/c/x.ext"
21 # c_dir - "path/to/a/b/c"
25 input_path = os.path.join(source_dir, input_filename)
26 pdf_path = os.path.join(working_dir, input_filename)
40 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
41 help='relative path from the base source directory')
45 if not os.path.exists(pdfium_test_path):
49 working_dir = finder.WorkingDir(os.path.join('testing', 'corpus'))
50 if not os.path.exists(working_dir):
63 input_path = os.path.join(source_dir, input_filename
    [all...]
  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 18 dm_dir: path to PNG files and JSON summary (str)
23 current_dir = os.path.dirname(os.path.abspath(__file__))
24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
35 if not os.path.isfile(os.path.join(dm_dir, 'dm.json')):
40 shutil.move(os.path.join(dm_dir, 'dm.json'),
41 os.path.join(tmp, 'dm.json'))
72 shutil.move(os.path.join(tmp, 'dm.json')
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterSource.java 51 mEmptyItem = new EmptyAlbumImage(Path.fromString(FILTER_EMPTY_ITEM),
54 Path.fromString(FILTER_CAMERA_SHORTCUT_ITEM), mApplication);
61 public MediaObject createMediaObject(Path path) {
62 int matchType = mMatcher.match(path);
69 return new FilterTypeSet(path, dataManager, sets[0], mediaType);
74 return new FilterDeleteSet(path, sets[0]);
79 return new FilterEmptyPromptSet(path, sets[0], mEmptyItem);
85 return new SingleItemAlbum(path, mCameraShortcutItem);
91 throw new RuntimeException("bad path: " + path)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 14 self.top.wm_title("Path Browser")
15 self.top.wm_iconname("Path Browser")
23 return "sys.path"
27 for dir in sys.path:
51 file = os.path.join(self.dir, name)
53 nn = os.path.normcase(name)
61 item = ModuleBrowserTreeItem(os.path.join(self.dir, name))
66 if not os.path.isdir(file):
68 init = os.path.join(file, "__init__.py")
69 return os.path.exists(init
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PathBrowser.py 14 self.top.wm_title("Path Browser")
15 self.top.wm_iconname("Path Browser")
23 return "sys.path"
27 for dir in sys.path:
51 file = os.path.join(self.dir, name)
53 nn = os.path.normcase(name)
61 item = ModuleBrowserTreeItem(os.path.join(self.dir, name))
66 if not os.path.isdir(file):
68 init = os.path.join(file, "__init__.py")
69 return os.path.exists(init
    [all...]
  /bionic/libc/bionic/
lfs64_support.cpp 23 int mkstemp64(char* path) {
24 return mkstemp(path);
26 int mkostemp64(char* path, int flags) {
27 return mkostemp(path, flags);
29 int mkstemps64(char* path, int suffix_length) {
30 return mkstemps(path, suffix_length);
32 int mkostemps64(char* path, int suffix_length, int flags) {
33 return mkostemps(path, suffix_length, flags);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSAllocationTest.java 30 native boolean typedTest(String path);
35 native boolean test1DCopy(String path);
40 native boolean test2DCopy(String path);
45 native boolean test3DCopy(String path);
50 native boolean test1DCopyPadded(String path);
55 native boolean test2DCopyPadded(String path);
60 native boolean test3DCopyPadded(String path);
65 native boolean testSetElementAt(String path);
  /development/ndk/sources/android/libportable/common/include/
fcntl_portable.h 64 int WRAP(openat)(int fd, const char* path, int flags, ...)
67 return REAL(openat)(fd, path, flags, mode);
70 int WRAP(openat64)(int fd, const char* path, int flags, ...)
73 return REAL(openat64)(fd, path, flags, mode);
76 int WRAP(open)(const char* path, int flags, ...)
79 return REAL(open)(path, flags, mode);
82 int WRAP(open64)(const char* path, int flags, ...)
85 return REAL(open64)(path, flags, mode);
  /external/clang/test/Modules/
on-demand-macros.m 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -DFOO_RETURNS_INT_PTR -verify %s
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -verify %s
  /external/emma/
dependencies.xml 7 <path id="boot.ant.14.classpath" >
9 </path>
12 <path id="boot.ant.15.classpath" >
14 </path>
18 <path id="boot.j2se.12.classpath" >
22 </path>
31 <path id="boot.j2se.13.classpath" >
35 </path>
44 <path id="boot.j2se.14.classpath" >
48 </path>
    [all...]

Completed in 324 milliseconds

<<21222324252627282930>>