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

<<21222324252627282930>>

  /external/libcxx/test/
lit.site.cfg 5 config.libcxx_src_root = os.path.join(config.android_root, 'external/libcxx')
12 config, os.path.join(config.libcxx_src_root, 'test/lit.cfg'))
  /external/libxml2/result/SVG/
path02.xml 4 <path d="M 100 100">
8 </path>
polyline.xml 4 <desc>A sample polyline, and equivalent path
7 <path d="M20,20 L50,100 L200,80 L70,300"/>
  /external/libxml2/test/SVG/
path02.xml 5 <path d="M 100 100">
9 </path>
polyline.xml 5 <desc>A sample polyline, and equivalent path
8 <path d="M20,20 L50,100 L200,80 L70,300"/>
  /external/llvm/utils/lit/lit/ExampleTests.ObjDir/
lit.site.cfg 12 config.example_obj_root = os.path.dirname(__file__)
14 lit.load_config(config, os.path.join(config.test_source_root,
  /external/markdown/MarkdownTest/Tests_2007/
Images.text 1 ![Alt text](/path/to/img.jpg)
3 ![Alt text](/path/to/img.jpg "Optional title")
  /external/openssh/openbsd-compat/
basename.c 27 basename(const char *path)
34 if (path == NULL || *path == '\0') {
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
46 if (endp == path && *endp == '/') {
54 while (startp > path && *(startp - 1) != '/')
  /external/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.h 16 virtual bool canDrawPath(const SkPath& path,
22 virtual bool onDrawPath(const SkPath& path,
  /external/skia/gm/
getpostextpath.cpp 26 static void strokePath(SkCanvas* canvas, const SkPath& path) {
31 canvas->drawPath(path, paint);
38 SkPath path; variable
48 paint.getTextPath(text, len, 0, 0, &path);
49 strokePath(canvas, path);
50 path.reset();
67 paint.getPosTextPath(text, len, &pos[0], &path);
68 strokePath(canvas, path);
  /external/valgrind/memcheck/tests/darwin/
pth-undocumented.c 16 int __pthread_chdir(const char *path)
18 return syscall(SYS___pthread_chdir, path);
  /frameworks/av/drm/libdrmframework/include/
ReadWriteUtils.h 43 * Reads the data from the file path provided
45 * @param[in] filePath Path of the file
50 * Reads the data into the given buffer from the file path provided
52 * @param[in] filePath Path of the file
58 * Writes the data into the file path provided
60 * @param[in] filePath Path of the file
65 * Appends the data into the file path provided
67 * @param[in] filePath Path of the file
  /frameworks/av/media/libeffects/downmix/
Android.mk 19 $(call include-path-for, audio-effects) \
20 $(call include-path-for, audio-utils)
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/
ParameterFrameworkConfigurationPolicy.xml 11 <StructureDescriptionFileLocation Path="Structure/Policy/PolicyClass.xml"/>
13 <ConfigurableDomainsFileLocation Path="Settings/Policy/PolicyConfigurableDomains.xml"/>
  /frameworks/base/services/core/java/com/android/server/
SerialService.java 42 String path = mSerialPorts[i]; local
43 if (new File(path).exists()) {
44 ports.add(path);
52 public ParcelFileDescriptor openSerialPort(String path) {
55 if (mSerialPorts[i].equals(path)) {
56 return native_open(path);
59 throw new IllegalArgumentException("Invalid serial port " + path);
62 private native ParcelFileDescriptor native_open(String path);
  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 18 RealPath::RealPath() : Path() {
21 RealPath::RealPath(const RealPath::ValueType* s) : Path(s) {
25 RealPath::RealPath(const RealPath::StringType& s) : Path(s) {
29 RealPath::RealPath(const Path& pPath) : Path(pPath) {
36 RealPath& RealPath::assign(const Path& pPath) {
37 Path::m_PathName.assign(pPath.native());
45 Path path_name;
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 36 static int readFromFile(const char *path, char* buf, size_t size, bool throwError)
38 if (!path)
41 int fd = open(path, O_RDONLY, 0);
44 ALOGE("Could not open '%s'", path);
62 static int writeToFile(const char *path, int val)
68 if (!path)
71 fd = open(path, O_WRONLY, 0);
73 ALOGE("writeToFile: Could not open '%s' err: %d", path, errno);
131 const char *path = NULL; local
134 path = jPath ? env->GetStringUTFChars(jPath, NULL) : NULL
217 const char *path = NULL; local
232 const char *path = NULL; local
253 const char *path = NULL; local
    [all...]
  /ndk/
ndk-gdb-py 6 # Check if absolute NDK path contain space
9 *\ *) echo "ERROR: NDK path cannot contain space"
  /system/core/include/cutils/
fs.h 45 extern int fs_prepare_dir(const char* path, mode_t mode, uid_t uid, gid_t gid);
51 extern int fs_read_atomic_int(const char* path, int* value);
57 extern int fs_write_atomic_int(const char* path, int value);
60 * Ensure that all directories along given path exist, creating parent
61 * directories as needed. Validates that given path is absolute and that
62 * it contains no relative "." or ".." paths or symlinks. Last path segment
63 * is treated as filename and ignored, unless the path ends with "/".
65 extern int fs_mkdirs(const char* path, mode_t mode);
  /external/fonttools/Windows/
fonttools-win-setup.iss 53 // Article 44 - Native ISX procedures for PATH modification
63 pmAddToBeginning = $1; // Add dir to beginning of Path
64 pmAddToEnd = $2; // Add dir to end of Path
65 pmAddAllways = $4; // Add also if specified dir is already included in existing path
67 pmRemove = $10; // Remove dir from path
68 pmRemoveSubdirsAlso = $20; // Remove dir and all subdirs from path
71 psCurrentUser = 1; // Modify path for current user
72 psAllUsers = 2; // Modify path for all users
78 mpBothAddAndRemove = -3; // User has specified that dir should both be removed from and added to path
81 { Helper procedure: Split a path environment variable into individual dirnames
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 7 import sys, cpp, re, os.path, string, time namespace
29 # for path in <your list of files>:
30 # scanner.parseFile(path)
39 # corresponding to a non-bracketed path name, e.g.:
89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
90 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
106 def parseFile(self, path, arch=None, kernel_root=None):
108 if not os.path.exists(path)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 72 * Verify that single path is always first item in multiple.
82 * Verify that single path is always first item in multiple.
93 * Verify that single path is always first item in multiple.
107 for (File path : paths) {
108 assertNotNull("Valid media must be inserted during CTS", path);
110 Environment.getExternalStorageState(path));
112 assertDirReadWriteAccess(path);
114 final File directChild = new File(path, "directChild");
115 final File subdir = new File(path, "subdir");
116 final File subdirChild = new File(path, "subdirChild")
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 31 #include "path.h"
64 void vegaClearPath(VGPath path, VGbitfield capabilities)
67 struct path *p = 0;
69 if (path == VG_INVALID_HANDLE) {
74 p = handle_to_path(path);
80 struct path *path = 0; local
88 path = handle_to_path(p);
89 path_destroy(path);
92 void vegaRemovePathCapabilities(VGPath path,
    [all...]
  /bootable/recovery/
roots.h 29 // Return the Volume* record for this path (or NULL).
30 Volume* volume_for_path(const char* path);
32 // Make sure that the volume 'path' is on is mounted. Returns 0 on
34 int ensure_path_mounted(const char* path);
36 // Make sure that the volume 'path' is on is mounted. Returns 0 on
38 int ensure_path_unmounted(const char* path);
  /build/tools/atree/
fs.cpp 21 is_dir(const string& path)
25 err = stat(path.c_str(), &st);
30 remove_file(const string& path)
32 int err = unlink(path.c_str());
34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(),
42 remove_recursively(const string& path)
46 if (is_dir(path)) {
47 DIR *d = opendir(path.c_str());
50 path.c_str(), strerror(errno));
63 string full = path;
    [all...]

Completed in 384 milliseconds

<<21222324252627282930>>