/external/icu/icu4c/source/test/cintltst/ |
D | chashtst.c | 32 static void _put(UHashtable* hash, 120 _put(hash, one, 1, 0); in TestBasic() 121 _put(hash, omega, 24, 0); in TestBasic() 122 _put(hash, two, 2, 0); in TestBasic() 123 _put(hash, three, 3, 0); in TestBasic() 124 _put(hash, one, -1, 1); in TestBasic() 125 _put(hash, two, -2, 2); in TestBasic() 126 _put(hash, omega, 48, 24); in TestBasic() 127 _put(hash, one, 100, -1); in TestBasic() 132 _put(hash, two, 200, 0); in TestBasic() [all …]
|
/external/python/cpython3/Lib/asyncio/ |
D | queues.py | 56 def _put(self, item): member in Queue 145 self._put(item) 228 def _put(self, item, heappush=heapq.heappush): member in PriorityQueue 241 def _put(self, item): member in LifoQueue
|
/external/python/cpython3/Lib/ |
D | queue.py | 149 self._put(item) 212 def _put(self, item): member in Queue 232 def _put(self, item): member in PriorityQueue 248 def _put(self, item): member in LifoQueue
|
/external/python/cpython2/Lib/ |
D | Queue.py | 136 self._put(item) 204 def _put(self, item): member in Queue 224 def _put(self, item, heappush=heapq.heappush): member in PriorityQueue 240 def _put(self, item): member in LifoQueue
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | enterprise_CFM_Test.py | 725 for _put in self.puts: 726 if _put in get_usb_devices.CAMERA_MAP.keys(): 727 self.camera = _put 728 if _put in get_usb_devices.SPEAKER_MAP.keys(): 729 self.speaker = _put
|
/external/python/cpython2/Lib/test/ |
D | test_queue.py | 217 def _put(self, item): member in FailingQueue 221 return Queue.Queue._put(self, item)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | UnicodeMap.java | 282 private UnicodeMap _put(int codepoint, T value) { in _put() method in UnicodeMap 380 _put(i, value); 396 _put(codepoint, value); 498 _put(it.codepoint, value);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeMap.java | 279 private UnicodeMap _put(int codepoint, T value) { in _put() method in UnicodeMap 377 _put(i, value); 393 _put(codepoint, value); 495 _put(it.codepoint, value);
|
/external/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 336 _put(element, value, status); in _putIfAbsentAndGet() 411 void UnifiedCache::_put( in _put() function in UnifiedCache
|
D | unifiedcache.h | 486 void _put(
|
/external/libunwind/doc/ |
D | libunwind-ptrace.tex | 25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}… 61 \Func{\_UPT\_put\_unwind\_info}(), etc.) are also available for direct
|
/external/python/cpython3/Lib/test/ |
D | test_queue.py | 264 def _put(self, item): member in FailingQueue 268 return queue.Queue._put(self, item)
|
/external/libnl/ |
D | ChangeLog | 173 o Add rtnl_*_put() and rtnl_*_free() to increase readability.
|