| /foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
| H A D | efilter_factory.cpp | 40 result.first->second = function; in RegisterFunction() 60 result.first->second = delegate; in RegisterDelegate() 116 [](const auto &pair) { return pair.first.c_str(); }); in GetAllEffectNames()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mimetype_test/src/ |
| H A D | medialibrary_mimetype_test.cpp | 279 auto mimeType = MimeTypeUtils::GetMimeTypeFromExtension(item.first);
in HWTEST_F() 281 string upperExtension = item.first;
in HWTEST_F() 293 auto mediaType = MimeTypeUtils::GetMediaTypeFromMimeType(item.first);
in HWTEST_F()
|
| /foundation/resourceschedule/ffrt/src/queue/ |
| H A D | queue_strategy.h | 40 while (!whenMap.empty() && whenMap.begin()->first < now) {
in DequeBatch() 61 for (auto ite = whenMap.begin(); ite != whenMap.end() && ite->first < now; ite++) {
in DequeSingleByPriority() 92 [idx, now](const auto& pair) { return (pair.first < now) && (pair.second->GetPriority() == idx); });
in DequeSingleAgainstStarvation()
|
| H A D | concurrent_queue.cpp | 76 if (!whenMap_.empty() && now >= whenMap_.begin()->first && !isExit_) {
in Pull() 82 while (!whenMap_.empty() && now < whenMap_.begin()->first && !isExit_) {
in Pull() 83 uint64_t diff = whenMap_.begin()->first - now;
in Pull()
|
| /foundation/resourceschedule/memmgr/common/src/config/ |
| H A D | kill_config.cpp | 55 it->first, it->second, lastPriority); in ParseConfig() 58 HILOGE("KillConfig: memory:%{public}u prio:%{public}d invalid", it->first, it->second); in ParseConfig() 110 dprintf(fd, " memory:%u ----> prio:%d \n", it->first, it->second); in Dump()
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
| H A D | concurrent_map_test.cpp | 59 ASSERT_TRUE(it.first); in HWTEST_F() 115 ASSERT_TRUE(it.first); in HWTEST_F() 123 ASSERT_TRUE(it.first); in HWTEST_F()
|
| /foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
| H A D | distributed_module_config.cpp | 100 if (status.first != static_cast<int32_t>(PasteboardError::E_OK) || status.second != SUPPORT_STATUS) { in GetEnabledStatus() 102 status.first, status.second.c_str()); in GetEnabledStatus() 109 if (res.first == static_cast<int32_t>(PasteboardError::E_OK) && res.second == SUPPORT_STATUS) { in GetEnabledStatus()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
| H A D | hfp_hf_call_manager.cpp | 72 updateiter = updateCalls_.find(iter->first); in UpdateCallDone() 91 iter = calls_.find(updateiter->first); in UpdateCallDone() 93 calls_[updateiter->first] = updateiter->second; in UpdateCallDone()
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
| H A D | nstackx_list.h | 96 List *first = from->next; in ListMove() local 99 to->next = first; in ListMove() 101 first->prev = to; in ListMove()
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | selectndk.cpp | 48 int first = PARAM_0;
in Select() local 50 napi_get_value_int32(env, args[0], &first);
in Select() 51 if (first == PARAM_0) {
in Select()
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_freezeframes.c | 33 int64_t first, last, replace; member 42 { "first", "set first frame to freeze", OFFSET(first), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, 78 int drop = ctx->inputs[0]->frame_count_out >= s->first && in activate()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | dfa.c | 85 int ret, first = 1; in dfa_read_packet() local 93 if (!first) { in dfa_read_packet() 99 first = 0; in dfa_read_packet()
|
| /third_party/benchmark/tools/ |
| H A D | strip_asm.py | 55 first = tk[0] 56 if not first.isalpha() and first != '_':
|
| /third_party/icu/icu4c/source/test/perf/ubrkperf/ |
| H A D | ubrkperf.h | 68 m_brkIt_->first(); in ICUIsBound() 95 m_brkIt_->first(); in ICUForward() 103 m_brkIt_->first(); in call()
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_cf.c | 90 bool first = true; in all_uses_safe_conv() local 97 if (!first && opc != new_opc) in all_uses_safe_conv() 99 first = false; in all_uses_safe_conv()
|
| /third_party/node/test/parallel/ |
| H A D | test-https-agent-session-reuse.js | 35 name: 'first', 44 name: 'first-reuse', 115 assert.strictEqual(clientSessions.first.toString('hex'), 116 clientSessions['first-reuse'].toString('hex')); 117 assert.notStrictEqual(clientSessions.first.toString('hex'), 119 assert.notStrictEqual(clientSessions.first.toString('hex'),
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | local-decl-encoder.cc | 35 uint32_t locals_count = local_decl.first; in Emit() 56 count += local_decls.back().first; in AddLocals() 69 LEBHelper::sizeof_u32v(p.first) + // number of locals in Size()
|
| /third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/ |
| H A D | sjis-encoder.js | 53 var temp, offset, leadoffset, first, second; 92 first = lead + leadoffset; 98 first.toString(16).toUpperCase() +
|
| /third_party/musl/src/thread/powerpc/ |
| H A D | syscall_cp.s | 14 #r3,r4: return values, first args 31 # at enter: r3 = pointer to self->cancel, r4: syscall no, r5: first arg, r6: 2nd, r7: 3rd, r8: 4th, r9: 5th, r10: 6th 33 # r3 holds first argument, its a pointer to self->cancel.
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_analyze_boolean_resolves.c | 144 const unsigned first = alu->op == nir_op_b32csel ? 1 : 0; in analyze_boolean_resolves_block() local 145 uint8_t src0_status = get_resolve_status_for_src(&alu->src[first + 0].src); in analyze_boolean_resolves_block() 146 uint8_t src1_status = get_resolve_status_for_src(&alu->src[first + 1].src); in analyze_boolean_resolves_block()
|
| /third_party/mesa3d/src/util/ |
| H A D | u_debug_refcnt.c | 74 static boolean first = TRUE; in debug_serial() local 76 if (first) { in debug_serial() 78 first = FALSE; in debug_serial()
|
| /third_party/ltp/testcases/realtime/func/sched_jitter/ |
| H A D | sched_jitter.c | 86 unsigned long long first, second; in ts_sub() local 88 first = (unsigned long long)a.tv_sec * NSEC_PER_SEC + a.tv_nsec; in ts_sub() 90 return first - second; in ts_sub()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_dirty_surfaces.h | 70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling() argument 73 if(first > last) in util_dirty_surfaces_use_levels_for_sampling() 80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last) in util_dirty_surfaces_use_levels_for_sampling()
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_compute.c | 109 unsigned first, unsigned count, in panfrost_set_global_binding() 119 for (unsigned i = first; i < first + count; ++i) { in panfrost_set_global_binding() 108 panfrost_set_global_binding(struct pipe_context *pctx, unsigned first, unsigned count, struct pipe_resource **resources, uint32_t **handles) panfrost_set_global_binding() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | info.c | 120 int first = 1; \ in DEFINE_RUN_ONCE_STATIC() 123 if (!first) \ in DEFINE_RUN_ONCE_STATIC() 125 first = 0; \ in DEFINE_RUN_ONCE_STATIC()
|