Searched refs:More (Results 1 – 25 of 751) sorted by relevance
12345678910>>...31
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LEB128.h | 25 bool More; variable 31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 34 if (More || Count < PadTo) 37 } while (More); 55 bool More; variable 60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || 63 if (More || Count < PadTo) 66 } while (More);
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
D | nested-tags.t | 12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 13 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 16 Test::More->import;
|
D | warnings.t | 9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 13 Test::More->import;
|
D | template-encoding.t | 6 use Test::More; 11 unless (eval { require Test::More::UTF8; 1; } ) {
|
D | author-pod-syntax.t | 12 use Test::More;
|
D | author-signature.t | 14 use Test::More;
|
D | inline-comment.t | 7 use Test::More tests => 2;
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
D | nested-tags.t | 12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 13 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 16 Test::More->import;
|
D | warnings.t | 9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 13 Test::More->import;
|
D | template-encoding.t | 6 use Test::More; 11 unless (eval { require Test::More::UTF8; 1; } ) {
|
D | author-pod-syntax.t | 12 use Test::More;
|
D | author-signature.t | 14 use Test::More;
|
D | inline-comment.t | 7 use Test::More tests => 2;
|
/third_party/typescript/tests/baselines/reference/ |
D | findReferencesJSXTagName3.baseline.jsonc | 12 // <[|div|]>More content</[|div|]> 167 // <[|div|]>More content</[|div|]> 317 // </*FIND ALL REFS*/[|div|]>More content</[|div|]> 467 // <[|div|]>More content<//*FIND ALL REFS*/[|div|]> 617 // <[|div|]>More content</[|div|]> 767 // <div>More content</div> 900 // <div>More content</div> 1030 // <div>More content</div>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 67 bool More; in addSLEB128() local 71 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128() 73 if (More) in addSLEB128() 76 } while (More); in addSLEB128()
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | npm.js.test.cjs | 39 More configuration info: npm help config 91 More configuration info: npm help config 143 More configuration info: npm help config 180 More configuration info: npm help config 232 More configuration info: npm help config 284 More configuration info: npm help config 335 More configuration info: npm help config 372 More configuration info: npm help config 409 More configuration info: npm help config 446 More configuration info: npm help config
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.printf.comp.out | 34 0:9 "More: %d %d %d %d %d %d %d %d %d %d" 99 0:9 "More: %d %d %d %d %d %d %d %d %d %d" 143 26: String "More: %d %d %d %d %d %d %d %d %d %d"
|
/third_party/openssl/util/perl/OpenSSL/ |
D | Test.pm | 13 use Test::More 0.96; 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file 524 my $tb = Test::More->builder; 1296 Test::More::subtest @_;
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
D | Test.pm | 13 use Test::More 0.96; 19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test 21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file 524 my $tb = Test::More->builder; 1296 Test::More::subtest @_;
|
/third_party/qrcodegen/python/ |
D | Readme.markdown | 32 More information about QR Code technology and this library's design can be found on the project hom… 53 More complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/python/qrcod…
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 125-es-short-circuit-undefined.c | 25 More success
|
/third_party/qrcodegen/cpp/ |
D | Readme.markdown | 33 More information about QR Code technology and this library's design can be found on the project hom… 61 More complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/cpp/QrCodeGe…
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_clip_volume_hint.txt | 93 More revision, revision 0.96, April 16, 1996 (hockl) 96 More revision, revision 1.00, April 17, 1996 (hockl)
|
/third_party/qrcodegen/rust/ |
D | Readme.markdown | 32 More information about QR Code technology and this library's design can be found on the project hom… 64 More complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/rust/example…
|
/third_party/qrcodegen/typescript-javascript/ |
D | Readme.markdown | 32 More information about QR Code technology and this library's design can be found on the project hom… 56 More complete set of examples: https://github.com/nayuki/QR-Code-generator/blob/master/typescript-j…
|
12345678910>>...31