| /third_party/skia/experimental/skrive/tests/ |
| D | BinaryReader.cpp | 45 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
|
| D | JsonReader.cpp | 35 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/ |
| D | test-worker-message-port.js | 137 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
|
| D | test-buffer-arraybuffer.js | 8 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
|
| D | test-worker-message-transfer-port-mark-as-untransferable.js | 7 const ab = new ArrayBuffer(8); constant
|
| D | test-crypto-randomfillsync-regression.js | 9 const ab = new ArrayBuffer(20); constant
|
| D | test-memory-usage.js | 42 const ab = new ArrayBuffer(size); constant
|
| /third_party/typescript/tests/baselines/reference/ |
| D | unionPropertyExistence.js | 22 var ab: AB; variable 45 var ab; variable
|
| D | intersectionTypeEquivalence.js | 14 var ab : A & B; variable 28 var ab; variable
|
| D | arrayBufferIsViewNarrowsType.js | 5 var ab: ArrayBufferView = obj; variable
|
| D | unionExcessPropsWithPartialMember.js | 15 ab = {...a, y: (null as any as string | undefined)}; // Should be allowed, since `y` is missing on … variable
|
| /third_party/skia/src/gpu/tessellate/ |
| D | PatchWriter.cpp | 35 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/ |
| D | SkRiveSlide.cpp | 29 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/ |
| D | hb-ucd.cc | 67 _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()
|
| D | hb-ot-shape-normalize.cc | 79 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()
|
| D | hb-ot-shape-complex-hebrew.cc | 38 hb_codepoint_t *ab) in compose_hebrew()
|
| /third_party/node/src/ |
| D | aliased_buffer-inl.h | 27 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
|
| D | node_buffer.cc | 124 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/ |
| D | auth.c | 118 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/ |
| D | arrayBufferIsViewNarrowsType.ts | 4 var ab: ArrayBufferView = obj; variable
|
| D | contextuallyTypedSymbolNamedProperties.ts | 14 declare const ab: Action; constant
|
| D | unionExcessPropsWithPartialMember.ts | 12 declare var ab: A | B; variable
|
| D | destructureComputedProperty.ts | 1 declare const ab: { n: number } | { n: string }; constant
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | typedArray-subarray.js | 33 var ab = new ArrayBuffer(28); variable
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_valid_utf.c | 136 uint32_t ab, d; in PRIV() local
|