/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ElementFactory.java | 21 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/ |
D | hash_helpers.defn.h | 32 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/ |
D | normalized_component_storage.defn.h | 26 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/ |
D | container_annotations.h | 26 #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/ |
D | RunArrays.cpp | 52 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/ |
D | ByteArrayOStream.java | 52 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/ |
D | uscript.cpp | 30 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()
|
D | utrace.cpp | 93 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/ |
D | SampleTest.java | 7 private int capacity = 10; field in SampleTest 24 public SampleTest(int capacity, float loadFactor) in SampleTest()
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
D | LoadPathToFileCache.java | 37 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/ |
D | input.py | 129 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/ |
D | MonitorBenchmark.java | 33 @Param({"10", "100", "1000"}) int capacity; field in MonitorBenchmark 56 int capacity = this.capacity; in addsAndRemoves() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
D | trt_lru_cache.h | 45 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/ |
D | assembler-base-vixl.h | 41 explicit AssemblerBase(size_t capacity) in AssemblerBase() 43 AssemblerBase(byte* buffer, size_t capacity) in AssemblerBase()
|
D | code-buffer-vixl.cc | 43 CodeBuffer::CodeBuffer(size_t capacity) in CodeBuffer() 73 CodeBuffer::CodeBuffer(byte* buffer, size_t capacity) in CodeBuffer()
|
/external/icu/icu4c/source/i18n/ |
D | collationdatawriter.cpp | 56 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()
|
D | udatpg.cpp | 61 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/ |
D | buffer.h | 65 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/ |
D | growable-fixed-array-gen.cc | 14 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/ |
D | Queues.java | 50 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/ |
D | AttributeElementFactory.java | 20 public static IExceptionHandlerTable newExceptionHandlerTable (final int capacity) in newExceptionHandlerTable()
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | inlined_vector.h | 100 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/ |
D | memory_pool.h | 39 std::size_t capacity; variable
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | BufferAllocator.java | 45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | BufferAllocator.java | 43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer()
|