Home
last modified time | relevance | path

Searched refs:mappings (Results 1 - 25 of 69) sorted by relevance

123

/third_party/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c65 /* for stage3 compaction of <subchar1> |2 mappings */
296 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
298 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
305 UCMapping *mappings; in reduceToUMappings() local
310 mappings=table->mappings; in reduceToUMappings()
314 /* leave the map alone for the initial mappings with desired flags */ in reduceToUMappings()
316 flag=mappings[map[i]].f; in reduceToUMappings()
324 flag=mappings[map[i]].f; in reduceToUMappings()
393 * - The mappings ar
420 UCMapping *mappings, *m; generateToUTable() local
593 UCMapping *mappings, *m; prepareFromUMappings() local
719 UCMapping *mappings, *m; generateFromUTable() local
936 UCMapping *mappings, *m; generateFromUTrie() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dgencnvex.c64 /* for stage3 compaction of <subchar1> |2 mappings */
295 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
297 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
304 UCMapping *mappings; in reduceToUMappings() local
309 mappings=table->mappings; in reduceToUMappings()
313 /* leave the map alone for the initial mappings with desired flags */ in reduceToUMappings()
315 flag=mappings[map[i]].f; in reduceToUMappings()
323 flag=mappings[map[i]].f; in reduceToUMappings()
392 * - The mappings ar
419 UCMapping *mappings, *m; generateToUTable() local
592 UCMapping *mappings, *m; prepareFromUMappings() local
718 UCMapping *mappings, *m; generateFromUTable() local
935 UCMapping *mappings, *m; generateFromUTrie() local
[all...]
/third_party/node/test/parallel/
H A Dtest-source-map-api.js129 assert.strictEqual(payload.mappings, sourceMap.payload.mappings);
136 // error when receiving a malformed mappings.
141 payload.mappings = ';;;;;;;;;';
167 assert.strictEqual(payload.mappings, sourceMap.payload.mappings);
180 mappings: `AAA${column}`,
223 mappings: generatedColumns.map((g, i) => `${g}AA${originalColumns[i]}`)
H A Dtest-whatwg-encoding-custom-internals.js13 const mappings = {
263 Object.entries(mappings).forEach((i) => {
/third_party/node/lib/internal/source_map/
H A Dsource_map.js125 #mappings = [];
158 ArrayPrototypeSort(this.#mappings, compareSourceMapEntry);
178 let count = this.#mappings.length;
182 const mapping = this.#mappings[middle];
191 const entry = this.#mappings[first];
255 const stringCharIterator = new StringCharIterator(map.mappings);
272 ArrayPrototypePush(this.#mappings, [lineNumber, columnNumber]);
291 this.#mappings,
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java49 * A utility that generates the binary serialization of the phone prefix mappings from
66 // Map used to store the English mappings to avoid reading the English text files multiple times.
140 * Reads the mappings contained in the provided input stream pointing to a text file.
142 * @return a map containing the mappings that were read
229 * Generates the mappings between the input text files and the output binary files.
234 Map<File, List<File>> mappings = new LinkedHashMap<File, List<File>>(); in createInputOutputMappings()
254 mappings.put(countryCodeFile, outputFiles); in createInputOutputMappings()
257 return mappings; in createInputOutputMappings()
262 * generated from the provided file name previously used to output the phone prefix mappings for
307 SortedMap<Integer, String> mappings, Lis in splitMap()
306 splitMap( SortedMap<Integer, String> mappings, List<File> outputBinaryFiles) splitMap() argument
345 hasOverlappingPrefix(int number, SortedMap<Integer, String> mappings) hasOverlappingPrefix() argument
388 makeDataFallbackToEnglish(File inputTextFile, SortedMap<Integer, String> mappings) makeDataFallbackToEnglish() argument
[all...]
H A DGenerateTimeZonesMapData.java38 * A utility that generates the binary serialization of the prefix/time zones mappings from a
60 * prefix to time zones mappings.
119 SortedMap<Integer, String> mappings = parseTextFile(fileInputStream); in run()
123 writeToBinaryFile(mappings, fileOutputStream); in run()
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixDataTest.java93 final Map<Integer, String> mappings = new HashMap<Integer, String>(); in parseTextFileHelper()
98 mappings.put(phonePrefix, location); in parseTextFileHelper()
101 return mappings; in parseTextFileHelper()
146 SortedMap<Integer, String> mappings = new TreeMap<Integer, String>(); in testSplitMap()
148 mappings.put(12011, "Location1"); in testSplitMap()
149 mappings.put(12012, "Location2"); in testSplitMap()
150 mappings.put(12021, "Location3"); in testSplitMap()
151 mappings.put(12022, "Location4"); in testSplitMap()
154 GeneratePhonePrefixData.splitMap(mappings, outputFiles); in testSplitMap()
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.cpp18 * This file reads a .ucm file, stores its mappings and sorts them.
19 * It implements handling of Unicode conversion mappings from .ucm files
24 * character sequence are handled to support m:n mappings.
75 m=table->mappings; in ucm_printTable()
203 /* sorting by Unicode first sorts mappings directly */
211 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
217 table, table->mappings+l, in compareMappingsBytesFirst()
218 table, table->mappings+r, false); in compareMappingsBytesFirst()
234 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping), in ucm_sortTable()
242 * if mappings ar in ucm_sortTable()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.cpp18 * This file reads a .ucm file, stores its mappings and sorts them.
19 * It implements handling of Unicode conversion mappings from .ucm files
24 * character sequence are handled to support m:n mappings.
75 m=table->mappings; in ucm_printTable()
203 /* sorting by Unicode first sorts mappings directly */
211 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
217 table, table->mappings+l, in compareMappingsBytesFirst()
218 table, table->mappings+r, false); in compareMappingsBytesFirst()
234 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping), in ucm_sortTable()
242 * if mappings ar in ucm_sortTable()
[all...]
/third_party/curl/src/
H A Dtool_writeout_json.c103 void ourWriteOutJSON(FILE *stream, const struct writeoutvar mappings[], in ourWriteOutJSON() argument
110 for(i = 0; mappings[i].name != NULL; i++) { in ourWriteOutJSON()
111 if(mappings[i].writefunc && in ourWriteOutJSON()
112 mappings[i].writefunc(stream, &mappings[i], per, per_result, true)) in ourWriteOutJSON()
H A Dtool_xattr.c35 } mappings[] = { variable
36 /* mappings proposed by
122 while(!err && mappings[i].attr) { in fwrite_xattr()
124 CURLcode result = curl_easy_getinfo(curl, mappings[i].info, &value); in fwrite_xattr()
126 err = xattr(fd, mappings[i].attr, value); in fwrite_xattr()
H A Dtool_writeout_json.h32 void ourWriteOutJSON(FILE *stream, const struct writeoutvar mappings[],
/third_party/python/Tools/unicode/
H A DMakefile16 all: distclean mappings codecs
18 codecs: misc windows iso apple ebcdic custom-mappings cjk
22 mappings:
38 custom-mappings: build/
39 $(PYTHON) gencodec.py python-mappings/ build/
H A Dgencodec.py10 All files in dir are scanned and those producing non-empty mappings
82 # mappings for code points 0x00 - 0x1F and 0x7F, unless these are
115 # mappings to None for the rest
154 mappings = sorted(map.items())
157 for mapkey, mapvalue in mappings:
168 # No need to include identity mappings, since these
202 mappings = sorted(map.items())
209 for mapkey, mapvalue in mappings:
236 # 1-n mappings not supported
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_encode.c98 /* Number of field mappings for this instruction. */
100 /* Field mappings. */
101 struct rogue_field_mapping *mappings; member
125 .mappings = (struct rogue_field_mapping []) {
144 .mappings = (struct rogue_field_mapping []) {
145 /* Instruction flag mappings. */
157 /* Operand mappings. */
232 .mappings = (struct rogue_field_mapping []) {
233 /* Operand mappings. */
288 .mappings
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp18 * This file reads a .ucm file, stores its mappings and sorts them.
19 * It implements handling of Unicode conversion mappings from .ucm files
24 * character sequence are handled to support m:n mappings.
75 m=table->mappings; in ucm_printTable()
203 /* sorting by Unicode first sorts mappings directly */
211 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
217 table, table->mappings+l, in compareMappingsBytesFirst()
218 table, table->mappings+r, FALSE); in compareMappingsBytesFirst()
234 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping), in ucm_sortTable()
242 * if mappings ar in ucm_sortTable()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc78 ->Get(context, v8::String::NewFromUtf8Literal(v8_isolate, "mappings")) in WasmModuleSourceMap()
83 v8::Local<v8::String> mappings = v8::Local<v8::String>::Cast(mappings_value); in WasmModuleSourceMap()
84 int mappings_sz = mappings->Utf8Length(v8_isolate); in WasmModuleSourceMap()
86 mappings->WriteUtf8(v8_isolate, mappings_buf.get()); in WasmModuleSourceMap()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.c925 int* mappings; in HistogramCombineStochastic() local
932 mappings = (int*) WebPSafeMalloc(*num_used, sizeof(*mappings)); in HistogramCombineStochastic()
933 if (mappings == NULL) return 0; in HistogramCombineStochastic()
938 mappings[j++] = iter; in HistogramCombineStochastic()
964 idx1 = mappings[idx1]; in HistogramCombineStochastic()
965 idx2 = mappings[idx2]; in HistogramCombineStochastic()
982 // Pop best_idx2 from mappings. in HistogramCombineStochastic()
983 mapping_index = (int*) bsearch(&best_idx2, mappings, *num_used, in HistogramCombineStochastic()
987 ((*num_used) - (mapping_index - mappings) in HistogramCombineStochastic()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp324 * @param mappings Glsl to SpirV mappings vector
330 bool verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping& mappings, bool anyOf) in verifyMappings() argument
335 for (SpirVMapping::iterator it = mappings.begin(); it != mappings.end(); it++) in verifyMappings()
H A DglcSpirvUtils.hpp56 bool verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping& mappings, bool anyOf);
/third_party/ffmpeg/libavcodec/
H A Dvorbisenc.c132 vorbis_enc_mapping *mappings; member
417 venc->mappings = av_mallocz(sizeof(vorbis_enc_mapping) * venc->nmappings); in create_vorbis_context()
418 if (!venc->mappings) in create_vorbis_context()
422 mc = &venc->mappings[0]; in create_vorbis_context()
688 // mappings in put_main_header()
691 vorbis_enc_mapping *mc = &venc->mappings[i]; in put_main_header()
1149 mapping = &venc->mappings[mode->mapping]; in vorbis_encode_frame()
1239 if (venc->mappings) in vorbis_encode_close()
1241 av_freep(&venc->mappings[i].mux); in vorbis_encode_close()
1242 av_freep(&venc->mappings[ in vorbis_encode_close()
[all...]
H A Dvorbisdec.c149 vorbis_mapping *mappings; member
226 if (vc->mappings) in vorbis_free()
228 av_freep(&vc->mappings[i].magnitude); in vorbis_free()
229 av_freep(&vc->mappings[i].angle); in vorbis_free()
230 av_freep(&vc->mappings[i].mux); in vorbis_free()
232 av_freep(&vc->mappings); in vorbis_free()
773 // Process mappings part
781 vc->mappings = av_mallocz(vc->mapping_count * sizeof(*vc->mappings)); in vorbis_parse_setup_hdr_mappings()
782 if (!vc->mappings) in vorbis_parse_setup_hdr_mappings()
[all...]
/third_party/glfw/src/
H A Dinput.c29 #include "mappings.h"
76 if (strcmp(_glfw.mappings[i].guid, guid) == 0) in findMapping()
77 return _glfw.mappings + i; in findMapping()
486 // Adds the built-in set of gamepad mappings
492 _glfw.mappings = _glfw_calloc(count, sizeof(_GLFWmapping)); in _glfwInitGamepadMappings()
496 if (parseMapping(&_glfw.mappings[_glfw.mappingCount], _glfwDefaultMappings[i])) in _glfwInitGamepadMappings()
1305 _glfw.mappings = in glfwUpdateGamepadMappings()
1306 _glfw_realloc(_glfw.mappings, in glfwUpdateGamepadMappings()
1308 _glfw.mappings[_glfw.mappingCount - 1] = mapping; in glfwUpdateGamepadMappings()
/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.cc142 std::vector<std::unique_ptr<v8::PageAllocator::SharedMemoryMapping>> mappings; in CreateReadOnlySpace() local
166 mappings.push_back(std::move(shared_memory)); in CreateReadOnlySpace()
172 std::move(mappings), std::move(new_stats)); in CreateReadOnlySpace()
791 mappings, in SharedReadOnlySpace()
801 shared_memory_mappings_ = std::move(mappings); in SharedReadOnlySpace()
788 SharedReadOnlySpace( Heap* heap, std::vector<ReadOnlyPage*>&& new_pages, std::vector<std::unique_ptr<::v8::PageAllocator::SharedMemoryMapping>>&& mappings, AllocationStats&& new_stats) SharedReadOnlySpace() argument

Completed in 19 milliseconds

123