Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/emma/core/java12/com/vladium/jcd/cls/
DElementFactory.java21 public static IAttributeCollection newAttributeCollection (final int capacity) in newAttributeCollection()
26 public static IConstantCollection newConstantCollection (final int capacity) in newConstantCollection()
31 public static IFieldCollection newFieldCollection (final int capacity) in newFieldCollection()
36 public static IInterfaceCollection newInterfaceCollection (final int capacity) in newInterfaceCollection()
41 public static IMethodCollection newMethodCollection (final int capacity) in newMethodCollection()
/external/google-fruit/include/fruit/impl/util/
Dhash_helpers.defn.h32 inline HashSet<T> createHashSet(size_t capacity) { in createHashSet()
37 inline HashSetWithArenaAllocator<T> createHashSetWithArenaAllocator(size_t capacity, MemoryPool& me… in createHashSetWithArenaAllocator()
43 createHashSetWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashSetWithArenaAllocatorAndCustomFunctors()
55 inline HashMap<Key, Value> createHashMap(size_t capacity) { in createHashMap()
60 inline HashMapWithArenaAllocator<Key, Value> createHashMapWithArenaAllocator(std::size_t capacity, in createHashMapWithArenaAllocator()
68 createHashMapWithArenaAllocatorAndCustomFunctors(size_t capacity, MemoryPool& memory_pool, Hasher h… in createHashMapWithArenaAllocatorAndCustomFunctors()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.defn.h26 NormalizedComponentStorage::createLazyComponentWithNoArgsSet(size_t capacity, MemoryPool& memory_po… in createLazyComponentWithNoArgsSet()
33 NormalizedComponentStorage::createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory_pool… in createLazyComponentWithArgsSet()
40 NormalizedComponentStorage::createLazyComponentWithNoArgsReplacementMap(size_t capacity, MemoryPool… in createLazyComponentWithNoArgsReplacementMap()
47 NormalizedComponentStorage::createLazyComponentWithArgsReplacementMap(size_t capacity, MemoryPool& … in createLazyComponentWithArgsReplacementMap()
/external/perfetto/include/perfetto/base/
Dcontainer_annotations.h26 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument
32 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument
38 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument
50 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument
51 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument
52 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
/external/icu/icu4c/source/layoutex/
DRunArrays.cpp52 void RunArray::init(le_int32 capacity) in init()
94 void FontRuns::init(le_int32 capacity) in init()
100 void FontRuns::grow(le_int32 capacity) in grow()
146 void LocaleRuns::init(le_int32 capacity) in init()
152 void LocaleRuns::grow(le_int32 capacity) in grow()
198 void ValueRuns::init(le_int32 capacity) in init()
204 void ValueRuns::grow(le_int32 capacity) in grow()
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java52 final int capacity = pos + 2; in write2() local
76 final int capacity = pos + 3; in write3() local
101 final int capacity = pos + 4; in write4() local
226 public final int capacity () in capacity() method in ByteArrayOStream
244 final int capacity = pos + 1; in write() local
273 final int capacity = pos + length; in write() local
/external/icu/icu4c/source/common/
Duscript.cpp30 UScriptCode *dest, int32_t capacity, UErrorCode *err) { in setCodes()
44 setOneCode(UScriptCode script, UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in setOneCode()
56 UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in getCodesFromLocale()
98 int32_t capacity, in uscript_getCode()
Dutrace.cpp93 static void outputChar(char c, char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputChar()
129 char *outBuf, int32_t *outIx, int32_t capacity) { in outputHexBytes()
139 static void outputPtrBytes(void *val, char *outBuf, int32_t *outIx, int32_t capacity) { in outputPtrBytes()
158 static void outputString(const char *s, char *outBuf, int32_t *outIx, int32_t capacity, int32_t ind… in outputString()
173 char *outBuf, int32_t *outIx, int32_t capacity, int32_t indent) { in outputUString()
192 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat()
386 utrace_format(char *outBuf, int32_t capacity, in utrace_format()
/external/testng/src/test/java/test/morten/
DSampleTest.java7 private int capacity = 10; field in SampleTest
24 public SampleTest(int capacity, float loadFactor) in SampleTest()
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DLoadPathToFileCache.java37 public LoadPathToFileCache(int capacity) { in LoadPathToFileCache()
116 private final int capacity; field in LoadPathToFileCache.LRUCache
118 LRUCache(int capacity) { in LRUCache()
/external/tensorflow/tensorflow/python/training/
Dinput.py129 capacity=32, argument
216 capacity=32, argument
287 capacity=32, shared_name=None, name=None): argument
330 capacity=32, shared_name=None, name=None): argument
761 def _batch(tensors, batch_size, keep_input, num_threads=1, capacity=32, argument
801 def _batch_join(tensors_list, batch_size, keep_input, capacity=32, argument
836 def _shuffle_batch(tensors, batch_size, capacity, min_after_dequeue, argument
880 def _shuffle_batch_join(tensors_list, batch_size, capacity, argument
930 def batch(tensors, batch_size, num_threads=1, capacity=32, argument
1029 def maybe_batch(tensors, keep_input, batch_size, num_threads=1, capacity=32, argument
[all …]
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBenchmark.java33 @Param({"10", "100", "1000"}) int capacity; field in MonitorBenchmark
56 int capacity = this.capacity; in addsAndRemoves() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h45 explicit LRUCache(size_t capacity) : capacity_(capacity) {} in LRUCache()
47 size_t capacity() const { return capacity_; } in capacity() function
49 void reserve(size_t capacity) { in reserve()
144 TRTEngineCacheResource(OpKernelContext* ctx, size_t capacity) in TRTEngineCacheResource()
/external/vixl/src/
Dassembler-base-vixl.h41 explicit AssemblerBase(size_t capacity) in AssemblerBase()
43 AssemblerBase(byte* buffer, size_t capacity) in AssemblerBase()
Dcode-buffer-vixl.cc43 CodeBuffer::CodeBuffer(size_t capacity) in CodeBuffer()
73 CodeBuffer::CodeBuffer(byte* buffer, size_t capacity) in CodeBuffer()
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp56 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { in cloneBinary()
80 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase()
90 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring()
102 int32_t indexes[], uint8_t *dest, int32_t capacity, in write()
Dudatpg.cpp61 UChar *bestPattern, int32_t capacity, in udatpg_getBestPattern()
72 UChar *bestPattern, int32_t capacity, in udatpg_getBestPatternWithOptions()
89 UChar *skeleton, int32_t capacity, in udatpg_getSkeleton()
107 UChar *skeleton, int32_t capacity, in udatpg_getBaseSkeleton()
126 UChar *conflictingPattern, int32_t capacity, int32_t *pLength, in udatpg_addPattern()
188 UChar *fieldName, int32_t capacity, in udatpg_getFieldDisplayName()
/external/webrtc/webrtc/base/
Dbuffer.h65 Buffer(const T* data, size_t size, size_t capacity) in Buffer()
94 size_t capacity() const { in capacity() function
163 void EnsureCapacity(size_t capacity) { in EnsureCapacity()
/external/v8/src/builtins/
Dgrowable-fixed-array-gen.cc14 TNode<IntPtrT> const capacity = var_capacity_.value(); in Push() local
47 TNode<IntPtrT> const capacity = var_capacity_.value(); in ToJSArray() local
/external/guava/guava/src/com/google/common/collect/
DQueues.java50 public static <E> ArrayBlockingQueue<E> newArrayBlockingQueue(int capacity) { in newArrayBlockingQueue()
120 public static <E> LinkedBlockingDeque<E> newLinkedBlockingDeque(int capacity) { in newLinkedBlockingDeque()
154 public static <E> LinkedBlockingQueue<E> newLinkedBlockingQueue(int capacity) { in newLinkedBlockingQueue()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DAttributeElementFactory.java20 public static IExceptionHandlerTable newExceptionHandlerTable (final int capacity) in newExceptionHandlerTable()
/external/grpc-grpc/src/core/lib/gprpp/
Dinlined_vector.h100 void reserve(size_t capacity) { in reserve()
156 size_t capacity() const { return capacity_; } in capacity() function
/external/google-fruit/include/fruit/impl/data_structures/
Dmemory_pool.h39 std::size_t capacity; variable
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DBufferAllocator.java45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer()
/external/conscrypt/common/src/main/java/org/conscrypt/
DBufferAllocator.java43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer()

12345678910>>...17