Home
last modified time | relevance | path

Searched refs:get (Results 13751 - 13775 of 14260) sorted by relevance

1...<<551552553554555556557558559560>>...571

/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2220 # previously, then decrypt the last second cipher block to get the
2867 // Encrypt the composite block to get the last second encrypted text block
3546 // Decrypt the last secod block to get the last plain text block
3575 // to get the last encrypted block.
3587 // Decrypt the composite block to get the last second plain text block
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2236 # previously, then decrypt the last second cipher block to get the
2883 // Encrypt the composite block to get the last second encrypted text block
3562 // Decrypt the last secod block to get the last plain text block
3591 // to get the last encrypted block.
3603 // Decrypt the composite block to get the last second plain text block
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp980 if (std::get<2>(LocSym)->isUndefined()) { in Run()
983 CppHashInfo = std::get<1>(LocSym); in Run()
984 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
4493 /// definition so the positional parameters get used if that was what was
5670 // The only .repl that should get here are the ones created by in parseDirectiveEndr()
5802 const MCInstrDesc &Desc = MII->get(Info.Opcode); in parseMSInlineAsm()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp377 GrShaderCaps* shaderCaps = fShaderCaps.get(); in init()
530 // TODO: get transfer buffers working in Chrome in init()
870 GrShaderCaps* shaderCaps = fShaderCaps.get(); in initGLSL()
1076 GrShaderCaps* shaderCaps = static_cast<GrShaderCaps*>(fShaderCaps.get()); in initBlendEqationSupport()
3283 count, temp.get()); in setupSampleCounts()
3771 // The particular lines that get dropped from test images varies across different devices. in applyDriverCorrectnessWorkarounds()
3938 // for some intermediate values to get acceptable results. in applyDriverCorrectnessWorkarounds()
3980 // using gl_FragCoord at all to get around it. in applyDriverCorrectnessWorkarounds()
4104 ctxInfo.renderer() == GrGLRenderer::kAdreno4xx_other || // We get garbage on Adreno405. in applyDriverCorrectnessWorkarounds()
4276 // SkSL::Program memory. To get bette in applyDriverCorrectnessWorkarounds()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h10 // Instruction class. This is meant to be an easy way to get access to all
1037 return 0U; // get index for modifying correct operand. in getPointerOperandIndex()
1055 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)), in getGEPReturnType()
1060 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
1065 return VectorType::get(PtrTy, NumElem); in getGEPReturnType()
2360 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2481 return 0U; // get index for modifying correct operand in getAggregateOperandIndex()
2491 return 1U; // get index for modifying correct operand in getInsertedValueOperandIndex()
3063 assert(isConditional() && "Cannot get condition of an uncond branch!"); in getCondition()
3076 return cast_or_null<BasicBlock>((&Op<-1>() - i)->get()); in getSuccessor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp61 // Try to get first reg. in CC_Sparc_Assign_Split_64()
72 // Try to get second reg. in CC_Sparc_Assign_Split_64()
90 // Try to get first reg. in CC_Sparc_Assign_Ret_Split_64()
96 // Try to get second reg. in CC_Sparc_Assign_Ret_Split_64()
2194 // Load RetPtr to get the return value. in LowerF128Op()
2431 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC()
2469 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC()
2575 // value we get here has already had rounding applied. So, we need in LowerDYNAMIC_STACKALLOC()
3153 BuildMI(ThisMBB, dl, TII.get(BROpcode)) in expandSelectCC()
3161 BuildMI(*SinkMBB, SinkMBB->begin(), dl, TII.get(S in expandSelectCC()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp3570 /** Inspect program to get: buffer_size, offset, strides and block index
13041 static void get(const glw::GLvoid* buffer, T& out) in get() function in gl4cts::FunctionObject::unpack
13056 static void get(const glw::GLvoid* buffer, tcu::Matrix<glw::GLdouble, Rows, Cols>& out) in get() function in gl4cts::FunctionObject::unpack
13120 unpack<ArgT>::get(argument_src, arg); in call()
13300 unpack<Arg1T>::get(argument_src, arg_1); in call()
13301 unpack<Arg2T>::get((glw::GLubyte*)argument_src + argument_1_stride, arg_2); in call()
13429 unpack<arg1T>::get(argument_src, arg_1); in call()
13430 unpack<arg2T>::get((glw::GLubyte*)argument_src + argument_2_offset, arg_2); in call()
13431 unpack<arg3T>::get((glw::GLubyte*)argument_src + argument_3_offset, arg_3); in call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp177 /// the work lists because they might get more simplified now.
1459 // If we get back the same node we passed in, rather than a new node or in Run()
1914 return SDValue(N, 0); // Return N so it doesn't get rechecked! in visitMERGE_VALUES()
2023 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC->getOperand(2))->get(); in foldAddSubBoolOfMaskedVal()
2470 // rather than 'add 0/-1' (the zext should get folded). in visitADDLikeCommutative()
3198 // rather than 'sub 0/1' (the sext should get folded). in visitSUB()
3635 // If DIVREM is going to get expanded into a libcall, in useDivRem()
3663 // otherwise, the DIVREM may get target-legalized into something in useDivRem()
4547 ISD::CondCode CC0 = cast<CondCodeSDNode>(N0CC)->get(); in foldLogicOfSetCCs()
4548 ISD::CondCode CC1 = cast<CondCodeSDNode>(N1CC)->get(); in foldLogicOfSetCCs()
[all...]
H A DLegalizeIntegerTypes.cpp490 // If the input also needs to be promoted, do that first so we can get a in PromoteIntRes_EXTRACT_VECTOR_ELT()
491 // get a good idea for the output type. in PromoteIntRes_EXTRACT_VECTOR_ELT()
910 // the input type also needs to be promoted. So get the promoted type for in PromoteIntRes_SETCC()
1418 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(1))->get()); in PromoteIntOp_BR_CC()
1536 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(4))->get()); in PromoteIntOp_SELECT_CC()
1548 PromoteSetCCOperands(LHS, RHS, cast<CondCodeSDNode>(N->getOperand(2))->get()); in PromoteIntOp_SETCC()
2108 // Use a little trick to get the bits that move from Lo to Hi. First in ExpandShiftWithKnownAmountBit()
3089 // shift right by the amount of the scale to get the result in that scale. in ExpandIntRes_MULFIX()
3104 // amount and get Lo and Hi using two funnel shifts. Or for the special case in ExpandIntRes_MULFIX()
3951 ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get(); in ExpandIntOp_BR_CC()
[all...]
/third_party/node/src/
H A Djs_native_api_v8.cc239 return defaultArrayBufferAllocator.get(); in GetOrCreateDefaultArrayBufferAllocator()
1355 return v8impl::g_platform.get(); in platform()
1417 v8::V8::InitializePlatform(v8impl::g_platform.get()); in OH_JSVM_Init()
2087 *result = v8::platform::PumpMessageLoop(v8impl::g_platform.get(), isolate); in OH_JSVM_PumpMessageLoop()
3242 // Should not get here unless V8 has added some new kind of value.
4013 // Attempts to get a referenced value. If the reference is weak, the value might
5226 std::get<v8::Global<v8::Script>>(jsvmData->taggedPointer).Reset();
5371 *data = serialized_bytes.buffer.get();
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc396 // For any non-phi node just wait until we get all inputs typed. We only in UpdateFeedbackType()
3957 // We just get rid of the sigma here, choosing the best representation in VisitNode()
4184 // lowering. Once this phase becomes a vanilla reducer, it should get source
5011 return to_number_code_.get(); in ToNumberCode()
5021 return to_number_convert_big_int_code_.get(); in ToNumberConvertBigIntCode()
5029 return to_numeric_code_.get(); in ToNumericCode()
5042 return to_number_operator_.get(); in ToNumberOperator()
5056 return to_number_convert_big_int_operator_.get(); in ToNumberConvertBigIntOperator()
5069 return to_numeric_operator_.get(); in ToNumericOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp882 /// In order to handle this properly we need to get the original types sizes
911 const AMDGPUSubtarget &ST = AMDGPUSubtarget::get(MF); in analyzeFormalArgumentsCompute()
931 // to get accurate in-memory offsets. The "PartOffset" is completely useless in analyzeFormalArgumentsCompute()
934 // We also need to figure out what type legalization is trying to do to get in analyzeFormalArgumentsCompute()
1238 DAG.ExtractVectorElements(U.get(), Args); in LowerCONCAT_VECTORS()
1265 ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get(); in combineFMinMaxLegacy()
1298 // We need to permute the operands to get the correct NaN behavior. The in combineFMinMaxLegacy()
2614 // Convert to target node to get known bits in LowerFP_TO_FP16()
2640 // Subtract the fp64 exponent bias (1023) to get the real exponent and in LowerFP_TO_FP16()
2641 // add the f16 bias (15) to get th in LowerFP_TO_FP16()
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py337 funct = self.ChangeDict.get(funct, (lambda *args: None))
369 fname = self.NameAdapter.get(funct, funct)
5378 self.assertFalse(c.flags.get(Overflow))
5379 self.assertIs(c.flags.get("x"), None)
5380 self.assertEqual(c.flags.get("x", "y"), "y")
5381 self.assertRaises(TypeError, c.flags.get, "x", "y", "z")
5850 # procedure insures that new files do not get skipped.
H A Dtest_enum.py3353 self.assertFalse(cls.__dict__.get('_test', False))
3368 self.assertFalse(NoEnum.__dict__.get('_test1', False))
3369 self.assertFalse(NoEnum.__dict__.get('_test2', False))
3380 self.assertFalse(WhereEnum.__dict__.get('_test1', False))
3382 self.assertFalse(NeverEnum.__dict__.get('_test1', False))
3383 self.assertFalse(NeverEnum.__dict__.get('_test2', False))
4618 # values, otherwise the already created enum values get converted
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp130 ACCOUNT_LOGE("Fail to get constraints by type for the system OS account, errCode %{public}d.", errCode); in CreateBaseStandardAccount()
931 std::string localName = value[Constants::LOCAL_NAME].get<std::string>(); in RetryToGetAccount()
937 std::string shortName = value[Constants::SHORT_NAME].get<std::string>(); in RetryToGetAccount()
1029 ACCOUNT_LOGE("get osaccount info error, errCode %{public}d.", errCode); in RetryToGetAccount()
1089 ACCOUNT_LOGE("get osaccount info list error, errCode %{public}d.", errCode); in RetryToGetAccount()
1101 ACCOUNT_LOGE("get osaccount info list error, errCode %{public}d.", errCode); in RetryToGetAccount()
1147 ACCOUNT_LOGE("get globalConstraints info error"); in RetryToGetAccount()
1158 ACCOUNT_LOGE("get specificConstraints info error"); in RetryToGetAccount()
1176 ACCOUNT_LOGE("get os account constraint enable info error"); in RetryToGetAccount()
1307 ACCOUNT_LOGE("get osaccoun in RetryToGetAccount()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp215 EXPECT_EQ(abilityMs_->GetMissionListManagerByUserId(100).get(), nullptr); in HWTEST_F()
235 EXPECT_EQ(abilityMs_->GetDataAbilityManagerByUserId(100).get(), nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp682 PaintTextField(offset, context, magnifierCanvas_.get(), true);
754 auto paragraphTxt = static_cast<txt::ParagraphTxt*>(paragraph_.get());
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp73 return textPickerInstance_.get(); in GetInstance()
92 return textPickerDialogInstance_.get(); in GetInstance()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_manager_service_test.cpp109 EXPECT_NE(abilityInfo.get(), nullptr); in RegisterAbilityConnectionClient()
1836 EXPECT_NE(data.get(), nullptr); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp1492 // get label id in from_json()
1501 // get icon id in from_json()
2455 configJson = jsonObject.get<ProfileReader::ConfigJson>(); in TransformTo()
2486 bundlePackInfo = jsonObject.get<BundlePackInfo>(); in TransformTo()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp73 return textPickerInstance_.get(); in GetInstance()
83 return textPickerDialogInstance_.get(); in GetInstance()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1380 LOG_E(BMS_TAG_INSTALLD, "get native library file names failed"); in PrepareEntryMap()
1735 std::string extensionType = jsonObject.at(EXTENSION_TYPE_NAME).get<std::string>(); in LoadNeedCreateSandbox()
1749 return object.at(EXTENSION_SERVICE_NEED_CREATE_SANDBOX).get<bool>(); in LoadExtensionNeedCreateSandbox()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp384 ROSEN_LOGE("RSMarshallingHelper::Marshalling get bitmap failed"); in Marshalling()
2032 return parcel.WriteParcelable(val.get()); \
2049 return parcel.WriteParcelable(val.get()); \
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dwebp_exif_metadata_accessor_test.cpp1720 ASSERT_NE(std::get<0>(ret), 0); in HWTEST_F()
1723 ASSERT_NE(std::get<0>(ret), 0); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp118 LOGE("get assets by gid or hashkey failed %d.", errCode); in FillCloudAssetForDownload()
156 LOGE("get update asset data cursor stmt failed %d.", errCode); in IncreaseCursorOnAssetData()
262 LOGW("get version from vBucket failed."); in BindUpdateVersionStatement()
317 LOGE("get and bind asset failed %d.", errCode); in InitFillUploadAssetStatement()
545 LOGE("get db file name failed."); in GetAndResetServerObserverData()
558 LOGE("get clear all temp trigger stmt failed %d.", errCode); in ClearAllTempSyncTrigger()
588 LOGE("get clean tracker data stmt failed %d.", errCode); in CleanTrackerData()
759 LOGE("get clean shared data stmt failed %d.", errCode); in CleanShareTable()
774 LOGE("get clean shared log stmt failed %d.", errCode); in CleanShareTable()
797 LOGE("[RDBExecutor] get referenc in GetReferenceGid()
[all...]

Completed in 183 milliseconds

1...<<551552553554555556557558559560>>...571