Home
last modified time | relevance | path

Searched defs:predicate (Results 76 - 100 of 119) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp664 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp672 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
H A Dir_context.cpp311 ReplaceAllUsesWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesWithPredicate() argument
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp467 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); in GetPredicate() local
321 HandleSpecialPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate, const FetchOptionType &fetchOptType) HandleSpecialPredicate() argument
378 GetLocationPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate) GetLocationPredicate() argument
1606 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); ParsePredicates() local
[all...]
H A Dmedia_asset_manager_napi.cpp1166 DataShare::DataSharePredicates predicate; in SavePicture() local
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp378 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); in GetPredicate() local
232 HandleSpecialPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate, const FetchOptionType &fetchOptType) HandleSpecialPredicate() argument
289 GetLocationPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate) GetLocationPredicate() argument
1276 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); ParsePredicates() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp358 int RdbStoreImpl::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncBrief &callback) in Sync() argument
379 int RdbStoreImpl::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncDetail &async) in Sync() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp460 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Update() local
473 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Delete() local
485 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Query() local
925 auto predicate in OH_Rdb_LockRow() local
935 auto predicate = RelationalPredicate::GetSelf(predicates); OH_Rdb_UnlockRow() local
946 auto predicate = RelationalPredicate::GetSelf(predicates); OH_Rdb_QueryLockedRow() local
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h274 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2367 ecma_builtin_array_prototype_object_find (ecma_value_t predicate, /**< callback function */ in ecma_builtin_array_prototype_object_find() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1586 ecma_builtin_typedarray_prototype_find_helper(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg, bool is_find) ecma_builtin_typedarray_prototype_find_helper() argument
1665 ecma_builtin_typedarray_prototype_find(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg) ecma_builtin_typedarray_prototype_find() argument
1683 ecma_builtin_typedarray_prototype_find_index(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg) ecma_builtin_typedarray_prototype_find_index() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h167 uint64_t predicate; member
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c1479 bool predicate = false; in intel_print_batch() local
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h275 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c1806 anv_image_mcs_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op mcs_op, union isl_color_value *clear_value, bool predicate) anv_image_mcs_op() argument
1896 anv_image_ccs_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t level, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op ccs_op, union isl_color_value *clear_value, bool predicate) anv_image_ccs_op() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc293 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1211 bool predicate; in AssembleArchInstruction() local
1267 bool predicate; AssembleArchInstruction() local
3851 bool predicate; AssembleBranchToLabels() local
4074 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc280 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1158 bool predicate; in AssembleArchInstruction() local
1211 bool predicate; AssembleArchInstruction() local
3664 bool predicate; AssembleBranchToLabels() local
3875 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc286 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1139 bool predicate; in AssembleArchInstruction() local
1197 bool predicate; AssembleArchInstruction() local
1910 bool predicate; AssembleBranchToLabels() local
2130 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc279 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1203 bool predicate; in AssembleArchInstruction() local
1266 bool predicate; AssembleArchInstruction() local
3520 bool predicate; AssembleBranchToLabels() local
3809 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc1066 QueryObjects(v8::Local<v8::Context> v8_context, QueryObjectPredicate* predicate, PersistentValueVector<v8::Object>* objects) QueryObjects() argument
/third_party/node/deps/v8/src/ast/
H A Dscopes.h1339 V8_INLINE void NullifyRareVariableIf(RareVariable id, Predicate predicate) { in NullifyRareVariableIf() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.h75 enum brw_predicate predicate:4; member
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h280 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp401 deUint32 predicate = discard ? invert : !invert; in createInitBufferWithPredicate() local
1095 deUint32 predicate = m_testParams.m_discard ? m_testParams.m_invert : !m_testParams.m_invert; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp400 deUint32 predicate = discard ? invert : !invert; in createInitBufferWithPredicate() local
1075 deUint32 predicate = m_testParams.m_discard ? m_testParams.m_invert : !m_testParams.m_invert; in iterate() local
[all...]

Completed in 61 milliseconds

12345