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

1 2

  /external/eigen/bench/btl/cmake/
MacroOptionalAddSubdirectory.cmake 19 MACRO (MACRO_OPTIONAL_ADD_SUBDIRECTORY _dir )
20 GET_FILENAME_COMPONENT(_fullPath ${_dir} ABSOLUTE)
23 OPTION(BUILD_${_dir} "Build directory ${_dir}" ${ARGV1})
25 OPTION(BUILD_${_dir} "Build directory ${_dir}" TRUE)
27 IF(BUILD_${_dir})
28 ADD_SUBDIRECTORY(${_dir})
29 ENDIF(BUILD_${_dir})
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrawmain.py 17 # Make sure we have an argv[0], and make _dir point to the Resources
22 _dir = os.path.split(sys.executable)[0] # removes "python" variable
23 _dir = os.path.split(_dir)[0] # Removes "MacOS" variable
24 _dir = os.path.join(_dir, 'Resources') variable
27 _dir = os.path.split(sys.argv[0])[0] variable
33 sys.path.insert(0, _dir)
41 __file__ = os.path.join(_dir, '__main__.py')
47 del argvemulator, os, sys, _dir
    [all...]
pimp.py 126 self._dir = dir
141 exitstatus = _cmd(output, self._dir,
193 self._dir = dir
212 if _cmd(output, self._dir, cmd):
227 if oldprefix[:len(self._dir)] == self._dir:
228 oldprefix2 = oldprefix[len(self._dir):]
255 tf.extract(member, self._dir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 17 # Make sure we have an argv[0], and make _dir point to the Resources
22 _dir = os.path.split(sys.executable)[0] # removes "python" variable
23 _dir = os.path.split(_dir)[0] # Removes "MacOS" variable
24 _dir = os.path.join(_dir, 'Resources') variable
27 _dir = os.path.split(sys.argv[0])[0] variable
33 sys.path.insert(0, _dir)
41 __file__ = os.path.join(_dir, '__main__.py')
47 del argvemulator, os, sys, _dir
    [all...]
pimp.py 126 self._dir = dir
141 exitstatus = _cmd(output, self._dir,
193 self._dir = dir
212 if _cmd(output, self._dir, cmd):
227 if oldprefix[:len(self._dir)] == self._dir:
228 oldprefix2 = oldprefix[len(self._dir):]
255 tf.extract(member, self._dir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_old_mailbox.py 29 self._dir = test_support.TESTFN
30 os.mkdir(self._dir)
31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
42 os.rmdir(self._dir)
49 tmpname = os.path.join(self._dir, "tmp", filename
    [all...]
test_mailbox.py     [all...]
test_glob.py 28 self.tempdir = TESTFN + "_dir"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_old_mailbox.py 29 self._dir = test_support.TESTFN
30 os.mkdir(self._dir)
31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
42 os.rmdir(self._dir)
49 tmpname = os.path.join(self._dir, "tmp", filename
    [all...]
test_mailbox.py     [all...]
test_glob.py 28 self.tempdir = TESTFN + "_dir"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 29 self._dir = test_support.TESTFN
30 os.mkdir(self._dir)
31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
42 os.rmdir(self._dir)
49 tmpname = os.path.join(self._dir, "tmp", filename
    [all...]
test_mailbox.py     [all...]
test_glob.py 28 self.tempdir = TESTFN + "_dir"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 29 self._dir = test_support.TESTFN
30 os.mkdir(self._dir)
31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
42 os.rmdir(self._dir)
49 tmpname = os.path.join(self._dir, "tmp", filename
    [all...]
test_mailbox.py     [all...]
  /ndk/build/core/
add-toolchain.mk 56 _dir := $(patsubst %/,%,$(dir $(_config_mk))) macro
57 _name := $(notdir $(_dir))
71 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk)
74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stdlib_s.h 44 _CRTIMP errno_t __cdecl _makepath_s(char *_PathResult,size_t _Size,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
48 _CRTIMP errno_t __cdecl _splitpath_s(const char *_FullPath,char *_Drive,size_t _DriveSize,char *_Dir,size_t _DirSize,char *_Filename,size_t _FilenameSize,char *_Ext,size_t _ExtSize);
53 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
57 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
wchar_s.h 94 _CRTIMP errno_t __cdecl _wmakepath_s(wchar_t *_PathResult,size_t _SizeInWords,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
95 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(errno_t,_wmakepath_s,wchar_t,_PathResult,const wchar_t*,_Drive,const wchar_t*,_Dir,const wchar_t*,_Filename,const wchar_t*,_Ext)
102 _CRTIMP errno_t __cdecl _wsplitpath_s(const wchar_t *_FullPath,wchar_t *_Drive,size_t _DriveSizeInWords,wchar_t *_Dir,size_t _DirSizeInWords,wchar_t *_Filename,size_t _FilenameSizeInWords,wchar_t *_Ext,size_t _ExtSizeInWords);
  /external/ipsec-tools/src/racoon/
policy.h 112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \
115 (idx)->dir = (_dir); \
125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \
128 (idx)->dir = (_dir); \
  /prebuilts/qemu-kernel/arm/
rebuild.sh 71 local _dir="$1"
72 if [ ! -d "$_dir" ]; then
74 echo "ERROR: $@ ($_dir)"
  /external/llvm/autoconf/m4/
find_std_program.m4 14 AC_SUBST(allcapsname()[_DIR],[$1])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 541 _CRTIMP void __cdecl _makepath(char *_Path,const char *_Drive,const char *_Dir,const char *_Filename,const char *_Ext);
567 _CRTIMP void __cdecl _splitpath(const char *_FullPath,char *_Drive,char *_Dir,char *_Filename,char *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
573 _CRTIMP void __cdecl _wmakepath(wchar_t *_ResultPath,const wchar_t *_Drive,const wchar_t *_Dir,const wchar_t *_Filename,const wchar_t *_Ext);
580 _CRTIMP void __cdecl _wsplitpath(const wchar_t *_FullPath,wchar_t *_Drive,wchar_t *_Dir,wchar_t *_Filename,wchar_t *_Ext) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
  /external/autotest/client/site_tests/kernel_fs_Punybench/
kernel_fs_Punybench.py 315 self._disk_tests('ecryptfs_', mnt + '/_Dir', mnt + '/xyzzy')
374 self._disk_tests('ext4_', '/usr/local/_Dir', '/usr/local/xyzzy')
  /external/vboot_reference/tests/futility/
test_sign_firmware.sh 45 loemdir=${TMP}.${base}_dir

Completed in 530 milliseconds

1 2