Home
last modified time | relevance | path

Searched refs:mapper (Results 26 - 50 of 209) sorted by relevance

123456789

/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c201 static ErrorCode NotifyAllNodesServiceAdd(const NodeId nodeId, struct ServiceDef *mapper) in NotifyAllNodesServiceAdd() argument
206 if (mapper == NULL) { in NotifyAllNodesServiceAdd()
216 errCode = g_messageNodes[notifyNodeIndex]->NotifyServiceAdd(g_messageNodes[notifyNodeIndex], mapper); in NotifyAllNodesServiceAdd()
219 notifyNodeIndex, mapper->serviceId, errCode); in NotifyAllNodesServiceAdd()
233 ErrorCode subErrCode = g_messageNodes[i]->NotifyServiceDel(g_messageNodes[i], mapper->serviceId); in NotifyAllNodesServiceAdd()
236 mapper->serviceId, subErrCode); in NotifyAllNodesServiceAdd()
272 static ErrorCode RegistServiceInner(const NodeId nodeId, const DispatcherId dispatcherId, struct ServiceDef *mapper) in RegistServiceInner() argument
278 if (mapper == NULL || mapper->serviceId >= MESSAGE_ENGINE_MAX_SERVICE) { in RegistServiceInner()
299 remoteService = node->CreateRemoteService(node, dispatcher, mapper); in RegistServiceInner()
334 RegistLocalService(const DispatcherId dispatcherId, struct ServiceDef *mapper) RegistLocalService() argument
[all...]
H A Dmessage_dispatcher.c52 void ReleaseMessageMapper(struct ServiceDef *mapper) in ReleaseMessageMapper() argument
54 if (mapper == NULL) { in ReleaseMessageMapper()
57 if (mapper->messages != NULL) { in ReleaseMessageMapper()
58 OsalMemFree(mapper->messages); in ReleaseMessageMapper()
59 mapper->messages = NULL; in ReleaseMessageMapper()
61 OsalMemFree(mapper); in ReleaseMessageMapper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java397 * @param mapper provides a function to remap values obtained from the Trie2.
400 public Iterator<Range> iterator(ValueMapper mapper) { in iterator() argument
401 return new Trie2Iterator(mapper); in iterator()
418 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate() argument
419 return new Trie2Iterator(lead, mapper); in iteratorForLeadSurrogate()
857 mapper = vm; in Trie2Iterator()
869 mapper = vm; in Trie2Iterator()
898 mappedVal = mapper.map(val); in next()
907 if (mapper.map(val) != mappedVal) { in next()
915 mappedVal = mapper in next()
985 private ValueMapper mapper; global() field in Trie2.Trie2Iterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java400 * @param mapper provides a function to remap values obtained from the Trie2.
403 public Iterator<Range> iterator(ValueMapper mapper) { in iterator() argument
404 return new Trie2Iterator(mapper); in iterator()
421 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate() argument
422 return new Trie2Iterator(lead, mapper); in iteratorForLeadSurrogate()
863 mapper = vm; in Trie2Iterator()
875 mapper = vm; in Trie2Iterator()
904 mappedVal = mapper.map(val); in next()
913 if (mapper.map(val) != mappedVal) { in next()
921 mappedVal = mapper in next()
991 private ValueMapper mapper; global() field in Trie2.Trie2Iterator
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c72 struct mapper_context *mapper, in irq_mmap_process_frames()
163 err = mapper_context_process_frames(mapper, frame_buf, &avail_count, in irq_mmap_process_frames()
186 struct mapper_context *mapper, in irq_mmap_r_process_frames()
228 err = irq_mmap_process_frames(state, frame_count, mapper, cntrs); in irq_mmap_r_process_frames()
240 struct mapper_context *mapper, in irq_mmap_w_process_frames()
255 err = irq_mmap_process_frames(state, frame_count, mapper, cntrs); in irq_mmap_w_process_frames()
70 irq_mmap_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_process_frames() argument
184 irq_mmap_r_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_r_process_frames() argument
238 irq_mmap_w_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) irq_mmap_w_process_frames() argument
H A Dxfer-libasound-timer-mmap.c121 struct mapper_context *mapper, in timer_mmap_process_frames()
202 err = mapper_context_process_frames(mapper, frame_buf, frame_count, in timer_mmap_process_frames()
246 struct mapper_context *mapper, in timer_mmap_r_process_frames()
276 err = timer_mmap_process_frames(state, frame_count, mapper, in timer_mmap_r_process_frames()
376 struct mapper_context *mapper, in timer_mmap_w_process_frames()
401 err = timer_mmap_process_frames(state, frame_count, mapper, in timer_mmap_w_process_frames()
119 timer_mmap_process_frames(struct libasound_state *state, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_process_frames() argument
244 timer_mmap_r_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_r_process_frames() argument
374 timer_mmap_w_process_frames(struct libasound_state *state, unsigned *frame_count, struct mapper_context *mapper, struct container_context *cntrs) timer_mmap_w_process_frames() argument
H A Dxfer-libffado.c37 struct mapper_context *mapper,
176 struct mapper_context *mapper, in r_process_frames()
225 err = mapper_context_process_frames(mapper, state->cache.buf, in r_process_frames()
239 struct mapper_context *mapper, in w_process_frames()
259 err = mapper_context_process_frames(mapper, state->cache.buf_ptr, in w_process_frames()
476 struct mapper_context *mapper, in xfer_libffado_process_frames()
490 err = state->process_frames(xfer, frame_count, mapper, cntrs); in xfer_libffado_process_frames()
174 r_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) r_process_frames() argument
237 w_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) w_process_frames() argument
474 xfer_libffado_process_frames(struct xfer_context *xfer, unsigned int *frame_count, struct mapper_context *mapper, struct container_context *cntrs) xfer_libffado_process_frames() argument
H A Dsubcmd-transfer.c18 struct mapper_context mapper; member
349 // Prepare for mapper. in context_pre_process()
350 err = mapper_context_init(&ctx->mapper, mapper_type, ctx->cntr_count, in context_pre_process()
359 err = mapper_context_pre_process(&ctx->mapper, access, bytes_per_sample, in context_pre_process()
401 err = xfer_context_process_frames(&ctx->xfer, &ctx->mapper, in context_process_frames()
464 mapper_context_post_process(&ctx->mapper); in context_post_process()
465 mapper_context_destroy(&ctx->mapper); in context_post_process()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Access.PRIVATE;
6 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Access.PUBLIC;
7 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Group.DURATION_RULES;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Group.ORDINAL_RULES;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Group.SPELLOUT_RULES;
H A DDayPeriodsMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.AFTERNOON1;
6 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.EVENING1;
7 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.MIDNIGHT;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.MORNING1;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.NIGHT1;
10 import static org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapperTest.RuleType.NOON;
113 // Note that there's an implicit assumption in the mapper that the ruleset label is the in testRulesetLabels()
127 // Just demonstrating that the mapper does no data validation.
H A DBreakIteratorMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
5 import static org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapperTest.BoundaryType.GRAPHEME;
6 import static org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapperTest.BoundaryType.SENTENCE;
7 import static org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapperTest.SegmentationType.LINE_BREAK;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapperTest.SegmentationType.SENTENCE_BREAK;
H A DTransformsMapperTest.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
8 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.BACKWARD;
9 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.BOTH;
10 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Direction.FORWARD;
11 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.EXTERNAL;
12 import static org.unicode.icu.tool.cldrtoicu.mapper.TransformsMapperTest.Visibility.INTERNAL;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBreakIteratorMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
22 * A mapper to collect break-iterator data from {@link CldrDataType#LDML LDML} data under
71 BreakIteratorMapper mapper = new BreakIteratorMapper(icuData); in process()
72 icuSpecialData.ifPresent(d -> CLDR_PROCESSOR.process(d, mapper)); in process()
73 CLDR_PROCESSOR.process(cldrData, mapper); in process()
74 return mapper.icuData; in process()
H A DPluralsMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
30 * A mapper to collect plural data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL} data via
67 PluralsMapper mapper = new PluralsMapper(); in process()
73 CLDR_PROCESSOR.process(filterByType(data, "cardinal"), mapper, NESTED_GROUPING); in process()
74 CLDR_PROCESSOR.process(filterByType(data, "ordinal"), mapper, NESTED_GROUPING); in process()
75 return mapper.icuData; in process()
95 // Note: The original mapper code "sort of" coped with empty rules, but it's not in addRules()
H A DCollationMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
26 * A mapper to collect collation data from {@link CldrDataType#LDML LDML} data via the paths:
74 CollationMapper mapper = new CollationMapper(icuData, cldrVersion); in process()
75 icuSpecialData.ifPresent(specialData -> CLDR_PROCESSOR.process(specialData, mapper, DTD)); in process()
76 CLDR_PROCESSOR.process(cldrData, mapper, DTD); in process()
H A DBcp47Mapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
35 * A mapper to collect BCP-47 data from {@link CldrDataType#BCP47 BCP47} data under paths
91 Bcp47Mapper mapper = BCP47_PROCESSOR.process(cldrData, new Bcp47Mapper(), DTD); in process()
92 mapper.addKeyMapValues(); in process()
93 return ImmutableList.of(mapper.keyTypeData, mapper.tzData); in process()
H A DTransformsMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
36 * A mapper to collect transliteration data from {@link CldrDataType#SUPPLEMENTAL SUPPLEMENTAL}
42 * <p>This mapper also writes out the transform rule files into a specified directory.
108 TransformsMapper mapper = new TransformsMapper(fileWriterFn, header); in process()
109 CLDR_PROCESSOR.process(cldrData, mapper); in process()
110 addSpecialCaseValues(mapper.icuData); in process()
111 return mapper.icuData; in process()
/third_party/skia/src/core/
H A DSkBitmapProcState.cpp37 const SkBitmapProcStateAutoMapper mapper(s, x, y); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
39 dstY = SkTPin<int>(mapper.intY(), 0, maxY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
40 fx = mapper.fractionalIntX(); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
438 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc()
445 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()
447 yTemp = mapper.intY(); in S32_D32_constX_shaderproc()
467 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc()
472 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()
474 iY2 = mapper.intY(); in S32_D32_constX_shaderproc()
520 const SkBitmapProcStateAutoMapper mapper(*thi in setupForTranslate()
[all...]
/third_party/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.h51 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/third_party/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
59 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DGrallocAndroid.cpp22 using V3Error = android::hardware::graphics::mapper::V3_0::Error;
23 using V3Mapper = android::hardware::graphics::mapper::V3_0::IMapper;
27 using V4Error = android::hardware::graphics::mapper::V4_0::Error;
28 using V4Mapper = android::hardware::graphics::mapper::V4_0::IMapper;
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DGrallocAndroid.cpp22 using V3Error = android::hardware::graphics::mapper::V3_0::Error;
23 using V3Mapper = android::hardware::graphics::mapper::V3_0::IMapper;
27 using V4Error = android::hardware::graphics::mapper::V4_0::Error;
28 using V4Mapper = android::hardware::graphics::mapper::V4_0::IMapper;
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_router_inner.h29 struct ServiceDef * mapper); \
31 ErrorCode (*NotifyServiceAdd)(const struct MessageNode *, const struct ServiceDef *mapper); \
/third_party/typescript/tests/baselines/reference/
H A DbluebirdStaticThis.js81 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<Promise.Thenable<R>[]>, mapper: (item: R, index: number, arrayLength: number) => Promise.Thenable<U>): Promise<U[]>;
82 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<Promise.Thenable<R>[]>, mapper: (item: R, index: number, arrayLength: number) => U): Promise<U[]>;
83 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<R[]>, mapper: (item: R, index: number, arrayLength: number) => Promise.Thenable<U>): Promise<U[]>;
84 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<R[]>, mapper: (item: R, index: number, arrayLength: number) => U): Promise<U[]>;
85 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<R>[], mapper: (item: R, index: number, arrayLength: number) => Promise.Thenable<U>): Promise<U[]>;
86 static map<R, U>(dit: typeof Promise, values: Promise.Thenable<R>[], mapper: (item: R, index: number, arrayLength: number) => U): Promise<U[]>;
87 static map<R, U>(dit: typeof Promise, values: R[], mapper: (item: R, index: number, arrayLength: number) => Promise.Thenable<U>): Promise<U[]>;
88 static map<R, U>(dit: typeof Promise, values: R[], mapper: (item: R, index: number, arrayLength: number) => U): Promise<U[]>;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java44 import org.unicode.icu.tool.cldrtoicu.mapper.Bcp47Mapper;
45 import org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapper;
46 import org.unicode.icu.tool.cldrtoicu.mapper.CollationMapper;
47 import org.unicode.icu.tool.cldrtoicu.mapper.DayPeriodsMapper;
48 import org.unicode.icu.tool.cldrtoicu.mapper.LocaleMapper;
49 import org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapper;
50 import org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapper;
51 import org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapper;
52 import org.unicode.icu.tool.cldrtoicu.mapper.SupplementalMapper;
53 import org.unicode.icu.tool.cldrtoicu.mapper
[all...]

Completed in 22 milliseconds

123456789