Searched refs:tempBuffer (Results 1 - 23 of 23) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMessageRegressionTest.java76 String tempBuffer = messageFormatter.format(paramArray);
77 if (!tempBuffer.equals("Message with param:BUG"))
79 logln("Formatted with one extra param : " + tempBuffer);
83 tempBuffer = messageFormatter.format(null);
84 if (!tempBuffer.equals("Message without param"))
86 logln("Formatted with no params : " + tempBuffer);
88 tempBuffer = messageFormatter.format(paramArray);
89 if (!tempBuffer.equals("Message without param"))
90 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer.toString());
91 logln("Formatted with extra params : " + tempBuffer);
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessageRegressionTest.java75 String tempBuffer = messageFormatter.format(paramArray);
76 if (!tempBuffer.equals("Message with param:BUG"))
78 logln("Formatted with one extra param : " + tempBuffer);
82 tempBuffer = messageFormatter.format(null);
83 if (!tempBuffer.equals("Message without param"))
85 logln("Formatted with no params : " + tempBuffer);
87 tempBuffer = messageFormatter.format(paramArray);
88 if (!tempBuffer.equals("Message without param"))
89 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer.toString());
90 logln("Formatted with extra params : " + tempBuffer);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp104 UnicodeString tempBuffer; local
106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
107 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
109 logln("Formatted with one extra param : " + tempBuffer);
122 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
123 tempBuffer.remove();
124 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, po
198 UnicodeString tempBuffer; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dimage.c464 GLuint *tempBuffer; local
467 tempBuffer = malloc(count * MAX_PIXEL_BYTES);
468 if (!tempBuffer)
477 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
488 memcpy(dst, tempBuffer, count * 4 * sizeof(GLushort));
492 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
504 memcpy(dst, tempBuffer, count * 4 * sizeof(GLfloat));
510 GLubyte (*dst1)[4] = (GLubyte (*)[4]) (useTemp ? tempBuffer : dst);
521 memcpy(dst, tempBuffer, count * 4 * sizeof(GLubyte));
525 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer
[all...]
/external/dng_sdk/source/
H A Ddng_string.cpp224 dng_memory_data tempBuffer (aBufSize);
256 tempBuffer.Buffer_char ());
266 tempBuffer.Buffer (),
1666 dng_memory_data tempBuffer (
1672 strncpy (tempBuffer.Buffer_char (),
1681 strncpy (tempBuffer.Buffer_char () + match_offset,
1689 strncpy (tempBuffer.Buffer_char () + match_offset + len3,
1693 Set (tempBuffer.Buffer_char ());
2074 dng_memory_data tempBuffer (tempBufferSize);
2076 char *dPtr = tempBuffer
[all...]
H A Ddng_read_image.cpp861 dng_pixel_buffer tempBuffer (buffer);
866 tempBuffer.fArea.t = MapRow (row);
868 tempBuffer.fArea.b = tempBuffer.fArea.t + 1;
870 tempBuffer.fData = (void *) buffer.DirtyPixel (row,
874 fImage.Get (tempBuffer);
885 dng_pixel_buffer tempBuffer (buffer);
890 tempBuffer.fArea.t = MapRow (row);
892 tempBuffer.fArea.b = tempBuffer
906 ReorderSubTileBlocks(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) argument
[all...]
H A Ddng_jpeg_image.cpp100 AutoPtr<dng_memory_block> tempBuffer; local
145 tempBuffer);
H A Ddng_image_writer.h1212 AutoPtr<dng_memory_block> &tempBuffer);
1237 AutoPtr<dng_memory_block> &tempBuffer);
H A Ddng_image_writer.cpp3009 AutoPtr<dng_memory_block> &tempBuffer)
3105 if (!tempBuffer.Get () || tempBuffer->LogicalSize () < tempBufferSize)
3108 tempBuffer.Reset (host.Allocate (tempBufferSize));
3116 tempBuffer->Buffer_uint8 (),
4176 AutoPtr<dng_memory_block> &tempBuffer)
4279 tempBuffer);
4395 AutoPtr<dng_memory_block> tempBuffer; local
4458 tempBuffer);
4680 AutoPtr<dng_memory_block> tempBuffer; local
3006 EncodePredictor(dng_host &host, const dng_ifd &ifd, dng_pixel_buffer &buffer, AutoPtr<dng_memory_block> &tempBuffer) argument
4167 WriteTile(dng_host &host, const dng_ifd &ifd, dng_stream &stream, const dng_image &image, const dng_rect &tileArea, uint32 fakeChannels, AutoPtr<dng_memory_block> &compressedBuffer, AutoPtr<dng_memory_block> &uncompressedBuffer, AutoPtr<dng_memory_block> &subTileBlockBuffer, AutoPtr<dng_memory_block> &tempBuffer) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java666 ByteBuffer tempBuffer = ByteBuffer.allocate(65536);
667 tempBuffer.order(ByteOrder.LITTLE_ENDIAN);
678 if (maxSize > tempBuffer.capacity()) {
679 tempBuffer = ByteBuffer.allocate(maxSize);
680 tempBuffer.order(ByteOrder.LITTLE_ENDIAN);
683 tempBuffer.clear();
693 tempBuffer.putInt(fieldSection.getFieldIndex(field));
694 tempBuffer.putInt(annotationSetSection.getItemOffset(fieldAnnotationsKey));
702 tempBuffer.putInt(methodSection.getMethodIndex(method));
703 tempBuffer
[all...]
/external/icu/icu4c/source/common/
H A Duloc.cpp844 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
848 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1571 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1579 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), status);
1643 char tempBuffer[ULOC_FULLNAME_CAPACITY]; local
1658 _ConvertBCP47(tmpLocaleID, localeID, tempBuffer, sizeof(tempBuffer), err);
1994 char tempBuffer[ULOC_FULLNAME_CAPACIT
[all...]
/external/pdfium/core/fpdfapi/edit/
H A Dfpdf_edit_create.cpp547 CFX_ByteTextBuf tempBuffer; local
549 tempBuffer << pair.objnum << " " << pair.offset << " ";
569 if ((len = pFile->AppendDWord((uint32_t)tempBuffer.GetLength())) < 0) {
577 tempBuffer << m_Buffer;
578 CPDF_FlateEncoder encoder(tempBuffer.GetBuffer(), tempBuffer.GetLength(),
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp175 CMyComPtr<ISequentialOutStream> tempBuffer = tempBufferSpec; local
177 tempBuffers.Add(tempBuffer);
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java1053 short[] tempBuffer = new short[160]; // Only used for native case
1057 rdSamples = _ar.read(tempBuffer, 0, 160);
1058 // audioLoop(tempBuffer, 160); // Insert into native layer
/external/skia/src/codec/
H A DSkRawCodec.cpp317 SkAutoSTMalloc<kMinSizeToRead, uint8> tempBuffer(sizeToRead);
318 const size_t bytesRead = fStream->read(tempBuffer.get(), sizeToRead);
322 return fStreamBuffer.write(tempBuffer.get(), bytesRead);
/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp721 const Buffer tempBuffer (m_context.getRenderContext());
737 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, *tempBuffer);
739 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, *tempBuffer);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetISO2022.java1241 ByteBuffer tempBuffer = ByteBuffer.wrap(tempBuf);
1242 tempBuffer.limit(tempBufLen);
1243 targetUniChar = MBCSSimpleGetNextUChar(cnv, tempBuffer, false);
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c3843 INTERFACE_INFO * tempBuffer; local
3868 tempBuffer = (INTERFACE_INFO *) realloc( buffer, size );
3869 require_action( tempBuffer, exit, err = WSAENOBUFS );
3870 buffer = tempBuffer;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 835 milliseconds