Home
last modified time | relevance | path

Searched refs:testable (Results 1 – 25 of 32) sorted by relevance

12

/third_party/qrcodegen/c/
Dqrcodegen.c31 #define testable static // Keep functions private macro
33 #define testable // Expose private functions macro
55 testable void appendBitsToBuffer(unsigned int val, int numBits, uint8_t buffer[], int *bitLen);
57 testable void addEccAndInterleave(uint8_t data[], int version, enum qrcodegen_Ecc ecl, uint8_t resu…
58 testable int getNumDataCodewords(int version, enum qrcodegen_Ecc ecl);
59 testable int getNumRawDataModules(int ver);
61 testable void reedSolomonComputeDivisor(int degree, uint8_t result[]);
62 testable void reedSolomonComputeRemainder(const uint8_t data[], int dataLen,
64 testable uint8_t reedSolomonMultiply(uint8_t x, uint8_t y);
66 testable void initializeFunctionModules(int version, uint8_t qrcode[]);
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vulkan/frag/
Dspec-constant.vk.frag38 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
44 // OpSelect not testable atm.
55 // OpQuantizeToF16 not testable atm.
Dspec-constant.msl11.vk.frag38 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
44 // OpSelect not testable atm.
55 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag43 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
49 // OpSelect not testable atm.
60 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/frag/
Dspec-constant.vk.frag44 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
50 // OpSelect not testable atm.
61 // OpQuantizeToF16 not testable atm.
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dspec-constant.frag43 // VectorShuffle, CompositeExtract, CompositeInsert, not testable atm.
49 // OpSelect not testable atm.
60 // OpQuantizeToF16 not testable atm.
/third_party/typescript/tests/dets/cases/
DcustomDecorator.ets17 @testable
22 function testable(target) {
/third_party/typescript/tests/dets/baselines/reference/
DcustomDecorator.d.ets4 declare function testable(target: any): void;
/third_party/rust/crates/proc-macro2/
DREADME.md20 - **Make procedural macros unit testable.** As a consequence of being specific
23 testable in isolation, they must be implemented using `proc_macro2`.
/third_party/flutter/flutter/packages/flutter/test/material/
Draw_material_button_test.dart139 testWidgets('off-center child is hit testable', (WidgetTester tester) async {
169 testWidgets('smaller child is hit testable', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dtime.dart10 /// A class for making time based operations testable.
Dio.dart8 /// In order to make Flutter tools more testable, we use the `FileSystem` APIs
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Danimated_icons.dart15 // testable.
/third_party/flutter/flutter/packages/flutter_test/test/
Dfinders_test.dart81 testWidgets('excludes non-hit-testable widgets', (WidgetTester tester) async {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbrowser_location.dart141 /// [LocationStrategy] classes to be platform agnostic and testable.
/third_party/libwebsockets/lib/roles/
DREADME.md155 down until 'dead socket'. The states have testable flags and helpers to discover if
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dweb_fs.dart264 /// A testable interface for starting a build daemon.
/third_party/rust/crates/quote/
DREADME.md112 libraries are unit testable and accessible in non-macro contexts.
/third_party/cef/patch/patches/
Dchrome_runtime_views.patch321 // interface to keep these two classes decoupled and testable.
/third_party/protobuf/docs/
Dthird_party.md186 * [Optional GRPC - GRPC for testable microservices (Python)](https://github.com/mattpaletta/optiona…
/third_party/googletest/docs/
Dgmock_faq.md311 less testable, etc). You are probably better off defining a small interface and
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dfinders.dart490 String get description => '${parent.description} (considering only hit-testable ones)';
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md234 Is this proposal decently testable? There are a lot of combinations. What combinations should we te…
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dparagraph.dart826 // round the current rectangle to make this API testable and add some
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md297 …e-gyp/commit/b3ad43498e)] - **(SEMVER-MINOR)** Make download() function testable. (Ben Noordhuis) …

12