Home
last modified time | relevance | path

Searched refs:first (Results 76 - 100 of 8580) sorted by relevance

12345678910>>...344

/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVSessionCallbackImpl.cpp27 it->first(avsession_, CONTROL_CMD_PLAY, it->second); in OnPlay()
34 it->first(avsession_, CONTROL_CMD_PAUSE, it->second); in OnPause()
41 it->first(avsession_, CONTROL_CMD_STOP, it->second); in OnStop()
48 it->first(avsession_, CONTROL_CMD_PLAY_NEXT, it->second); in OnPlayNext()
55 it->first(avsession_, CONTROL_CMD_PLAY_PREVIOUS, it->second); in OnPlayPrevious()
62 it->first(avsession_, time, it->second); in OnFastForward()
69 it->first(avsession_, time, it->second); in OnRewind()
76 it->first(avsession_, time, it->second); in OnSeek()
83 it->first(avsession_, static_cast<AVSession_LoopMode>(loopMode), it->second); in OnSetLoopMode()
90 it->first(avsession in OnToggleFavorite()
[all...]
/third_party/libevdev/test/
H A Dtest-int-queue.c159 struct input_event ev, *first, *second, e1, e2; in START_TEST() local
167 first = queue_push(&dev); in START_TEST()
168 ck_assert(first != NULL); in START_TEST()
169 memset(first, 0xab, sizeof(*first)); in START_TEST()
171 e1 = *first; in START_TEST()
198 struct input_event ev, *first, *second, e1, e2; in START_TEST() local
209 first = queue_push(&dev); in START_TEST()
210 ck_assert(first != NULL); in START_TEST()
211 memset(first, in START_TEST()
255 struct input_event ev, *first, *second; START_TEST() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dtemplates_parser_test_ng.cpp192 EXPECT_EQ(result.first.size(), rt.size()); in HWTEST_F()
193 for (int i = 0; i < rt.size() && i < result.first.size(); i++) { in HWTEST_F()
194 EXPECT_EQ(rt[i], result.first[i]); in HWTEST_F()
208 * @tc.expected: retVal.first is empty. in HWTEST_F()
216 EXPECT_EQ(retVal.first.size(), 4); in HWTEST_F()
220 * @tc.expected: retVal.first.size() is 100. in HWTEST_F()
229 EXPECT_EQ(retVal.first.size(), 4); in HWTEST_F()
230 for (int i = 0; i < retVal.first.size(); i++) { in HWTEST_F()
231 EXPECT_EQ(retVal.first[i], gt[i]); in HWTEST_F()
236 * @tc.expected: retVal.first in HWTEST_F()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dshebang-in-all-projects.js17 //// [/src/first/first_PART1.ts]
18 #!someshebang first first_PART1
32 //// [/src/first/first_part2.ts]
33 #!someshebang first first_part2
37 //// [/src/first/first_part3.ts]
42 //// [/src/first/tsconfig.json]
51 "outFile": "./bin/first-output.js",
128 { "path": "../first", "prepend": true },
139 * src/first/tsconfig.json
143 [12:00:11 AM] Project 'src/first/tsconfi
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp34 if (attr.first == DOM_RATING_INDICATOR) { in SetSpecializedAttr()
42 rating.starNum_.first = StringToInt(val); in SetSpecializedAttr()
47 rating.ratingScore_.first = StringToDouble(val); in SetSpecializedAttr()
52 rating.stepSize_.first = StringToDouble(val); in SetSpecializedAttr()
56 auto operatorIter = ratingAttrOperators.find(attr.first); in SetSpecializedAttr()
67 if (style.first == DOM_RTL_FLIP) { in SetSpecializedStyle()
75 rating.backgroundSrc_.first = val; in SetSpecializedStyle()
80 rating.foregroundSrc_.first = val; in SetSpecializedStyle()
85 rating.secondarySrc_.first = val; in SetSpecializedStyle()
89 auto operatorIter = ratingStyleOperators.find(style.first); in SetSpecializedStyle()
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dpercpu_freelist.c18 head->first = NULL; in pcpu_freelist_init()
21 s->extralist.first = NULL; in pcpu_freelist_init()
33 node->next = head->first; in pcpu_freelist_push_node()
34 WRITE_ONCE(head->first, node); in pcpu_freelist_push_node()
129 if (!READ_ONCE(head->first)) in ___pcpu_freelist_pop()
132 node = head->first; in ___pcpu_freelist_pop()
134 WRITE_ONCE(head->first, node->next); in ___pcpu_freelist_pop()
142 if (!READ_ONCE(s->extralist.first)) in ___pcpu_freelist_pop()
145 node = s->extralist.first; in ___pcpu_freelist_pop()
147 WRITE_ONCE(s->extralist.first, nod in ___pcpu_freelist_pop()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Drethook.c62 * call this first and wait RCU, and call rethook_free().
222 node = tsk->rethooks.first; in __rethook_find_ret_addr()
250 * first call, but '@cur' itself must NOT NULL.
292 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
315 first = current->rethooks.first; in rethook_trampoline_handler()
316 while (first) { in rethook_trampoline_handler()
317 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
325 if (first == node) in rethook_trampoline_handler()
327 first in rethook_trampoline_handler()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp119 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Entry()
120 int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Entry()
156 if (powerLevel.first != PowerSsrLevel::NO_ACTION && powerLevel.first != controlPowerLevel.first) { in Dispatch()
157 int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Dispatch()
214 pd_.GetRequestPowerLevel().first, in Dispatch()
215 pd_.GetControlPowerLevel().first); in Dispatch()
[all...]
/third_party/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp137 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
140 return normalizeSecondAndAppend(first, second, true, errorCode); in normalizeSecondAndAppend()
144 FilteredNormalizer2::append(UnicodeString &first, in append() argument
147 return normalizeSecondAndAppend(first, second, false, errorCode); in append()
151 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
155 uprv_checkCanGetBuffer(first, errorCode); in normalizeSecondAndAppend()
158 return first; in normalizeSecondAndAppend()
160 if(&first==&second) { in normalizeSecondAndAppend()
162 return first; in normalizeSecondAndAppend()
164 if(first in normalizeSecondAndAppend()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dfilterednormalizer2.cpp137 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
140 return normalizeSecondAndAppend(first, second, true, errorCode); in normalizeSecondAndAppend()
144 FilteredNormalizer2::append(UnicodeString &first, in append() argument
147 return normalizeSecondAndAppend(first, second, false, errorCode); in append()
151 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
155 uprv_checkCanGetBuffer(first, errorCode); in normalizeSecondAndAppend()
158 return first; in normalizeSecondAndAppend()
160 if(&first==&second) { in normalizeSecondAndAppend()
162 return first; in normalizeSecondAndAppend()
164 if(first in normalizeSecondAndAppend()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dfilterednormalizer2.cpp137 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
140 return normalizeSecondAndAppend(first, second, TRUE, errorCode); in normalizeSecondAndAppend()
144 FilteredNormalizer2::append(UnicodeString &first, in append() argument
147 return normalizeSecondAndAppend(first, second, FALSE, errorCode); in append()
151 FilteredNormalizer2::normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument
155 uprv_checkCanGetBuffer(first, errorCode); in normalizeSecondAndAppend()
158 return first; in normalizeSecondAndAppend()
160 if(&first==&second) { in normalizeSecondAndAppend()
162 return first; in normalizeSecondAndAppend()
164 if(first in normalizeSecondAndAppend()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h228 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
231 first = head->next; in osal_list_rotate_left()
232 osal_list_move_tail(first, head); in osal_list_rotate_left()
292 struct osal_list_head *first = list->next; in osal___list_splice() local
295 first->prev = prev; in osal___list_splice()
296 prev->next = first; in osal___list_splice()
305 * @head: the place to add it in the first list.
318 * @head: the place to add it in the first list.
331 * @head: the place to add it in the first list.
347 * @head: the place to add it in the first lis
598 struct osal_hlist_node *first; global() member
650 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h225 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
228 first = head->next; in osal_list_rotate_left()
229 osal_list_move_tail(first, head); in osal_list_rotate_left()
289 struct osal_list_head *first = list->next; in osal___list_splice() local
292 first->prev = prev; in osal___list_splice()
293 prev->next = first; in osal___list_splice()
302 * @head: the place to add it in the first list.
315 * @head: the place to add it in the first list.
328 * @head: the place to add it in the first list.
344 * @head: the place to add it in the first lis
595 struct osal_hlist_node *first; global() member
647 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h224 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
227 first = head->next; in osal_list_rotate_left()
228 osal_list_move_tail(first, head); in osal_list_rotate_left()
288 struct osal_list_head *first = list->next; in osal___list_splice() local
291 first->prev = prev; in osal___list_splice()
292 prev->next = first; in osal___list_splice()
301 * @head: the place to add it in the first list.
314 * @head: the place to add it in the first list.
327 * @head: the place to add it in the first list.
343 * @head: the place to add it in the first lis
594 struct osal_hlist_node *first; global() member
646 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h227 struct osal_list_head *first = OSAL_NULL; in osal_list_rotate_left() local
230 first = head->next; in osal_list_rotate_left()
231 osal_list_move_tail(first, head); in osal_list_rotate_left()
287 struct osal_list_head *first = list->next; in osal___list_splice() local
290 first->prev = prev; in osal___list_splice()
291 prev->next = first; in osal___list_splice()
300 * @head: the place to add it in the first list.
313 * @head: the place to add it in the first list.
326 * @head: the place to add it in the first list.
342 * @head: the place to add it in the first lis
593 struct osal_hlist_node *first; global() member
645 struct osal_hlist_node *first = h->first; osal_hlist_add_head() local
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.cpp25 switch (meta->GetValueType(iter->first)) { in StringifyMeta()
27 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<int32_t>(iter->second)) << " | "; in StringifyMeta()
30 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<uint32_t>(iter->second)) << " | "; in StringifyMeta()
33 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<bool>(iter->second)) << " | "; in StringifyMeta()
36 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<double>(iter->second)) << " | "; in StringifyMeta()
39 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<int64_t>(iter->second)) << " | "; in StringifyMeta()
42 dumpStream << iter->first << " = " << std::to_string(Media::AnyCast<float>(iter->second)) << " | "; in StringifyMeta()
45 dumpStream << iter->first << " = " << "unknown type | "; in StringifyMeta()
/third_party/node/test/common/
H A Dprof.js15 const first = root.children.find(
18 if (first) {
19 return first;
22 const first = findFirstFrameInNode(child, func);
23 if (first) {
24 return first;
33 const first = findFirstFrameInNode(profile.head, func);
34 return { frame: first, roots: profile.head.children };
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Ddata_descriptor.cpp43 const protobufs::DataDescriptor* first, in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
47 std::equal(first->index().begin(), first->index().end(), in operator ()()
55 bool first = true; in operator <<() local
57 if (first) { in operator <<()
58 first = false; in operator <<()
42 operator ()( const protobufs::DataDescriptor* first, const protobufs::DataDescriptor* second) const operator ()() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Ddata_descriptor.cpp43 const protobufs::DataDescriptor* first, in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
47 std::equal(first->index().begin(), first->index().end(), in operator ()()
55 bool first = true; in operator <<() local
57 if (first) { in operator <<()
58 first = false; in operator <<()
42 operator ()( const protobufs::DataDescriptor* first, const protobufs::DataDescriptor* second) const operator ()() argument
/third_party/spirv-tools/source/fuzz/
H A Ddata_descriptor.cpp43 const protobufs::DataDescriptor* first, in operator ()()
45 return first->object() == second->object() && in operator ()()
46 first->index().size() == second->index().size() && in operator ()()
47 std::equal(first->index().begin(), first->index().end(), in operator ()()
55 bool first = true; in operator <<() local
57 if (first) { in operator <<()
58 first = false; in operator <<()
42 operator ()( const protobufs::DataDescriptor* first, const protobufs::DataDescriptor* second) const operator ()() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.cc22 uint64_t state, const unsigned char* first, size_t len) { in CombineLargeContiguousImpl32()
25 Mix(state, absl::hash_internal::CityHash32(reinterpret_cast<const char*>(first), in CombineLargeContiguousImpl32()
28 first += PiecewiseChunkSize(); in CombineLargeContiguousImpl32()
31 return CombineContiguousImpl(state, first, len, in CombineLargeContiguousImpl32()
36 uint64_t state, const unsigned char* first, size_t len) { in CombineLargeContiguousImpl64()
38 state = Mix(state, Hash64(first, PiecewiseChunkSize())); in CombineLargeContiguousImpl64()
40 first += PiecewiseChunkSize(); in CombineLargeContiguousImpl64()
43 return CombineContiguousImpl(state, first, len, in CombineLargeContiguousImpl64()
21 CombineLargeContiguousImpl32( uint64_t state, const unsigned char* first, size_t len) CombineLargeContiguousImpl32() argument
35 CombineLargeContiguousImpl64( uint64_t state, const unsigned char* first, size_t len) CombineLargeContiguousImpl64() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp48 auto spanKey = it.first; in RemoveSpans()
108 auto startIndex = pair.first; in ReplaceSpan()
137 auto spanItemStart = (*it)->interval.first; in HandleSpanOperation()
146 newSpan->interval.first = spanItemStart; in HandleSpanOperation()
158 if (spanItemStart == intersection.first && spanItemEnd == intersection.second) { in HandleSpanOperation()
162 if (spanItemStart < intersection.first && intersection.second < spanItemEnd && op == SpanStringOperation::REMOVE) { in HandleSpanOperation()
173 if (intersection.first > spanItemStart) { in HandleSpanOperation()
184 (*it)->interval.first = end; in HandleSpanOperation()
194 if (spansMap_.find(iter.first) == spansMap_.end()) { in ApplyReplaceStringToSpanBase()
195 spansMap_[iter.first] in ApplyReplaceStringToSpanBase()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab() argument
21 for (; first <= last; first++) in next_non_spacetab()
22 if (!spacetab(*first)) in next_non_spacetab()
23 return first; in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator() argument
28 for (; first <= last; first++) in next_terminator()
29 if (spacetab(*first) || !*first) in next_terminator()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlist_nulls.h22 struct hlist_nulls_node *first; member
30 ((ptr)->first = (struct hlist_nulls_node *) NULLS_MARKER(nulls))
88 return is_a_nulls(READ_ONCE(h->first)); in hlist_nulls_empty()
94 struct hlist_nulls_node *first = h->first; in hlist_nulls_add_head() local
96 n->next = first; in hlist_nulls_add_head()
97 WRITE_ONCE(n->pprev, &h->first); in hlist_nulls_add_head()
98 h->first = n; in hlist_nulls_add_head()
99 if (!is_a_nulls(first)) in hlist_nulls_add_head()
100 WRITE_ONCE(first in hlist_nulls_add_head()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab() argument
21 for (; first <= last; first++) in next_non_spacetab()
22 if (!spacetab(*first)) in next_non_spacetab()
23 return first; in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator() argument
28 for (; first <= last; first++) in next_terminator()
29 if (spacetab(*first) || !*first) in next_terminator()
[all...]

Completed in 13 milliseconds

12345678910>>...344