/hardware/intel/common/libmix/mix_audio/src/ |
intel_sst_ioctl.h | 290 struct snd_sst_mmap_buff_entry *buff; member in struct:snd_sst_mmap_buffs
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
qcamera_test.h | 328 void *buff; member in struct:qcamera::TestContext::ViVBuff_t
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 485 CAMHAL_LOGDB("capture- buff [%d] = 0x%x ",i, mCaptureBufs.keyAt(i)); 522 CAMHAL_LOGDB("Preview- buff [%d] = 0x%x ",i, mPreviewBufs.keyAt(i)); 1099 void saveFile(unsigned char* buff, int buff_size) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | [all...] |
/external/clang/test/Analysis/ |
misc-ps-region-store.cpp | 374 char buff[40], *p; local 376 p = buff; 383 while (p != buff);
|
/external/drm_hwcomposer/ |
hwcomposer.cpp | 365 static void hwc_dump(struct hwc_composer_device_1 *dev, char *buff, 372 strncpy(buff, out_str.c_str(), 374 buff[buff_len - 1] = '\0';
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftmac.c | 551 UInt8 buff[PATH_MAX]; local 563 buff, sizeof ( buff ) ); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
Http2ConnectionTest.java | 325 byte[] buff = new byte[peer.maxOutboundDataLength() + 1]; 326 Arrays.fill(buff, (byte) '*'); 339 out.write(buff);
|
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 551 UInt8 buff[PATH_MAX]; local 563 buff, sizeof ( buff ) ); [all...] |
/external/skia/src/core/ |
SkStream.cpp | 732 size_t peek(void* buff, size_t bytesToPeek) const override { 733 SkASSERT(buff != nullptr); 738 char* buffer = static_cast<char*>(buff);
|
/external/skia/src/gpu/text/ |
GrStencilAndCoverTextContext.cpp | 693 const SkTextBlobBuilder::RunBuffer& buff = fBuilder->allocRunPos(fFont, fBuffIdx); local 694 memcpy(buff.glyphs, fGlyphIds, fBuffIdx * sizeof(uint16_t)); 695 memcpy(buff.pos, fPositions[0].asScalars(), fBuffIdx * 2 * sizeof(SkScalar));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 37 buff RN 1 label 128 ADD buff, sp, #0x28 ;// buff = p1[21*21/4+1]
|
/hardware/intel/img/psb_video/src/ |
pnw_hostjpeg.h | 437 IMG_UINT8 *puc_comp_buff[255]; /*!< Ptr to the component buff */ 438 IMG_UINT16 pui16_comp_width[255]; /*!< Width of the component buff */ 439 IMG_UINT16 pui16_comp_height[255];/*!< Height of the component buff */
|
/hardware/ril/reference-ril/ |
atchannel.c | 55 void AT_DUMP(const char* prefix, const char* buff, int len) 58 len = strlen(buff); 59 RLOGD("%.*s", len, buff);
|
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeNfcTag.java | 795 byte[] buff = readNdef(); 796 if (buff != null) { 798 ndefMsg = new NdefMessage(buff);
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
NativeNfcTag.java | 780 byte[] buff = readNdef(); 781 if (buff != null) { 783 ndefMsg = new NdefMessage(buff);
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
xml_test.go | 732 buff := new(bytes.Buffer) 733 if err := EscapeText(buff, input); err != nil { 736 text := buff.String()
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml_test.go | 732 buff := new(bytes.Buffer) 733 if err := EscapeText(buff, input); err != nil { 736 text := buff.String()
|
/toolchain/binutils/binutils-2.25/bfd/ |
coffcode.h | 3841 SCNHDR buff; local 3955 SCNHDR buff; local 4338 char * buff; local 4358 char * buff; local 4381 AOUTHDR buff; local [all...] |
ecoff.c | 2352 void * buff = NULL; local [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
btSoftBodyHelpers.cpp | 441 char buff[1024]; local 444 sprintf(buff," M(%.2f)",1/n.m_im); 445 strcat(text,buff); 449 sprintf(buff," A(%.2f)",n.m_area); 450 strcat(text,buff); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nm.c | 338 static char buff [32]; 351 sprintf (buff, _("<processor specific>: %d"), type); 353 sprintf (buff, _("<OS specific>: %d"), type); 355 sprintf (buff, _("<unknown>: %d"), type); 356 return buff; 336 static char buff [32]; local [all...] |
/external/icu/icu4c/source/i18n/ |
ucurr.cpp | 550 UChar* buff, 557 if ((buff && buffCapacity) || !buffCapacity) { 565 u_charsToUChars(id, buff, resLen); 579 u_strcpy(buff, result); 621 return ucurr_forLocale(id, buff, buffCapacity, ec); 629 u_strcpy(buff, s); 633 return u_terminateUChars(buff, buffCapacity, resLen, ec); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | 2034 OMX_U8* buff; local [all...] |
/external/icu/icu4c/source/test/iotest/ |
filetst.c | 340 UChar buff[255]; 349 buff[0] = 0x40; 350 buff[1] = 0; 351 u_fgets(buff, sizeof(buff)/sizeof(buff[0]), uStdIn); 352 u_fprintf(uStdOut, "%S\n", buff); [all...] |