| /third_party/python/Lib/http/ |
| H A D | cookiejar.py | 198 tz = tz.upper() 676 return "%%%s" % match.group(1).upper()
|
| H A D | client.py | 817 if method.upper() in _METHODS_EXPECTING_BODY:
|
| /third_party/python/Lib/ |
| H A D | ast.py | 1518 if node.upper: 1519 self.traverse(node.upper)
|
| H A D | optparse.py | 352 metavar = option.metavar or option.dest.upper()
|
| H A D | pathlib.py | 216 return name.upper() in self.reserved_names
|
| /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...] |
| H A D | symtable.c | 1706 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 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/python/Lib/test/ |
| 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 ()')
|
| H A D | test_codeccallbacks.py | 211 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 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()
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 2704 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 D | ninja.py | 2169 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 D | ninja.py | 2166 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 D | request.py | 1571 type = value.upper() 2084 type = value.upper()
|
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| H A D | scheduler.py | 146 task_info.test_type = str(task_name).upper()
|
| /third_party/EGL/api/ |
| H A D | reg.py | 477 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_intrinsics.py | 105 globals()[name.upper()] = idx
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | msvs_emulation.py | 1144 env[var.upper()] = setting
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | msvs_emulation.py | 1135 env[var.upper()] = setting
|
| /third_party/mesa3d/src/nouveau/codegen/lib/ |
| H A D | gm107.asm | 116 // bit 52 (bit 20 of the upper half) and is 11 bits in length
|
| H A D | gk110.asm | 103 // bit 52 (bit 20 of the upper half) and is 11 bits in length
|
| /third_party/python/ |
| H A D | setup.py | 321 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 D | spreadsheet.py | 457 s = s.upper()
|