Searched defs:fourth (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-931.js38 function fourth() { sequence += "4"; return 4; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))
/external/chromium_org/athena/wm/
H A Dwindow_list_provider_impl_unittest.cc128 scoped_ptr<aura::Window> fourth = local
133 container->AddChild(fourth.get());
140 EXPECT_EQ(list.end(), std::find(list.begin(), list.end(), fourth.get()));
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc107 scoped_refptr<TestLayer> fourth = TestLayer::Create(); local
112 root_layer->AddChild(fourth);
128 EXPECT_COUNT(fourth, -1, -1, 0);
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc388 SkBitmap fourth; local
389 CreateBitmap(gfx::Size(50, 1), "discardable", &fourth);
410 canvas->drawBitmap(fourth, 0, 0);
500 SkBitmap fourth; local
501 CreateBitmap(gfx::Size(50, 50), "discardable", &fourth);
523 canvas->drawSprite(fourth, 0, 0);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtufmtts.cpp110 TimeUnit fourth = third; local
113 assertTrue("copied and assigned are equal", (third == fourth));
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_scan_result_controller_unittest.cc412 MediaGalleryPrefId fourth = AddScanResult("aaa", 3, 0, 0); local
421 EXPECT_EQ(fourth, results[3].pref_info.pref_id);
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc1049 const TimeDelta fourth = TimeDelta::FromMilliseconds(40); local
1057 EXPECT_CALL(*delay(), GetDelay(third)).WillOnce(Return(fourth))
1059 EXPECT_CALL(*delay(), GetDelay(fourth)).WillOnce(Return(fifth))
1072 EXPECT_GE(times[3] - times[2], fourth);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp131 TimeUnit fourth = third; local
134 assertTrue("copied and assigned are equal", (third == fourth));
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
/external/chromium_org/v8/src/
H A Dunicode.cc241 byte fourth = str[3] ^ 0x80; local
242 if (fourth & 0xC0) {
247 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 326 milliseconds