Searched defs:regular (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
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/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc51 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5037
62 } regular; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon5040
265 // So we setup everything except for the |first_profile_| regular, and then
312 browser_a_regular, check_case.profile_a.regular.downloads);
316 browser_b_regular, check_case.profile_b.regular.downloads);
326 check_case.profile_a.regular.windows,
328 check_case.profile_b.regular.windows,
395 // Second level nesting is {regular, incognito
424 // Non-last regular window triggers no warning.
429 // Last regular windo
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
H A Dapp.js45 COL_T_REGULAR: 'regular',
217 var otherCols = [ Column.regular(c.COL_BUGS) ];
222 // followed by regular columns and images
231 // Get regular columns (== not image columns)
234 // Get the compare functions for regular and image columns. These
501 * Factory function to create a regular column. Same args as Column()
503 Column.regular = function (key, ctitle) {
526 of filter and regular columns)
/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/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 173 milliseconds