| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSpec.cpp | 71 auto const &cond = getObject(insn.word(4)); in EvalSpecConstantOp() local
|
| /third_party/skia/src/sksl/analysis/ |
| H A D | SkSLGetLoopUnrollInfo.cpp | 92 const BinaryExpression& cond = loopTest->as<BinaryExpression>(); in get_es2_loop_unroll_info() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | var_let_validation_test.cc | 207 auto* cond = Expr(true); in TEST_F() local
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-negative-cond-rd-rn-operand-rm-shift-rs-a32.cc | 85 Condition cond; member 3121 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
| H A D | test-macro-assembler-cond-rd-rn-a32.cc | 76 Condition cond; member 641 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
| H A D | test-macro-assembler-cond-rd-rn-pc-a32.cc | 69 Condition cond; member 599 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
| H A D | test-macro-assembler-cond-rd-rn-t32.cc | 76 Condition cond; member 641 Condition cond = kTests[i].operands.cond; in TestHelper() local
|
| /third_party/python/Python/ |
| H A D | condvar.h | 69 PyCOND_TIMEDWAIT(PyCOND_T *cond, PyMUTEX_T *mut, long long us) PyCOND_TIMEDWAIT() argument [all...] |
| /third_party/python/Include/cpython/ |
| H A D | pthread_stubs.h | 53 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 D | notification_test.cc | 43 auto cond = [this, n]() { return count_ >= n; }; in WaitUntilGreaterOrEqual() local
|
| /third_party/selinux/libsepol/src/ |
| H A D | avrule_block.c | 138 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 D | hisysevent_rust_manager.cpp | 62 std::string cond = rules[i].condition == nullptr ? "" : rules[i].condition; in HiSysEventQuery() local
|
| /base/hiviewdfx/hiappevent/test/unittest/common/native/ |
| H A D | hiappevent_watcher_test.cpp | 110 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 D | napi_app_event_watcher.cpp | 84 NapiAppEventWatcher( const std::string& name, const std::vector<AppEventFilter>& filters, TriggerCondition cond) NapiAppEventWatcher() argument
|
| /base/update/updater/services/include/applypatch/ |
| H A D | transfer_manager.h | 32 pthread_cond_t cond;
member
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| H A D | softbus_conn_br_pending_packet.c | 33 SoftBusCond cond; member
|
| /foundation/communication/dsoftbus/core/transmission/common/src/ |
| H A D | trans_pending_pkt.c | 30 SoftBusCond cond; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | slicethread.c | 32 pthread_cond_t cond; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_peephole_select.c | 360 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 D | vc4_qpu_emit.c | 63 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 D | brw_clip_tri.c | 229 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 D | nv50_query.c | 82 uint32_t cond; in nv50_render_condition() local
|
| /third_party/ltp/testcases/kernel/sched/nptl/ |
| H A D | nptl01.c | 102 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 D | async_handler_tsc.c | 71 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
| H A D | async_handler.c | 62 pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|