/external/u-boot/board/BuS/eb_cpu5282/ |
D | eb_cpu5282.c | 231 ulong bright; in do_brightness() local 236 bright = simple_strtoul(argv[2], NULL, 10); in do_brightness() 238 (bright >= 0) && (bright <= 1000)) { in do_brightness() 239 vcxk_setbrightness(side, bright); in do_brightness() 258 bright, 3, 0, do_brightness,
|
/external/u-boot/tools/patman/ |
D | terminal.py | 115 def Start(self, color, bright=True): argument 126 base = self.BRIGHT_START if bright else self.NORMAL_START 141 def Color(self, color, text, bright=True): argument 159 base = self.BRIGHT_START if bright else self.NORMAL_START
|
/external/u-boot/arch/arm/dts/ |
D | kirkwood-netxbig.dtsi | 135 bright-addr = <1>; 144 bright-addr = <1>; 154 bright-addr = <2>; 163 bright-addr = <2>; 173 bright-addr = <2>; 182 bright-addr = <2>;
|
/external/u-boot/board/BuR/common/ |
D | common.c | 58 unsigned int bright = FDTPROP(PATHINF, "brightdef"); in lcdbacklight() local 62 unsigned int bright = env_get_ulong("ds1_bright_def", 10, 50); in lcdbacklight() 69 bright = bright != ~0UL ? bright : 50; in lcdbacklight() 71 bright = 0; in lcdbacklight() 85 TPS65217_WLEDCTRL2, bright, 0xFF); in lcdbacklight() 89 bright != 0 ? 0x0A : 0x02, in lcdbacklight() 102 tmp = tmp + ((V_OSCK/pwmfrq)/100) * bright; in lcdbacklight()
|
/external/ImageMagick/coders/ |
D | scr.c | 107 int bright; in ReadSCRImage() local 215 bright = attrbin[6]; in ReadSCRImage() 217 if(bright) { ink=ink+8; paper=paper+8; } in ReadSCRImage()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 93 亮>'[bright]'; 1742 慧>'[bright]'; 2155 明>'[bright]'; 2165 昭>'[bright]'; 2169 昶>'[a long day. bright. extended. clear]'; 2174 晃>'[bright]'; 2175 晄>'[bright]'; 2212 暸>'[bright]'; 2217 曄>'[bright]'; 2221 曙>'[bright]'; [all …]
|
/external/skia/gm/ |
D | colorfilterimagefilter.cpp | 127 sk_sp<SkImageFilter> bright(make_brightness(brightness, std::move(dim))); 128 paint.setImageFilter(std::move(bright));
|
/external/skqp/gm/ |
D | colorfilterimagefilter.cpp | 127 sk_sp<SkImageFilter> bright(make_brightness(brightness, std::move(dim))); 128 paint.setImageFilter(std::move(bright));
|
/external/autotest/client/site_tests/power_Display/ |
D | cabc.md | 7 panel backlight brightness according to the content. With a bright image showing
|
/external/u-boot/tools/buildman/ |
D | control.py | 72 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
|
/external/python/pyasn1/docs/source/ |
D | contents.rst | 82 On the bright side, ASN.1 has been around for a long time, it is well understood
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 157 Myriads, though bright!--if he whom mutual league, 342 Thus answered:--"Leader of those armies bright 499 Dilated or condensed, bright or obscure, 510 To whose bright image nigntly by the moon 807 Each in his Hierarchy, the Orders bright. 1269 Of those bright confines, whence, with neighbouring arms, 1387 With bright emblazonry, and horrent arms. 1630 Likest to thee in shape and countenance bright, 1686 To be invulnerable in those bright arms, 1941 Bright effluence of bright essence increate. [all …]
|
D | alice29.txt | 143 among those beds of bright flowers and those cool fountains, but 447 A little bright-eyed terrier, you know, with oh, such long curly 761 of which was a bright brass plate with the name `W. RABBIT' 941 turning into little cakes as they lay on the floor, and a bright 1867 A bright idea came into Alice's head. `Is that the reason so 2030 beautiful garden, among the bright flower-beds and the cool 3566 tiny hands were clasped upon her knee, and the bright eager eyes 3602 her other little children, and make THEIR eyes bright and eager
|
/external/tensorflow/tensorflow/lite/java/ovic/ |
D | README.md | 167 …classification or the `DET` button for detection. The button should turn bright green, signaling t…
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 711 㶬 < bright\-lights\-and\-illuminations\-of\-the\-fire; 946 䌸 < fine\-silk\-fabric\-of\-bright\-white\-colour; 1253 昶 < a\-long\-day\.\-bright\.\-extended\.\-clear; 2204 暐 < the\-bright\-shining\-of\-the\-sun; 4572 熠 < bright\-and\-sparkling; 4864 㻮 < bright\-and\-brilliant; 7230 明淨 < bright\-and\-clean; 7436 龑 < high\-and\-bright; 7544 光明 < bright\-\(future\); 9681 昱 < bright\-light; [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | id.txt | 373 "bright and clear", 693 "bright and clear", 719 "bright and clear",
|
D | th.txt | 398 "bright and clear",
|
D | hr.txt | 306 "bright and clear",
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 286 | :const:`A_BOLD` | Extra bright or bold text | 288 | :const:`A_DIM` | Half bright text |
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 354 | :const:`A_BOLD` | Extra bright or bold text | 356 | :const:`A_DIM` | Half bright text |
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | cmdline_examples.md | 333 …ound-color:#db4437;color:white;border:1px;border-style:solid;border-color:black;padding:1px">bright
|
/external/ImageMagick/MagickCore/ |
D | accelerate.c | 3333 bright, in ComputeModulateImage() local 3428 bright=percent_brightness; in ComputeModulateImage() 3435 clStatus|=clEnv->library->clSetKernelArg(modulateKernel,i++,sizeof(cl_float),&bright); in ComputeModulateImage()
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 141 among those beds of bright flowers and those cool fountains, but 445 A little bright-eyed terrier, you know, with oh, such long curly 759 of which was a bright brass plate with the name `W. RABBIT' 938 turning into little cakes as they lay on the floor, and a bright 1863 A bright idea came into Alice's head. `Is that the reason so 2026 beautiful garden, among the bright flower-beds and the cool fountains. 3558 tiny hands were clasped upon her knee, and the bright eager eyes 3594 her other little children, and make THEIR eyes bright and eager
|
/external/libjpeg-turbo/ |
D | usage.txt | 79 BMP file, because cjpeg isn't bright enough to notice
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | inet | 215 // key <I251> { [ ] }; // KEY_BRIGHTNESS_CYCLE -- bright up, max++ == min
|