Searched defs:newData (Results 1 - 25 of 32) 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/icu4c/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/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCString.cpp46 char* newData; local
48 WTF::CString::newUninitialized(length, newData).buffer();
49 memcpy(newData, data, length);
/external/webkit/Source/WebKit2/Shared/
H A DShareableBitmap.cpp145 char* newData = 0; local
146 if (!tryFastRealloc(m_data, newNumBytes).getValue(newData)) {
152 m_data = newData;
/external/webkit/LayoutTests/http/tests/resources/
H A Dnetwork-simulator.php152 $newData = "\n".$path; variable
154 file_put_contents($resourceLogFile, $newData, FILE_APPEND);
/external/webkit/Source/WebKit/chromium/src/
H A DWebCString.cpp71 char* newData; local
73 WTF::CString::newUninitialized(length, newData).buffer();
74 memcpy(newData, data, length);
/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/webkit/Source/WebCore/dom/
H A DCharacterData.cpp171 void CharacterData::setDataAndUpdate(PassRefPtr<StringImpl> newData, unsigned offsetOfReplacedData, unsigned oldLength, unsigned newLength) argument
176 m_data = newData;
/external/icu4c/i18n/
H A Ducol_cnt.cpp31 uint32_t *newData = (uint32_t *)uprv_realloc(tbl->CEs, 2*tbl->size*sizeof(uint32_t)); local
32 if(newData == NULL) {
38 uprv_free(newData);
42 tbl->CEs = newData;
H A Dcolldata.cpp520 CollData *result = NULL, *newData = NULL; local
529 newData = new CollData(collator, key, keyLength, status);
530 newEntry = new CollDataCacheEntry(newData);
532 if (U_FAILURE(status) || newData == NULL || newEntry == NULL) {
541 uhash_put(cache, newData->key, newEntry, &status);
546 delete newData;
551 return newData;
565 delete newData;
H A Ducol_elm.cpp96 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t)); local
97 if(newData == NULL) {
104 expansions->CEs = newData;
/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/webkit/Source/JavaScriptCore/heap/
H A DMarkStack.h135 void* newData = allocateStack(m_allocated); local
136 memcpy(newData, m_data, oldAllocation);
138 m_data = reinterpret_cast<T*>(newData);
/external/srec/portable/src/
H A Dpmemory.c740 MemoryData* newData; local
793 newData = (MemoryData *) PortNew(actualSize);
794 if (newData == NULL)
802 memcpy(newData, oldData, actualSize);
806 memcpy(newData, oldData, oldSize);
810 newData = (MemoryData *) realloc(oldData, actualSize);
816 newData = oldData;
820 if (newData != NULL && bMalloc)
834 newData->stackTrace = oldStackTrace;
835 newData
[all...]
/external/icu4c/common/
H A Dnormalizer2impl.cpp1765 impl.makeCanonIterDataFromNorm16(start, end, (uint16_t)value, *newData, errorCode);
1773 CanonIterData *newData; member in class:CanonIterDataSingleton
1789 me->newData=new CanonIterData(errorCode);
1790 if(me->newData==NULL) {
1796 utrie2_freeze(me->newData->trie, UTRIE2_32_VALUE_BITS, &errorCode);
1798 return me->newData;
1801 delete me->newData;
1806 CanonIterData &newData,
1818 uint32_t oldValue=utrie2_get32(newData.trie, c);
1852 newData
1805 makeCanonIterDataFromNorm16(UChar32 start, UChar32 end, uint16_t norm16, CanonIterData &newData, UErrorCode &errorCode) const argument
[all...]
/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.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 2401 milliseconds

12