/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 182 os.path.basename(self.genOpts.filename)).upper()
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 246 value = value.upper()
|
/third_party/jinja2/ |
H A D | filters.py | 213 return soft_str(s).upper() 322 item[0].upper() + item[1:].lower() 387 :param case_sensitive: When sorting strings, sort upper and lower 443 :param case_sensitive: Treat upper and lower case strings as distinct. 493 :param case_sensitive: Treat upper and lower case strings as distinct. 513 :param case_sensitive: Treat upper and lower case strings as distinct. 1847 "upper": do_upper,
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
H A D | ecma-builtin-typedarray-prototype.c | 812 uint32_t upper = buffer_last - lower; in ecma_builtin_typedarray_prototype_reverse() local 814 lit_utf8_byte_t *upper_p = info.buffer_p + upper; in ecma_builtin_typedarray_prototype_reverse()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 65 nir_ssa_def *upper = nir_ieq_imm(b, y, 1); in etc1_color_modifier_lookup() local 69 nir_bcsel(b, upper, nir_imm_int(b, table[i][1]), nir_imm_int(b, table[i][0])); in etc1_color_modifier_lookup()
|
/third_party/libinput/src/ |
H A D | quirks.c | 719 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr() 763 if (!parse_range_property(value, &range.upper, &range.lower)) in parse_attr()
|
H A D | evdev-totem.c | 94 tool->pressure.threshold.upper = 1; in totem_new_tool()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 32 # reason lower 32 bits are deposited to upper half of 64-bit register 35 # halves in upper halves, which is why you'll spot such instructions 473 mux2 $t0=A,0x44 };; // copy lower half to upper 540 mux2 $t0=A,0x44 };; // copy lower half to upper
|
/third_party/python/Tools/stringbench/ |
H A D | stringbench.py | 1376 @bench('("wHERE IN THE WORLD IS cARMEN sAN dEIGO?"*10).upper()', 1380 s_upper = s.upper 1384 @bench('("where in the world is carmen san deigo?"*10).upper()', 1388 s_upper = s.upper
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 32 # reason lower 32 bits are deposited to upper half of 64-bit register 35 # halves in upper halves, which is why you'll spot such instructions 473 mux2 $t0=A,0x44 };; // copy lower half to upper 540 mux2 $t0=A,0x44 };; // copy lower half to upper
|
/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'
|
/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()
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 64 # add an underscore if the current character is an upper case letter 67 and chr.upper() == chr \ 68 and not lastchr.upper() == lastchr: 92 return get_capi_name(cppname, False).upper()
|
/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/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
|
/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;
|