HomeSort by relevance Sort by last modified time
    Searched refs:RemoveEntry (Results 1 - 19 of 19) sorted by null

  /system/connectivity/shill/
pending_activation_store.h 89 virtual bool RemoveEntry(IdentifierType type, const std::string& identifier);
96 FRIEND_TEST(PendingActivationStoreTest, RemoveEntry);
mock_pending_activation_store.h 41 MOCK_METHOD2(RemoveEntry,
pending_activation_store_unittest.cc 136 EXPECT_TRUE(store_.RemoveEntry(
138 EXPECT_TRUE(store_.RemoveEntry(
151 EXPECT_TRUE(store_.RemoveEntry(
153 EXPECT_TRUE(store_.RemoveEntry(
272 TEST_F(PendingActivationStoreTest, RemoveEntry) {
282 EXPECT_FALSE(store_.RemoveEntry(PendingActivationStore::kIdentifierICCID,
287 EXPECT_TRUE(store_.RemoveEntry(PendingActivationStore::kIdentifierICCID,
pending_activation_store.cc 170 bool PendingActivationStore::RemoveEntry(IdentifierType type,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
tmmbr_help.h 54 void RemoveEntry(uint32_t sourceIdx);
rtcp_receiver_help.cc 178 TmmbrSet.RemoveEntry(sourceIdx);
tmmbr_help.cc 84 void TMMBRSet::RemoveEntry(uint32_t sourceIdx) {
  /system/connectivity/shill/cellular/
cellular_capability_universal_cdma_unittest.cc 578 EXPECT_CALL(*modem_info_.mock_pending_activation_store(), RemoveEntry(_, _))
589 EXPECT_CALL(*modem_info_.mock_pending_activation_store(), RemoveEntry(_, _))
601 EXPECT_CALL(*modem_info_.mock_pending_activation_store(), RemoveEntry(_, _))
612 EXPECT_CALL(*modem_info_.mock_pending_activation_store(), RemoveEntry(_, _))
623 EXPECT_CALL(*modem_info_.mock_pending_activation_store(), RemoveEntry(_, _))
cellular_capability_universal_cdma.cc 163 modem_info()->pending_activation_store()->RemoveEntry(
cellular_capability_universal_unittest.cc     [all...]
cellular_capability_universal.cc 514 modem_info()->pending_activation_store()->RemoveEntry(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlogstg.h 155 virtual HRESULT WINAPI RemoveEntry(ITravelLogEntry *ptle) = 0;
169 HRESULT (WINAPI *RemoveEntry)(ITravelLogStg *This,ITravelLogEntry *ptle);
185 #define ITravelLogStg_RemoveEntry(This,ptle) (This)->lpVtbl->RemoveEntry(This,ptle)
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 318 def RemoveEntry(self, pathname_name):
859 target_directory.RemoveEntry(basename)
    [all...]
fake_filesystem_test.py 76 self.fake_dir.RemoveEntry('foobar')
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 336 def RemoveEntry(self, pathname_name):
877 target_directory.RemoveEntry(basename)
    [all...]
  /external/v8/src/snapshot/
serialize.cc 406 RemoveEntry(entry);
415 RemoveEntry(from_entry);
442 void RemoveEntry(HashMap::Entry* entry) {
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 698 milliseconds