Home
last modified time | relevance | path

Searched refs:_put (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c34 static void _put(UHashtable* hash,
123 _put(hash, one, 1, 0); in TestBasic()
124 _put(hash, omega, 24, 0); in TestBasic()
125 _put(hash, two, 2, 0); in TestBasic()
126 _put(hash, three, 3, 0); in TestBasic()
127 _put(hash, one, -1, 1); in TestBasic()
128 _put(hash, two, -2, 2); in TestBasic()
129 _put(hash, omega, 48, 24); in TestBasic()
130 _put(hash, one, 100, -1); in TestBasic()
135 _put(has in TestBasic()
391 static void _put(UHashtable* hash, _put() function
[all...]
/third_party/python/Lib/asyncio/
H A Dqueues.py53 def _put(self, item): member in Queue
144 self._put(item)
227 def _put(self, item, heappush=heapq.heappush): member in PriorityQueue
240 def _put(self, item): member in LifoQueue
/third_party/python/Lib/
H A Dqueue.py150 self._put(item)
213 def _put(self, item): member in Queue
235 def _put(self, item): member in PriorityQueue
251 def _put(self, item): member in LifoQueue
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java282 private UnicodeMap _put(int codepoint, T value) { in _put() method in UnicodeMap
380 _put(i, value); in _putAll()
396 _put(codepoint, value); in put()
498 _put(it.codepoint, value); in putAllFiltered()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java279 private UnicodeMap _put(int codepoint, T value) { in _put() method in UnicodeMap
377 _put(i, value); in _putAll()
393 _put(codepoint, value); in put()
495 _put(it.codepoint, value); in putAllFiltered()
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.cpp339 _put(element, value, status); in _putIfAbsentAndGet()
414 void UnifiedCache::_put( in _put() function in UnifiedCache
H A Dunifiedcache.h486 void _put(
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
61 \Func{\_UPT\_put\_unwind\_info}(), etc.) are also available for direct
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.cpp339 _put(element, value, status); in _putIfAbsentAndGet()
414 void UnifiedCache::_put( in _put() function in UnifiedCache
H A Dunifiedcache.h486 void _put(
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.cpp339 _put(element, value, status); in _putIfAbsentAndGet()
414 void UnifiedCache::_put( in _put() function in UnifiedCache
H A Dunifiedcache.h486 void _put(
/third_party/python/Lib/test/
H A Dtest_queue.py306 def _put(self, item): member in FailingQueueTest.setUp.FailingQueue
310 return Queue._put(self, item)

Completed in 11 milliseconds