/third_party/skia/gm/ |
D | skbug_9819.cpp | 32 auto grade = [&](int x, int y){ in __anon333428a30102() variable 52 grade(64, 64); 53 grade(64, 192);
|
D | unpremul.cpp | 23 auto grade = [&](int x, int y){ in __anon86b583250102() variable 60 grade(50,50); 74 grade(50,150);
|
/third_party/flutter/skia/gm/ |
D | unpremul.cpp | 22 auto grade = [&](int x, int y){ in __anon0286e93a0102() variable 59 grade(50,50); 73 grade(50,150);
|
/third_party/python/Doc/howto/ |
D | sorting.rst | 85 ... def __init__(self, name, grade, age): 87 ... self.grade = grade 90 ... return repr((self.name, self.grade, self.age)) 121 sort by *grade* then by *age*: 128 >>> sorted(student_objects, key=attrgetter('grade', 'age')) 163 steps. For example, to sort the student data by descending *grade* and then 164 ascending *age*, do the *age* sort first and then sort again using *grade*: 169 >>> sorted(s, key=attrgetter('grade'), reverse=True) # now sort on primary key, descending 182 >>> multisort(list(student_objects), (('grade', True), ('age', False))) 201 For example, to sort the student data by *grade* using the DSU approach: [all …]
|
/third_party/libwebsockets/ |
D | README.md | 1 …grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/warmcat/libwebsockets.svg?logo=lgtm&logoWidt…
|
/third_party/typescript/tests/baselines/reference/ |
D | fixSignatureCaching.js | 955 if (this._cache.grade === undefined) { 956 this._cache.grade = impl.mobileGrade(this); 958 return this._cache.grade; 1875 if (this._cache.grade === undefined) { 1876 this._cache.grade = impl.mobileGrade(this); 1878 return this._cache.grade;
|
/third_party/typescript/tests/cases/conformance/ |
D | fixSignatureCaching.ts | 954 if (this._cache.grade === undefined) { 955 this._cache.grade = impl.mobileGrade(this); 957 return this._cache.grade;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | af.txt | 35 dnam{"grade"} 37 other{"{0} grade"} 611 dnam{"grade Celsius"} 613 other{"{0} grade Celsius"} 616 dnam{"grade Fahrenheit"} 618 other{"{0} grade Fahrenheit"} 1033 dnam{"grade"} 1609 dnam{"grade Celsius"} 1614 dnam{"grade Fahrenheit"}
|
D | ro.txt | 39 dnam{"grade"} 40 few{"{0} grade"} 42 other{"{0} de grade"} 718 dnam{"grade Celsius"} 719 few{"{0} grade Celsius"} 721 other{"{0} de grade Celsius"} 724 dnam{"grade Fahrenheit"} 725 few{"{0} grade Fahrenheit"} 727 other{"{0} de grade Fahrenheit"} 1394 dnam{"grade"}
|
/third_party/python/Doc/library/ |
D | bisect.rst | 186 example uses :func:`bisect` to look up a letter grade for an exam score (say) 190 >>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'): 194 >>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | af.txt | 35 dnam{"grade"} 37 other{"{0} grade"} 806 dnam{"grade Celsius"} 808 other{"{0} grade Celsius"} 811 dnam{"grade Fahrenheit"} 813 other{"{0} grade Fahrenheit"} 1289 dnam{"grade"}
|
D | ro.txt | 39 dnam{"grade"} 40 few{"{0} grade"} 42 other{"{0} de grade"} 979 dnam{"grade Celsius"} 980 few{"{0} grade Celsius"} 982 other{"{0} de grade Celsius"} 985 dnam{"grade Fahrenheit"} 986 few{"{0} grade Fahrenheit"} 988 other{"{0} de grade Fahrenheit"} 1744 dnam{"grade"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | af.txt | 35 dnam{"grade"} 37 other{"{0} grade"} 806 dnam{"grade Celsius"} 808 other{"{0} grade Celsius"} 811 dnam{"grade Fahrenheit"} 813 other{"{0} grade Fahrenheit"} 1289 dnam{"grade"}
|
D | ro.txt | 39 dnam{"grade"} 40 few{"{0} grade"} 42 other{"{0} de grade"} 979 dnam{"grade Celsius"} 980 few{"{0} grade Celsius"} 982 other{"{0} de grade Celsius"} 985 dnam{"grade Fahrenheit"} 986 few{"{0} grade Fahrenheit"} 988 other{"{0} de grade Fahrenheit"} 1744 dnam{"grade"}
|
/third_party/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 85 SAX.elementDecl(grade, 3, ...) 87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
|
/third_party/libxml2/result/ |
D | intsubset2.xml.sax | 85 SAX.elementDecl(grade, 3, ...) 87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
|
D | intsubset2.xml.sax2 | 85 SAX.elementDecl(grade, 3, ...) 87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
|
/third_party/python/Lib/test/ |
D | test_bisect.py | 360 def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'): function 364 result = [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
|
/third_party/openssl/ |
D | README | 12 commercial-grade, fully featured, and Open Source toolkit implementing the
|
/third_party/openssl/doc/man3/ |
D | PKCS7_encrypt.pod | 29 Some old "export grade" clients may only support weak encryption using 40 or 64
|
D | PKCS12_create.pod | 47 export grade software which could use signing only keys of arbitrary size but
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | scrollable_tabs_demo.dart | 22 _Page(icon: Icons.grade, text: 'TRIUMPH'),
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | CHANGELOG.md | 165 * All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
|
/third_party/curl/ |
D | README.md | 10 [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth…
|
/third_party/openssl/doc/man1/ |
D | pkcs12.pod | 223 file unreadable by some "export grade" software. By default the private 240 "export grade" software will only allow 512 bit RSA keys to be used for
|