HomeSort by relevance Sort by last modified time
    Searched refs:GetIdentity (Results 1 - 25 of 38) 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):
chroot_file_system_test.py 95 self.assertNotEqual(self._test_fs.GetIdentity(), chroot_fs1.GetIdentity())
96 self.assertNotEqual(self._test_fs.GetIdentity(), chroot_fs2.GetIdentity())
97 self.assertNotEqual(chroot_fs1.GetIdentity(), chroot_fs2.GetIdentity())
98 self.assertEqual(chroot_fs1.GetIdentity(), chroot_fs1b.GetIdentity())
offline_file_system.py 11 FileNotFound error for all operations, and overrides GetIdentity.
25 def GetIdentity(self):
26 return self._fs.GetIdentity()
patcher.py 24 def GetIdentity(self):
chroot_file_system.py 47 def GetIdentity(self):
49 '%s/%s' % (self._file_system.GetIdentity(), self._root))
empty_dir_file_system.py 31 def GetIdentity(self):
gitiles_file_system_test.py 155 self.assertEqual(self._gitiles_fs.GetIdentity(),
156 other_gitiles_fs.GetIdentity())
159 self.assertNotEqual(self._gitiles_fs.GetIdentity(),
160 yet_another_gitiles_fs.GetIdentity())
test_patcher.py 34 def GetIdentity(self):
api_data_source.py 30 category=StringIdentity(self._json_cache.GetIdentity(),
31 self._template_cache.GetIdentity(),
32 self._platform_bundle.GetIdentity()))
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())
chained_compiled_file_system.py 40 StringIdentity(*(fs.GetIdentity() for fs in self._file_system_chain)))
93 def GetIdentity(self):
mock_file_system.py 94 def GetIdentity(self):
95 return self._file_system.GetIdentity()
file_system.py 161 def GetIdentity(self):
222 self.GetIdentity() == other.GetIdentity())
compiled_file_system.py 98 full_name = [cls.__name__, file_system.GetIdentity()]
284 def GetIdentity(self):
285 return self._file_system.GetIdentity()
caching_file_system.py 24 category='%s/%s' % (file_system.GetIdentity(), category),
178 def GetIdentity(self):
179 return self._file_system.GetIdentity()
platform_bundle.py 135 def GetIdentity(self):
136 return self._host_fs_at_master.GetIdentity()
api_list_data_source.py 31 APIListDataSource, category=self._platform_bundle.GetIdentity())
gcs_file_system.py 112 def GetIdentity(self):
local_file_system.py 109 def GetIdentity(self):
path_canonicalizer.py 36 PathCanonicalizer, category=file_system.GetIdentity())
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 80 rtc::SSLIdentity& GetIdentity() const;
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.h 180 ShaderProgram* GetIdentity() const;
gl_frame.cpp 208 GetIdentity()->Process(sources, this);
218 ShaderProgram* GLFrame::GetIdentity() const {
385 GetIdentity()->Process(sources, &target);

Completed in 547 milliseconds

1 2