Searched defs:regular (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc51 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon6269
62 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon6272
264 // So we setup everything except for the |first_profile_| regular, and then
311 browser_a_regular, check_case.profile_a.regular.downloads);
315 browser_b_regular, check_case.profile_b.regular.downloads);
325 check_case.profile_a.regular.windows,
327 check_case.profile_b.regular.windows,
394 // Second level nesting is {regular, incognito
423 // Non-last regular window triggers no warning.
428 // Last regular windo
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying
/external/chromium_org/ui/gfx/
H A Dmatrix3_unittest.cc79 Matrix3F regular = Matrix3F::Zeros(); local
80 regular.set(0.57f, 0.205f, 0.942f,
83 Matrix3F inv_regular = regular.Inverse();
84 regular.set(2.51540616f, -0.55138018f, -1.98968043f,
87 EXPECT_TRUE(regular.IsNear(inv_regular, 0.00001f));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */ member in struct:nv50_ir_varying

Completed in 351 milliseconds