Searched defs:newData (Results 1 - 25 of 41) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DIntArray.h82 int[] newData = new int[newSize]; local
83 System.arraycopy(data, 0, newData, 0, data.length);
84 data = newData;
/external/icu/icu4c/source/test/perf/usetperf/
H A Dbitset.cpp53 int32_t* newData = (int32_t*) uprv_malloc(newLen * BYTES_PER_WORD); local
54 uprv_memcpy(newData, data, len * BYTES_PER_WORD);
56 data = newData;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpKernel.java185 protected void newData( DatagramPacket packet ) method in class:UdpKernel
285 newData( packet );
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp71 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
76 if (newData != NULL) *newData = BoolToInt(up.NewData);
70 GetUpdateItemInfo(UInt32 index, Int32 *newData, Int32 *newProps, UInt32 *indexInArchive) argument
/external/skia/bench/
H A DETCBitmapBench.cpp52 etc1_byte* newData = reinterpret_cast<etc1_byte *>( local
54 etc1_pkm_format_header(newData, newWidth, newHeight);
56 etc1_byte* copyInto = newData;
73 return newData;
/external/skia/gm/
H A Detc1bitmap.cpp51 etc1_byte *newData = reinterpret_cast<etc1_byte *>(am.get()); local
53 etc1_pkm_format_header(newData, newWidth, newHeight);
54 newData += ETC_PKM_HEADER_SIZE;
58 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
60 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
/external/skia/src/core/
H A DSkCachedData.h35 virtual void onDataChange(void* oldData, void* newData) {} argument
65 void setData(void* newData) { argument
66 if (newData != fData) {
68 this->onDataChange(fData, newData);
69 fData = newData;
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DSimpleDateFormatICU.java305 private String[] copySymbols(String[] newData, String[] curData, boolean alignEnd) { argument
306 if (newData.length >= curData.length) {
307 return newData;
309 int startOffset = alignEnd ? curData.length - newData.length : 0;
310 System.arraycopy(newData, 0, curData, startOffset, newData.length);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java198 protected void newData( NioEndpoint p, SocketChannel c, ByteBuffer shared, int size ) method in class:SelectorKernel
380 newData( p, c, working, size );
/external/skia/tools/
H A DPictureResultsWriter.h209 Json::Value newData = data->getJSON(timerTypes, result, numInnerLoops); variable
216 for(Json::ValueIterator iter = newData.begin(); iter != newData.end();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp211 Int32 newData, newProps; local
215 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
218 ui.NewData = IntToBool(newData);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java1201 DataBuilderCollationIterator(CollationDataBuilder b, CollationData newData) { argument
1202 super(newData, /*numeric=*/ false);
1204 builderData = newData;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive)
506 if (newData != NULL)
507 *newData = BoolToInt(true);
503 GetUpdateItemInfo(UInt32 , Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive) argument
/external/deqp/framework/qphelper/
H A DqpTestLog.c654 deUint8* newData = (deUint8*)deMalloc(newCapacity); local
655 if (!newData)
658 memcpy(newData, buffer->data, buffer->size);
660 buffer->data = newData;
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1885 CanonIterData &newData,
1897 uint32_t oldValue=utrie2_get32(newData.trie, c);
1931 newData.addToStartSet(c, c2, errorCode);
1938 uint32_t c2Value=utrie2_get32(newData.trie, c2);
1940 utrie2_set32(newData.trie, c2, c2Value|CANON_NOT_SEGMENT_STARTER,
1948 newData.addToStartSet(c, c2, errorCode);
1952 utrie2_set32(newData.trie, c, newValue, &errorCode);
1884 makeCanonIterDataFromNorm16(UChar32 start, UChar32 end, uint16_t norm16, CanonIterData &newData, UErrorCode &errorCode) const argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java594 Trie2Writable newData=new Trie2Writable(0, 0);
610 final int oldValue=newData.get(c);
643 addToStartSet(newData, c, c2);
650 int c2Value=newData.get(c2);
652 newData.set(c2, c2Value|CANON_NOT_SEGMENT_STARTER);
659 addToStartSet(newData, c, c2);
663 newData.set(c, newValue);
667 canonIterData=newData.toTrie2_32();
2168 private void addToStartSet(Trie2Writable newData, int origin, int decompLead) { argument
2169 int canonValue=newData
[all...]
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 717 milliseconds

12