Home
last modified time | relevance | path

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

1...<<11121314151617181920

/third_party/vulkan-headers/registry/
H A Dcgenerator.py182 os.path.basename(self.genOpts.filename)).upper()
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py246 value = value.upper()
/third_party/jinja2/
H A Dfilters.py213 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 Decma-builtin-typedarray-prototype.c812 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 Dradv_meta_etc_decode.c65 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 Dquirks.c719 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 Devdev-totem.c94 tool->pressure.threshold.upper = 1; in totem_new_tool()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl32 # 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 Dstringbench.py1376 @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 Dsha512-ia64.pl32 # 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 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'
/third_party/python/Python/
H A Dast.c372 (!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 Dfile_parser.py64 # 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 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/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
/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;

Completed in 35 milliseconds

1...<<11121314151617181920