/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpURI.java | 71 int _path; field in HttpURI 147 _path=_end; in parseConnect() 197 if (_port<_path) in parseConnect() 198 _portValue=TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10); in parseConnect() 201 _path=offset; in parseConnect() 219 _path=offset; in parse2() 253 _path=s; in parse2() 270 _path=_end; in parse2() 318 _path = m; in parse2() 371 _path = m; in parse2() [all …]
|
D | EncodedHttpURI.java | 67 if (_authority==_path) in getAuthority() 69 return StringUtil.toString(_raw,_authority,_path-_authority,_encoding); in getAuthority() 83 if (_port==_path) in getPort() 85 return TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10); in getPort() 91 if (_path==_param) in getPath() 93 return StringUtil.toString(_raw,_path,_param-_path,_encoding); in getPath() 99 if (_path==_param) in getDecodedPath() 101 return URIUtil.decodePath(_raw,_path,_param-_path); in getDecodedPath() 107 if (_path==_query) in getPathAndParam() 109 return StringUtil.toString(_raw,_path,_query-_path,_encoding); in getPathAndParam() [all …]
|
D | HttpCookie.java | 28 private final String _path; field in HttpCookie 43 _path = null; in HttpCookie() 58 _path = path; in HttpCookie() 74 _path = null; in HttpCookie() 88 _path = path; in HttpCookie() 103 _path = path; in HttpCookie() 160 return _path; in getPath()
|
/external/autotest/server/cros/ap_configurators/ |
D | pyauto_utils.py | 31 _path = '' variable in 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)) 55 shutil.move(self._path, 64 logging.info('Reinstating backup from %s to %s' % (from_path, self._path)) [all …]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_blacklist.py | 16 self._path = path 26 if not os.path.exists(self._path): 30 with open(self._path, 'r') as f: 34 os.remove(self._path) 38 self._path, blacklist) 50 with open(self._path, 'w') as f: 67 ','.join(devices), self._path, reason) 75 logging.info('Resetting blacklist %s', self._path) 77 if os.path.exists(self._path): 78 os.remove(self._path)
|
/external/lzma/CPP/Windows/ |
D | FileDir.h | 47 FString _path; variable 52 const FString &GetPath() const { return _path; } in GetPath() 62 FString _path; variable 66 const FString &GetPath() const { return _path; } in GetPath() 75 FString _path; variable 81 GetCurrentDir(_path); in CCurrentDirRestorer() 89 if (s != _path) in ~CCurrentDirRestorer() 90 SetCurrentDir(_path); in ~CCurrentDirRestorer()
|
D | FileDir.cpp | 525 if (!CreateTempFile(prefix, false, _path, outFile)) in Create() 538 if (!CreateTempFile(tempPath + namePrefix, true, _path, outFile)) in CreateRandomInTempFolder() 548 _mustBeDeleted = !DeleteFileAlways(_path); in Remove() 559 return MyMoveFile(_path, name); in MoveTo() 569 if (!CreateTempFile(tempPath + prefix, true, _path, NULL)) in Create() 579 _mustBeDeleted = !RemoveDirWithSubItems(_path); in Remove()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 188 _path.Attach(GetItem(IDC_EXTRACT_PATH)); in OnInit() 209 _path.SetText(pathPrefix); in OnInit() 213 _path.AddString(_info.Paths[i]); in OnInit() 278 _path.GetText(currentPath); in OnButtonSetPath() 284 _path.SetCurSel(-1); in OnButtonSetPath() 286 _path.SetText(resultPath); in OnButtonSetPath() 352 _path.GetText(s); in OnOK() 356 int currentItem = _path.GetCurSel(); in OnOK() 359 _path.GetText(s); in OnOK() 360 if (_path.GetCount() >= kHistorySize) in OnOK() [all …]
|
D | ExtractDialog.h | 37 NWindows::NControl::CDialogChildControl _path; variable 39 NWindows::NControl::CComboBox _path;
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | JarFileResource.java | 45 private String _path; field in JarFileResource 125 _path=_urlString.substring(sep+2); in newConnection() 126 if (_path.length()==0) in newConnection() 127 _path=null; in newConnection() 154 if (_jarUrl!=null && _path==null) in exists() 193 if (name.equals(_path)) in exists() 197 _directory=_path.endsWith("/"); in exists() 200 else if (_path.endsWith("/")) in exists() 202 if (name.startsWith(_path)) in exists() 208 …else if (name.startsWith(_path) && name.length()>_path.length() && name.charAt(_path.length())=='/… in exists()
|
/external/parameter-framework/upstream/utility/windows/ |
D | DynamicLibrary.cpp | 40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) in DynamicLibrary() 44 HMODULE module = LoadLibrary(_path.c_str()); in DynamicLibrary() 50 throw std::runtime_error(_path + ": cannot open shared object file."); in DynamicLibrary() 69 throw std::runtime_error(_path + ": undefined symbol: " + symbol); in osGetSymbol()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | 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/libyuv/files/ |
D | setup_links.py | 149 self._path = path 158 log('Planning to remove %s: %s', filesystem_type, self._path) 160 log('Removing %s: %s', filesystem_type, self._path) 163 os.remove(self._path) 170 self._path = path 174 logging.warn('Planning to remove directory: %s', self._path) 176 logging.warn('Removing directory: %s', self._path) 182 subprocess.check_call(['rd', '/q', '/s', self._path], shell=True) 184 shutil.rmtree(self._path) 191 self._path = path [all …]
|
/external/webrtc/ |
D | setup_links.py | 170 self._path = path 179 log('Planning to remove %s: %s', filesystem_type, self._path) 181 log('Removing %s: %s', filesystem_type, self._path) 184 os.remove(self._path) 191 self._path = path 195 logging.warn('Planning to remove directory: %s', self._path) 197 logging.warn('Removing directory: %s', self._path) 203 subprocess.check_call(['rd', '/q', '/s', self._path], shell=True) 205 shutil.rmtree(self._path) 212 self._path = path [all …]
|
/external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/ |
D | cloudstorage_api.py | 291 self._path = path 294 self._path + '?' + urllib.urlencode(self._options)) 301 options['marker'] = self._last_yield.filename[len(self._path) + 1:] 305 'path': self._path, 323 errors.check_status(status, [200], self._path, resp_headers=resp_headers, 328 self._path + '?' + urllib.urlencode(self._options)) 381 yield common.GCSFileStat(self._path + '/' + key, 397 self._path + '/' + e.find(common._T_PREFIX).text,
|
D | storage_api.py | 198 self._path = path 236 'path': self._path, 253 self._path = state['path'] 254 self.name = api_utils._unquote_filename(self._path) 444 self._path, headers=headers) 446 errors.check_status(status, [200, 206], self._path, headers, 645 self._path = path 667 self._path_with_token = '%s?%s' % (self._path, parsed.query) 682 'path': self._path, 703 self._path = state['path'] [all …]
|
/external/autotest/client/cros/ |
D | cros_disks.py | 398 self._path = path 413 os.path.join(base_dir, self._path)) 430 os.path.join(base_dir, self._path)) 449 path = os.path.join(base_dir, self._path) if self._path else base_dir 451 if self._path: 465 path = os.path.join(base_dir, self._path) if self._path else base_dir 483 path = os.path.join(base_dir, self._path) 493 path = os.path.join(base_dir, self._path)
|
D | power_utils.py | 341 self._path = path 352 self._max = int(utils.read_one_line(os.path.join(self._path, 363 current = int(utils.read_one_line(os.path.join(self._path, 375 cmd = "echo %d > %s" % (value, os.path.join(self._path, 'brightness')) 645 self._path = path 650 control_file = os.path.join(self._path, 'control')
|
/external/parameter-framework/upstream/utility/posix/ |
D | DynamicLibrary.cpp | 40 DynamicLibrary::DynamicLibrary(const std::string &path) : _path(osSanitizePathName(path)) in DynamicLibrary() 42 _handle = dlopen(_path.c_str(), RTLD_LAZY); in DynamicLibrary()
|
/external/v8/tools/gyp/test/win/ |
D | gyptest-link-update-manifest.py | 27 self._path = path 31 self._handle = win32api.LoadLibrary(self._path)
|
D | gyptest-link-embed-manifest.py | 27 self._path = path 31 self._handle = win32api.LoadLibrary(self._path)
|
D | gyptest-link-enable-uac.py | 27 self._path = path 31 self._handle = win32api.LoadLibrary(self._path)
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | Dispatcher.java | 61 private final String _path; field in Dispatcher 76 _path=pathInContext; in Dispatcher() 93 _path=null; in Dispatcher() 178 attr._pathInfo=_path; in include() 183 …_contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)respon… in include() 276 …_contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)respon… in forward()
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | xmlrunner.py | 163 self._path = "." 171 stream = file(os.path.join(self._path, filename), "w") 207 self._path = path 209 path = property(lambda self: self._path, _set_path, None,
|
/external/selinux/libsepol/cil/src/ |
D | cil_parser.c | 43 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() argument 52 char *path = cil_strpool_add(_path); in cil_parser()
|