/external/chromium_org/net/spdy/ |
hpack_encoder_test.cc | 57 void TakeString(string* out) { 58 encoder_->output_stream_.TakeString(out); 64 std::vector<StringPiece>* out) { 68 out->clear(); 70 out->push_back(tmp[i].second); 74 std::vector<StringPiece>* out) { 78 out->clear(); 80 out->push_back(tmp[i].second); 383 std::vector<StringPiece> out; local 389 peer.CookieToCrumbs(" foo=1;bar=2 ; bar=3; bing=4; ", &out); 431 std::vector<StringPiece> out; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 178 CompositorAnimationsImpl::CompositorTiming out; local 179 if (!CompositorAnimationsImpl::convertTimingForCompositor(timing, 0, out, playerPlaybackRate)) 260 bool CompositorAnimationsImpl::convertTimingForCompositor(const Timing& timing, double timeOffset, CompositorTiming& out, double playerPlaybackRate) 275 out.scaledDuration = timing.iterationDuration; 276 ASSERT(out.scaledDuration > 0); 279 if (scaledStartDelay > 0 && scaledStartDelay > out.scaledDuration * timing.iterationCount) 282 out.direction = timing.direction; 285 out.adjustedIterationCount = -1; 287 out.adjustedIterationCount = timing.iterationCount [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputGLSLBase.cpp | 17 TInfoSinkBase out; local 18 out << "[" << type.getArraySize() << "]"; 19 return TString(out.c_str()); 63 TInfoSinkBase &out = objSink(); local 65 out << preStr; 67 out << inStr; 69 out << postStr; 82 TInfoSinkBase &out = objSink(); local 86 out << type.getQualifierString() << " "; 103 out << " "; 110 TInfoSinkBase &out = objSink(); local 135 TInfoSinkBase &out = objSink(); local 185 TInfoSinkBase &out = objSink(); local 203 TInfoSinkBase &out = objSink(); local 503 TInfoSinkBase &out = objSink(); local 541 TInfoSinkBase &out = objSink(); local 804 TInfoSinkBase &out = objSink(); local 910 TInfoSinkBase &out = objSink(); local 927 TInfoSinkBase out; local 1001 TInfoSinkBase &out = objSink(); local [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/ |
bytestring_test.c | 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 360 uint8_t *out; local 364 if (!CBS_asn1_ber_to_der(&in, &out, &out_len)) { 369 if (out == NULL) { 380 memcmp(out, der_expected, der_len) != 0) { 385 free(out);
|
/external/chromium_org/third_party/boringssl/src/crypto/dh/ |
dh_test.c | 34 * The word 'cryptographic' can be left out if the rouines from the library 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 95 BIO *out; local 99 out = BIO_new(BIO_s_file()); 100 if (out == NULL) { 103 BIO_set_fp(out, stdout, BIO_NOCLOSE); 105 BN_GENCB_set(&_cb, &cb, out); 114 BIO_puts(out, "p value is not prime\n"); 116 BIO_puts(out, "p value is not a safe prime\n"); 118 BIO_puts(out, "unable to check the generator value\n") [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftoutln.c | 932 FT_Vector in, out, shift; local 959 out.x = v_next.x - v_cur.x; 960 out.y = v_next.y - v_cur.y; 961 l_out = FT_Vector_Length( &out ); 964 out.x = FT_DivFix( out.x, l_out ); 965 out.y = FT_DivFix( out.y, l_out ); 968 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y ) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spreptst.c | 109 const char *out; member in struct:ConformanceTestCases 328 const char* expectedDest = conformanceTestCases[i].out;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
normconf.cpp | 102 // look in icu/source/test/testdata/out/build 196 // Parse out the comment. 205 // Parse out the fields 303 UnicodeString out, fcd; local 309 Normalizer::normalize(field[i], UNORM_NFC, options, out, status); 313 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c", fieldNum); 314 iterativeNorm(field[i], UNORM_NFC, options, out, +1); 315 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c", fieldNum); 316 iterativeNorm(field[i], UNORM_NFC, options, out, -1); 317 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c", fieldNum) [all...] |
/external/chromium_org/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 368 int32_t i, out, spaceCount; local 385 for (out = 0, i = 0; i < count; i += 1) { 387 noSpaces[out++] = spaces[i];
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 485 FileStream *out; local 486 out = T_FileStream_open(options[OPT_LIST_FILE].value, "w"); 487 if (out != NULL) { 489 T_FileStream_writeLine(out, pkg->getItem(i)->name); 490 T_FileStream_writeLine(out, "\n"); 492 T_FileStream_close(out);
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.cpp | 105 FILE *in, *out; local 162 in=out=NULL; 254 out=fopen(argv[2], "wb"); 255 if(out==NULL) { 261 if(length!=(int32_t)fwrite(data, 1, length, out)) { 267 fclose(out); 268 out=NULL; 277 if(out!=NULL) { 278 fclose(out); 382 * Extract the package names from the in/out filenames [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.c | 221 UNewDataMemory *out; local 234 out=udata_create(destDir, type, name, 246 udata_write32(out, fileCount); 248 udata_write32(out, files[i].basenameOffset); 249 udata_write32(out, files[i].fileOffset); 254 udata_writeString(out, files[i].basename, files[i].basenameLength); 263 udata_writePadding(out, 16-length); 282 udata_writeBlock(out, buffer, length); 296 udata_writePadding(out, 16-length); 300 udata_finish(out, &errorCode) 308 FileStream *out; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.h | 24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 114 ContentInfos out; local 115 contents.swap(out); 117 return out;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unicodetext.cc | 73 char* out = start; local 78 if (out != start) { 79 memmove(out, start, good); 81 out += good; 96 *out++ = ' '; 98 return out - in;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 231 DECLARE_ALIGNED(32, int16_t, out[4 * 4]); 232 int16_t *outptr = out; 246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride); 253 int32_t out; local 266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc); 268 "addi %[out], %[out], 8 \n\t" 269 "sra %[a1], %[out], 4 \n\t" 271 : [out] "+r" (out), [a1] "=r" (a1 [all...] |
vp9_itrans8_dspr2.c | 453 DECLARE_ALIGNED(32, int16_t, out[8 * 8]); 454 int16_t *outptr = out; 468 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride); 552 DECLARE_ALIGNED(32, int16_t, out[8 * 8]); 553 int16_t *outptr = out; 567 idct8_columns_add_blk_dspr2(&out[0], dest, dest_stride); 573 iadst8_dspr2(&out[i * 8], temp_out); 590 temp_in[i * 8 + j] = out[j * 8 + i]; 604 temp_in[j] = out[j * 8 + i]; 622 DECLARE_ALIGNED(32, int16_t, out[8 * 8]) 668 int32_t out; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/ |
vp9_variance_neon.c | 124 const uint8x8_t out = vrshrn_n_u16(b, FILTER_BITS); local 125 vst1_u8(&output_ptr[0], out);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_resize.c | 454 uint8_t *out = NULL; local 467 const uint8_t *const in = (s == 0 ? input : out); 469 out = output; 471 out = (s & 1 ? otmp2 : otmp); 473 down2_symodd(in, filteredlength, out); 475 down2_symeven(in, filteredlength, out); 479 interpolate(out, filteredlength, output, olength);
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless_neon.c | 234 const uint8x8_t out = vqmovn_u16(sum1); // narrow and clamp local 235 return vget_lane_u32(vreinterpret_u32_u8(out), 0); 251 const uint8x8_t out = vqsub_u8(vqadd_u8(avg, ab), ba); local 252 return vget_lane_u32(vreinterpret_u32_u8(out), 0);
|
/external/chromium_org/third_party/libxml/src/ |
entities.c | 69 * Handle an out of memory condition 82 * Handle an out of memory condition 557 xmlChar *out = NULL; local 574 out = buffer; 577 if (out - buffer > buffer_size - 100) { 578 int indx = out - buffer; 581 out = &buffer[indx]; 588 *out++ = '&'; 589 *out++ = 'l'; 590 *out++ = 't' 711 xmlChar *out = NULL; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs.h | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 59 struct draw_variant_output out; member in struct:draw_variant_element
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 56 typedef void (*unary_func_t)(float *out, const float *in); 301 float *in, *out; local 304 out = align_malloc(length * 4, length * 4); 327 test_func_jit(out, in); 333 error = fabs(out[i] - ref); 343 printf("%s(%.9g): ref = %.9g, out = %.9g, precision = %f bits, %s\n", 344 test->name, in[i], ref, out[i], precision, 359 align_free(out);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_bb.cpp | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 363 Graph::Node *out[2]; local 372 out[n++] = ei.getNode(); 373 eR = out[1]->outgoing().getType(); 375 // IF block is out edge to the right 379 if (out[1]->outgoingCount() != 1) // 0 is IF { RET; }, >1 is more divergence 382 if (out[1]->outgoing().getNode() == out[0]) 384 if (out[0]->outgoingCount() == 1) 385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode() 504 FILE *out = fopen(filePath, "a"); local [all...] |
nv50_ir_graph.h | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 135 Edge *out; member in class:nv50_ir::Graph::Node 209 return EdgeIterator(out, 0, reverse);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_program.h | 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 72 struct nv50_varying out[16]; member in struct:nv50_program
|