Home
last modified time | relevance | path

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 DTransliteratorTest.java2704 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 Dninja.py2169 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 Dninja.py2166 dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper()
2201 description="LINK%s $binary" % rule_name_suffix.upper(),
/third_party/python/Python/
H A Dsymtable.c1706 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 Drequest.py1571 type = value.upper()
2084 type = value.upper()
/third_party/EGL/api/
H A Dreg.py477 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py105 globals()[name.upper()] = idx
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py1144 env[var.upper()] = setting
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py1135 env[var.upper()] = setting
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm116 // bit 52 (bit 20 of the upper half) and is 11 bits in length
H A Dgk110.asm103 // bit 52 (bit 20 of the upper half) and is 11 bits in length
/third_party/python/
H A Dsetup.py321 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 Dspreadsheet.py457 s = s.upper()
/third_party/python/Lib/
H A Doptparse.py352 metavar = option.metavar or option.dest.upper()
H A Dpathlib.py216 return name.upper() in self.reserved_names
/third_party/python/Lib/http/
H A Dclient.py817 if method.upper() in _METHODS_EXPECTING_BODY:
/third_party/python/Lib/test/
H A Dtest_codeccallbacks.py211 charmap = dict((ord(c), bytes(2*c.upper(), 'ascii')) for c in "abcdefgh")
/third_party/openGLES/xml/
H A Dreg.py476 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvaliditygenerator.py1420 queues = (' + \n').join([queue.upper() for queue in queues])
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdsample-avx2.asm407 ; -- process the upper row
H A Djdsample-mmx.asm383 ; -- process the upper row
H A Djdsample-sse2.asm382 ; -- process the upper row
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm369 ; -- process the upper row
H A Djdsample-sse2.asm346 ; -- process the upper row
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py487 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'

Completed in 47 milliseconds

1...<<11121314151617181920