Searched refs:_remove (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c39 static void _remove(UHashtable* hash,
127 _remove(hash, two, -2);
308 _remove(hash, which, 2);
372 static void _remove(UHashtable* hash, function
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c39 static void _remove(UHashtable* hash,
127 _remove(hash, two, -2);
308 _remove(hash, which, 2);
372 static void _remove(UHashtable* hash, function
/external/chromium_org/third_party/jinja2/
H A Dutils.py311 self._remove = self._queue.remove
391 self._remove(key)
409 self._remove(key)
425 self._remove(key)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DResourceTreeModel.js283 frame._remove();
622 frame._remove();
630 frames[i]._remove();
633 _remove: function()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DWorkspace.js337 _remove: function()
674 project._remove();
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c865 struct radius_msg_list *entry, *prev, *_remove; local
883 _remove = entry;
885 _remove = NULL;
890 if (_remove)
891 radius_client_msg_free(_remove);
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c865 struct radius_msg_list *entry, *prev, *_remove; local
883 _remove = entry;
885 _remove = NULL;
890 if (_remove)
891 radius_client_msg_free(_remove);
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c865 struct radius_msg_list *entry, *prev, *_remove; local
883 _remove = entry;
885 _remove = NULL;
890 if (_remove)
891 radius_client_msg_free(_remove);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_unittest.py87 def _remove(self, path): member in class:SCMTestBase
531 self._remove('test_file_commit1')
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js5183 del._remove = del.remove;
5226 del._remove(node, "keydown", handle._stealthKeyDownHandle);
5228 del._remove(node, event, handle);

Completed in 1637 milliseconds