HomeSort by relevance Sort by last modified time
    Searched refs:STR (Results 51 - 75 of 218) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium/base/
string_number_conversions.cc 20 template <typename STR, typename INT, typename UINT, bool NEG>
64 static STR IntToString(INT value) {
71 STR outbuf(kOutputBufSize, 0);
78 for (typename STR::iterator it = outbuf.end();;) {
81 *it = static_cast<typename STR::value_type>((res % 10) + '0');
89 *it = static_cast<typename STR::value_type>('-');
91 return STR(it, outbuf.end());
95 return STR();
326 template<typename STR>
327 bool HexStringToBytesT(const STR& input, std::vector<uint8>* output)
    [all...]
  /external/chromium_org/base/strings/
string_number_conversions.cc 23 template <typename STR, typename INT, typename UINT, bool NEG>
67 static STR IntToString(INT value) {
74 STR outbuf(kOutputBufSize, 0);
81 for (typename STR::iterator it = outbuf.end();;) {
84 *it = static_cast<typename STR::value_type>((res % 10) + '0');
92 *it = static_cast<typename STR::value_type>('-');
94 return STR(it, outbuf.end());
98 return STR();
322 template<typename STR>
323 bool HexStringToBytesT(const STR& input, std::vector<uint8>* output)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_half.s 116 STR tmp5, [sp,#0xc] ;// sp+c partHeight+5
117 STR partW, [sp,#0x10] ;// sp+10 = partWidth
119 STR width, [sp,#0] ;// sp+0 = width
124 STR x0,[sp,#0x1ec] ;// x0 = 0
125 STR x0,[sp,#0x1f0] ;// y0 = 0
127 STR partW, [sp,#0x218]
193 STR res, [mb], #16 ;// next row (mb)
237 STR res, [mb], #16 ;// next row
285 STR res, [mb], #16 ;// next row
331 STR res, [mb], #-4
    [all...]
h264bsd_interpolate_hor_quarter.s 117 STR partH, [sp,#0xc] ;// sp+c = partHeight
118 STR tmp4, [sp,#0x10] ;// sp+10 = partWidth+5
120 STR width, [sp,#0] ;// sp+0 = width
125 STR x0,[sp,#0x1ec] ;// x0 = 0
126 STR x0,[sp,#0x1f0] ;// y0 = 0
128 STR tmp4, [sp,#0x218] ;// width = partWidth+5
210 STR tmp1, [mb], #4
257 STR tmp1, [mb], #4
h264bsd_interpolate_ver_quarter.s 115 STR tmp5, [sp,#0xc] ;// sp+c partHeight+5
116 STR partW, [sp,#0x10] ;// sp+10 = partWidth
118 STR width, [sp,#0] ;// sp+0 = width
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[sp,#0x1f0] ;// y0 = 0
126 STR partW, [sp,#0x218]
201 STR res, [mb], #16 ;// next row (mb)
251 STR res, [mb], #16 ;// next row
301 STR res, [mb], #16 ;// next row
357 STR res, [mb], #-4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 87 STR tmp2, [fill],#4
99 STR tmp2, [fill],#4
111 STR tmp2, [fill],#4
116 STR tmp2, [fill], #4
120 STR tmp2, [fill], #4
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 154 #define STR "([^\"]*)"
155 icu::UnicodeString pattern("^<script>addRow\\(\"" STR "\",\"" STR
156 "\",(0|1),\"" STR "\",\"" STR "\"\\);</script>");
157 #undef STR
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES3.cpp 20 #define STR(s) #s
21 #define STRV(s) STR(s)
  /external/skia/bench/
ShaderMaskBench.cpp 17 #define STR "Hamburgefons"
44 fText.set(STR);
  /external/valgrind/unittest/
demo_tests.cc 133 string *STR;
139 MU.Lock(); CHECK(STR->length() >= 4); MU.Unlock();
144 CHECK(STR->length() >= 4); // Unprotected!
149 MU.Lock(); CHECK(STR->length() >= 4); MU.Unlock();
154 MU.Lock(); *STR += " + a very very long string"; MU.Unlock();
158 STR = new string ("The String");
164 printf("%s\n", STR->c_str());
165 delete STR;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Syn_filt_32_opt.s 58 STR r10, [r13, #-4]
59 STR r11, [r13, #-8]
69 STR r10, [r13, #-12]
70 STR r11, [r13, #-16]
80 STR r10, [r13, #-20]
81 STR r11, [r13, #-24]
91 STR r10, [r13, #-28]
92 STR r11, [r13, #-32]
syn_filt_opt.s 98 STR r10, [r13, #-4]
99 STR r12, [r13, #-8]
109 STR r10, [r13, #-12]
110 STR r12, [r13, #-16]
120 STR r10, [r13, #-20]
121 STR r12, [r13, #-24]
131 STR r10, [r13, #-28]
132 STR r12, [r13, #-32]
  /frameworks/base/libs/hwui/
ProgramCache.cpp 36 #define STR(x) STR1(x)
99 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
101 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
105 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
107 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
111 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
113 " ditherTexCoords = (transform * position).xy * " STR(DITHER_KERNEL_SIZE_INV) ";\n",
172 "texture2D(ditherSampler, ditherTexCoords).a * " STR(DITHER_KERNEL_SIZE_INV_SQUARE),
800 const char* str = shader.string(); local
802 String8 line(str, index - lastIndex)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lib.c 55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
150 fldtab[0]->tval = REC | STR | DONTFREE;
230 x = setsymtab(temp, "", 0.0, STR, ARGVtab);
245 q = setsymtab(s, p, 0.0, STR, symtab);
291 fldtab[i]->tval = FLD | STR | DONTFREE;
309 fldtab[i]->tval = FLD | STR;
327 fldtab[i]->tval = FLD | STR | DONTFREE;
367 p->tval = FLD | STR | DONTFREE;
434 fldtab[i]->tval = FLD | STR | DONTFREE
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 183 STR x0, [pDst], #4 ;// Store aligned output row
196 STR x0, [pDst], #4 ;// Store aligned output row
209 STR x0, [pDst], #4 ;// Store aligned output row
222 STR x0, [pDst], #4 ;// Store aligned output row
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 136 STR Temp1, [pBuf], #8
138 STR Temp2, [pBuf], #-4
164 STR Temp1, [pBuf], #8
166 STR Temp2, [pBuf], #4
armVCM4P10_UnpackBlock4x4_s.s 84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 183 STR x0, [pDst], #4 ;// Store aligned output row
196 STR x0, [pDst], #4 ;// Store aligned output row
209 STR x0, [pDst], #4 ;// Store aligned output row
222 STR x0, [pDst], #4 ;// Store aligned output row
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s 136 STR Temp1, [pBuf], #8
138 STR Temp2, [pBuf], #-4
164 STR Temp1, [pBuf], #8
166 STR Temp2, [pBuf], #4
armVCM4P10_UnpackBlock4x4_s.s 84 STR pSrc, [ppSrc] ;// Update the bitstream pointer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_UnpackBlock4x4_s.S 37 STR r2,[r0,#0]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 407 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \
411 (const unsigned char *) (STR); \
447 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
451 (const unsigned char *) (STR); \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 407 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \
411 (const unsigned char *) (STR); \
447 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
451 (const unsigned char *) (STR); \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
elfos.h 407 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \
411 (const unsigned char *) (STR); \
447 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
451 (const unsigned char *) (STR); \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/
elfos.h 407 #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \
411 (const unsigned char *) (STR); \
447 #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \
451 (const unsigned char *) (STR); \

Completed in 654 milliseconds

1 23 4 5 6 7 8 9