Home
last modified time | relevance | path

Searched refs:upper (Results 351 - 375 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/python/Lib/logging/
H A Dhandlers.py216 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 Dpython_message.py619 constant_name = field.name.upper() + '_FIELD_NUMBER'
789 constant_name = extension_name.upper() + '_FIELD_NUMBER'
H A Dwell_known_types.py532 result.append(c.upper())
/third_party/python/Python/
H A Dast.c372 (!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 Dgen_builtin_symbols.py1221 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 Dcucdtst.c213 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 Disa.py128 return 'TYPE_' + self.type.upper()
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py136 return name[:1].upper() + name[1:]
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py134 return name[:1].upper() + name[1:]
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py735 print(' %-36s = %6d,' % (name.upper(), value.value))
/third_party/libinput/src/
H A Devdev-totem.c94 tool->pressure.threshold.upper = 1; in totem_new_tool()
/third_party/libinput/tools/
H A Dshared.c788 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 Dscriptutil.py90 TRACEBACK = bool(TRACEBACK and TRACEBACK.upper() not in ('0', 'FALSE', 'NO'))
262 #kwargs.setdefault('metavar', opt.upper())
/third_party/python/Lib/
H A Dntpath.py189 start = 8 if normp[:8].upper() == unc_prefix else 2
H A Dtokenize.py93 # 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 Dgenerate_stats.py788 verbosity = args.verbosity.strip().upper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h570 std::string upper() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp340 // 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 DStringRef.h584 std::string upper() const;
/third_party/python/Modules/_sqlite/
H A Dmodule.c187 /* 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 Dtest_enum.py247 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 Dtest_codecs.py1205 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 Dh2load.cc1710 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 Dppc64-mont.pl61 # 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 Dppc64-mont.pl61 # 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

Completed in 47 milliseconds

1...<<11121314151617181920