Searched refs:capacity (Results 51 - 75 of 372) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLineBreakIteratorPoolICU.h88 if (m_pool.size() == capacity) {
99 static const size_t capacity = 4; member in class:WebCore::LineBreakIteratorPool
102 typedef Vector<Entry, capacity> Pool;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBlackBerryGlobal.cpp127 int capacity = pageCache()->capacity(); local
129 pageCache()->setCapacity(capacity);
137 // Update cache capacity based on current memory status.
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSData.h81 unsigned int capacity; member in class:OSData
97 * @param capacity The initial capacity of the OSData object in bytes.
104 * <code>capacity</code> may be zero.
108 * for which a nonzero initial capacity is a hard limit).
110 static OSData * withCapacity(unsigned int capacity);
131 * for which a nonzero initial capacity is a hard limit).
188 * for which a nonzero initial capacity is a hard limit).
213 * for which a nonzero initial capacity is a hard limit).
227 * @param capacity Th
[all...]
H A DOSOrderedSet.h128 unsigned int capacity; member in class:OSOrderedSet
150 * @param capacity The initial storage capacity
162 * <code>capacity</code> must be nonzero.
166 * for which the initial capacity is a hard limit).
184 unsigned int capacity,
195 * @param capacity The initial storage capacity
212 * <code>capacity</code> must be nonzero.
215 * for which the initial capacity i
[all...]
H A DOSSerialize.h86 unsigned int capacity; // of container member in class:OSSerialize
106 * @param capacity The initial size of the XML buffer.
116 static OSSerialize * withCapacity(unsigned int capacity);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr_cnv.cpp159 int32_t capacity; local
161 // Assume that the capacity is real and a limit pointer won't wrap around.
162 capacity = (int32_t)dstSize;
164 // Pin the capacity so that a limit pointer does not wrap around.
168 capacity = (int32_t)(targetLimit - target);
177 return u_terminateChars(target, capacity, 0, &status);
185 return toUTF8(start, length, target, capacity);
191 if(length <= capacity) {
194 destLength = capacity;
197 return u_terminateChars(target, capacity, lengt
[all...]
H A Dcharstr.cpp110 UBool CharString::ensureCapacity(int32_t capacity, argument
116 if(capacity>buffer.getCapacity()) {
118 desiredCapacityHint=capacity+buffer.getCapacity();
120 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==NULL) &&
121 buffer.resize(capacity, len+1)==NULL
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dupluralrules.h136 * @param capacity The capacity of keyword.
144 UChar *keyword, int32_t capacity,
H A Dudatpg.h203 * @param capacity the capacity of bestPattern.
212 UChar *bestPattern, int32_t capacity,
237 * @param capacity
238 * the capacity of bestPattern.
249 UChar *bestPattern, int32_t capacity,
266 * @param capacity the capacity of skeleton.
275 UChar *skeleton, int32_t capacity,
295 * @param capacity th
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dstrtest.cpp367 int32_t capacity = -1; local
368 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
369 if(dest != NULL || capacity != 0) {
373 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
374 if(dest != NULL || capacity != 0) {
378 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
379 if(dest != scratch || capacity != (int32_t)sizeof(scratch)) {
398 int32_t capacity = -1; local
399 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
400 if(dest != NULL || capacity !
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStack.cpp46 JSStack::JSStack(VM& vm, size_t capacity) argument
50 ASSERT(capacity && isPageAligned(capacity));
52 m_reservation = PageReservation::reserve(roundUpAllocationSize(capacity * sizeof(Register), commitSize), OSAllocator::JSVMStackPages);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.h116 @method capacity
120 - (int)capacity;
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-auto-dump.mm56 long capacity;
63 result->capacity = 63; // last valid ptr, also mask
70 long hash = ptr & set->capacity;
75 if (set->count*3 > set->capacity*2)
80 hash = (hash + 1) & set->capacity;
85 long oldCapacity = set->capacity;
89 set->capacity = 2*(oldCapacity+1)-1;
98 for (i = 0; i < set->capacity; ++i)
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORangeAllocator.cpp78 capacity = 0;
97 UInt32 capacity,
104 capacity, options )) {
115 IODelete( elements, IORangeAllocatorElement, capacity );
127 return( capacity );
142 if( ((numElements == capacity) && capacityIncrement)
145 newCapacity = capacity + capacityIncrement;
158 IODelete( elements, IORangeAllocatorElement, capacity );
162 capacity = newCapacity;
94 withRange( IORangeScalar endOfRange, IORangeScalar defaultAlignment, UInt32 capacity, IOOptionBits options ) argument
/macosx-10.9.5/CF-855.17/
H A DCFBinaryHeap.h119 @param capacity A hint about the number of values that will be held
122 operations. A heap's actual capacity is only limited by
153 CF_EXPORT CFBinaryHeapRef CFBinaryHeapCreate(CFAllocatorRef allocator, CFIndex capacity, const CFBinaryHeapCallBacks *callBacks, const CFBinaryHeapCompareContext *compareContext);
163 @param capacity A hint about the number of values that will be held
166 operations. A heap's actual capacity is only limited by
182 CF_EXPORT CFBinaryHeapRef CFBinaryHeapCreateCopy(CFAllocatorRef allocator, CFIndex capacity, CFBinaryHeapRef heap);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dutrace.h307 * @param capacity Length of the output buffer.
313 * If buffer capacity is insufficient, the required capacity is returned.
317 utrace_vformat(char *outBuf, int32_t capacity,
328 * @param capacity Length of the output buffer.
334 * If buffer capacity is insufficient, the required capacity is returned.
338 utrace_format(char *outBuf, int32_t capacity,
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DRunArrays.h171 * @param capacity is the initial size of the data array.
177 virtual void init(le_int32 capacity);
185 * @param capacity is the initial size of the data array.
191 virtual void grow(le_int32 capacity);
365 virtual void init(le_int32 capacity);
366 virtual void grow(le_int32 capacity);
502 virtual void init(le_int32 capacity);
503 virtual void grow(le_int32 capacity);
639 virtual void init(le_int32 capacity);
640 virtual void grow(le_int32 capacity);
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.cpp175 OSString::withCString( "capacity" )
222 // if at capacity, expand pool
444 unsigned capacity = fCapacity ; local
448 objects = (const OSObject **)IOMalloc( sizeof(const OSObject *) * capacity ) ;
449 cleanupFunctions = (CleanupFunctionWithExporter*)IOMalloc( sizeof( CleanupFunctionWithExporter ) * capacity ) ;
452 bcopy( fObjects, objects, sizeof( const OSObject * ) * capacity ) ;
455 bcopy( fCleanupFunctions, cleanupFunctions, sizeof( CleanupFunction) * capacity ) ;
471 for ( unsigned index=0; index < capacity; ++index )
487 IOFree( objects, sizeof(const OSObject *) * capacity ) ;
488 IOFree( cleanupFunctions, sizeof( CleanupFunction ) * capacity ) ;
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT00Emulator.h82 WithCapacity ( UInt64 capacity = kTwentyMegabytes );
84 bool InitWithCapacity ( UInt64 capacity );
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkedBlockSet.h60 int oldCapacity = m_set.capacity();
62 if (m_set.capacity() != oldCapacity) // Indicates we've removed a lot of blocks.
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DBackForwardListImpl.h64 int capacity();
81 virtual bool isActive() { return enabled() && capacity(); }
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubystdautodoc.swg22 AUTODOC(capacity, "Reserved capacity of the $class");
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dbattery.el82 %c Current capacity (mAh or mWh)
112 %c Current capacity (mAh or mWh)
287 %c Current capacity (mAh)
298 (let ((design-capacity 0)
299 (last-full-capacity 0)
300 full-capacity
303 capacity rate rate-type charging-state minutes hours)
330 (when (re-search-forward "remaining capacity: +\\([0-9]+\\) m[AW]h$"
332 (setq capacity
333 (+ (or capacity
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dbocsu.cpp101 int32_t capacity; local
106 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
108 // We must have capacity>=SLOPE_MAX_BYTES in case u_writeDiff() writes that much,
111 if(capacity<16) {
113 capacity=(int32_t)sizeof(scratch);
116 uint8_t *lastSafe=p+capacity-SLOPE_MAX_BYTES;
H A Dudatpg.cpp59 UChar *bestPattern, int32_t capacity,
63 bestPattern, capacity, pErrorCode);
70 UChar *bestPattern, int32_t capacity,
81 return result.extract(bestPattern, capacity, *pErrorCode);
87 UChar *skeleton, int32_t capacity,
98 return result.extract(skeleton, capacity, *pErrorCode);
104 UChar *skeleton, int32_t capacity,
115 return result.extract(skeleton, capacity, *pErrorCode);
122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCod
57 udatpg_getBestPattern(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
67 udatpg_getBestPatternWithOptions(UDateTimePatternGenerator *dtpg, const UChar *skeleton, int32_t length, UDateTimePatternMatchOptions options, UChar *bestPattern, int32_t capacity, UErrorCode *pErrorCode) argument
85 udatpg_getSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
102 udatpg_getBaseSkeleton(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t length, UChar *skeleton, int32_t capacity, UErrorCode *pErrorCode) argument
119 udatpg_addPattern(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, UBool override, UChar *conflictingPattern, int32_t capacity, int32_t *pLength, UErrorCode *pErrorCode) argument
[all...]

Completed in 204 milliseconds

1234567891011>>