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

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
direct.h 31 _CRTIMP int __cdecl _chdir(const char *_Path);
32 _CRTIMP int __cdecl _mkdir(const char *_Path);
33 _CRTIMP int __cdecl _rmdir(const char *_Path);
48 _CRTIMP int __cdecl _wchdir(const wchar_t *_Path);
49 _CRTIMP int __cdecl _wmkdir(const wchar_t *_Path);
50 _CRTIMP int __cdecl _wrmdir(const wchar_t *_Path);
58 int __cdecl chdir(const char *_Path) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
59 int __cdecl mkdir(const char *_Path) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
60 int __cdecl rmdir(const char *_Path) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/lzma/CPP/Windows/
FileDir.h 47 FString _path; member in class:NWindows::NFile::NDir::CTempFile
52 const FString &GetPath() const { return _path; }
62 FString _path; member in class:NWindows::NFile::NDir::CTempDir
66 const FString &GetPath() const { return _path; }
75 FString _path; member in class:NWindows::NFile::NDir::CCurrentDirRestorer
81 GetCurrentDir(_path);
89 if (s != _path)
90 SetCurrentDir(_path);
  /external/opencv3/modules/cudalegacy/test/
test_nvidia.cpp 56 std::string _path; member in struct:NVidiaTest
63 _path = TS::ptr()->get_data_path().c_str();
64 _path = _path + "haarcascade/";
73 bool res = nvidia_NPPST_Integral_Image(_path, nvidiaTestOutputLevel);
80 bool res = nvidia_NPPST_Squared_Integral_Image(_path, nvidiaTestOutputLevel);
87 bool res = nvidia_NPPST_RectStdDev(_path, nvidiaTestOutputLevel);
94 bool res = nvidia_NPPST_Resize(_path, nvidiaTestOutputLevel);
101 bool res = nvidia_NPPST_Vector_Operations(_path, nvidiaTestOutputLevel);
108 bool res = nvidia_NPPST_Transpose(_path, nvidiaTestOutputLevel)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 16 self._path = path
25 if not os.path.exists(self._path):
28 with open(self._path, 'r') as f:
32 self._path, blacklist)
43 with open(self._path, 'w') as f:
60 ','.join(devices), self._path, reason)
68 logging.info('Resetting blacklist %s', self._path)
70 if os.path.exists(self._path):
71 os.remove(self._path)
  /external/jetty/src/java/org/eclipse/jetty/http/
EncodedHttpURI.java 67 if (_authority==_path)
69 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding);
83 if (_port==_path)
85 return TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10);
91 if (_path==_param)
93 return StringUtil.toString(_raw,_path,_param-_path,_encoding);
99 if (_path==_param)
101 return URIUtil.decodePath(_raw,_path,_param-_path);
    [all...]
HttpURI.java 71 int _path; field in class:HttpURI
147 _path=_end;
197 if (_port<_path)
198 _portValue=TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10);
201 _path=offset;
219 _path=offset;
253 _path=s;
270 _path=_end;
318 _path = m;
371 _path = m
    [all...]
HttpCookie.java 28 private final String _path; field in class:HttpCookie
43 _path = null;
58 _path = path;
74 _path = null;
88 _path = path;
103 _path = path;
160 return _path;
  /ndk/sources/cxx-stl/gabi++/
sources.mk 1 libgabi++_path := $(call my-dir)
31 libgabi++_c_includes := $(libgabi++_path)/include
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_to_load.py 20 self._path = path
38 if crx_id.HasPublicKey(self._path):
40 return crx_id.GetCRXAppID(os.path.realpath(self._path))
51 return self._path
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 188 _path.Attach(GetItem(IDC_EXTRACT_PATH));
209 _path.SetText(pathPrefix);
213 _path.AddString(_info.Paths[i]);
218 _path.SetCurSel(0);
220 _path.SetCurSel(-1);
278 _path.GetText(currentPath);
284 _path.SetCurSel(-1);
286 _path.SetText(resultPath);
352 _path.GetText(s);
356 int currentItem = _path.GetCurSel();
    [all...]
ExtractDialog.h 37 NWindows::NControl::CDialogChildControl _path; member in class:CExtractDialog
39 NWindows::NControl::CComboBox _path;
  /external/autotest/server/cros/ap_configurators/
pyauto_utils.py 31 _path = '' variable in class:ExistingPathReplacer
44 self._path = path
45 if os.path.exists(self._path):
47 assert os.path.isdir(self._path), '%s is not a directory' % self._path
49 assert os.path.isfile(self._path), '%s is not a file' % self._path
51 self._backup_basename = os.path.basename(self._path)
52 self._backup_dir = tempfile.mkdtemp(dir=os.path.dirname(self._path),
54 logging.info('Backing up %s in %s' % (self._path, self._backup_dir)
    [all...]
  /external/opencv3/cmake/
OpenCVDetectPython.cmake 144 get_filename_component(_path "${_executable}" PATH)
145 file(TO_CMAKE_PATH "${_path}" _path)
146 if(NOT EXISTS "${_path}/Lib/site-packages")
147 unset(_path)
148 get_filename_component(_path "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_version_major_minor}\\InstallPath]" ABSOLUTE)
149 if(NOT _path)
150 get_filename_component(_path "[HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\${_version_major_minor}\\InstallPath]" ABSOLUTE)
152 file(TO_CMAKE_PATH "${_path}" _path)
    [all...]
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path))
44 HMODULE module = LoadLibrary(_path.c_str());
50 throw std::runtime_error(_path + ": cannot open shared object file.");
69 throw std::runtime_error(_path + ": undefined symbol: " + symbol);
  /development/testrunner/
make_tree.py 34 self._path = os.path.join(parent._GetPath(), name)
36 self._path = ""
58 return self._path
63 path = os.path.join(android_build.GetTop(), self._path)
75 make_list.append(os.path.join(self._path, "Android.mk"))
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
JarFileResource.java 45 private String _path; field in class:JarFileResource
125 _path=_urlString.substring(sep+2);
126 if (_path.length()==0)
127 _path=null;
154 if (_jarUrl!=null && _path==null)
193 if (name.equals(_path))
197 _directory=_path.endsWith("/");
200 else if (_path.endsWith("/"))
202 if (name.startsWith(_path))
208 else if (name.startsWith(_path) && name.length()>_path.length() && name.charAt(_path.length())=='/'
    [all...]
  /external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp 40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path))
42 _handle = dlopen(_path.c_str(), RTLD_LAZY);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mailbox.py 54 self._path = test_support.TESTFN
55 self._delete_recursively(self._path)
56 self._box = self._factory(self._path)
60 self._delete_recursively(self._path)
144 self._box = self._factory(self._path, factory=rfc822.Message)
439 self._box = self._factory(self._path)
460 return self._path + '.lock'
513 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
    [all...]
test_old_mailbox.py 122 self._path = test_support.TESTFN
125 os.unlink(self._path)
129 with open(self._path, 'w') as f:
147 with open(self._path, 'r') as f:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mailbox.py 54 self._path = test_support.TESTFN
55 self._delete_recursively(self._path)
56 self._box = self._factory(self._path)
60 self._delete_recursively(self._path)
144 self._box = self._factory(self._path, factory=rfc822.Message)
439 self._box = self._factory(self._path)
460 return self._path + '.lock'
513 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
    [all...]
test_old_mailbox.py 122 self._path = test_support.TESTFN
125 os.unlink(self._path)
129 with open(self._path, 'w') as f:
147 with open(self._path, 'r') as f:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 54 self._path = test_support.TESTFN
55 self._delete_recursively(self._path)
56 self._box = self._factory(self._path)
60 self._delete_recursively(self._path)
144 self._box = self._factory(self._path, factory=rfc822.Message)
439 self._box = self._factory(self._path)
460 return self._path + '.lock'
513 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
    [all...]
test_old_mailbox.py 122 self._path = test_support.TESTFN
125 os.unlink(self._path)
129 with open(self._path, 'w') as f:
147 with open(self._path, 'r') as f:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 54 self._path = test_support.TESTFN
55 self._delete_recursively(self._path)
56 self._box = self._factory(self._path)
60 self._delete_recursively(self._path)
144 self._box = self._factory(self._path, factory=rfc822.Message)
439 self._box = self._factory(self._path)
460 return self._path + '.lock'
513 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
560 box = mailbox.Maildir(self._path, factory=FakeMessage)
568 self._box = mailbox.Maildir(self._path)
    [all...]
test_old_mailbox.py 122 self._path = test_support.TESTFN
125 os.unlink(self._path)
129 with open(self._path, 'w') as f:
147 with open(self._path, 'r') as f:

Completed in 1088 milliseconds

1 2 3 4 5 6