Home
last modified time | relevance | path

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/
DLEB128.h25 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/
Dnested-tags.t12 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;
Dwarnings.t9 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;
Dtemplate-encoding.t6 use Test::More;
11 unless (eval { require Test::More::UTF8; 1; } ) {
Dauthor-pod-syntax.t12 use Test::More;
Dauthor-signature.t14 use Test::More;
Dinline-comment.t7 use Test::More tests => 2;
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
Dnested-tags.t12 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;
Dwarnings.t9 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;
Dtemplate-encoding.t6 use Test::More;
11 unless (eval { require Test::More::UTF8; 1; } ) {
Dauthor-pod-syntax.t12 use Test::More;
Dauthor-signature.t14 use Test::More;
Dinline-comment.t7 use Test::More tests => 2;
/third_party/typescript/tests/baselines/reference/
DfindReferencesJSXTagName3.baseline.jsonc12 // <[|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/
DDIEHash.cpp67 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/
Dnpm.js.test.cjs39 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/
Dhlsl.printf.comp.out34 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/
DTest.pm13 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/
DTest.pm13 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/
DReadme.markdown32 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/
D125-es-short-circuit-undefined.c25 More success
/third_party/qrcodegen/cpp/
DReadme.markdown33 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/
DEXT_clip_volume_hint.txt93 More revision, revision 0.96, April 16, 1996 (hockl)
96 More revision, revision 1.00, April 17, 1996 (hockl)
/third_party/qrcodegen/rust/
DReadme.markdown32 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/
DReadme.markdown32 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