Home
last modified time | relevance | path

Searched refs:upper (Results 376 - 400 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py1112 snippets = {k.upper():v for (k, v) in snippets.items()}
/third_party/libinput/src/
H A Dlibinput-private.h90 /* A threshold with an upper and lower limit */
92 int upper; member
/third_party/libinput/test/
H A Dlitest.h453 for (i = lower; i < upper; i++)
457 int upper; /* exclusive */ member
H A Dtest-quirks.c1039 ck_assert_int_eq(r.upper, t->hi); in START_TEST()
/third_party/python/Lib/
H A Dsmtplib.py638 mechanism = mechanism.upper()
H A Dos.py749 return encode(key).upper()
H A Dcgi.py383 method = environ['REQUEST_METHOD'].upper()
H A Dast.py1518 if node.upper:
1519 self.traverse(node.upper)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py793 versioningEnumName = self.numbersToWords(extname.upper()) + '_SPEC_VERSION'
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py209 re.sub(r'([a-z])([A-Z])', r'\1_\2', kind).upper())
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py209 re.sub(r'([a-z])([A-Z])', r'\1_\2', kind).upper())
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py648 name += '; ' + self._get_name_piece (lt.region.upper ())
928 write (f'{bcp_47_name_candidates[0]}{scope} != {ot.names[language.upper ()]}')
/third_party/python/Objects/
H A Dbytearrayobject.c2254 {"upper", stringlib_upper, METH_NOARGS, _Py_upper__doc__},
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py219 re.sub(r'([a-z])([A-Z])', r'\1_\2', kind).upper())
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c75 struct STORE *upper; member
147 current = &(*current)->upper; in getclusterentry()
155 newone->upper = (struct STORE*)NULL; in getclusterentry()
175 if (entry->upper) in freeclusterentry()
176 freeclusterentry(entry->upper); in freeclusterentry()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py3648 self.assertEqual(serialize(elem, encoding=enc.upper()),
3655 upper = enc.upper()
3656 self.assertEqual(serialize(elem, encoding=upper),
3658 "<tag>abc</tag>" % upper).encode(enc))
H A Dtest_ast.py376 self.assertIsNone(slc.upper)
2150 self._check_content(s2, i2.slice.upper, 'c.d')
2151 self._check_content(sm, im.slice.elts[0].upper, 'f ()')
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c573 uint32_t upper = len - lower - 1; in ecma_builtin_array_prototype_object_reverse() local
577 ecma_string_t *upper_str_p = ecma_new_ecma_string_from_uint32 (upper); in ecma_builtin_array_prototype_object_reverse()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js1790 * than ``upper`` but not equal to either.
1794 * @param {number} upper - Number that ``actual`` must be less than.
1797 function assert_between_exclusive(actual, lower, upper, description)
1807 assert(actual > lower && actual < upper,
1810 "and less than ${upper} but got ${actual}",
1811 {lower:lower, upper:upper, actual:actual});
1867 * than or equal to ``upper``.
1871 * @param {number} upper - Number that ``actual`` must be less than or equal to.
1874 function assert_between_inclusive(actual, lower, upper, descriptio
[all...]
/third_party/python/Lib/collections/
H A D__init__.py1570 def upper(self): member in UserString
1571 return self.__class__(self.data.upper())
/third_party/python/Lib/http/
H A Dcookiejar.py198 tz = tz.upper()
676 return "%%%s" % match.group(1).upper()
/third_party/python/Python/
H A DPython-ast.c260 Py_CLEAR(state->upper); in _PyAST_Fini()
355 if ((state->upper = PyUnicode_InternFromString("upper")) == NULL) return 0; in init_identifiers()
634 "upper",
1337 " | Slice(expr? lower, expr? upper, expr? step)"); in init_types()
1459 "Slice(expr? lower, expr? upper, expr? step)"); in init_types()
1463 if (PyObject_SetAttr(state->Slice_type, state->upper, Py_None) == -1) in init_types()
3241 _PyAST_Slice(expr_ty lower, expr_ty upper, expr_ty step, int lineno, int in _PyAST_Slice() argument
3250 p->v.Slice.upper = upper; in _PyAST_Slice()
9836 expr_ty upper; obj2ast_expr() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java882 String upper = fields[12]; in TestUnicodeData()
884 if (upper.length() > 0) { in TestUnicodeData()
885 tempchar = Integer.parseInt(upper, 16); in TestUnicodeData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java879 String upper = fields[12]; in TestUnicodeData()
881 if (upper.length() > 0) { in TestUnicodeData()
882 tempchar = Integer.parseInt(upper, 16); in TestUnicodeData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java2707 Transliterator toUpper = Transliterator.getInstance("upper"); in TestCasing()
2730 String upper = UCharacter.toUpperCase(ULocale.ROOT, s); in TestCasing()
2731 assertEquals("Upper", upper, toUpper.transform(s)); in TestCasing()
3006 {"[] upper"}, in TestSourceTargetSetFilter()

Completed in 68 milliseconds

1...<<11121314151617181920