Searched refs:fourth (Results 1 - 24 of 24) 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/tools/gyp/test/intermediate_dir/src/
H A Dscript.py15 sys.argv[2], fourth = shlex.split(sys.argv[2].replace('\\', '\\\\'))
16 sys.argv.append(fourth)
/external/valgrind/main/gdbserver_tests/
H A Dmcbreak.stdout.exp4 pid .... Thread .... fourth
/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/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()));
H A Dwindow_manager_unittest.cc238 scoped_ptr<aura::Window> fourth(CreateAndActivateWindow(&delegate));
254 EXPECT_EQ(fourth.get(), wm_api.GetSplitViewController()->right_window());
262 EXPECT_EQ(fourth.get(), wm_api.GetSplitViewController()->right_window());
267 EXPECT_EQ(fourth.get(), windows[2]);
/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/ui/events/platform/
H A Dplatform_event_source_unittest.cc365 TestPlatformEventDispatcher fourth(30, &list);
372 // event should only reach |first|, |second|, and |fourth|.
445 TestPlatformEventDispatcher fourth(20, &list);
469 TestPlatformEventDispatcher fourth(30, &list);
470 RemoveDispatchers(&third, &fourth);
486 second.set_callback(base::Bind(&AddDispatcher, base::Unretained(&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/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/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/llvm/test/MC/ARM/
H A Deh-directive-section-comdat.s52 @ The second, third, and fourth word should correspond to the section index
/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/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp131 TimeUnit fourth = third; local
134 assertTrue("copied and assigned are equal", (third == fourth));
/external/lldb/test/unittest2/test/
H A Dtest_setups.py244 fourth = unittest2.TestSuite((Test2('testTwo'),))
247 suite = unittest2.TestSuite((first, second, third, fourth, fifth, sixth))
/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/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
296 Change the fourth paragraph (page 174) to say:
443 Change second through fourth paragraphs (page 188) to say:
/external/mesa3d/docs/
H A DMESA_texture_array.spec179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
296 Change the fourth paragraph (page 174) to say:
443 Change second through fourth paragraphs (page 188) to say:
/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/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm403 ; pull the third and fourth sets together
640 ; pull the third and fourth sets together
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm403 ; pull the third and fourth sets together
640 ; pull the third and fourth sets together
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex372 \item[Field 4] The fourth field contains the total number of IO bunches.
/external/libvorbis/doc/
H A D01-introduction.tex320 of the three Vorbis headers described above. The fourth packet type
/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 881 milliseconds