Searched refs:upper (Results 401 - 425 of 489) sorted by relevance
1...<<11121314151617181920
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 2704 Transliterator toUpper = Transliterator.getInstance("upper"); in TestCasing() 2727 String upper = UCharacter.toUpperCase(ULocale.ROOT, s); in TestCasing() 2728 assertEquals("Upper", upper, toUpper.transform(s)); in TestCasing() 3003 {"[] upper"}, in TestSourceTargetSetFilter()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2169 dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper() 2204 description="LINK%s $binary" % rule_name_suffix.upper(),
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 2166 dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper() 2201 description="LINK%s $binary" % rule_name_suffix.upper(),
|
/third_party/python/Python/ |
H A D | symtable.c | 1706 if (e->v.Slice.upper) in symtable_visit_expr() 1707 VISIT(st, expr, e->v.Slice.upper) in symtable_visit_expr()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1571 type = value.upper() 2084 type = value.upper()
|
/third_party/EGL/api/ |
H A D | reg.py | 477 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_intrinsics.py | 105 globals()[name.upper()] = idx
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 1144 env[var.upper()] = setting
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 1135 env[var.upper()] = setting
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 116 // bit 52 (bit 20 of the upper half) and is 11 bits in length
|
H A D | gk110.asm | 103 // bit 52 (bit 20 of the upper half) and is 11 bits in length
|
/third_party/python/ |
H A D | setup.py | 321 state = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_STATE") 348 upper_name = ext.name.upper() 431 makedeps = sysconfig.get_config_var(f"MODULE_{ext.name.upper()}_DEPS")
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 457 s = s.upper()
|
/third_party/python/Lib/ |
H A D | optparse.py | 352 metavar = option.metavar or option.dest.upper()
|
H A D | pathlib.py | 216 return name.upper() in self.reserved_names
|
/third_party/python/Lib/http/ |
H A D | client.py | 817 if method.upper() in _METHODS_EXPECTING_BODY:
|
/third_party/python/Lib/test/ |
H A D | test_codeccallbacks.py | 211 charmap = dict((ord(c), bytes(2*c.upper(), 'ascii')) for c in "abcdefgh")
|
/third_party/openGLES/xml/ |
H A D | reg.py | 476 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 1420 queues = (' + \n').join([queue.upper() for queue in queues])
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-avx2.asm | 407 ; -- process the upper row
|
H A D | jdsample-mmx.asm | 383 ; -- process the upper row
|
H A D | jdsample-sse2.asm | 382 ; -- process the upper row
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jdsample-avx2.asm | 369 ; -- process the upper row
|
H A D | jdsample-sse2.asm | 346 ; -- process the upper row
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 487 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
|
Completed in 47 milliseconds
1...<<11121314151617181920