Home
last modified time | relevance | path

Searched refs:upper (Results 401 - 425 of 497) sorted by relevance

1...<<11121314151617181920

/third_party/python/Lib/http/
H A Dcookiejar.py198 tz = tz.upper()
676 return "%%%s" % match.group(1).upper()
H A Dclient.py817 if method.upper() in _METHODS_EXPECTING_BODY:
/third_party/python/Lib/
H A Dast.py1518 if node.upper:
1519 self.traverse(node.upper)
H A Doptparse.py352 metavar = option.metavar or option.dest.upper()
H A Dpathlib.py216 return name.upper() in self.reserved_names
/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...]
H A Dsymtable.c1706 if (e->v.Slice.upper) in symtable_visit_expr()
1707 VISIT(st, expr, e->v.Slice.upper) in symtable_visit_expr()
/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/python/Lib/test/
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 ()')
H A Dtest_codeccallbacks.py211 charmap = dict((ord(c), bytes(2*c.upper(), 'ascii')) for c in "abcdefgh")
/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()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2704 Transliterator toUpper = Transliterator.getInstance("upper"); in TestCasing()
2727 String upper = UCharacter.toUpperCase(ULocale.ROOT, s); in TestCasing()
2728 assertEquals("Upper", upper, toUpper.transform(s)); in TestCasing()
3003 {"[] upper"}, in TestSourceTargetSetFilter()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py2169 dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper()
2204 description="LINK%s $binary" % rule_name_suffix.upper(),
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py2166 dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper()
2201 description="LINK%s $binary" % rule_name_suffix.upper(),
/third_party/python/Lib/urllib/
H A Drequest.py1571 type = value.upper()
2084 type = value.upper()
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py146 task_info.test_type = str(task_name).upper()
/third_party/EGL/api/
H A Dreg.py477 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py105 globals()[name.upper()] = idx
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py1144 env[var.upper()] = setting
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py1135 env[var.upper()] = setting
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm116 // bit 52 (bit 20 of the upper half) and is 11 bits in length
H A Dgk110.asm103 // bit 52 (bit 20 of the upper half) and is 11 bits in length
/third_party/python/
H A Dsetup.py321 state = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_STATE")
348 upper_name = ext.name.upper()
431 makedeps = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_DEPS")
/third_party/python/Tools/demo/
H A Dspreadsheet.py457 s = s.upper()

Completed in 68 milliseconds

1...<<11121314151617181920