Home
last modified time | relevance | path

Searched refs:upper (Results 426 - 450 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/python/Lib/test/
H A Dtest_ntpath.py852 self.assertFalse(ntpath.ismount(drive.upper()))
H A Dtest_fileinput.py156 line = line[:-1].upper()
H A D_test_multiprocessing.py844 self.child_conn.send(s.upper())
3565 client.send(msg.upper())
3571 client.sendall(msg.upper())
3596 self.assertEqual(new_conn.recv(), msg.upper())
3611 self.assertEqual(buf, msg.upper())
H A Dtest_ftplib.py476 arg = line.upper()
H A Dtest_nntplib.py511 #meth = getattr(self.handler, "handle_" + cmd.upper(), None)
512 meth = getattr(self, "handle_" + cmd.upper(), None)
H A Dtest_bigmem.py462 s = s.upper()
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py488 tdecl += '(' + self.genOpts.apientryp + 'PFN' + text.upper() + 'PROC' + tail + ')'
/third_party/python/Python/
H A Dast_opt.c797 CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.upper); in astfold_expr()
H A Dcompile.c6073 if (e->v.Slice.upper && !check_ann_expr(c, e->v.Slice.upper)) { in check_ann_subscr()
6270 if (s->v.Slice.upper) { in compiler_slice()
6271 VISIT(c, expr, s->v.Slice.upper); in compiler_slice()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1671 // upper 32bits in BuildChangeEndiannessStore()
2572 Node* upper = BuildChangeSmiToInt32( in BuildDecodeException32BitValue() local
2575 upper = gasm_->Word32Shl(upper, Int32Constant(16)); in BuildDecodeException32BitValue()
2579 Node* value = gasm_->Word32Or(upper, lower); in BuildDecodeException32BitValue()
2585 Node* upper = Binop(wasm::kExprI64Shl, in BuildDecodeException64BitValue() local
2591 return Binop(wasm::kExprI64Ior, upper, lower); in BuildDecodeException64BitValue()
3827 // In memory64 mode on 32-bit systems, the upper 32 bits need to be zero to in BoundsCheckMem()
4142 // TODO(titzer): TF zeroes the upper bits of 64-bit loads for subword sizes. in LoadMem()
/third_party/libinput/src/
H A Devdev-mt-touchpad.c3622 hi = r.upper; in tp_init_pressure()
3677 hi = r.upper; in tp_init_touch_size()
/third_party/libinput/test/
H A Dlitest.c1068 if (t->range.upper != t->range.lower) in litest_run_suite()
1072 t->range.upper); in litest_run_suite()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1590 uint32_t upper = static_cast<uint32_t>(src >> 32); in CallRecordWriteStub() local
1591 if (upper == 0) { in CallRecordWriteStub()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl575 adds $acc0,$acc0,$acc4 // accumulate upper half
1602 adds $acc0,$acc0,$acc4 // accumulate upper half
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl600 adds $acc0,$acc0,$acc4 // accumulate upper half
1636 adds $acc0,$acc0,$acc4 // accumulate upper half
/third_party/node/src/
H A Djs_native_api_v8.cc3900 (tag.lower == typeTag->lower && tag.upper == typeTag->upper);
3902 *result = (tag.lower == typeTag->lower && 0 == typeTag->upper);
3904 *result = (0 == typeTag->lower && 0 == typeTag->upper);
/third_party/node/deps/v8/src/heap/
H A Dheap.cc277 size_t lower = 0, upper = heap_size; in GenerationSizesFromHeapSize() local
278 while (lower + 1 < upper) { in GenerationSizesFromHeapSize()
279 size_t old_generation = lower + (upper - lower) / 2; in GenerationSizesFromHeapSize()
288 upper = old_generation; in GenerationSizesFromHeapSize()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2705 // Emit br table for upper half:
4174 // Get the upper half word into tmp_reg and extend to a Smi.
4211 LiftoffRegister upper = pinned.set(__ GetUnusedRegister(kGpReg, pinned));
4212 Load16BitExceptionValue(upper, values_array, index, pinned);
4213 __ emit_i32_shli(upper.gp(), upper.gp(), 16);
4215 __ emit_i32_or(dst, upper.gp(), dst);
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1073 elif modifier_token.name == modifier_token.name.upper():
1074 # HACK(nnorwitz): assume that all upper-case names
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py2039 icu_values.append(("U_GC_" + vname.upper() + "_MASK", vname))
/third_party/lame/
H A Dconfig.guess898 echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
/third_party/node/
H A Dconfigure.py2090 output['defines'] += [builtin_id.upper() + '=' + getattr(options, builtin_id)]
/third_party/python/Lib/test/support/
H A D__init__.py1499 self._env = {k.upper(): os.getenv(k) for k in os.environ}
/third_party/python/Lib/idlelib/
H A Deditor.py1704 s = re.sub(r"-[a-z]\b", lambda m: m.group().upper(), s)
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess895 echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"

Completed in 106 milliseconds

1...<<11121314151617181920