Home
last modified time | relevance | path

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

1234567

/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.js137 const ab = new ArrayBuffer(10); constant
138 port1.postMessage({ ab }, [ ab ]); field
143 const ab = new ArrayBuffer(10); constant
144 port1.postMessage({ ab }, { transfer: [ ab ] }); field
149 const ab = new ArrayBuffer(10); constant
150 port1.postMessage({ ab }, (function*() { yield ab; })()); field
155 const ab = new ArrayBuffer(10); constant
156 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-crypto-randomfillsync-regression.js9 const ab = new ArrayBuffer(20); 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/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()
Dhb-ot-shape-normalize.cc79 hb_codepoint_t ab, in decompose_unicode()
90 hb_codepoint_t *ab) in compose_unicode()
125 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose()
Dhb-ot-shape-complex-hebrew.cc38 hb_codepoint_t *ab) in compose_hebrew()
/third_party/node/src/
Daliased_buffer-inl.h27 v8::Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New(isolate_, size_in_bytes); in AliasedBufferBase() local
51 v8::Local<v8::ArrayBuffer> ab = backing_buffer.GetArrayBuffer(); in AliasedBufferBase() local
191 v8::Local<v8::ArrayBuffer> ab = in reserve() local
Dnode_buffer.cc124 Local<ArrayBuffer> ab = ArrayBuffer::New(env->isolate(), std::move(bs)); in CreateTrackedArrayBuffer() local
158 Local<ArrayBuffer> ab = self->persistent_.Get(self->env_->isolate()); in CleanupHook() local
273 Local<ArrayBuffer> ab, in New()
286 Local<ArrayBuffer> ab, in New()
364 Local<ArrayBuffer> ab; in New() local
407 Local<ArrayBuffer> ab; in Copy() local
458 Local<ArrayBuffer> ab = in New() local
514 Local<ArrayBuffer> ab = v8::ArrayBuffer::New(env->isolate(), std::move(bs)); in New() local
1172 Local<ArrayBuffer> ab; in EncodeUtf8String() local
1267 Local<ArrayBuffer> ab; in GetZeroFillToggle() local
[all …]
/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/typescript/tests/cases/compiler/
DarrayBufferIsViewNarrowsType.ts4 var ab: ArrayBufferView = obj; variable
DcontextuallyTypedSymbolNamedProperties.ts14 declare const ab: Action; constant
DunionExcessPropsWithPartialMember.ts12 declare var ab: A | B; variable
DdestructureComputedProperty.ts1 declare const ab: { n: number } | { n: string }; constant
/third_party/jerryscript/tests/jerry/es2015/
DtypedArray-subarray.js33 var ab = new ArrayBuffer(28); variable
/third_party/pcre2/pcre2/src/
Dpcre2_valid_utf.c136 uint32_t ab, d; in PRIV() local

1234567