Home
last modified time | relevance | path

Searched refs:code2 (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/test/
Dtest_unparse.py125 code2 = ast.unparse(ast1)
126 ast2 = ast.parse(code2, **kwargs)
133 def get_source(self, code1, code2=None): argument
134 code2 = code2 or code1
136 return code1, code2
138 def check_src_roundtrip(self, code1, code2=None): argument
139 code1, code2 = self.get_source(code1, code2)
140 with self.subTest(code1=code1, code2=code2):
141 self.assertEqual(code2, code1)
143 def check_src_dont_roundtrip(self, code1, code2=None): argument
[all …]
Dtest_code.py243 code2 = func2.__code__
253 ("co_code", code2.co_code),
254 ("co_consts", code2.co_consts),
256 ("co_varnames", code2.co_varnames),
261 ("co_linetable", code2.co_linetable),
/third_party/ffmpeg/libavcodec/arm/
Ddca.h32 static inline int decode_blockcodes(int code1, int code2, int levels, in decode_blockcodes() argument
71 "+&r"(code1), "+&r"(code2) in decode_blockcodes()
76 return code1 | code2; in decode_blockcodes()
/third_party/node/deps/v8/tools/profview/
Dprofile-utils.js89 function codeEquals(code1, code2, allowDifferentKinds = false) { argument
90 if (!code1 || !code2) return false;
91 if (code1.name !== code2.name || code1.type !== code2.type) return false;
94 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;
96 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;
97 if (code1.func !== code2.func) return false;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTestLocaleValidity.java328 …atasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) {
329 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code, code2);
330 assertEquals(datatype + ", " + datasubtypes + ", " + code + ", " + code2, expected, value);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java327 …atasubtype expected, Datatype datatype, Set<Datasubtype> datasubtypes, String code, String code2) {
328 Datasubtype value = ValidIdentifiers.isValid(datatype, datasubtypes, code, code2);
329 assertEquals(datatype + ", " + datasubtypes + ", " + code + ", " + code2, expected, value);
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c483 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
501 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
502 pair = PFR_KERN_INDEX( code1, code2 ); in pfr_face_get_kerning()
/third_party/python/Lib/
Dcodeop.py96 code2 = compiler(source + "\n\n", filename, symbol)
Dsre_parse.py581 code2 = _class_escape(source, that)
590 code2 = LITERAL, _ord(that)
591 if code1[0] != LITERAL or code2[0] != LITERAL:
595 hi = code2[1]
/third_party/ffmpeg/libavcodec/
Dralf.c300 int code1, code2; in decode_channel() local
304 code2 = t % range2; in decode_channel()
306 dst[i + 1] = extend_code(gb, code2, range, 0) * (1U << add_bits); in decode_channel()
Ddca_core.c526 static inline int decode_blockcodes(int code1, int code2, int levels, int32_t *audio) in decode_blockcodes() argument
537 div = FASTDIV(code2, levels); in decode_blockcodes()
538 audio[n] = code2 - div * levels - offset; in decode_blockcodes()
539 code2 = div; in decode_blockcodes()
542 return code1 | code2; in decode_blockcodes()
550 int code2 = get_bits(&s->gb, block_code_nbits[abits - 1]); in parse_block_codes() local
554 if (decode_blockcodes(code1, code2, levels, audio)) { in parse_block_codes()
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py65 for (code1, exc1, msg1), (code2, exc2, msg2) in data2:
66 with self.subTest(codes=(code1,code2)):
71 eval(compile(code2, '', 'eval'))
/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc233 uint8_t code2 = OpNop, in Combine8BitUnwindCodes() argument
236 (static_cast<uint32_t>(code2) << 16) | in Combine8BitUnwindCodes()
/third_party/NuttX/include/nuttx/
Dscsi.h632 uint8_t code2; /* 12: Additional sense code */ member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.c260 unsigned char code1, code2; member
998 if (additional[k].code1 == asc && additional[k].code2 == ascq) { in sg_print_asc_ascq()
/third_party/typescript/src/compiler/
Dutilities.ts5360 const code2 = ((ch2 & 0B00001111) << 4) | ((ch3 >> 2) & 0B00001111); constant
5363 …if (code2 === 0 && ch3 !== 0) { // code2 decoded to zero, but ch3 was padding - elide code2 and co…
5367 expandedCharCodes.push(code1, code2);
5370 expandedCharCodes.push(code1, code2, code3);
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1976 int code2 = config->GetAllocatableGeneralCode(i - 1); in Generate_ContinueToBuiltinHelper() local
1978 Register reg2 = Register::from_code(code2); in Generate_ContinueToBuiltinHelper()
/third_party/chromium/patch/
D0003-ohos-1115.patch255393 - code2 { db2 close }
255401 - foreach c {code1 code2 code3} {
255409 - code2 { sqlite3 db2 test.db }
255441 - code2 { db2 close }
255445 - code2 { sqlite3 db2 test.db }
255491 - catch { code2 { db2 close } }
255509 - code2 { sqlite3 db2 test.db }
255511 - code2 { db2 close }
255519 - code2 { sqlite3 db2 test.db }
255526 - code2 { db2 close }
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js19583 var code2 = ((ch2 & 15) << 4) | ((ch3 >> 2) & 15);
19585 …if (code2 === 0 && ch3 !== 0) { // code2 decoded to zero, but ch3 was padding - elide code2 and co…
19589 expandedCharCodes.push(code1, code2);
19592 expandedCharCodes.push(code1, code2, code3);
Dtsc.js15452 var code2 = ((ch2 & 15) << 4) | ((ch3 >> 2) & 15);
15454 if (code2 === 0 && ch3 !== 0) {
15458 expandedCharCodes.push(code1, code2);
15461 expandedCharCodes.push(code1, code2, code3);