Home
last modified time | relevance | path

Searched defs:codes (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/node/doc/api/
Derrors.md616 ### `ABORT_ERR`
628 ### `ERR_AMBIGUOUS_ARGUMENT`
638 ### `ERR_ARG_NOT_ITERABLE`
644 ### `ERR_ASSERTION`
651 ### `ERR_ASYNC_CALLBACK`
657 ### `ERR_ASYNC_TYPE`
663 ### `ERR_BROTLI_COMPRESSION_FAILED`
668 ### `ERR_BROTLI_INVALID_PARAM`
673 ### `ERR_BUFFER_CONTEXT_NOT_AVAILABLE`
686 ### `ERR_BUFFER_OUT_OF_BOUNDS`
[all …]
Dprocess.md2752 [Signal Events]: #process_signal_events
2757 [`'exit'`]: #process_event_exit
2759 [`'uncaughtException'`]: #process_event_uncaughtexception
2777 [`process.argv`]: #process_process_argv
2778 [`process.config`]: #process_process_config
2779 [`process.execPath`]: #process_process_execpath
2780 [`process.exit()`]: #process_process_exit_code
2781 [`process.exitCode`]: #process_process_exitcode
2782 [`process.hrtime()`]: #process_process_hrtime_time
2783 [`process.hrtime.bigint()`]: #process_process_hrtime_bigint
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_serialize.c72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_encode()
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, in pcre2_serialize_decode()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp85 CollationSettings::aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, in aliasReordering()
130 const int32_t *codes, int32_t codesLength, in setReordering()
191 CollationSettings::setReorderArrays(const int32_t *codes, int32_t codesLength, in setReorderArrays()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp85 CollationSettings::aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, in aliasReordering()
130 const int32_t *codes, int32_t codesLength, in setReordering()
191 CollationSettings::setReorderArrays(const int32_t *codes, int32_t codesLength, in setReorderArrays()
/third_party/icu/icu4c/source/i18n/
Dcollationsettings.cpp85 CollationSettings::aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, in aliasReordering()
130 const int32_t *codes, int32_t codesLength, in setReordering()
191 CollationSettings::setReorderArrays(const int32_t *codes, int32_t codesLength, in setReorderArrays()
/third_party/node/deps/icu-small/source/i18n/
Dcollationsettings.cpp85 CollationSettings::aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, in aliasReordering()
130 const int32_t *codes, int32_t codesLength, in setReordering()
191 CollationSettings::setReorderArrays(const int32_t *codes, int32_t codesLength, in setReorderArrays()
/third_party/node/deps/npm/node_modules/chalk/
Dindex.js83 const codes = { variable
106 const codes = { variable
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DHuffmanTreeGroup.cs15 internal int[] codes; field in Org.Brotli.Dec.HuffmanTreeGroup
/third_party/node/test/parallel/
Dtest-http-allow-req-after-204-res.js29 const codes = [204, 200]; variable
Dtest-http2-status-code.js9 const codes = [ 200, 202, 300, 400, 404, 451, 500 ]; variable
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dcollationinfo.cpp120 CollationInfo::printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) { in printReorderRanges()
/third_party/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp120 CollationInfo::printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) { in printReorderRanges()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dcollationinfo.cpp120 CollationInfo::printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) { in printReorderRanges()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dcollationinfo.cpp120 CollationInfo::printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) { in printReorderRanges()
/third_party/ffmpeg/libavcodec/
Dbitstream.c190 VLCcode *codes, int flags) in build_table()
278 static int vlc_common_end(VLC *vlc, int nb_bits, int nb_codes, VLCcode *codes, in vlc_common_end()
325 const void *codes, int codes_wrap, int codes_size, in ff_init_vlc_sparse()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java136 int[] codes; in aliasReordering() local
178 public void setReordering(CollationData data, int[] codes) { in setReordering()
236 private void setReorderArrays(int[] codes, in setReorderArrays()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java138 int[] codes; in aliasReordering() local
180 public void setReordering(CollationData data, int[] codes) { in setReordering()
238 private void setReorderArrays(int[] codes, in setReorderArrays()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.h33 uint16_t* codes; // Symbol Codes. member
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_encode_utils.h33 uint16_t* codes; // Symbol Codes. member
/third_party/zlib/contrib/infback9/
Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */ member
Dinftree9.c32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
/third_party/libsnd/src/
Dima_oki_adpcm.h39 unsigned char codes [IMA_OKI_ADPCM_CODE_LEN] ; member
/third_party/skia/third_party/externals/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument

12345