Searched refs:cc2 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_video_source.cc110 TestCompletionCallbackWithOutput<pp::VideoFrame_Private> cc2(
112 cc2.WaitForResult(video_source.GetFrame(cc2.GetCallback()));
113 ASSERT_EQ(PP_OK, cc2.result());
114 const pp::VideoFrame_Private video_frame = cc2.output();
H A Dtest_media_stream_video_track.cc162 TestCompletionCallbackWithOutput<pp::VideoFrame> cc2(
164 cc2.WaitForResult(video_track_.GetFrame(cc2.GetCallback()));
165 ASSERT_EQ(PP_OK, cc2.result());
166 pp::VideoFrame frame = cc2.output();
210 TestCompletionCallbackWithOutput<pp::VideoFrame> cc2(
212 cc2.WaitForResult(video_track_.GetFrame(cc2.GetCallback()));
213 ASSERT_EQ(PP_OK, cc2.result());
214 pp::VideoFrame frame = cc2
[all...]
H A Dtest_truetype_font.cc150 cc2(instance_->pp_instance(), false);
151 cc2.WaitForResult(pp::TrueTypeFont_Dev::GetFontsInFamily(
154 cc2.GetCallback()));
155 std::vector<pp::TrueTypeFontDesc_Dev> fonts_in_family = cc2.output();
157 ASSERT_EQ(static_cast<int32_t>(fonts_in_family.size()), cc2.result());
319 TestCompletionCallbackWithOutput< std::vector<char> > cc2(
321 cc2.WaitForResult(font.GetTable(0 /* table_tag */,
323 cc2.GetCallback()));
324 const std::vector<char> entire_font = cc2.output();
326 ASSERT_EQ(static_cast<int32_t>(entire_font.size()), cc2
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Duri.js35 var cc2 = 0x0000; variable
36 var s2 = String.fromCharCode(cc2);
68 assertEquals(cc2, decodeURI(encodeURI(s2)).charCodeAt(0));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
147 cc->cc2.logicop_enable = 1;
207 cc->cc2.depth_test = 1;
208 cc->cc2.depth_test_function =
210 cc->cc2.depth_write_enable = ctx->Depth.Mask;
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
147 cc->cc2.logicop_enable = 1;
207 cc->cc2.depth_test = 1;
208 cc->cc2.depth_test_function =
210 cc->cc2.depth_write_enable = ctx->Depth.Mask;
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/chromium_org/v8/src/
H A Duri.js85 function URIEncodePair(cc1 , cc2, result, index) {
89 var y = (cc2 >> 6) & 0xF;
90 var z = cc2 & 63;
199 var cc2 = uri.charCodeAt(k);
200 if (cc2 < 0xDC00 || cc2 > 0xDFFF) throw new $URIError("URI malformed");
201 index = URIEncodePair(cc1, cc2, array, index);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dssim.c68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ssim.c47 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
57 c2 = (cc2 * count * count) >> 12;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c47 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
57 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare.cc222 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
251 const int64 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/third_party/libyuv/source/
H A Dcompare.cc222 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
251 const int64 c2 = (cc2 * count * count) >> 12;
/external/libyuv/files/source/
H A Dcompare.cc472 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
498 const int64 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc149 bool CookieSorter(CanonicalCookie* cc1, CanonicalCookie* cc2) { argument
150 if (cc1->Path().length() == cc2->Path().length())
151 return cc1->CreationDate() < cc2->CreationDate();
152 return cc1->Path().length() > cc2->Path().length();
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc521 base::string16 cc2 = personal_data_manager()->GetCreditCards()[1]->GetRawInfo( local
523 ASSERT_TRUE(autofill::IsValidCreditCardNumber(cc2));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1360 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1361 if(tccc==0 || cc2!=0) {
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1360 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1361 if(tccc==0 || cc2!=0) {
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc908 const IceCandidateCollection* cc2 = desc2.candidates(i); local
909 if (cc1->count() != cc2->count())
913 const IceCandidateInterface* c2 = cc2->at(j);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c10647 IRTemp cc2 = newTemp( Ity_I32 ); local
10747 * If QNaN,SNaN, +infinity, -infinity then cc0, cc1 and cc2 are zero
10783 assign( cc2, binop( Iop_Shl32,
10809 mkexpr( cc2 ),

Completed in 8666 milliseconds