| /third_party/node/test/parallel/ |
| D | test-assert-deep.js | 52 code: 'ERR_ASSERTION', property 67 code: 'ERR_ASSERTION', property 87 code: 'ERR_ASSERTION', property 116 code: 'ERR_ASSERTION', property 125 code: 'ERR_ASSERTION', property 146 code: 'ERR_ASSERTION', property 176 { code: 'ERR_ASSERTION' } property 183 function assertDeepAndStrictEqual(a, b) { argument 191 function assertNotDeepOrStrict(a, b, err) { argument 198 err || { code: 'ERR_ASSERTION' } property [all …]
|
| D | test-buffer-compare-offset.js | 6 const a = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]); constant 13 assert.throws(() => a.compare(b, '0'), { code: 'ERR_INVALID_ARG_TYPE' }); property 23 { code: 'ERR_INVALID_ARG_TYPE' } property 54 { code: 'ERR_INVALID_ARG_TYPE' } property 60 { code: 'ERR_INVALID_ARG_TYPE' } property 66 { code: 'ERR_OUT_OF_RANGE' } property 74 { code: 'ERR_INVALID_ARG_TYPE' } property 78 { code: 'ERR_INVALID_ARG_TYPE' } property 81 const oor = { code: 'ERR_OUT_OF_RANGE' }; property 90 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-validators.js | 19 code: 'ERR_OUT_OF_RANGE', property 23 code: 'ERR_INVALID_ARG_TYPE', property 27 code: 'ERR_INVALID_ARG_VALUE', property 52 code: 'ERR_INVALID_ARG_TYPE' property 57 code: 'ERR_OUT_OF_RANGE' property 65 code: 'ERR_INVALID_ARG_TYPE' property 70 code: 'ERR_OUT_OF_RANGE' property 114 validateObject({ a: 42, b: 'foo' }, 'foo'); property 145 code: 'ERR_INVALID_ARG_TYPE' property 155 code: 'ERR_INVALID_ARG_TYPE' property
|
| D | test-assert.js | 30 const a = assert; constant 133 code: 'ERR_ASSERTION', property 170 code: 'ERR_ASSERTION', property 180 code: 'ERR_ASSERTION', property 189 code: 'ERR_ASSERTION', property 228 code: 'ERR_ASSERTION', property 273 code: 'ERR_ASSERTION', property 283 code: 'ERR_ASSERTION', property 292 code: 'ERR_ASSERTION', property 301 code: 'ERR_ASSERTION', property [all …]
|
| D | test-buffer-alloc.js | 88 { code: 'ERR_INVALID_ARG_TYPE' }); property 103 code: 'ERR_OUT_OF_RANGE', property 135 { code: 'ERR_INVALID_ARG_TYPE' } property 237 const a = Buffer.allocUnsafe(8); constant 902 const a = Buffer.allocUnsafe(3); constant 1039 code: 'ERR_UNKNOWN_ENCODING', property 1049 const a = [...Array(128).keys()]; // [0, 1, 2, 3, ... 126, 127] variable 1084 code: 'ERR_INVALID_ARG_TYPE', property 1125 code: 'ERR_BUFFER_OUT_OF_BOUNDS', property 1169 code: 'ERR_INVALID_ARG_VALUE', property [all …]
|
| D | test-vm-module-errors.js | 21 code: 'ERR_INVALID_ARG_TYPE', property 32 code: 'ERR_INVALID_ARG_TYPE', property 44 code: 'ERR_INVALID_ARG_TYPE', property 58 code: 'ERR_VM_MODULE_ALREADY_LINKED' property 67 code: 'ERR_VM_MODULE_STATUS' property 74 code: 'ERR_VM_MODULE_STATUS', property 82 code: 'ERR_INVALID_ARG_TYPE', property 91 code: 'ERR_VM_MODULE_STATUS', property 100 code: 'ERR_VM_MODULE_STATUS', property 108 code: 'ERR_VM_MODULE_STATUS', property [all …]
|
| D | test-util-promisify.js | 56 { code: 'ERR_INVALID_ARG_TYPE', name: 'TypeError' } property 167 const a = promisify(function() { }); constant 175 const thrower = promisify(function(a, b, c, cb) { argument 187 const a = promisify((cb) => cb(err))(); constant 204 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-whatwg-url-custom-searchparams-constructor.js | 18 code: 'ERR_ARG_NOT_ITERABLE', property 23 code: 'ERR_INVALID_TUPLE', property 70 assert.throws(() => new URLSearchParams({ a: obj }), toStringError); property 74 assert.throws(() => new URLSearchParams({ a: sym }), symbolError); property
|
| D | test-util-inherits.js | 11 A.prototype.a = function() { return this._a; }; method in A 89 code: 'ERR_INVALID_ARG_TYPE', property 98 code: 'ERR_INVALID_ARG_TYPE', property 107 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-worker-message-port.js | 12 const input = { a: 1 }; property 51 const input = { a: 1 }; property 66 const input = { a: 1 }; property 97 code: 'ERR_INVALID_ARG_TYPE', property 108 code: 'ERR_INVALID_ARG_TYPE', property
|
| D | test-vm-create-context-arg.js | 30 code: 'ERR_INVALID_ARG_TYPE', property 35 vm.createContext({ a: 1 }); property
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | asyncmsgq.c | 46 int code; member 67 pa_asyncmsgq *a; in pa_asyncmsgq_new() local 86 static void asyncmsgq_free(pa_asyncmsgq *a) { in asyncmsgq_free() 126 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64… in pa_asyncmsgq_post() 158 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_… in pa_asyncmsgq_send() 201 int pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, void **userdata, int64_t *o… in pa_asyncmsgq_get() 241 void pa_asyncmsgq_done(pa_asyncmsgq *a, int ret) { in pa_asyncmsgq_done() 267 int pa_asyncmsgq_wait_for(pa_asyncmsgq *a, int code) { in pa_asyncmsgq_wait_for() 293 int pa_asyncmsgq_process_one(pa_asyncmsgq *a) { in pa_asyncmsgq_process_one() 295 int code; in pa_asyncmsgq_process_one() local [all …]
|
| /third_party/python/Lib/ |
| D | stringprep.py | 12 def in_table_a1(code): argument 20 def in_table_b1(code): argument 189 def map_table_b3(code): argument 195 def map_table_b2(a): argument 206 def in_table_c11(code): argument 210 def in_table_c12(code): argument 213 def in_table_c11_c12(code): argument 217 def in_table_c21(code): argument 221 def in_table_c22(code): argument 227 def in_table_c21_c22(code): argument [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | asvdec.c | 72 int code = get_vlc2(gb, level_vlc.table, ASV1_LEVEL_VLC_BITS, 1); in asv1_get_level() local 84 int code, n; in asv2_get_vlc2() local 101 int code = asv2_get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS); in asv2_get_level() local 109 static inline int asv1_decode_block(ASV1Context *a, int16_t block[64]) in asv1_decode_block() 140 static inline int asv2_decode_block(ASV1Context *a, int16_t block[64]) in asv2_decode_block() 176 static inline int decode_mb(ASV1Context *a, int16_t block[6][64]) in decode_mb() 196 static inline void idct_put(ASV1Context *a, AVFrame *frame, int mb_x, int mb_y) in idct_put() 219 ASV1Context *const a = avctx->priv_data; in decode_frame() local 286 ASV1Context *const a = avctx->priv_data; in decode_init() local 322 ASV1Context *const a = avctx->priv_data; in decode_end() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| D | HuffmanEncoder.java | 38 short code; field in HuffmanEncoder.TreeNode 121 int a = tree[i].left; in checkTree() local 130 int a = tree[i].up; in checkTree() local 139 private int initWeight(int a) { in initWeight() 146 private void updateWeight(int a) { in updateWeight() 166 private void swapNodes(int a, int b) { in swapNodes() 174 int code = tree[a].code; in swapNodes() local 191 int a = symbolIndex[symbol]; in writeSymbolCost() local 201 int a = symbolIndex[symbol]; in writeSymbol() local
|
| /third_party/typescript/tests/baselines/reference/tsserver/projects/ |
| D | handles-delayed-directory-watch-invoke-on-file-creation.js | 14 export const a = 10; constant 219 export const a = 10; constant 552 … in the program because:\n Matched by default include pattern '**/*'","code":6053,"category":"e… property 716 export const a = 10; constant
|
| /third_party/node/test/es-module/ |
| D | test-esm-loader-modulemap.js | 59 code: 'ERR_INVALID_ARG_TYPE', property 77 code: 'ERR_INVALID_ARG_TYPE', property 95 code: 'ERR_INVALID_ARG_TYPE', property 108 …strictEqual(resolveMap.serializeKey('./file', { __proto__: null, c: 'd', a: 'b' }), './file::"a""b… property 109 …strictEqual(resolveMap.serializeKey('./s', { __proto__: null, c: 'd', a: 'b', b: 'c' }), './s::"a"… property
|
| /third_party/typescript/tests/baselines/reference/ |
| D | literalTypeWidening.js | 130 const arr: Obj[] = langCodes.map(code => ({ code })) field 143 const a = f(E.A); constant 272 var arr = exports.langCodes.map(function (code) { return ({ code: code }); }); argument 276 return __assign({ a: 'hello' }, rest); property 283 var a = f(E.A); variable
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | lossless_common.h | 99 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() 107 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() 126 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() 137 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode() 152 uint32_t VP8LAddPixels(uint32_t a, uint32_t b) { in VP8LAddPixels() 160 uint32_t VP8LSubPixels(uint32_t a, uint32_t b) { in VP8LSubPixels()
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | try-pattern.js | 16 function check_syntax_error(code) argument 81 throw [{a : 5}]; property 82 } catch([{a}]) { field
|
| D | const1.js | 16 const a = 6 constant 27 function check_type_error(code) { argument
|
| D | function-await1.js | 17 function check_syntax_error (code) argument 61 async function f1(a) { argument 63 (function () { await ? async function(a) { await a } : await }) argument 83 async await(a) { argument 89 f(a) { argument 104 async function f2(a) { argument 112 async await(a) { argument 118 f(a) { argument 133 async function f3(a) { argument
|
| D | function-call.js | 15 function check_syntax_error (code) argument 25 function f(...a)
|
| D | let10.js | 16 function check_reference_error (code) argument 42 let y = { a: 7 }; property
|
| /third_party/skia/experimental/docs/ |
| D | utilities.js | 5 function argb(a, r, g, b) { argument 13 function isAlpha(code) { argument 18 function isArray(a) { argument
|