Home
last modified time | relevance | path

Searched refs:lab (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/deps/npm/node_modules/color-convert/
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 …]
DREADME.md37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ]
38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ]
/third_party/node/deps/npm/node_modules/umask/test/
Dsimple.js7 var lab = Lab.script(); variable
8 exports.lab = lab;
10 var describe = lab.describe;
11 var it = lab.it;
/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()
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Dfil.txt27 "11: lab\u00EDng->>;",
45 "11: lab\u00EDng->>;",
/third_party/icu/icu4c/source/data/rbnf/
Dfil.txt27 "11: lab\u00EDng->>;",
45 "11: lab\u00EDng->>;",
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Dfil.txt28 "11: lab\u00EDng->>;",
46 "11: lab\u00EDng->>;",
/third_party/e2fsprogs/lib/ext2fs/
Dgetsize.c208 struct disklabel lab; in ext2fs_get_device_size2() local
233 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { in ext2fs_get_device_size2()
234 pp = &lab.d_partitions[part]; in ext2fs_get_device_size2()
/third_party/boost/boost/geometry/strategies/cartesian/
Dside_of_intersection.hpp172 cpp_int const lab = cpp_int(a) * cpp_int(b); in sign_of_compare() local
175 ab.check_value(lab); in sign_of_compare()
178 int result2 = lab > lcd ? 1 in sign_of_compare()
179 : lab < lcd ? -1 in sign_of_compare()
/third_party/flutter/flutter/dev/integration_tests/ios_host_app/
DREADME.md8 Used by the `module_test_ios.dart` device lab test.
/third_party/flutter/flutter/dev/integration_tests/android_host_app/
DREADME.md8 Used by the `module_test.dart` device lab test.
/third_party/flutter/flutter/dev/integration_tests/module_host_with_custom_build/
DREADME.md8 Used by the `module_host_with_custom_build_test.dart` device lab test.
/third_party/openssl/crypto/rsa/
Drsa_pmeth.c685 unsigned char *lab; in pkey_rsa_ctrl_str() local
689 lab = OPENSSL_hexstr2buf(value, &lablen); in pkey_rsa_ctrl_str()
690 if (!lab) in pkey_rsa_ctrl_str()
692 ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen); in pkey_rsa_ctrl_str()
694 OPENSSL_free(lab); in pkey_rsa_ctrl_str()
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dlab.hpp43 BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, lab)
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/
DREADME.md8 This project is also run as a device lab test via Flutter Driver.
/third_party/skia/third_party/externals/icu/source/data/lang/
Dagq.txt9 ar{"Àlabì"}
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dagq.txt8 ar{"Àlabì"}
/third_party/icu/icu4c/source/data/lang/
Dagq.txt8 ar{"Àlabì"}
/third_party/flutter/skia/site/dev/testing/
Dswarmingbots.md17 * The Skolo (local Skia lab in Chapel Hill). Anything we can't get in GCE or the Golo lives
38 …“skia-e-”, “skia-i-” (other than “skia-i-gce-NNN”), “skia-rpi-” -> Chapel Hill lab (aka Skolo)<br/>
Dautomated_testing.md10 bots, which are virtual or real machines living in our local lab, Chrome Infra's
11 lab, or in GCE.
/third_party/skia/site/docs/dev/testing/
Dswarmingbots.md19 - The Skolo (local Skia lab in Chapel Hill). Anything we can't get in GCE or the
62 “skia-rpi-” -> Chapel Hill lab (aka Skolo)<br/> To log in to Skolo bots, see
Dautomated_testing.md15 bots, which are virtual or real machines living in our local lab, Chrome Infra's
16 lab, or in GCE.
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dabout.dart56 'from a single codebase. This design lab is a playground '
/third_party/flutter/flutter/dev/devicelab/
DREADME.md3 "Devicelab" (a.k.a. "cocoon") is a physical lab that tests Flutter on real
159 To run device lab tests against a local engine build, pass the appropriate
/third_party/lwip/
DREADME11 Architectures (CNA) lab at the Swedish Institute of Computer Science (SICS)

123