/frameworks/compile/mclinker/unittests/ |
MCRegionFragmentTest.cpp | 14 #include "mcld/Support/Path.h" 41 Path path(TOPDIR); 42 path.append("unittests/test3.txt"); 44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite); 56 Path path(TOPDIR); 57 path.append("unittests/test3.txt"); 59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
|
/bootable/recovery/minzip/ |
DirUtil.h | 31 * specified in path are present, creating as many directories 41 * (usually if some element of path is not a directory). 43 int dirCreateHierarchy(const char *path, int mode, 47 /* rm -rf <path> 49 int dirUnlinkHierarchy(const char *path);
|
/build/tools/ |
fileslist.py | 20 def get_file_size(path): 21 st = os.lstat(path) 28 base = len(root[:root.rfind(os.path.sep)]) 34 get_file_size(os.path.sep.join((dir, f))), 35 os.path.sep.join((relative, f)),
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSElementTest.java | 30 native boolean testCreatePixel(String path); 35 native boolean testCreateVector(String path); 40 native boolean testPrebuiltElements(String path); 45 native boolean testIsCompatible(String path); 50 native boolean testElementBuilder(String path);
|
RSObjectTest.java | 30 native boolean testClearObjectElement(String path); 35 native boolean testClearObjectType(String path); 40 native boolean testClearObjectAllocation(String path); 45 native boolean testClearObjectSampler(String path); 50 native boolean testClearObjectScript(String path);
|
/dalvik/dx/src/com/android/multidex/ |
ClassPathElement.java | 23 * An element of the class path in which class files can be found. 31 * @param path a '/' separated relative path to the wanted file. 33 * @throws IOException if the path can not be found or if an error occurred while opening it. 35 InputStream open(String path) throws IOException;
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/ |
test_reporter.py | 7 dir = os.path.join(os.path.dirname(__file__), 'reporter_output') 8 fn = os.path.join(dir, fn) 9 if os.path.exists(dir): 10 if os.path.exists(fn):
|
/external/chromium-trace/trace-viewer/tracing/ |
run_d8_tests | 10 hooks_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 11 if hooks_path not in sys.path: 12 sys.path.append(hooks_path)
|
run_py_tests | 10 hooks_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 11 if hooks_path not in sys.path: 12 sys.path.append(hooks_path)
|
/external/compiler-rt/test/cfi/ |
lit.cfg | 8 config.test_source_root = os.path.dirname(__file__) 11 return os.path.exists(os.path.join(config.llvm_shlib_dir, 'libLTO.dylib')) 14 if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold.so')):
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 81 // filecap /path/dir 82 // filecap /path/file 83 // filecap /path/file capability1 capability2 capability 3 ... 90 char *path_env, *path = NULL, *dir = NULL; 112 printf("Error checking path %s (%s)\n", 119 if (S_ISREG(sbuf.st_mode) && path == NULL && 121 path = argv[i]; 123 } else if (S_ISDIR(sbuf.st_mode) && path == NULL 134 if (path == NULL) 151 if (path == NULL && dir == NULL && show_all == 0) [all...] |
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
project.pbxproj | 35 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 36 730F23F0091827B100AB638C /* Info.plist */ = {isa = PBXFileReference; explicitFileType = text.plist; fileEncoding = 4; path = Info.plist; sourceTree = "<group>"; }; 37 738835E40B18F870005C7A69 /* libvorbis.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libvorbis.a; sourceTree = BUILT_PRODUCTS_DIR; }; 38 B0A98E6111D430C900952D48 /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; }; 39 B0A98E6211D430C900952D48 /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; }; 40 F58520B90191D12B01A802FE /* codec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = "<group>"; }; 41 F58520BA0191D12B01A802FE /* vorbisenc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisenc.h; sourceTree = "<group>"; }; 42 F58520BB0191D12B01A802FE /* vorbisfile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vorbisfile.h; sourceTree = "<group>"; }; 43 F5D8F60A03389C830112CE8F /* analysis.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = analysis.c; sourceTree = "<group>"; }; 44 F5D8F60B03389C830112CE8F /* backends.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = backends.h; sourceTree = "<group>"; } [all...] |
/external/lldb/examples/customization/import-python/ |
importcmd.py | 3 return sys.path.__contains__(dirname); 6 dirname = os.path.abspath(dirname) 8 sys.path.append(dirname); 18 """Import a Python module given its full path""" 21 return "no module path given";
|
/external/lldb/test/arm_emulation/ |
TestEmulations.py | 16 test_dir = os.path.join (current_dir, "new-test-files") 24 test_file = os.path.join (test_dir, f) 30 test_dir = os.path.join (current_dir, "new-test-files") 38 test_file = os.path.join (test_dir, f) 47 print '\nRunning test ' + os.path.basename(filename)
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
PushPromise.java | 23 private final String path; field in class:PushPromise 27 public PushPromise(String method, String path, Headers headers, MockResponse response) { 29 this.path = path; 39 return path;
|
/external/parameter-framework/test/functional-tests/xml/XML_Test/ |
Reference_dumpDomains.xml | 9 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0" /> 13 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0"> 39 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1" /> 43 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1"> 52 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1">
|
/external/selinux/libselinux/man/man3/ |
setfilecon.3 | 8 .BI "int setfilecon(const char *" path ", char * "con ); 10 .BI "int setfilecon_raw(const char *" path ", char * "con ); 12 .BI "int lsetfilecon(const char *" path ", char * "con ); 14 .BI "int lsetfilecon_raw(const char *" path ", char * "con ); 32 has it's context set in place of path.
|
/external/skia/gm/ |
stringart.cpp | 42 SkPath path; variable 43 path.moveTo(center); 49 path.lineTo(rp); 53 path.close(); 60 canvas->drawPath(path, paint);
|
/external/skia/src/pathops/ |
SkOpEdgeBuilder.h | 15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContour* contours2, SkChunkAlloc* allocator, 19 , fPath(path.nativePath()) 25 SkOpEdgeBuilder(const SkPath& path, SkOpContour* contours2, SkChunkAlloc* allocator, 29 , fPath(&path) 35 void addOperand(const SkPath& path);
|
/external/skia/tests/ |
ErrorTest.cpp | 48 SkPath path; local 49 path.addRect(r); 52 path.addRoundRect(r, 10, 10); 56 path.addRoundRect(r, -10, -10); 61 path.addRoundRect(r, -10, -10);
|
/external/valgrind/none/tests/amd64/ |
bug156404-amd64.c | 19 extern long my_readlink ( const char* path ); 25 "\tmovq %rdi,%rdi\n" // path is in rdi 35 long recurse ( const char* path, long count ) 38 return my_readlink(path); 40 long r = recurse(path, count-1);
|
/frameworks/support/v4/api21/android/support/v4/view/animation/ |
PathInterpolatorCompatApi21.java | 19 import android.graphics.Path; 24 * API 21+ implementation for path interpolator compatibility. 32 public static Interpolator create(Path path) { 33 return new PathInterpolator(path);
|
/frameworks/support/v4/donut/android/support/v4/view/animation/ |
PathInterpolatorCompatBase.java | 19 import android.graphics.Path; 23 * Base implementation for path interpolator compatibility. 31 public static Interpolator create(Path path) { 32 return new PathInterpolatorDonut(path);
|
/frameworks/wilhelm/tests/sandbox/ |
Android.mk | 10 $(call include-path-for, wilhelm) 38 $(call include-path-for, wilhelm) 64 $(call include-path-for, wilhelm) \ 65 $(call include-path-for, wilhelm-ut) 95 $(call include-path-for, wilhelm) \ 96 $(call include-path-for, wilhelm-ut) 126 $(call include-path-for, wilhelm) 152 $(call include-path-for, wilhelm) 182 $(call include-path-for, wilhelm) 212 $(call include-path-for, wilhelm) [all...] |
/libcore/luni/src/test/java/tests/security/ |
CertPathBuilderTest.java | 40 public abstract void validateCertPath(CertPath path); 48 CertPath path = builderResult.getCertPath(); local 50 assertNotNull("built path is null", path); 52 validateCertPath(path);
|