Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dclassroom_v1.courses.courseWork.studentSubmissions.html128 …"assignedGrade": 3.14, # Optional grade. If unset, no grade was set. This value must be …
163 …"draftGrade": 3.14, # Optional pending grade. If unset, no grade was set. This value mus…
173 …"submissionHistory": [ # The history of the submission (includes state and grade histori…
174 { # The history of the submission. This currently includes state and grade histories.
175 …"gradeHistory": { # The history of each grade on this submission. # The grade history in…
176 "actorUserId": "A String", # The teacher who made the grade change.
177 …angeType": "A String", # The type of grade change at this time in the submission gr…
178 … "gradeTimestamp": "A String", # When the grade of the submission was changed.
179 …"maxPoints": 3.14, # The denominator of the grade at this time in the submission grade h…
180 …"pointsEarned": 3.14, # The numerator of the grade at this time in the submission grade
[all …]
Dclassroom_v1.courses.html189 … Optional heading for the description. For example, "Welcome to 10th Grade Biology." If …
193 …"name": "A String", # Name of the course. For example, "10th Grade Biolog…
253 … Optional heading for the description. For example, "Welcome to 10th Grade Biology." If …
257 …"name": "A String", # Name of the course. For example, "10th Grade Biolog…
342 … Optional heading for the description. For example, "Welcome to 10th Grade Biology." If …
346 …"name": "A String", # Name of the course. For example, "10th Grade Biolog…
426 … Optional heading for the description. For example, "Welcome to 10th Grade Biology." If …
430 …"name": "A String", # Name of the course. For example, "10th Grade Biolog…
509 … Optional heading for the description. For example, "Welcome to 10th Grade Biology." If …
513 …"name": "A String", # Name of the course. For example, "10th Grade Biolog…
[all …]
Dvectortile_v1.featuretiles.html141 …hers. To render the basemap correctly, sort by z-plane, then z-grade, then z-within-grade. # The z…
171 …hers. To render the basemap correctly, sort by z-plane, then z-grade, then z-within-grade. # The z…
203 …hers. To render the basemap correctly, sort by z-plane, then z-grade, then z-within-grade. # The z…
Dyoutube_v3.captions.html172 … track is formatted for "easy reader," meaning it is at a third-grade level for language…
206 … track is formatted for "easy reader," meaning it is at a third-grade level for language…
250 … track is formatted for "easy reader," meaning it is at a third-grade level for language…
285 … track is formatted for "easy reader," meaning it is at a third-grade level for language…
319 … track is formatted for "easy reader," meaning it is at a third-grade level for language…
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dsorting.rst85 ... 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/packages/apps/ThemePicker/res/values-gl/
Dstrings.xml48 <string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string>
55 …grid_preview_card_content_description" msgid="8449383777584714842">"Vista previa da grade"</string>
73 …<string name="grid_options_title" msgid="7071930966989877023">"Escoller un tamaño para a grade"</s…
75 …<string name="apply_grid_btn_note" msgid="2966021967355139181">"Cambio tamaño grade volve cargar e…
76 …ng_grid" msgid="3515633981312731121">"Volvendo cargar o espazo de traballo coa grade %1$s"</string>
77 …gid="1349622908271736044">"Non se puido volver cargar o espazo de traballo coa grade %1$s"</string>
80 …<string name="applied_grid_msg" msgid="3250499654436933034">"A grade aplicouse correctamente"</str…
117 …d_picker_entry_content_description" msgid="9087651470212293439">"Cambia a grade de aplicacións"</s…
/aosp_15_r20/packages/apps/ThemePicker/res/values-pt/
Dstrings.xml48 <string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string>
55 …grid_preview_card_content_description" msgid="8449383777584714842">"Visualização da grade"</string>
73 …<string name="grid_options_title" msgid="7071930966989877023">"Escolha o tamanho da grade"</string>
75 …<string name="apply_grid_btn_note" msgid="2966021967355139181">"A mudança do tamanho da grade reca…
76 …g_grid" msgid="3515633981312731121">"Recarregando o espaço de trabalho com uma grade %1$s"</string>
77 … msgid="1349622908271736044">"Falha ao recarregar o espaço de trabalho com uma grade %1$s"</string>
80 <string name="applied_grid_msg" msgid="3250499654436933034">"Grade definida"</string>
117 …<string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Mudar a grade de…
/aosp_15_r20/external/icu/icu4c/source/data/unit/
H A Dro.txt67 few{"{0} grade"}
69 other{"{0} de grade"}
72 few{"{0} grade"}
75 other{"{0} de grade"}
1792 few{"{0} grade Celsius"}
1794 other{"{0} de grade Celsius"}
1797 dnam{"grade Celsius"}
1798 few{"{0} grade Celsius"}
1801 other{"{0} de grade Celsius"}
1804 dnam{"grade Fahrenheit"}
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/unit/
H A Dro.txt67 few{"{0} grade"}
69 other{"{0} de grade"}
72 few{"{0} grade"}
75 other{"{0} de grade"}
1792 few{"{0} grade Celsius"}
1794 other{"{0} de grade Celsius"}
1797 dnam{"grade Celsius"}
1798 few{"{0} grade Celsius"}
1801 other{"{0} de grade Celsius"}
1804 dnam{"grade Fahrenheit"}
[all …]
/aosp_15_r20/external/libwebsockets/
H A DREADME.md1Grade/144fb195a83046e484a75c8b4c6cfc99)](https://www.codacy.com/app/lws-team/libwebsockets?utm_sou…
/aosp_15_r20/external/python/enum34/enum/
Dtest.py1649 class Grade(OrderedEnum): class
1656 self.assertEqual(list(Grade), [Grade.A, Grade.B, Grade.C, Grade.D, Grade.F])
1657 self.assertTrue(Grade.A > Grade.B)
1658 self.assertTrue(Grade.F <= Grade.C)
1659 self.assertTrue(Grade.D < Grade.A)
1660 self.assertTrue(Grade.B >= Grade.B)
/aosp_15_r20/external/coreboot/util/spd_tools/
H A DREADME.md217 4_01_02_AnnexL-5R29 lists tAAmin for each speed grade.
220 of Jedec doc 4_01_02_AnnexL-5R29 lists tRPmin for each speed grade.
223 4_01_02_AnnexL-5R29 lists tCKmin for each speed grade.
226 4_01_02_AnnexL-5R29 lists tCKmin for each speed grade.
238 66 of Jedec doc 4_01_02_AnnexL-5R29 lists tFAWmin for each speed grade and
243 tRRD_Smin for each speed grade and page size combination.
247 for each speed grade and page size combination.
251 speed grade.
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dclassroom.v1.json2601 …n": "Optional heading for the description. For example, \"Welcome to 10th Grade Biology.\" If set,…
2617 …"description": "Name of the course. For example, \"10th Grade Biology\". The name is required. It …
2782 …"description": "Maximum grade for this course work. If zero or unspecified, this assignment is con…
3103 "description": "The history of each grade on this submission.",
3107 "description": "The teacher who made the grade change.",
3111 "description": "The type of grade change at this time in the submission grade history.",
3119 "No grade change type specified. This should never be returned.",
3120 "A change in the numerator of the draft grade.",
3121 "A change in the numerator of the assigned grade.",
3122 "A change in the denominator of the grade."
[all …]
/aosp_15_r20/external/skia/gm/
H A Dskbug_9819.cpp33 auto grade = [&](int x, int y){ in __anon63a81f680102() variable
53 grade(64, 64);
54 grade(64, 192);
H A Dunpremul.cpp23 auto grade = [&](int x, int y){ in __anonbdc304aa0102() variable
60 grade(50,50);
74 grade(50,150);
/aosp_15_r20/external/libxml2/test/
H A Dintsubset2.xml92 <!ELEMENT misc (grade?, stroke_count+, variant*, freq*, rad_name*)>
93 <!ELEMENT grade (#PCDATA)>
95 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/aosp_15_r20/external/libxml2/result/noent/
H A Dintsubset2.xml81 --><!ELEMENT misc (grade? , stroke_count+ , variant* , freq* , rad_name*)>
82 <!ELEMENT grade (#PCDATA)>
84 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/
H A D532d6adc3c29f79675b7ef687de4e78970766e8383 <!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
/aosp_15_r20/external/libxml2/result/
H A Dintsubset2.xml81 --><!ELEMENT misc (grade? , stroke_count+ , variant* , freq* , rad_name*)>
82 <!ELEMENT grade (#PCDATA)>
84 The Jouyou Kanji grade level. 1 through 6 indicate the grade in which
/aosp_15_r20/packages/modules/HealthFitness/apk/res/values-ro/
Dstrings.xml907 …789974427381333869">"{value,plural, =1{Un grad Celsius}few{# grade Celsius}other{# de grade Celsiu…
909 …"6078037481989090665">"{value,plural, =1{Un grad Kelvin}few{# grade Kelvin}other{# de grade Kelvin…
911 …48424411289521">"{value,plural, =1{Un grad Fahrenheit}few{# grade Fahrenheit}other{# de grade Fahr…
913 …=1{{formattedValue} grad Celsius}few{{formattedValue} grade Celsius}other{{formattedValue} de grad…
915 …ormattedValue} grad Fahrenheit}few{{formattedValue} grade Fahrenheit}other{{formattedValue} de gra…
917 …ural, =1{{formattedValue} kelvin}few{{formattedValue} grade kelvin}other{{formattedValue} de grade
919 …elsius (variația medie)}few{{formattedValue} grade Celsius (variația medie)}other{{formattedValue}…
921 …nheit (variația medie)}few{{formattedValue} grade Fahrenheit (variația medie)}other{{formattedValu…
923 … kelvin (variația medie)}few{{formattedValue} grade kelvin (variația medie)}other{{formattedValue}…
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/filter/
DOptionFetcherTest.java63 setter.setOptionValue("retry-isolation-grade", "FULLY_ISOLATED"); in setUp()
77 .setKey("retry-isolation-grade") in testOptionFetch()
122 .setKey("retry-isolation-grade").setValue("REBOOT_ISOLATED")) in testOptionFetch_notExist()
/aosp_15_r20/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]]
/aosp_15_r20/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])
/aosp_15_r20/external/python/cpython3/Doc/library/
Dbisect.rst192 example uses :py:func:`~bisect.bisect` to look up a letter grade for an exam score (say)
196 >>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):
200 >>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]

12345678910>>...15