HomeSort by relevance Sort by last modified time
    Searched full:splitpath (Results 1 - 25 of 50) sorted by null

1 2

  /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);
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtPathUtils.java 46 String[] data = splitPath(nodePath);
82 public static String[] splitPath(String nodePath) {
DmtManagementObject.java 68 String[] data = DmtPathUtils.splitPath(nodePath);
103 String[] data = DmtPathUtils.splitPath(nodePath);
199 String[] data = DmtPathUtils.splitPath(nodePath);
385 String[] data = DmtPathUtils.splitPath(path);
399 String[] data = DmtPathUtils.splitPath(path);
  /packages/apps/OMA-DM/plugins/pluginhelper/com/android/omadm/pluginhelper/
DmtMoBuilder.java 71 String[] data = DmtPathUtils.splitPath(nodePath);
143 String[] data = DmtPathUtils.splitPath(nodePath);
  /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...]
  /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/fonttools/Windows/
fonttools-win-setup.iss 82 procedure SplitPath(Path: string; var Dirs: TStringList);
105 end; // procedure SplitPath
144 SplitPath(OldPath, Dirs);
  /external/deqp/executor/
xeTestCase.cpp 67 static void splitPath (const char* path, std::vector<std::string>& components)
291 splitPath(path, components);
  /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/native_client_sdk/src/tools/
create_nmf.py 63 def SplitPath(path):
84 return posixpath.join(*SplitPath(path))
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 259 var splitPath = startingTriePath.split('/');
260 while (splitPath.length && testsTrie)
261 testsTrie = testsTrie[splitPath.shift()];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 195 Iterable<String> paths = LintUtils.splitPath(proguardConfig);
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 

Completed in 858 milliseconds

1 2