| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_test_code.py | 1112 snippets = {k.upper():v for (k, v) in snippets.items()}
|
| /third_party/libinput/src/ |
| H A D | libinput-private.h | 90 /* A threshold with an upper and lower limit */ 92 int upper; member
|
| /third_party/libinput/test/ |
| H A D | litest.h | 453 for (i = lower; i < upper; i++) 457 int upper; /* exclusive */ member
|
| H A D | test-quirks.c | 1039 ck_assert_int_eq(r.upper, t->hi); in START_TEST()
|
| /third_party/python/Lib/ |
| H A D | smtplib.py | 638 mechanism = mechanism.upper()
|
| H A D | os.py | 749 return encode(key).upper()
|
| H A D | cgi.py | 383 method = environ['REQUEST_METHOD'].upper()
|
| H A D | ast.py | 1518 if node.upper: 1519 self.traverse(node.upper)
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | extensionmetadocgenerator.py | 793 versioningEnumName = self.numbersToWords(extname.upper()) + '_SPEC_VERSION'
|
| /third_party/skia/third_party/externals/spirv-tools/utils/ |
| H A D | generate_grammar_tables.py | 209 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 D | generate_grammar_tables.py | 209 re.sub(r'([a-z])([A-Z])', r'\1_\2', kind).upper())
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-tag-table.py | 648 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 D | bytearrayobject.c | 2254 {"upper", stringlib_upper, METH_NOARGS, _Py_upper__doc__},
|
| /third_party/spirv-tools/utils/ |
| H A D | generate_grammar_tables.py | 219 re.sub(r'([a-z])([A-Z])', r'\1_\2', kind).upper())
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | playlog.c | 75 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 D | test_xml_etree.py | 3648 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 D | test_ast.py | 376 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 D | ecma-builtin-array-prototype.c | 573 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 D | testharness.js | 1790 * 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__.py | 1570 def upper(self): member in UserString 1571 return self.__class__(self.data.upper())
|
| /third_party/python/Lib/http/ |
| H A D | cookiejar.py | 198 tz = tz.upper() 676 return "%%%s" % match.group(1).upper()
|
| /third_party/python/Python/ |
| H A D | Python-ast.c | 260 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 D | UCharacterTest.java | 882 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 D | UCharacterTest.java | 879 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 D | TransliteratorTest.java | 2707 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()
|