Home
last modified time | relevance | path

Searched defs:ab (Results 1 – 25 of 210) sorted by relevance

123456789

/third_party/skia/experimental/skrive/tests/
DBinaryReader.cpp45 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
50 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
65 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
70 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
DJsonReader.cpp35 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
40 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
55 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
60 StreamReader::AutoBlock ab(sr); in DEF_TEST() local
/third_party/node/test/parallel/
Dtest-worker-message-port.js136 const ab = new ArrayBuffer(10); constant
137 port1.postMessage({ ab }, [ ab ]); field
142 const ab = new ArrayBuffer(10); constant
143 port1.postMessage({ ab }, { transfer: [ ab ] }); field
148 const ab = new ArrayBuffer(10); constant
149 port1.postMessage({ ab }, (function*() { yield ab; })()); field
154 const ab = new ArrayBuffer(10); constant
155 port1.postMessage({ ab }, { field
Dtest-buffer-arraybuffer.js8 const ab = new ArrayBuffer(LENGTH); constant
53 const ab = new Uint8Array(5); constant
81 const ab = new Uint8Array(5); constant
109 const ab = new ArrayBuffer(10); constant
131 const ab = new ArrayBuffer(10); constant
Dtest-worker-message-transfer-port-mark-as-untransferable.js7 const ab = new ArrayBuffer(8); constant
Dtest-memory-usage.js42 const ab = new ArrayBuffer(size); constant
/third_party/typescript/tests/baselines/reference/
DunionPropertyExistence.js22 var ab: AB; variable
45 var ab; variable
DintersectionTypeEquivalence.js14 var ab : A & B; variable
28 var ab; variable
DarrayBufferIsViewNarrowsType.js5 var ab: ArrayBufferView = obj; variable
DunionExcessPropsWithPartialMember.js15 ab = {...a, y: (null as any as string | undefined)}; // Should be allowed, since `y` is missing on … variable
/third_party/skia/src/gpu/tessellate/
DPatchWriter.cpp35 float4 ab = mix(p0.xyxy(), p1.xyxy(), T); in chopAndWriteQuads() local
53 float2 ab = (p0 + p1) * .5f; in chopAndWriteQuads() local
83 float4 ab = mix(h0, h1, T); in chopAndWriteConics() local
117 float4 ab = mix(p0.xyxy(), p1.xyxy(), T); in chopAndWriteCubics() local
137 float2 ab = (p0 + p1) * .5f; in chopAndWriteCubics() local
/third_party/skia/tools/viewer/
DSkRiveSlide.cpp29 for (const auto& ab : fRive->artboards()) { in load() local
63 for (const auto& ab : fRive->artboards()) { in draw() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ucd.cc66 _hb_ucd_decompose_hangul (hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b) in _hb_ucd_decompose_hangul()
88 _hb_ucd_compose_hangul (hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab) in _hb_ucd_compose_hangul()
120 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, in hb_ucd_compose()
141 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, in hb_ucd_decompose()
Dhb-ot-shape-complex-hebrew.cc34 hb_codepoint_t *ab) in compose_hebrew()
/third_party/boost/libs/math/tools/
Dgauss_kronrod_constants.cpp12 auto ab = T::abscissa(); in print_gauss_constants() local
45 auto ab = T::abscissa(); in print_gauss_kronrod_constants() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ucd.cc67 _hb_ucd_decompose_hangul (hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b) in _hb_ucd_decompose_hangul()
89 _hb_ucd_compose_hangul (hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab) in _hb_ucd_compose_hangul()
129 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, in hb_ucd_compose()
166 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, in hb_ucd_decompose()
/third_party/harfbuzz/src/
Dhb-ucd.cc67 _hb_ucd_decompose_hangul (hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b) in _hb_ucd_decompose_hangul()
89 _hb_ucd_compose_hangul (hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab) in _hb_ucd_compose_hangul()
129 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, in hb_ucd_compose()
166 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, in hb_ucd_decompose()
Dhb-ot-shape-complex-hebrew.cc38 hb_codepoint_t *ab) in compose_hebrew()
/third_party/node/src/
Daliased_buffer.h43 v8::Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New( in AliasedBufferBase() local
69 v8::Local<v8::ArrayBuffer> ab = backing_buffer.GetArrayBuffer(); in AliasedBufferBase() local
228 v8::Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New( in reserve() local
Dnode_process_methods.cc117 Local<ArrayBuffer> ab = get_fields_array_buffer(args, 0, 2); in CPUUsage() local
156 Local<ArrayBuffer> ab = args[0].As<Uint32Array>()->Buffer(); in Hrtime() local
165 Local<ArrayBuffer> ab = args[0].As<BigUint64Array>()->Buffer(); in HrtimeBigInt() local
219 Local<ArrayBuffer> ab = get_fields_array_buffer(args, 0, 5); in MemoryUsage() local
310 Local<ArrayBuffer> ab = get_fields_array_buffer(args, 0, 16); in ResourceUsage() local
/third_party/typescript/tests/cases/compiler/
DarrayBufferIsViewNarrowsType.ts4 var ab: ArrayBufferView = obj; variable
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
Dauth.c118 lws_system_blob_t *ab; in ss_api_amazon_auth_rx() local
172 lws_system_blob_t *ab; in ss_api_amazon_auth_tx() local
210 lws_system_blob_t *ab; in ss_api_amazon_auth_state() local
/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-subarray.js33 var ab = new ArrayBuffer(28); variable
/third_party/glib/glib/pcre/
Dpcre_valid_utf8.c117 int ab, c, d; in PRIV() local
/third_party/pcre2/pcre2/src/
Dpcre2_valid_utf.c136 uint32_t ab, d; in PRIV() local

123456789