Home
last modified time | relevance | path

Searched refs:upper (Results 301 - 325 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py70 """Return True if name is an API extension name (ends with an upper-case
1087 for page in sorted(pages, key=str.upper):
1089 letter = page[0:1].upper()
H A Dgenerator.py68 if feature.category.upper() in ['ARB', 'KHR', 'OES']:
704 expandName = re.sub(r'([0-9]+|[a-z_])([A-Z0-9])', r'\1_\2', groupName).upper()
/third_party/python/Include/internal/
H A Dpycore_ast.h485 expr_ty upper; member
795 expr_ty _PyAST_Slice(expr_ty lower, expr_ty upper, expr_ty step, int lineno,
/third_party/python/Python/
H A Dast_unparse.c774 if (e->v.Slice.upper) { in append_ast_slice()
775 APPEND_EXPR(e->v.Slice.upper, PR_TEST); in append_ast_slice()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py1001 result.append(c.upper())
1029 result.append(c.upper())
/third_party/python/Lib/test/
H A Dtest_strptime.py406 if tz_name.upper() in ("UTC", "GMT"):
446 self.assertTrue(_strptime._strptime_time(strf_output.upper(), "%B"),
H A Dtest_wsgiref.py441 for alt in hop, hop.title(), hop.upper(), hop.lower():
448 for alt in hop, hop.title(), hop.upper(), hop.lower():
H A Dtest_http_cookiejar.py108 self.assertEqual(http2time(s.upper()), test_t, s.upper())
175 self.assertEqual(iso2time(s.upper()), test_t, s.upper())
/third_party/vulkan-headers/registry/
H A Dgenerator.py68 if feature.category.upper() in ['ARB', 'KHR', 'OES']:
704 expandName = re.sub(r'([0-9]+|[a-z_])([A-Z0-9])', r'\1_\2', groupName).upper()
/third_party/libfuse/lib/
H A Dfuse.c596 struct node **upper; in remerge_id() local
599 upper = &t->array[t->split + t->size / 2]; in remerge_id()
600 if (*upper) { in remerge_id()
606 *nodep = *upper; in remerge_id()
607 *upper = NULL; in remerge_id()
713 struct node **upper; in remerge_name() local
716 upper = &t->array[t->split + t->size / 2]; in remerge_name()
717 if (*upper) { in remerge_name()
723 *nodep = *upper; in remerge_name()
724 *upper in remerge_name()
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1079 name = name.upper()
1147 prefix += enum.name[i].upper()
2596 structureEnumPattern = f'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_(\w+)_{FeaturesOrProperties.upper()}(\w+)'
3129 reqStruct = 'Vk' + req[0].upper() + req[1:]
3151 reqStruct = 'Vk' + req[0].upper() + req[1:]
3205 metaCondition = 'defined(CTS_USES_' + mandatoryVariant.upper() + ')'
3257 metaCondition = metaCondition + ' || defined(CTS_USES_' + v[3][0].upper() + ')'
3301 metaCondition = metaCondition + ' || defined(CTS_USES_' + mandatory_variant[0].upper() + ')'
H A Dohos_gen_framework.py798 name = name.upper()
866 prefix += enum.name[i].upper()
2245 structureEnumPattern = f'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_(\w+)_{FeaturesOrProperties.upper()}(\w+)'
2350 structName = re.sub("[_0-9][a-z]", lambda match: match.group(0).upper(), sType.capitalize()).replace('_', '')
2799 reqStruct = 'Vk' + req[0].upper() + req[1:]
2853 metaCondition = 'defined(CTS_USES_' + mandatoryVariant.upper() + ')'
2906 metaCondition = metaCondition + ' || defined(CTS_USES_' + v[3][0].upper() + ')'
/third_party/backends/backend/
H A Dkvs1025_opt.c284 "OPT_TL_X", /* upper left X */
285 "OPT_TL_Y", /* upper left Y */
321 SANE_Word lower, upper, k, v; in round_to_boundry() local
326 upper = (k + 1) * boundry; in round_to_boundry()
328 if (v - lower <= upper - v) in round_to_boundry()
334 *pval = upper; in round_to_boundry()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java130 * - upper: isUUppercase(c) or hasBinaryProperty(c, UProperty.UPPERCASE)
2837 String upper = name.toUpperCase(Locale.ENGLISH); in trimBlockName()
2838 StringBuilder result = new StringBuilder(upper.length()); in trimBlockName()
2839 for (int i = 0; i < upper.length(); i++) { in trimBlockName()
2840 char c = upper.charAt(i); in trimBlockName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java130 * - upper: isUUppercase(c) or hasBinaryProperty(c, UProperty.UPPERCASE)
2354 String upper = name.toUpperCase(Locale.ENGLISH); in trimBlockName()
2355 StringBuilder result = new StringBuilder(upper.length()); in trimBlockName()
2356 for (int i = 0; i < upper.length(); i++) { in trimBlockName()
2357 char c = upper.charAt(i); in trimBlockName()
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp375 int upper = 0; in renormalizeEAC() local
382 upper = 1023; in renormalizeEAC()
388 upper = 2047; in renormalizeEAC()
398 return static_cast<T>(gl::clamp(value, lower, upper)) << shift; in renormalizeEAC()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1794 uint8_t sortkey[512], lower[512], upper[512]; in TestBounds() local
1887 upperSize = coll->getBound(tests[j].key, -1, UCOL_BOUND_UPPER, 1, upper, 512, status); in TestBounds()
1892 if(strcmp((const char *)upper, (const char *)tests[k].key) <= 0) { in TestBounds()
1893 errln("Problem with upper! j = %i (%s vs %s)", k, tests[k].original, tests[j].original); in TestBounds()
1904 upperSize = ucol_getBound(sortkey, skSize, UCOL_BOUND_UPPER_LONG, 1, upper, 512, &status); in TestBounds()
1911 if(strcmp((const char *)upper, (const char *)sortkey) <= 0) { in TestBounds()
1912 errln("Problem with upper! i = %i, j = %i (%s vs %s)", i, j, test[i], test[j]); in TestBounds()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_weight_10bit.asm57 shl r5, 19 ; *8, move to upper half of dword
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py334 return re.sub(r'[^0-9A-Za-z]', r'_', filename, re.A).upper()
/third_party/node/tools/gyp/pylib/gyp/
H A D__init__.py40 % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py41 % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message)
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py119 return fptr.upper()
/third_party/node/deps/v8/
H A DPRESUBMIT.py266 x = x.upper() + "_"
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h802 /* For a half-register, selects the upper half */
803 unsigned upper : 1; member
945 * In register mode, offset_x becomes a register (full, select, upper)
962 * bool upper : 1;
/third_party/mesa3d/src/vulkan/util/
H A Dgen_enum_to_str.py247 return (s[:1] + re.sub(r'(?<![A-Z])([A-Z])', r'_\1', s[1:])).upper()

Completed in 68 milliseconds

1...<<11121314151617181920