Searched
full:path (Results
401 -
425 of
42155) sorted by null
<<11121314151617181920>>
/external/libxml2/result/relaxng/ |
tutor7_3_5.err | 1 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : failed to validate type double 2 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Error validating list 3 ./test/relaxng/tutor7_3_5.xml:1: element path: Relax-NG validity error : Element path failed to validate content
|
/external/protobuf/cmake/ |
protobuf-config.cmake.in | 7 "${CMAKE_CURRENT_LIST_FILE}" PATH) 14 "${_PROTOBUF_PACKAGE_PREFIX}" PATH) 16 "${_PROTOBUF_IMPORT_PREFIX}" PATH) 18 "${_PROTOBUF_IMPORT_PREFIX}" PATH)
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
PathPermissionData.java | 4 public final String path; field in class:PathPermissionData 10 PathPermissionData(String path, String pathPrefix, String pathPattern, String readPermission, String writePermission) { 11 this.path = path;
|
/external/selinux/libsepol/cil/include/cil/ |
cil_write_ast.h | 6 int cil_write_ast(struct cil_db *db, const char* path);
|
/external/skia/bin/ |
list-skia-bots | 10 path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json') 11 for j in sorted(json.load(open(path, 'r'))['jobs'].keys()):
|
/external/skia/gm/ |
bug615686.cpp | 16 SkPath path; local 17 path.moveTo(0, 0); 18 path.cubicTo(200, 200, 0, 200, 200, 0); 19 canvas->drawPath(path, p);
|
/external/skqp/bin/ |
list-skia-bots | 10 path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json') 11 for j in sorted(json.load(open(path, 'r'))['jobs'].keys()):
|
/external/skqp/gm/ |
bug615686.cpp | 16 SkPath path; local 17 path.moveTo(0, 0); 18 path.cubicTo(200, 200, 0, 200, 200, 0); 19 canvas->drawPath(path, p);
|
/external/swiftshader/ |
.gitmodules | 2 path = third_party/googletest
|
/external/universal-tween-engine/java/api/src/aurelienribon/ |
tweenengine.gwt.xml | 3 <source path="tweenengine" />
|
/external/v8/tools/ |
find_depot_tools.py | 4 """Small utility function to find depot_tools and add it to the python path. 12 return os.path.isfile(os.path.join(directory, 'gclient.py')) 16 """Search for depot_tools and add it to sys.path.""" 18 for i in sys.path: 23 # Then look if depot_tools is in PATH, common case. 24 for i in os.environ['PATH'].split(os.pathsep): 27 sys.path.insert(0, i.rstrip(os.sep)) 29 # Rare case, it's not even in PATH, look upward up to root. 30 root_dir = os.path.dirname(os.path.abspath(__file__) [all...] |
/external/valgrind/memcheck/tests/solaris/ |
filter_ldynsym | 3 # remove path to ldynsym
|
/frameworks/base/docs/ |
source.properties | 3 Pkg.Path=doc
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
.gitmodules | 2 path = thirdparty/gtest
|
/prebuilts/go/darwin-x86/src/archive/tar/testdata/ |
pax-bad-hdr-file.tar | |
pax-bad-mtime-file.tar | |
pax-multi-hdrs.tar | |
pax-pos-size-file.tar | |
/prebuilts/go/linux-x86/src/archive/tar/testdata/ |
pax-bad-hdr-file.tar | |
pax-bad-mtime-file.tar | |
pax-multi-hdrs.tar | |
pax-pos-size-file.tar | |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/ |
build.py | 5 def mm(path, android_build_top): 7 env['ONE_SHOT_MAKEFILE'] = os.path.join(path, 'Android.mk') 11 'MODULES-IN-' + path.replace('/', '-'), '-B'
|
/sdk/testapps/javaProjectTest/javaProject2/ |
.classpath | 3 <classpathentry 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 exported="true" kind="lib" path="libs/basicJar.jar"/> 6 <classpathentry kind="output" path="bin"/>
|
/sdk/testapps/javaProjectTest/javaProject3/ |
.classpath | 3 <classpathentry 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 exported="true" kind="lib" path="libs/basicJar2.jar" sourcepath="/Volumes/Android/int/master/sdk/testapps/basicJar2/src"/> 6 <classpathentry kind="output" path="bin"/>
|
Completed in 508 milliseconds
<<11121314151617181920>>