Home
last modified time | relevance | path

Searched refs:code1 (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/test/stats/
Dstats_aggregate_test.cpp66 const std::string code1 = R"( in TEST() local
82 CompileAndAggregateStats(code1, &stats); in TEST()
98 CompileAndAggregateStats(code1, &stats); in TEST()
116 const std::string code1 = R"( in TEST() local
135 CompileAndAggregateStats(code1, &stats); in TEST()
146 CompileAndAggregateStats(code1, &stats); in TEST()
160 const std::string code1 = R"( in TEST() local
168 CompileAndAggregateStats(code1, &stats); in TEST()
172 CompileAndAggregateStats(code1, &stats, SPV_ENV_UNIVERSAL_1_0); in TEST()
177 CompileAndAggregateStats(code1, &stats); in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/stats/
Dstats_aggregate_test.cpp66 const std::string code1 = R"( in TEST() local
82 CompileAndAggregateStats(code1, &stats); in TEST()
98 CompileAndAggregateStats(code1, &stats); in TEST()
116 const std::string code1 = R"( in TEST() local
135 CompileAndAggregateStats(code1, &stats); in TEST()
146 CompileAndAggregateStats(code1, &stats); in TEST()
160 const std::string code1 = R"( in TEST() local
168 CompileAndAggregateStats(code1, &stats); in TEST()
172 CompileAndAggregateStats(code1, &stats, SPV_ENV_UNIVERSAL_1_0); in TEST()
177 CompileAndAggregateStats(code1, &stats); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local
25 EXPECT_NE((uint8_t*)nullptr, code1); in TEST()
32 code1[i] = 1; in TEST()
40 EXPECT_EQ(1, code1[i]); in TEST()
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local
58 EXPECT_NE((uint8_t*)nullptr, code1); in TEST()
65 code1[i] = 1; in TEST()
73 EXPECT_EQ(1, code1[i]); in TEST()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local
25 EXPECT_NE((uint8_t*)nullptr, code1); in TEST()
32 code1[i] = 1; in TEST()
40 EXPECT_EQ(1, code1[i]); in TEST()
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local
58 EXPECT_NE((uint8_t*)nullptr, code1); in TEST()
65 code1[i] = 1; in TEST()
73 EXPECT_EQ(1, code1[i]); in TEST()
/external/python/cpython2/Lib/
Dcodeop.py79 code = code1 = code2 = None
87 code1 = compiler(source + "\n", filename, symbol)
98 if not code1 and repr(err1) == repr(err2):
Dsre_parse.py465 code1 = _class_escape(source, this, nested + 1)
467 code1 = LITERAL, ord(this)
474 if code1[0] is IN:
475 code1 = code1[1][0]
476 setappend(code1)
484 if code1[0] != LITERAL or code2[0] != LITERAL:
486 lo = code1[1]
494 if code1[0] is IN:
495 code1 = code1[1][0]
496 setappend(code1)
/external/python/cpython3/Lib/
Dcodeop.py79 code = code1 = code2 = None
87 code1 = compiler(source + "\n", filename, symbol)
98 if not code1 and repr(err1) == repr(err2):
Dsre_parse.py536 code1 = _class_escape(source, this)
549 code1 = LITERAL, _ord(this)
557 if code1[0] is IN:
558 code1 = code1[1][0]
559 setappend(code1)
573 if code1[0] != LITERAL or code2[0] != LITERAL:
576 lo = code1[1]
583 if code1[0] is IN:
584 code1 = code1[1][0]
585 setappend(code1)
/external/v8/tools/profview/
Dprofile-utils.js81 function codeEquals(code1, code2, allowDifferentKinds = false) { argument
82 if (!code1 || !code2) return false;
83 if (code1.name !== code2.name || code1.type !== code2.type) return false;
85 if (code1.type === 'CODE') {
86 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;
87 } else if (code1.type === 'JS') {
88 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;
89 if (code1.func !== code2.func) return false;
/external/strace/
Dioctlsort.c98 unsigned int code1 = code((struct ioctlent *) a); in compare_code_name() local
102 return (code1 > code2) ? in compare_code_name()
103 1 : (code1 < code2) ? -1 : strcmp(name1, name2); in compare_code_name()
Dioctl.c39 const unsigned int code1 = (const uintptr_t) a; in compare() local
41 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : 0; in compare()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-zero.ll18 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2
19 store i32 %code, i32* %code1, align 8
51 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2
52 store i32 %code, i32* %code1, align 8
Dmisched-stp.ll45 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2
46 store i32 %code, i32* %code1, align 8
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper_devicetest.py59 (res1, code1) = pshell.RunCommand('echo TEST')
64 self.assertEqual(code1, 0)
/external/python/cpython2/Demo/parser/
Dtest_unparse.py82 def check_roundtrip(self, code1, filename="internal"): argument
83 ast1 = compile(code1, filename, "exec", ast.PyCF_ONLY_AST)
/external/python/cpython3/Lib/test/test_tools/
Dtest_unparse.py126 def check_roundtrip(self, code1, filename="internal"): argument
127 ast1 = compile(code1, filename, "exec", ast.PyCF_ONLY_AST)
/external/openssh/
Dauthfd.c269 u_char type, code1 = 0, code2 = 0; in ssh_fetch_identitylist() local
278 code1 = SSH_AGENTC_REQUEST_RSA_IDENTITIES; in ssh_fetch_identitylist()
282 code1 = SSH2_AGENTC_REQUEST_IDENTITIES; in ssh_fetch_identitylist()
295 if ((r = sshbuf_put_u8(msg, code1)) != 0) in ssh_fetch_identitylist()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp93 int32_t code1 = GetAlphaNumericCode(content[i]); in AppendAlphaNumericBytes() local
94 if (code1 == -1) { in AppendAlphaNumericBytes()
104 bits->AppendBits(code1 * 45 + code2, 11); in AppendAlphaNumericBytes()
107 bits->AppendBits(code1, 6); in AppendAlphaNumericBytes()
/external/u-boot/arch/arm/lib/
Dimage.c18 uint32_t code1; /* Executable code */ member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr25440.ll20 %code1 = getelementptr inbounds %struct.a, %struct.a* %x.tr, i32 0, i32 0
21 %0 = load i16, i16* %code1, align 4
/external/llvm/test/Transforms/GVN/
Dpr25440.ll20 %code1 = getelementptr inbounds %struct.a, %struct.a* %x.tr, i32 0, i32 0
21 %0 = load i16, i16* %code1, align 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dpr25440.ll20 %code1 = getelementptr inbounds %struct.a, %struct.a* %x.tr, i32 0, i32 0
21 %0 = load i16, i16* %code1, align 4
/external/freetype/src/pfr/
Dpfrobjs.c479 FT_UInt32 code1, code2, pair; in pfr_face_get_kerning() local
496 code1 = phy_font->chars[glyph1].char_code; in pfr_face_get_kerning()
498 pair = PFR_KERN_INDEX( code1, code2 ); in pfr_face_get_kerning()
/external/libchrome/base/
Dlogging_unittest.cc254 DWORD code1 = 0; in TEST_F() local
265 GetCheckExceptionData(GetExceptionInformation(), &code1, &addr1)) { in TEST_F()
282 EXPECT_EQ(STATUS_BREAKPOINT, code1); in TEST_F()
/external/python/cpython2/Lib/test/
Dtest_parser.py651 code1 = parser.compilest(st)
652 self.assertEqual(eval(code1), -3)

12