/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
splitpath_test.c | 33 /* splitpath function to test */ 34 size_t (*splitpath) (const char *path, const char **tail); member in struct:Test_Entry 109 if (test->splitpath == &yasm__splitpath_unix) 114 headlen = test->splitpath(test->input, &tail);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 70 (undef, undef, $f) = File::Spec->splitpath($file);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 70 (undef, undef, $f) = File::Spec->splitpath($file);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 70 (undef, undef, $f) = File::Spec->splitpath($file);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-create-patch | 74 sub splitpath($); 374 my ($dira, $namea) = splitpath($fileDataA->{path}); 375 my ($dirb, $nameb) = splitpath($fileDataB->{path}); 420 sub splitpath($) subroutine
|
webkitdirs.pm | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 339 splitpath = ('/' + '/'.join(head_parts), tail_part) 340 collapsed_path = "/".join(splitpath)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 339 splitpath = ('/' + '/'.join(head_parts), tail_part) 340 collapsed_path = "/".join(splitpath)
|
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 55 splitpath catpath/; 612 my ($v, $d, $f) = splitpath($file); [all...] |
lcov | 68 file_name_is_absolute rootdir splitdir splitpath/; [all...] |