/third_party/backends/backend/genesys/ |
H A D | gl841.cpp | 418 // @brief turn off motor 1566 int turn; in ad_fe_offset_calibration() local 1614 turn=0; in ad_fe_offset_calibration() 1640 std::snprintf(fn, 30, "gl841_offset_%02d.tiff", turn); in ad_fe_offset_calibration() 1663 turn++; in ad_fe_offset_calibration() 1664 } while ((top-bottom)>1 && turn < 100); in ad_fe_offset_calibration() 1684 int turn; in offset_calibration() local 1753 turn = 0; in offset_calibration() 1781 std::snprintf(fn, 30, "gl841_offset1_%02d.tiff", turn); in offset_calibration() 1833 turn in offset_calibration() [all...] |
H A D | gl646.cpp | 1895 int turn; in led_calibration() local 1944 turn = 0; in led_calibration() 1965 std::snprintf(fn, 30, "gl646_led_%02d.tiff", turn); in led_calibration() 2013 turn++; in led_calibration() 2016 while (!acceptable && turn < 100); in led_calibration() 2062 * raising offset at each turn. 2498 /* turn off motor during this scan */ in init_regs_for_warmup()
|
/third_party/gn/src/gn/ |
H A D | function_template.cc | 164 # template (since it has this name), which will in turn depend on the code
|
/third_party/ltp/testscripts/ |
H A D | ltpdmmapper.sh | 22 Note: In order to run this test, you must turn on "device mapper"
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 1194 FT_Angle turn; in ft_stroker_process_corner() local 1198 turn = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ); in ft_stroker_process_corner() 1200 /* no specific corner processing is required if the turn is 0 */ in ft_stroker_process_corner() 1201 if ( turn == 0 ) in ft_stroker_process_corner() 1204 /* when we turn to the right, the inside side is 0 */ in ft_stroker_process_corner() 1206 inside_side = ( turn < 0 ); in ft_stroker_process_corner()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 68 Next, the application can turn on ptrace-mode on the target process,
|
H A D | libunwind-ia64.tex | 70 convenience macros. Below, we describe each kind in turn:
|
H A D | libunwind.tex | 295 \Const{UNW\_CACHE\_NONE}, it is possible to turn off caching
|
/third_party/skia/src/gpu/ops/ |
H A D | PathInnerTriangulateOp.cpp | 129 // Find the "turn direction" of each corner and net turn direction. in makeProgramImpl()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
H A D | validator.js | 212 var SUPPORT_CSS_ANGLE_UNIT = ["deg", "rad", "grad", "turn"]
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 547 @ they are limited by 2^26+2^6. This in turn means that *sum* 555 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 547 @ they are limited by 2^26+2^6. This in turn means that *sum* 555 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 795 so the C<\n> really does turn into a newline. See the note at the end 1638 separate lexical scope, so you have to turn on C<strict> at the top of 1810 to turn into 1819 it would turn into
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 795 so the C<\n> really does turn into a newline. See the note at the end 1638 separate lexical scope, so you have to turn on C<strict> at the top of 1810 to turn into 1819 it would turn into
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 64 % and turn on active characters that we couldn't do earlier because 2477 % We *must* turn on hyphenation at `-' and `_' in @code. 2483 % We must therefore turn them both off (\tclose does that) 2524 % @allowcodebreaks provides a document-level way to turn breaking at - 3422 % When we turn headings on, set the page number to 1. 4081 % Make sure that spaces turn into tokens that match what \doignoretext wants. 6541 \hbadness=10000 % Last line will usually be underfull, so turn off 6549 \hbadness=10000 % Last line will usually be underfull, so turn off 7130 % If we encounter &foo, then turn on ()-hacking afterwards 9951 % So turn the [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 474 @ they are limited by 2^26+2^6. This in turn means that *sum* 482 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 474 @ they are limited by 2^26+2^6. This in turn means that *sum* 482 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1503 call to png_set_option; yes/on: turn on 1510 call to png_set_option; yes/on: turn on 1521 turn on unconditionally. If not specified: 13455 # --disable-unversioned-links must be given to turn the option off. 15664 # turn spaces into newlines. 15667 # turn newlines into spaces. 15870 # Compiler flag to turn off builtin functions.
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 117 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
|