Home
last modified time | relevance | path

Searched full:lab (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/node/deps/npm/node_modules/umask/test/
Dsimple.js6 var Lab = require('lab'); variable
7 var lab = Lab.script(); variable
8 exports.lab = lab;
10 var describe = lab.describe;
11 var it = lab.it;
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dlab.hpp43 BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, lab)
46 /// \brief LAB to XYZ
73 /// \brief XYZ to LAB
138 /// \brief RGB to LAB
154 /// \brief LAB to RGB
/third_party/node/tools/node_modules/eslint/node_modules/chalk/node_modules/color-convert/
DREADME.md36 // Hex to LAB
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
Dconversions.js21 lab: {channels: 3, labels: 'lab'}, property
223 convert.rgb.lab = function (rgb) { function
442 convert.xyz.lab = function (xyz) { function
462 convert.lab.xyz = function (lab) { argument
463 const l = lab[0];
464 const a = lab[1];
465 const b = lab[2];
488 convert.lab.lch = function (lab) { argument
489 const l = lab[0];
490 const a = lab[1];
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/node_modules/color-convert/
DREADME.md36 // Hex to LAB
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
Dconversions.js21 lab: {channels: 3, labels: 'lab'}, property
223 convert.rgb.lab = function (rgb) { function
442 convert.xyz.lab = function (xyz) { function
462 convert.lab.xyz = function (lab) { argument
463 const l = lab[0];
464 const a = lab[1];
465 const b = lab[2];
488 convert.lab.lch = function (lab) { argument
489 const l = lab[0];
490 const a = lab[1];
[all …]
/third_party/node/deps/npm/node_modules/color-convert/
DREADME.md36 // Hex to LAB
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
Dconversions.js22 lab: {channels: 3, labels: 'lab'},
223 convert.rgb.lab = function (rgb) { function
453 convert.xyz.lab = function (xyz) { function
476 convert.lab.xyz = function (lab) { argument
477 var l = lab[0];
478 var a = lab[1];
479 var b = lab[2];
502 convert.lab.lch = function (lab) { argument
503 var l = lab[0];
504 var a = lab[1];
[all …]
/third_party/node/tools/node_modules/babel-eslint/node_modules/color-convert/
DREADME.md36 // Hex to LAB
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
Dconversions.js22 lab: {channels: 3, labels: 'lab'},
230 convert.rgb.lab = function (rgb) { function
460 convert.xyz.lab = function (xyz) { function
483 convert.lab.xyz = function (lab) { argument
484 var l = lab[0];
485 var a = lab[1];
486 var b = lab[2];
509 convert.lab.lch = function (lab) { argument
510 var l = lab[0];
511 var a = lab[1];
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/color-convert/
DREADME.md36 // Hex to LAB
37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
Dconversions.js22 lab: {channels: 3, labels: 'lab'},
230 convert.rgb.lab = function (rgb) { function
460 convert.xyz.lab = function (xyz) { function
483 convert.lab.xyz = function (lab) { argument
484 var l = lab[0];
485 var a = lab[1];
486 var b = lab[2];
509 convert.lab.lch = function (lab) { argument
510 var l = lab[0];
511 var a = lab[1];
[all …]
/third_party/node/deps/npm/node_modules/dotenv/
Dpackage.json38 "lab": "^14.3.2", string
65 "ci:coverage": "lab test/* -r lcov | coveralls",
70 "test": "lab"
/third_party/boost/libs/iterator/doc/
Dpermutation_iterator.rst12 Lab`_
17 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dfunction_output_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dfilter_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dreverse_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Diterator_adaptor.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Diterator_facade.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dtransform_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dindirect_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
Dcounting_iterator.rst12 Lab`_, University of Hanover `Institute for Transport
18 .. _`Open Systems Lab`: http://www.osl.iu.edu
/third_party/node/deps/npm/node_modules/umask/
Dpackage.json42 "lab": "^5.2.0" string
57 "test": "lab -ct 100"
/third_party/flutter/flutter/dev/bots/
Dfirebase_testlab.sh25 # Firebase Test Lab tests are currently known to be failing with
26 # "Firebase Test Lab infrastructure failure: Error during preprocessing"
/third_party/e2fsprogs/lib/blkid/
Dgetsize.c140 struct disklabel lab; in blkid_get_dev_size() local
158 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { in blkid_get_dev_size()
159 pp = &lab.d_partitions[part]; in blkid_get_dev_size()

1234567