Home
last modified time | relevance | path

Searched refs:res (Results 11901 - 11925 of 14524) sorted by relevance

1...<<471472473474475476477478479480>>...581

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-iter.hh642 auto res = (end_ - start) % step; in end_for()
643 if (!res) in end_for()
645 end_ += step - res; in end_for()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py246 res = cur.execute("select returntextwithnull()").fetchone()[0]
247 self.assertEqual(type(res), str)
248 self.assertEqual(res, "1\x002")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h284 bool res = processLogicalImmediate(imm, regSize, encoding); in encodeLogicalImmediate() local
285 assert(res && "invalid logical immediate"); in encodeLogicalImmediate()
286 (void)res; in encodeLogicalImmediate()
/third_party/python/Modules/
H A Dfaulthandler.c1358 PyObject *res = PyObject_CallMethodNoArgs(module, &_Py_ID(enable)); in faulthandler_init_enable() local
1360 if (res == NULL) { in faulthandler_init_enable()
1363 Py_DECREF(res); in faulthandler_init_enable()
/third_party/python/Objects/
H A Drangeobject.c331 PyObject *res, *arg = PyLong_FromSsize_t(i); in range_item() local
335 res = compute_range_item(r, arg); in range_item()
337 return res; in range_item()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h381 std::pair<typename Collection::iterator, bool> res = in InsertKeyOrDie() local
383 GOOGLE_CHECK(res.second) << "duplicate key: " << key; in InsertKeyOrDie()
384 return res.first->second; in InsertKeyOrDie()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h120 void* res = flags_internal::Alloc(op); in Clone() local
121 flags_internal::CopyConstruct(op, obj, res); in Clone()
122 return res; in Clone()
/third_party/spirv-tools/test/val/
H A Dval_version_test.cpp90 spv_result_t res = ValidateInstructions(std::get<1>(GetParam())); in TEST_P() local
92 ASSERT_EQ(SPV_SUCCESS, res); in TEST_P()
94 ASSERT_EQ(SPV_ERROR_WRONG_VERSION, res); in TEST_P()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp62 std::map<string, string> res; in singleMap() local
63 res[key] = value; in singleMap()
64 return res; in singleMap()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp584 tcu::Vector<deUint32, Size> res; in ulpDiff() local
586 res[ndx] = ulpDiff(a[ndx], b[ndx]); in ulpDiff()
587 return res; in ulpDiff()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_write.c475 int res; in tlsv1_key_x_rsa() local
498 res = crypto_public_key_encrypt_pkcs1_v15( in tlsv1_key_x_rsa()
503 if (res < 0) { in tlsv1_key_x_rsa()
H A Dtlsv1_server.c479 int res; in tlsv1_server_prf() local
511 res = tls_prf(conn->rl.tls_version, in tlsv1_server_prf()
515 return res; in tlsv1_server_prf()
H A Dtlsv1_server_write.c130 int res = conn->session_ticket_cb( in tls_write_server_hello() local
135 if (res < 0) { in tls_write_server_hello()
141 conn->use_session_ticket = res; in tls_write_server_hello()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_web.c495 enum wps_process_res res; in web_process_put_message() local
557 res = wps_process_msg(peer->wps, WSC_UPnP, msg); in web_process_put_message()
558 if (res == WPS_FAILURE) { in web_process_put_message()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp62 std::map<string, string> res; in singleMap() local
63 res[key] = value; in singleMap()
64 return res; in singleMap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h739 struct p2p_channels *res);
740 void p2p_channels_union_inplace(struct p2p_channels *res,
744 struct p2p_channels *res);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_write.c463 int res; in tlsv1_key_x_rsa() local
486 res = crypto_public_key_encrypt_pkcs1_v15( in tlsv1_key_x_rsa()
491 if (res < 0) { in tlsv1_key_x_rsa()
H A Dtlsv1_cred.c747 int res = -1; in pkcs12_parse_content_enc_data() local
835 res = pkcs12_safecontents(cred, data, data_len, passwd); in pkcs12_parse_content_enc_data()
839 return res; in pkcs12_parse_content_enc_data()
H A Dtlsv1_server.c479 int res; in tlsv1_server_prf() local
511 res = tls_prf(conn->rl.tls_version, in tlsv1_server_prf()
515 return res; in tlsv1_server_prf()
H A Dtlsv1_server_write.c130 int res = conn->session_ticket_cb( in tls_write_server_hello() local
135 if (res < 0) { in tls_write_server_hello()
141 conn->use_session_ticket = res; in tls_write_server_hello()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_web.c495 enum wps_process_res res; in web_process_put_message() local
557 res = wps_process_msg(peer->wps, WSC_UPnP, msg); in web_process_put_message()
558 if (res == WPS_FAILURE) { in web_process_put_message()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4867 bool res = rsNode->IsImplicitAnimationOpen(); in HWTEST_F() local
4868 EXPECT_EQ(res, false); in HWTEST_F()
5138 bool res = rsNode->HasPropertyAnimation(id); in HWTEST_F() local
5139 EXPECT_EQ(res, false); in HWTEST_F()
6271 bool res = rsNode->AnimationCallback(animationId, event); in HWTEST_F() local
6272 EXPECT_EQ(res, false); in HWTEST_F()
6276 res = rsNode->AnimationCallback(animationId, event); in HWTEST_F()
6277 EXPECT_EQ(res, true); in HWTEST_F()
6280 res = rsNode->AnimationCallback(animationId, event); in HWTEST_F()
6281 EXPECT_EQ(res, tru in HWTEST_F()
6560 bool res = rsNode->GetIsCustomTextType(); HWTEST_F() local
6857 bool res = rsNode->IsUniRenderEnabled(); HWTEST_F() local
6871 bool res = rsNode->IsRenderServiceNode(); HWTEST_F() local
7120 bool res = rsNode->IsInstanceOf(RSUINodeType::CANVAS_NODE); HWTEST_F() local
7174 bool res = rsNode->IsGeometryDirty(); HWTEST_F() local
7187 bool res = rsNode->IsAppearanceDirty(); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_ioc.c4759 struct bfa_diag_memtest_result *res = diag->result; in bfa_diag_memtest_done() local
4769 *((u32 *) res + i) = in bfa_diag_memtest_done()
4777 res->status = swab32(res->status); in bfa_diag_memtest_done()
4778 bfa_trc(diag, res->status); in bfa_diag_memtest_done()
4780 if (res->status == BFI_BOOT_MEMTEST_RES_SIG) in bfa_diag_memtest_done()
4784 res->addr = swab32(res->addr); in bfa_diag_memtest_done()
4785 res->exp = swab32(res in bfa_diag_memtest_done()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_ioc.c4760 struct bfa_diag_memtest_result *res = diag->result; in bfa_diag_memtest_done() local
4770 *((u32 *) res + i) = in bfa_diag_memtest_done()
4778 res->status = swab32(res->status); in bfa_diag_memtest_done()
4779 bfa_trc(diag, res->status); in bfa_diag_memtest_done()
4781 if (res->status == BFI_BOOT_MEMTEST_RES_SIG) in bfa_diag_memtest_done()
4785 res->addr = swab32(res->addr); in bfa_diag_memtest_done()
4786 res->exp = swab32(res in bfa_diag_memtest_done()
[all...]
/third_party/node/deps/undici/
H A Dundici.js1557 let res;
1560 res = resolve;
1563 return { promise, resolve: res, reject: rej };
3681 const res = [];
3724 } else if (state === STATE_KEY && (char === "*" || char === "=") && res.length) {
3726 res[p] = [tmp, void 0];
3743 if (res[p] === void 0) {
3744 res[p] = tmp;
3746 res[p][1] = tmp;
3766 if (res[
[all...]

Completed in 62 milliseconds

1...<<471472473474475476477478479480>>...581