| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | genRef.py | 70 """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 D | generator.py | 68 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 D | pycore_ast.h | 485 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 D | ast_unparse.c | 774 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 D | descriptor.py | 1001 result.append(c.upper()) 1029 result.append(c.upper())
|
| /third_party/python/Lib/test/ |
| H A D | test_strptime.py | 406 if tz_name.upper() in ("UTC", "GMT"): 446 self.assertTrue(_strptime._strptime_time(strf_output.upper(), "%B"),
|
| H A D | test_wsgiref.py | 441 for alt in hop, hop.title(), hop.upper(), hop.lower(): 448 for alt in hop, hop.title(), hop.upper(), hop.lower():
|
| H A D | test_http_cookiejar.py | 108 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 D | generator.py | 68 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 D | fuse.c | 596 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 D | gen_framework.py | 1079 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 D | ohos_gen_framework.py | 798 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 D | kvs1025_opt.c | 284 "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 D | UCharacter.java | 130 * - 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 D | UCharacter.java | 130 * - 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 D | loadimage_etc.cpp | 375 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 D | apicoll.cpp | 1794 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 D | h264_weight_10bit.asm | 57 shl r5, 19 ; *8, move to upper half of dword
|
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| H A D | c_wrapper_generator.py | 334 return re.sub(r'[^0-9A-Za-z]', r'_', filename, re.A).upper()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | __init__.py | 40 % (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__.py | 41 % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message)
|
| /third_party/mesa3d/src/mapi/glapi/gen/ |
| H A D | glX_proto_recv.py | 119 return fptr.upper()
|
| /third_party/node/deps/v8/ |
| H A D | PRESUBMIT.py | 266 x = x.upper() + "_"
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard.h | 802 /* 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 D | gen_enum_to_str.py | 247 return (s[:1] + re.sub(r'(?<![A-Z])([A-Z])', r'_\1', s[1:])).upper()
|