HomeSort by relevance Sort by last modified time
    Searched full:newsize (Results 201 - 225 of 563) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/dng_sdk/source/
dng_negative.cpp     [all...]
  /external/opencv/cv/src/
cvsurf.cpp 82 icvResizeHaarPattern( const int src[][5], CvSurfHF* dst, int n, int oldSize, int newSize, int widthStep )
86 int dx1 = src[k][0]*newSize/oldSize;
87 int dy1 = src[k][1]*newSize/oldSize;
88 int dx2 = src[k][2]*newSize/oldSize;
89 int dy2 = src[k][3]*newSize/oldSize;
  /external/pdfium/third_party/lcms2-2.6/src/
cmserr.c 437 cmsUInt32Number newSize;
439 newSize = sub -> h ->BlockSize * 2;
440 if (newSize < size) newSize = size;
442 chunk = _cmsCreateSubAllocChunk(sub -> ContextID, newSize);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactByteArray.java 238 int newSize = limitCompacted*BLOCKCOUNT;
239 byte[] result = new byte[newSize];
240 System.arraycopy(values, 0, result, 0, newSize);
  /external/libevent/
kqueue.c 212 int newsize = kqop->changes_size * 2; local
216 newsize * sizeof(struct kevent));
222 kqop->changes_size = newsize;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 61 void updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
62 if (NewSize > Size) Size = NewSize;
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 62 bool doSubstitute(unsigned NewSize, unsigned OldSize);
338 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) {
339 if (OptSize && (NewSize < OldSize))
  /external/lzma/C/
XzEnc.c 133 size_t newSize = sizeof(CXzBlockSizes) * num;
135 if (newSize / sizeof(CXzBlockSizes) != num)
137 blocks = (CXzBlockSizes *)alloc->Alloc(alloc, newSize);
  /external/selinux/libsepol/cil/test/unit/
CuTest.c 80 void CuStringResize(CuString* str, int newSize)
82 str->buffer = (char*) realloc(str->buffer, sizeof(char) * newSize);
83 str->size = newSize;
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 419 public void growArray(int oldSize, int newSize) {
420 super.growArray(oldSize, newSize);
421 int[] newDurations = new int[newSize];
  /toolchain/binutils/binutils-2.25/gas/
ehopt.c 502 int oldsize, newsize; local
505 newsize = eh_frame_estimate_size_before_relax (frag);
506 return newsize - oldsize;
  /external/llvm/include/llvm/ADT/
ilist.h 777 void resize(size_type newsize, NodeTy val) {
780 for ( ; i != this->end() && len < newsize; ++i, ++len) /* empty*/ ;
782 if (len == newsize)
785 insert(this->end(), newsize - len, val);
787 void resize(size_type newsize) { resize(newsize, NodeTy()); }
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 890 size_t i, newsize, len; local
897 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
899 newsize > GLOB_LIMIT_PATH * sizeof(*pathv))
901 pathv = pglob->gl_pathv ? realloc(pglob->gl_pathv, newsize) :
902 malloc(newsize);
928 (newsize + limit->l_string) >= GLOB_LIMIT_STRING)
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 259 int newSize = tempBuffer.length + READ_SIZE;
267 byte[] expandedBuffer = new byte[newSize];
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java 97 * @param newSize
99 protected void onMetricsChanged(SizeMetrics oldSize, SizeMetrics newSize) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 142 int newSize = Math.Max(_bits.Length << 1, NumWordsToHold(bit));
143 SetSize(newSize);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 158 int newSize = Math.Max( _bits.Length << 1, NumWordsToHold( bit ) );
159 SetSize(newSize);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java 130 int newSize = Math.max(bits.length << 1, numWordsToHold(bit));
131 long newbits[] = new long[newSize];
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 203 int newSize = idealLongArraySize(
205 long[] array = new long[newSize];
  /external/v8/test/mjsunit/es7/
object-observe.js     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 550 size_t newSize = ((mObjectsSize + numObjects)*3)/2;
551 if (newSize < mObjectsSize) return NO_MEMORY; // overflow
553 (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t));
558 mObjectsCapacity = newSize;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Vector.java 281 * components at index {@code newSize} and greater are discarded.
283 * @param newSize the new size of this vector
286 public synchronized void setSize(int newSize) {
288 if (newSize > elementCount) {
289 ensureCapacityHelper(newSize);
291 for (int i = newSize ; i < elementCount ; i++) {
295 elementCount = newSize;
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 176 int newSize = pBuf->curLen + size + 128; /* oversize slightly */
177 unsigned char* newStorage = realloc(pBuf->storage, newSize);
179 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize);
184 pBuf->maxLen = newSize;
  /external/avahi/avahi-daemon/
glob.c 710 size_t i, newsize, len; local
719 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
721 realloc((char *)pglob->gl_pathv, newsize) :
722 malloc(newsize);

Completed in 1254 milliseconds

1 2 3 4 5 6 7 891011>>