HomeSort by relevance Sort by last modified time
    Searched defs:newData (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 82 int[] newData = new int[newSize];
83 System.arraycopy(data, 0, newData, 0, data.length);
84 data = newData;
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 53 int32_t* newData = (int32_t*) uprv_malloc(newLen * BYTES_PER_WORD);
54 uprv_memcpy(newData, data, len * BYTES_PER_WORD);
56 data = newData;
  /frameworks/rs/
rsStream.cpp 108 uint8_t *newData = (uint8_t*)malloc(mLength*2);
109 memcpy(newData, mData, mLength*sizeof(uint8_t));
112 mData = newData;
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.cpp 63 Data * const newData = new Data;
64 newData->threads.setCapacity(newSize);
68 newData->threads.insertVectorAt(mData->threads, 0);
72 newData->threads.add(new ThreadInfo);
75 mData = newData;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java 82 int[] newData = new int[newSize];
83 System.arraycopy(data, 0, newData, 0, data.length);
84 data = newData;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatter.java 47 PeriodFormatterData newData = factory.getData(locName);
48 return new BasicPeriodFormatter(factory, locName, newData,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 46 PeriodFormatterData newData = factory.getData(locName);
47 return new BasicPeriodFormatter(factory, locName, newData,
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.h 94 std::vector<uint8_t> newData;
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoItemFactory.java 57 PhotoItem newData = null;
62 newData = get(c);
67 return newData;
VideoItemFactory.java 61 VideoItem newData = null;
66 newData = get(c);
71 return newData;
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 60 * Applies a patch from |patchData| to the data in |oldData|, writing the result to |newData|.
63 * @param newData stream to write the new artifact to
69 RandomAccessFile oldData, OutputStream newData, InputStream patchData)
72 newData = new BufferedOutputStream(newData, OUTPUT_STREAM_BUFFER_SIZE);
74 applyPatchInternal(oldData, newData, patchData);
76 newData.flush();
85 final OutputStream newData,
114 // Offsets into |oldData| and |newData|.
121 // from |oldData| to |newData| by applying byte-by-byte addends. The addend bytes ar
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
RandomAccessFile.java 33 StringBuilder newData;
150 if (newData == null) {
154 // System.out.println("consolidate(); ndp: " + newDataPos + " nd-len: " + newData.length());
166 int p2 = newDataPos + newData.length();
167 data = data.substring(0, newDataPos) + newData.toString() + (p2 < data.length() ? data.substring(p2) : "");
168 newData = null;
298 if (newData == null) {
300 newData = new StringBuilder();
302 } else if (newDataPos + newData.length() != pos) {
305 newData = new StringBuilder()
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTableWriter.java 92 short[] newData = new short[data.length + 512];
94 System.arraycopy(data, 0, newData, 0, data.length);
96 data = newData;
  /external/skia/gm/
etc1bitmap.cpp 52 etc1_byte* newData = am.get();
54 etc1_pkm_format_header(newData, newWidth, newHeight);
55 newData += ETC_PKM_HEADER_SIZE;
59 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
61 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 596 String newData[] = new String[max];
598 System.arraycopy(data, 0, newData, 0, length*5);
600 data = newData;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderWMV.cpp 552 uint8_t *newData = NULL;
554 status = updateConfigData(data, size, &newData, &newSize);
558 status = VideoDecoderBase::parseBuffer(newData, newSize, true, (void**)vbpData);
559 delete [] newData;
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 588 String newData[] = new String[max];
590 System.arraycopy(data, 0, newData, 0, length*5);
592 data = newData;
  /sdk/dumpeventlog/src/com/android/dumpeventlog/
DumpEventLog.java 50 public void newData(byte[] data, int offset, int length) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryBreakEngine.java 105 int[] newData = new int[data.length * 2];
106 System.arraycopy(data, 0, newData, 0, data.length);
107 data = newData;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java 104 int[] newData = new int[data.length * 2];
105 System.arraycopy(data, 0, newData, 0, data.length);
106 data = newData;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParallelArray.java 77 float[] newData = new float[strideSize * requiredCapacity];
78 System.arraycopy(data, 0, newData, 0, Math.min(data.length, newData.length));
79 super.data = data = newData;
111 int[] newData = new int[strideSize * requiredCapacity];
112 System.arraycopy(data, 0, newData, 0, Math.min(data.length, newData.length));
113 super.data = data = newData;
148 T[] newData = (T[]) ArrayReflection.newInstance(componentType, strideSize * requiredCapacity);
149 System.arraycopy(data, 0, newData, 0, Math.min(data.length, newData.length))
    [all...]
  /frameworks/base/libs/hwui/
JankTracker.cpp 168 ProfileData* newData = reinterpret_cast<ProfileData*>(
171 if (newData == MAP_FAILED) {
181 if (newData->totalFrameCount > (1 << 24)) {
185 newData->jankTypeCounts[i] >>= divider;
186 newData->jankTypeCounts[i] += mData->jankTypeCounts[i];
189 newData->frameCounts[i] >>= divider;
190 newData->frameCounts[i] += mData->frameCounts[i];
192 newData->jankFrameCount >>= divider;
193 newData->jankFrameCount += mData->jankFrameCount;
194 newData->totalFrameCount >>= divider
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DerIndefLenConverter.java 51 private byte[] data, newData;
140 newData[newDataPos++] = (byte)tag;
190 System.arraycopy(lenBytes, 0, newData, newDataPos,
212 newData[newDataPos++] = (byte)curLen;
215 newData[newDataPos++] = (byte)0x81;
216 newData[newDataPos++] = (byte)curLen;
219 newData[newDataPos++] = (byte)0x82;
220 newData[newDataPos++] = (byte)(curLen >> 8);
221 newData[newDataPos++] = (byte)curLen;
224 newData[newDataPos++] = (byte)0x83
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 282 Int32 newData, newProps;
286 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
289 ui.NewData = IntToBool(newData);
495 if (ui.NewData)
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 405 * @see com.android.ddmlib.log.LogReceiver.ILogListener#newData(byte[], int, int)
407 public void newData(byte[] data, int offset, int length) {

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8 91011>>