HomeSort by relevance Sort by last modified time
    Searched defs:GetIdentity (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
fail_on_access_file_system.py 8 # All this needs to do is implement GetIdentity. All other methods will
10 def GetIdentity(self):
patcher.py 24 def GetIdentity(self):
empty_dir_file_system.py 31 def GetIdentity(self):
offline_file_system.py 11 FileNotFound error for all operations, and overrides GetIdentity.
25 def GetIdentity(self):
26 return self._fs.GetIdentity()
test_patcher.py 34 def GetIdentity(self):
chained_compiled_file_system.py 40 StringIdentity(*(fs.GetIdentity() for fs in self._file_system_chain)))
93 def GetIdentity(self):
chroot_file_system.py 47 def GetIdentity(self):
49 '%s/%s' % (self._file_system.GetIdentity(), self._root))
rietveld_patcher.py 141 def GetIdentity(self):
caching_rietveld_patcher.py 66 category='%s/%s' % (rietveld_patcher.GetIdentity(), category))
115 def GetIdentity(self):
116 return self._patcher.GetIdentity()
patched_file_system.py 153 def GetIdentity(self):
155 self._base_file_system.GetIdentity(),
156 self._patcher.GetIdentity())
caching_file_system.py 24 category='%s/%s' % (file_system.GetIdentity(), category),
178 def GetIdentity(self):
179 return self._file_system.GetIdentity()
file_system.py 161 def GetIdentity(self):
222 self.GetIdentity() == other.GetIdentity())
gcs_file_system.py 112 def GetIdentity(self):
local_file_system.py 109 def GetIdentity(self):
mock_file_system.py 94 def GetIdentity(self):
95 return self._file_system.GetIdentity()
platform_bundle.py 135 def GetIdentity(self):
136 return self._host_fs_at_master.GetIdentity()
subversion_file_system.py 204 def GetIdentity(self):
test_file_system.py 146 def GetIdentity(self):
compiled_file_system.py 98 full_name = [cls.__name__, file_system.GetIdentity()]
284 def GetIdentity(self):
285 return self._file_system.GetIdentity()
github_file_system.py 203 def GetIdentity(self):
gitiles_file_system.py 226 def GetIdentity(self):
new_github_file_system.py 288 def GetIdentity(self):
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 115 rtc::SSLIdentity& SecureTunnelSessionClient::GetIdentity() const {
283 std::string pem_cert = GetIdentity().certificate().ToPEMString();
305 GetIdentity().certificate().ToPEMString()));
323 GetIdentity().GetReference();
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 208 GetIdentity()->Process(sources, this);
218 ShaderProgram* GLFrame::GetIdentity() const {
385 GetIdentity()->Process(sources, &target);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 173 bool Transport::GetIdentity(rtc::SSLIdentity** identity) {

Completed in 174 milliseconds

1 2