HomeSort by relevance Sort by last modified time
    Searched defs:start_dir (Results 1 - 9 of 9) sorted by null

  /external/ltp/lib/tests/
tst_tmpdir_test.c 52 char *start_dir = getcwd(NULL, PATH_MAX); local
62 strcmp(tmp_dir, start_dir) != 0) {
  /external/pdfium/core/fxge/
cfx_pathdata.cpp 77 int start_dir = mid_pos.y > start_pos.y ? 1 : -1;
78 float point_y = mid_pos.y + half_width * start_dir;
132 int start_dir = mid_pos.x > start_pos.x ? 1 : -1; variable
134 if (start_dir == end_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser
  /external/ltp/lib/
tst_test.c 866 const char *start_dir; local
869 start_dir = tst_get_startwd();
872 SAFE_ASPRINTF(&new_path, "%s::%s", old_path, start_dir);
874 SAFE_ASPRINTF(&new_path, "::%s", start_dir);
  /external/python/cpython2/Lib/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 312 def start_dir(self, attrs): member in class:HTMLParser

Completed in 345 milliseconds