Home
last modified time | relevance | path

Searched defs:cond (Results 126 - 150 of 629) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp71 auto const &cond = getObject(insn.word(4)); in EvalSpecConstantOp() local
/third_party/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp92 const BinaryExpression& cond = loopTest->as<BinaryExpression>(); in get_es2_loop_unroll_info() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvar_let_validation_test.cc207 auto* cond = Expr(true); in TEST_F() local
/third_party/vixl/test/aarch32/
H A Dtest-assembler-negative-cond-rd-rn-operand-rm-shift-rs-a32.cc85 Condition cond; member
3121 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-macro-assembler-cond-rd-rn-a32.cc76 Condition cond; member
641 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc69 Condition cond; member
599 Condition cond = kTests[i].operands.cond; in TestHelper() local
H A Dtest-macro-assembler-cond-rd-rn-t32.cc76 Condition cond; member
641 Condition cond = kTests[i].operands.cond; in TestHelper() local
/third_party/python/Python/
H A Dcondvar.h69 PyCOND_TIMEDWAIT(PyCOND_T *cond, PyMUTEX_T *mut, long long us) PyCOND_TIMEDWAIT() argument
[all...]
/third_party/python/Include/cpython/
H A Dpthread_stubs.h53 PyAPI_FUNC(int) pthread_cond_destroy(pthread_cond_t *cond); variable
59 PyAPI_FUNC(int) pthread_cond_signal(pthread_cond_t *cond); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc43 auto cond = [this, n]() { return count_ >= n; }; in WaitUntilGreaterOrEqual() local
/third_party/selinux/libsepol/src/
H A Davrule_block.c138 get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, cond_list_t * cond) get_decl_cond_list() argument
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H A Dhisysevent_rust_manager.cpp62 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_watcher_test.cpp110 TriggerCondition cond = { in BuildCondition() local
121 TriggerCondition cond = BuildCondition(0, 0, 0); in BuildSimpleWatcher() local
129 TriggerCondition cond = BuildCondition(1, 0, 0); // row is 1 in BuildWatcherWithRow() local
137 TriggerCondition cond = BuildCondition(0, 10, 0); // size is 10 byte in BuildWatcherWithSize() local
67 AppEventWatcherTest( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) AppEventWatcherTest() argument
145 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout() local
153 TriggerCondition cond = BuildCondition(0, 0, 1); // timeout is 1 BuildWatcherWithTimeout2() local
161 TriggerCondition cond = BuildCondition(0, 0, 0); BuildSimpleOsWatcher() local
[all...]
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_watcher.cpp84 NapiAppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) NapiAppEventWatcher() argument
/base/update/updater/services/include/applypatch/
H A Dtransfer_manager.h32 pthread_cond_t cond; member
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c33 SoftBusCond cond; member
/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c30 SoftBusCond cond; member
/third_party/ffmpeg/libavutil/
H A Dslicethread.c32 pthread_cond_t cond; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_peephole_select.c360 nir_ssa_def *cond = nir_iand(&b, if_stmt->condition.ssa, in nir_opt_collapse_if() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c63 set_last_cond_add(struct qblock *block, uint32_t cond) in set_last_cond_add() argument
69 set_last_cond_mul(struct qblock *block, uint32_t cond) in set_last_cond_mul() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_tri.c229 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, struct brw_reg dst, GLuint hpos_offset, int cond) load_clip_distance() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c82 uint32_t cond; in nv50_render_condition() local
/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c102 void call_cond_init(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_init() argument
112 void call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, in call_cond_wait() argument
123 void call_cond_signal(pthread_cond_t * cond, char *buf, size_t buf_len) in call_cond_signal() argument
133 void do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, in do_timedwait() argument
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
H A Dasync_handler.c62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable

Completed in 19 milliseconds

12345678910>>...26