HomeSort by relevance Sort by last modified time
    Searched refs:cc1 (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/ppapi/tests/
test_video_destination.cc 111 TestCompletionCallback cc1(instance_->pp_instance(), false);
112 cc1.WaitForResult(video_destination.Open(stream_url_, cc1.GetCallback()));
113 ASSERT_EQ(PP_OK, cc1.result());
test_video_source.cc 107 TestCompletionCallback cc1(instance_->pp_instance(), false);
108 cc1.WaitForResult(video_source.Open(stream_url_, cc1.GetCallback()));
109 ASSERT_EQ(PP_OK, cc1.result());
test_media_stream_video_track.cc 153 TestCompletionCallback cc1(instance_->pp_instance(), false);
158 cc1.WaitForResult(video_track_.Configure(attrib_list, cc1.GetCallback()));
159 ASSERT_EQ(PP_OK, cc1.result());
200 TestCompletionCallback cc1(instance_->pp_instance(), false);
206 cc1.WaitForResult(video_track_.Configure(attrib_list, cc1.GetCallback()));
207 ASSERT_EQ(PP_OK, cc1.result());
test_truetype_font.cc 309 TestCompletionCallbackWithOutput< std::vector<char> > cc1(
311 cc1.WaitForResult(font.GetTable(MAKE_TABLE_TAG('c', 'm', 'a', 'p'),
313 cc1.GetCallback()));
314 const std::vector<char> cmap_data = cc1.output();
316 ASSERT_EQ(static_cast<int32_t>(cmap_data.size()), cc1.result());
  /external/chromium_org/v8/src/
uri.js 85 function URIEncodePair(cc1 , cc2, result, index) {
86 var u = ((cc1 >> 6) & 0xF) + 1;
87 var w = (cc1 >> 2) & 0xF;
88 var x = cc1 & 3;
189 var cc1 = uri.charCodeAt(k);
190 if (unescape(cc1)) {
191 array[index++] = cc1;
193 if (cc1 >= 0xDC00 && cc1 <= 0xDFFF) throw new $URIError("URI malformed");
194 if (cc1 < 0xD800 || cc1 > 0xDBFF)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 119 cc->cc1.stencil_ref = ctx->Stencil.Ref[0];
120 cc->cc1.stencil_write_mask = ctx->Stencil.WriteMask[0];
121 cc->cc1.stencil_test_mask = ctx->Stencil.ValueMask[0];
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
gen6_cc.c 222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 119 cc->cc1.stencil_ref = ctx->Stencil.Ref[0];
120 cc->cc1.stencil_write_mask = ctx->Stencil.WriteMask[0];
121 cc->cc1.stencil_test_mask = ctx->Stencil.ValueMask[0];
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
gen6_cc.c 222 UNCLAMPED_FLOAT_TO_UBYTE(cc->cc1.alpha_ref_fi.ui, ctx->Color.AlphaRef);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ssim.c 67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
84 c1 = (cc1*count*count)>>12;
122 c1 = cc1*16;
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
84 c1 = (cc1*count*count)>>12;
122 c1 = cc1*16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c 67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
84 c1 = (cc1*count*count)>>12;
122 c1 = cc1*16;
  /external/chromium_org/v8/test/mjsunit/
uri.js 33 var cc1 = 0x007D; variable
34 var s1 = String.fromCharCode(cc1);
67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ssim.c 46 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
56 c1 = (cc1 * count * count) >> 12;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 46 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
56 c1 = (cc1 * count * count) >> 12;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 45 static const int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable
55 c1 = (cc1 * count * count) >> 12;
  /external/srec/srec/cfront/
sp_fft.c 423 trigonomydata cc1, trigonomydata ss1,
475 complex_multiplier(cc1, -ss1, r2, -i2, data + k2, data + k2 + 1);
485 trigonomydata cc1, ss1, cc3, ss3; local
524 cc1 = cos1[ii];
532 comp_L_butterfly1(j, n4, cc1, ss1, cc3, ss3, data + k0);
  /external/iproute2/lib/
utils.c 727 ssize_t cc1; local
729 if ((cc1 = getline(&line1, &len1, in)) < 0) {
731 return cc1;
748 cc += cc1 - 2;
  /external/chromium_org/third_party/libyuv/source/
compare.cc 221 static const int64 cc1 = 26634; // (64^2*(.01*255)^2 variable
250 const int64 c1 = (cc1 * count * count) >> 12;
  /external/bzip2/
blocksort.c 220 Int32 H, i, j, k, l, r, cc, cc1; local
302 cc1 = eclass[fmap[i]];
303 if (cc != cc1) { SET_BH(i); cc = cc1; };
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 509 base::string16 cc1 = personal_data_manager()->GetCreditCards()[0]->GetRawInfo( local
511 ASSERT_TRUE(autofill::IsValidCreditCardNumber(cc1));
  /external/libyuv/files/source/
compare.cc 471 static const int64 cc1 = 26634; // (64^2*(.01*255)^2 variable
497 const int64 c1 = (cc1 * count * count) >> 12;
  /external/chromium_org/net/cookies/
cookie_monster.cc 149 bool CookieSorter(CanonicalCookie* cc1, CanonicalCookie* cc2) {
150 if (cc1->Path().length() == cc2->Path().length())
151 return cc1->CreationDate() < cc2->CreationDate();
152 return cc1->Path().length() > cc2->Path().length();
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 153 next if (!/-cc1/);
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 153 next if (!/-cc1/);

Completed in 864 milliseconds

1 2