/external/linux-tools-perf/src/tools/perf/util/ |
path.c | 15 static char bad_path[] = "/bad-path/"; 47 static char *cleanup_path(char *path) 50 if (!memcmp(path, "./", 2)) { 51 path += 2; 52 while (*path == '/') 53 path++; 55 return path; 80 char path[PATH_MAX]; local 83 (void)perf_vsnpath(path, sizeof(path), fmt, args) [all...] |
/external/llvm/utils/emacs/ |
README | 11 (setq load-path 12 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path)) 20 (setq load-path 21 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
Path.java | 29 public class Path { 31 private Path() { 40 private static String createPath(Box box, String path) { 42 return path; 46 path = String.format("/%s[%d]", box.getType(), index) + path; 48 return createPath(box.getParent(), path); 52 public static Box getPath(Box box, String path) { 53 List<Box> all = getPaths(box, path); 58 public static List<Box> getPaths(Box box, String path) { [all...] |
/external/selinux/libselinux/man/man3/ |
selinux_colors_path.3 | 3 selinux_colors_path \- Return a path to the active SELinux policy color configuration file 12 returns the path to the active policy color configuration file. 14 The path is built from the path returned by 29 On success, the path to the active policy color configuration file is returned. If a path is not available NULL is returned.
|
/external/skia/src/animator/ |
SkTextToPath.cpp | 21 SK_MEMBER(path, Path), 29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) { 33 path->draw(maker); 38 if (paint == NULL || path == NULL || text == NULL) { 46 text->y, &path->getPath());
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathDestructionActivity.java | 23 import android.graphics.Path; 31 * scheme in particular, because we should be able to have the Java-level path finalized 32 * without destroying the underlying native path object until we are done referencing it 58 private Path getRandomPath() { 64 Path path = new Path(); local 65 path.moveTo(left, top); 66 path.lineTo(right, top); 67 path.lineTo(right, bottom) 82 Path path; local [all...] |
/frameworks/compile/libbcc/tests/debuginfo/ |
llvm-lit | 7 # to determine correct path for the root of the source tree. 10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm') 11 libbcc_source_root = os.path.join(android_source_root, 'frameworks', 'compile', 15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit')) 20 'llvm_site_config' : os.path.join(libbcc_source_root, 'test', 'debuginfo',
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailUriType.java | 30 private final String path; field in class:VoicemailUriType 32 private VoicemailUriType(String path) { 33 this.path = path; 37 public String path() { method in class:VoicemailUriType 38 return path;
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/bin/ |
vinn | 8 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
/external/clang/bindings/python/tests/cindex/ |
test_index.py | 4 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS') 14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
|
/external/clang/test/CodeGen/ |
may-alias.c | 1 // RUN: %clang_cc1 -Werror -triple i386-unknown-unknown -emit-llvm -O1 -no-struct-path-tbaa -disable-llvm-optzns -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -Werror -triple i386-unknown-unknown -emit-llvm -O1 -disable-llvm-optzns -o - %s | FileCheck %s -check-prefix=PATH 12 // PATH: store i32 0, i32* %{{.*}}, !tbaa [[TAG_CHAR:!.*]] 15 // PATH: store i32 1, i32* %{{.*}}, !tbaa [[TAG_INT:!.*]] 24 // PATH: store i32 2, i32* {{%.*}}, !tbaa [[TAG_CHAR]] 27 // PATH: store i32 3, i32* {{%.*}}, !tbaa [[TAG_test1_x:!.*]] 37 // PATH: [[TYPE_CHAR:!.*]] = !{!"omnipotent char", !{{.*}} 38 // PATH: [[TAG_CHAR]] = !{[[TYPE_CHAR]], [[TYPE_CHAR]], i64 0} 39 // PATH: [[TAG_INT]] = !{[[TYPE_INT:!.*]], [[TYPE_INT]], i64 0} 40 // PATH: [[TYPE_INT]] = !{!"int", [[TYPE_CHAR] [all...] |
/external/clang/test/Modules/ |
driver.c | 2 // RUN: %clang -fmodules -fmodules-cache-path=blarg %s -### 2>&1 | FileCheck -check-prefix CHECK-WITH_MODULE_CACHE %s 4 // CHECK-NO_MODULE_CACHE: {{clang.*"-fmodules-cache-path=.*ModuleCache"}} 6 // CHECK-WITH_MODULE_CACHE: {{clang.*"-fmodules-cache-path=blarg"}}
|
/external/icu/icu4c/source/test/testmap/ |
readme.txt | 5 $ env XTRA_OPTS='-fPIC' icurun -i /path/to/icu-build testmap.c 7 Where /path/to/icu-build is the path to an ICU build dir
|
/external/icu/icu4j/main/classes/core/ |
.classpath | 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
5 <classpathentry kind="output" path="out/bin"/>
|
/external/libxml2/result/SVG/ |
toap01.xml | 4 <desc>Simple text on a path
6 <path id="MyPath" style="visibility: hidden" d="M 100 100 C 125 125 175 125 200 100"/> 7 <text><textpath href="#MyPath"/>Text on path</text>
|
/external/libxml2/test/SVG/ |
toap01.xml | 5 <desc>Simple text on a path
7 <path id="MyPath" style="visibility: hidden"
9 <text><textpath href="#MyPath"/>Text on path</text>
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
CMakeLists.txt | 1 # Make sure that the path to libffi headers is on the command 2 # line. That path can be a compiler's non-default path even when
|
/external/llvm/lib/Support/ |
Path.cpp | 1 //===-- Path.cpp - Implement OS Path Concept ------------------------------===// 10 // This file implements the operating system Path API. 19 #include "llvm/Support/Path.h" 35 using llvm::sys::path::is_separator; 45 StringRef find_first_component(StringRef path) { 52 if (path.empty()) 53 return path; 57 if (path.size() >= 2 && std::isalpha(static_cast<unsigned char>(path[0])) & 230 namespace path { namespace in namespace:llvm::sys [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
DirectoryEntry.java | 27 * Construct a new instance without setting its path
33 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 public DirectoryEntry(String path) {
38 super(path);
68 * Return a new FileSystemEntry that is a clone of this object, except having the specified path
70 * @param path - the new path value for the cloned file system entry
71 * @return a new FileSystemEntry that has all the same values as this object except for its path
[all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
HttpUrlTest.java | 38 assertEquals("/%0B", HttpUrl.parse("http://h/\u000b").path()); // line tabulation 39 assertEquals("/%1C", HttpUrl.parse("http://h/\u001c").path()); // information separator 4 40 assertEquals("/%1D", HttpUrl.parse("http://h/\u001d").path()); // information separator 3 41 assertEquals("/%1E", HttpUrl.parse("http://h/\u001e").path()); // information separator 2 42 assertEquals("/%1F", HttpUrl.parse("http://h/\u001f").path()); // information separator 1 43 assertEquals("/%C2%85", HttpUrl.parse("http://h/\u0085").path()); // next line 44 assertEquals("/%C2%A0", HttpUrl.parse("http://h/\u00a0").path()); // non-breaking space 45 assertEquals("/%E1%9A%80", HttpUrl.parse("http://h/\u1680").path()); // ogham space mark 46 assertEquals("/%E1%A0%8E", HttpUrl.parse("http://h/\u180e").path()); // mongolian vowel separator 47 assertEquals("/%E2%80%80", HttpUrl.parse("http://h/\u2000").path()); // en qua [all...] |
/external/skia/src/gpu/ |
GrPathRenderer.cpp | 14 void GrPathRenderer::GetPathDevBounds(const SkPath& path, 18 if (path.isInverseFillType()) { 22 *bounds = path.getBounds();
|
/external/toybox/toys/posix/ |
dirname.c | 1 /* dirname.c - show directory portion of path 13 usage: dirname PATH 15 Show directory portion of path.
|
/frameworks/base/tools/layoutlib/.idea/artifacts/ |
studio_android_widgets_src_jar.xml | 3 <output-path>$PROJECT_DIR$/out/artifacts/studio_android_widgets_src_jar</output-path> 5 <element id="dir-copy" path="$PROJECT_DIR$/studio-custom-widgets/src" />
|
/sdk/find_java2/src/ |
JavaFinder.h | 32 // Returns the path recorded in the registry.
33 // If there is no path or it is no longer valid, returns an empty string.
36 // Sets the given path as the default to use in the registry.
41 // Fills the given set with the tuples (version, path) found, guaranteed sorted and unique.
44 // Checks the given path for a given java.exe.
45 // Input path variation tried are: path as-is, path/java.exe or path/bin/java.exe.
46 // Places the java path and version in outPath; [all...] |
/system/core/libprocessgroup/ |
processgroup.cpp | 48 static int convertUidToPath(char *path, size_t size, uid_t uid) 50 return snprintf(path, size, "%s/%s%d", 56 static int convertUidPidToPath(char *path, size_t size, uid_t uid, int pid) 58 return snprintf(path, size, "%s/%s%d/%s%d", 69 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; local 70 convertUidPidToPath(path, sizeof(path), uid, pid); 71 strlcat(path, PROCESSGROUP_CGROUP_PROCS_FILE, sizeof(path)); 73 int fd = open(path, O_RDONLY) 152 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; local 170 char path[PROCESSGROUP_MAX_PATH_LEN]; local 198 char path[PROCESSGROUP_MAX_PATH_LEN]; local 302 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; local [all...] |