Home
last modified time | relevance | path

Searched full:grade (Results 1 – 25 of 80) sorted by relevance

1234

/external/autotest/client/site_tests/firmware_TouchMTB/
Dfuzzy.py55 grade(x) = 0.0, when x <= left
62 grade = 1.0, when x == 1
65 Note: - When x is near 'middle', the grade would be pretty close to 1.
66 - When x becomes near 'left' or 'right', its grade may drop
76 def grade(self, x): member in FuzzySingletonMemberFunction
95 grade(x) = 1 for x >= right
99 grade = 1.0, when x >= 0.3
103 Note: - When x is less than but near 'right' value, the grade would be
105 - When x becomes near 'left' value, its grade may drop faster
115 def grade(self, x): member in FuzzySMemberFunction
[all …]
Dvalidators.py37 return (self.fc.mf.grade(...), self.msg_list)
317 self.vlog.score = self.fc.mf.grade(avg)
502 self.vlog.score = self.fc.mf.grade(deviation)
666 self.vlog.score = self.fc.mf.grade(max_err)
734 self.vlog.score = self.fc.mf.grade(deviation_ratio)
772 self.vlog.score = self.fc.mf.grade(actual_count_tid)
810 self.vlog.score = self.fc.mf.grade(max_distance)
856 self.vlog.score = self.fc.mf.grade(gap_ratio)
893 self.vlog.score = self.fc.mf.grade(sum_reversed_motions)
926 self.vlog.score = self.fc.mf.grade(actual_count_packets)
[all …]
/external/python/cpython3/Doc/howto/
Dsorting.rst71 ... def __init__(self, name, grade, age):
73 ... self.grade = grade
76 ... return repr((self.name, self.grade, self.age))
105 sort by *grade* then by *age*:
110 >>> sorted(student_objects, key=attrgetter('grade', 'age'))
141 steps. For example, to sort the student data by descending *grade* and then
142 ascending *age*, do the *age* sort first and then sort again using *grade*:
145 >>> sorted(s, key=attrgetter('grade'), reverse=True) # now sort on primary key, descending
164 For example, to sort the student data by *grade* using the DSU approach:
166 >>> decorated = [(student.grade, i, student) for i, student in enumerate(student_objects)]
[all …]
/external/python/cpython2/Doc/howto/
Dsorting.rst72 ... def __init__(self, name, grade, age):
74 ... self.grade = grade
77 ... return repr((self.name, self.grade, self.age))
106 sort by *grade* then by *age*:
111 >>> sorted(student_objects, key=attrgetter('grade', 'age'))
152 steps. For example, to sort the student data by descending *grade* and then
153 ascending *age*, do the *age* sort first and then sort again using *grade*:
156 >>> sorted(s, key=attrgetter('grade'), reverse=True) # now sort on primary key, descending
175 For example, to sort the student data by *grade* using the DSU approach:
177 >>> decorated = [(student.grade, i, student) for i, student in enumerate(student_objects)]
[all …]
/external/python/google-api-python-client/docs/dyn/
Dclassroom_v1.courses.courseWork.studentSubmissions.html133 "draftGrade": 3.14, # Optional pending grade. If unset, no grade was set.
175 "assignedGrade": 3.14, # Optional grade. If unset, no grade was set.
318 "draftGrade": 3.14, # Optional pending grade. If unset, no grade was set.
360 "assignedGrade": 3.14, # Optional grade. If unset, no grade was set.
558 "draftGrade": 3.14, # Optional pending grade. If unset, no grade was set.
600 "assignedGrade": 3.14, # Optional grade. If unset, no grade was set.
714 "draftGrade": 3.14, # Optional pending grade. If unset, no grade was set.
756 "assignedGrade": 3.14, # Optional grade. If unset, no grade was set.
854 "draftGrade": 3.14, # Optional pending grade. If unset, no grade was set.
896 "assignedGrade": 3.14, # Optional grade. If unset, no grade was set.
Dclassroom_v1.courses.html151 # For example, "10th Grade Biology".
281 # For example, "Welcome to 10th Grade Biology."
310 # For example, "10th Grade Biology".
440 # For example, "Welcome to 10th Grade Biology."
518 # For example, "10th Grade Biology".
648 # For example, "Welcome to 10th Grade Biology."
719 # For example, "10th Grade Biology".
849 # For example, "Welcome to 10th Grade Biology."
908 # For example, "10th Grade Biology".
1038 # For example, "Welcome to 10th Grade Biology."
[all …]
Dyoutube_v3.captions.html172 …er caption track is formatted for "easy reader," meaning it is at a third-grade level for language…
206 …er caption track is formatted for "easy reader," meaning it is at a third-grade level for language…
247 …er caption track is formatted for "easy reader," meaning it is at a third-grade level for language…
283 …er caption track is formatted for "easy reader," meaning it is at a third-grade level for language…
317 …er caption track is formatted for "easy reader," meaning it is at a third-grade level for language…
/external/skia/gm/
Dunpremul.cpp14 auto grade = [&](int x, int y){ in __anon86788d9d0102() variable
51 grade(50,50);
65 grade(50,150);
/external/skqp/gm/
Dunpremul.cpp14 auto grade = [&](int x, int y){ in __anon91eddcb40102() variable
51 grade(50,50);
65 grade(50,150);
/external/python/cpython3/Doc/library/
Dbisect.rst119 example uses :func:`bisect` to look up a letter grade for an exam score (say)
123 >>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):
127 >>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
/external/python/cpython2/Doc/library/
Dbisect.rst121 example uses :func:`bisect` to look up a letter grade for an exam score (say)
125 >>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):
129 >>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
/external/libxml2/test/
Dintsubset2.xml83 <!ELEMENT misc (grade?, stroke_count+, variant*, freq*, rad_name*)>
84 <!ELEMENT grade (#PCDATA)>
86 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/external/libxml2/result/
Dintsubset2.xml72 --><!ELEMENT misc (grade? , stroke_count+ , variant* , freq* , rad_name*)>
73 <!ELEMENT grade (#PCDATA)>
75 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
Dintsubset2.xml.sax85 SAX.elementDecl(grade, 3, ...)
87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
Dintsubset2.xml.sax285 SAX.elementDecl(grade, 3, ...)
87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/external/libxml2/result/noent/
Dintsubset2.xml72 --><!ELEMENT misc (grade? , stroke_count+ , variant* , freq* , rad_name*)>
73 <!ELEMENT grade (#PCDATA)>
75 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
Dintsubset2.xml.sax285 SAX.elementDecl(grade, 3, ...)
87 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/external/u-boot/arch/arm/mach-imx/
Dcpu.c216 puts("Automotive temperature grade "); in print_cpuinfo()
219 puts("Industrial temperature grade "); in print_cpuinfo()
222 puts("Extended Commercial temperature grade "); in print_cpuinfo()
225 puts("Commercial temperature grade "); in print_cpuinfo()
/external/icu/icu4c/source/data/unit/
Daf.txt35 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"}
Dro.txt39 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"}
/external/python/cpython2/Lib/test/
Dtest_bisect.py327 This example uses bisect() to look up a letter grade for an exam total
334 >>> def grade(total):
337 >>> grade(66)
339 >>> map(grade, [33, 99, 77, 44, 12, 88])
/external/harfbuzz_ng/
DREADME.md5 [![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)…
DREADME5 [![Codacy Code Health](https://api.codacy.com/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)…
/external/u-boot/arch/arm/mach-imx/mx8m/
Dclock.c680 u32 grade; in clock_init() local
689 grade = get_cpu_temp_grade(NULL, NULL); in clock_init()
690 if (!grade) { in clock_init()
/external/u-boot/arch/arm/include/asm/arch-mx6/
Dmx6-ddr.h364 /* Device Information: Varies per DDR3 part number and speed grade */
379 /* Device Information: Varies per LPDDR2 part number and speed grade */

1234