| /third_party/python/Lib/logging/ |
| H A D | handlers.py | 216 self.when = when.upper() 230 # Case of the 'when' specifier is not important; lower or upper case 1218 method = method.upper()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | python_message.py | 619 constant_name = field.name.upper() + '_FIELD_NUMBER' 789 constant_name = extension_name.upper() + '_FIELD_NUMBER'
|
| H A D | well_known_types.py | 532 result.append(c.upper())
|
| /third_party/python/Python/ |
| H A D | ast.c | 372 (!exp->v.Slice.upper || validate_expr(state, exp->v.Slice.upper, Load)) && in validate_expr()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | gen_builtin_symbols.py | 1221 type_obj['basic'] = glsl_header_type[0].upper() + glsl_header_type[1:] 1226 type_obj['basic'] = glsl_header_type[1].upper() + glsl_header_type[2:] 1455 return 'EOp' + name[0].upper() + name[1:] + group_op_suffix + function_props.get(
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cucdtst.c | 213 const UChar upper[] = {0x41, 0x42, 0x00b2, 0x01c4, 0x01c6, 0x01c9, 0x01c8, 0x01c9, 0x000c, 0x0000}; in TestUpperLower() local 238 for(i=0; i < u_strlen(upper); i++){ in TestUpperLower() 239 if(u_tolower(upper[i]) != lower[i]){ in TestUpperLower() 240 log_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i])); in TestUpperLower() 244 log_verbose("testing upper lower\n"); in TestUpperLower() 272 log_verbose("done testing upper lower\n"); in TestUpperLower()
|
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | isa.py | 128 return 'TYPE_' + self.type.upper()
|
| /third_party/node/deps/v8/third_party/inspector_protocol/ |
| H A D | code_generator.py | 136 return name[:1].upper() + name[1:]
|
| /third_party/node/tools/inspector_protocol/ |
| H A D | code_generator.py | 134 return name[:1].upper() + name[1:]
|
| /third_party/mesa3d/src/intel/genxml/ |
| H A D | gen_pack_header.py | 735 print(' %-36s = %6d,' % (name.upper(), value.value))
|
| /third_party/libinput/src/ |
| H A D | evdev-totem.c | 94 tool->pressure.threshold.upper = 1; in totem_new_tool()
|
| /third_party/libinput/tools/ |
| H A D | shared.c | 788 snprintf(buf, sizeof(buf), "%s=%d:%d", name, r.upper, r.lower); in tools_list_device_quirks()
|
| /third_party/python/Tools/c-analyzer/c_common/ |
| H A D | scriptutil.py | 90 TRACEBACK = bool(TRACEBACK and TRACEBACK.upper() not in ('0', 'FALSE', 'NO')) 262 #kwargs.setdefault('metavar', opt.upper())
|
| /third_party/python/Lib/ |
| H A D | ntpath.py | 189 start = 8 if normp[:8].upper() == unc_prefix else 2
|
| H A D | tokenize.py | 93 # create a list with upper and lower versions of each 95 for u in _itertools.product(*[(c, c.upper()) for c in t]):
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_stats.py | 788 verbosity = args.verbosity.strip().upper()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | StringRef.h | 570 std::string upper() const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 340 // are all lower case, some are all upper case but non are mixed. We prefer in parseRegisterName() 342 // have to test both upper and lower case here. in parseRegisterName() 347 RegNum = matchFn(Name.upper()); in parseRegisterName()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 584 std::string upper() const;
|
| /third_party/python/Modules/_sqlite/ |
| H A D | module.c | 187 /* convert the name to upper case */ in pysqlite_register_converter_impl() 725 ADD_INTERNED(state, upper); in module_exec()
|
| /third_party/python/Lib/test/ |
| H A D | test_enum.py | 247 return self.name.upper() 253 return self.name.upper() 493 self.assertEqual(str(NS.first), NS.first.name.upper()) 494 self.assertEqual(format(NS.first), NS.first.name.upper()) 2433 unknown._name_ = value.upper() 2643 def upper(self): member in TestSpecial.test_dynamic_members_with_static_methods.Foo 2644 return self.value.upper() 2647 self.assertEqual(Foo.FOO_HORSE.upper(), 'BIG') 2658 def upper(self): member in TestSpecial.test_dynamic_members_with_static_methods.Foo.FooBar 2659 return self.value.upper() [all...] |
| H A D | test_codecs.py | 1205 check(b"\\" + b.upper(), b"\\" + b.upper()) 1341 # some of the extended encodings use upper case, but our 1344 # are upper case. 2438 if b.upper() not in b'UN': 2440 check(b"\\" + b.upper(), "\\" + chr(i-32))
|
| /third_party/nghttp2/src/ |
| H A D | h2load.cc | 1710 auto upper = mean + sd; in within_sd() local 1713 [&lower, &upper](double t) { return lower <= t && t <= upper; }); in within_sd()
|
| /third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
| H A D | ppc64-mont.pl | 61 # operating systems don't preserve upper halves of general purpose 72 # others alternative would be to break dependence on upper halves of 77 # Remove above mentioned dependence on GPRs' upper halves in 32-bit 630 srdi $carry,$t7,16 ; upper 33 bits 792 srdi $carry,$t7,16 ; upper 33 bits 1167 srdi $carry,$t7,16 ; upper 33 bits 1343 srdi $carry,$t7,16 ; upper 33 bits
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | ppc64-mont.pl | 61 # operating systems don't preserve upper halves of general purpose 72 # others alternative would be to break dependence on upper halves of 77 # Remove above mentioned dependence on GPRs' upper halves in 32-bit 630 srdi $carry,$t7,16 ; upper 33 bits 792 srdi $carry,$t7,16 ; upper 33 bits 1167 srdi $carry,$t7,16 ; upper 33 bits 1343 srdi $carry,$t7,16 ; upper 33 bits
|