Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 2840) sorted by relevance

12345678910>>...114

/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1973.js15 print (777E7777777777 == Infinity)
16 print (-777E7777777777 == -Infinity)
17 print (777E-7777777777 == 0)
18 print (-777E-7777777777 == -0)
20 print (100E307 == Infinity)
21 print (10E307 == 1E308)
22 print (10E308 == Infinity)
23 print (1E308 == 1E308)
24 print (0.1E309 == 1E308)
25 print (0.1E310 == Infinity)
[all …]
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-2774.js16 print = function () {} function
18 print ( JSON . stringify ( "" ) === '""' )
20 print ( JSON . stringify ( normal_string ) == '"asdasd"' )
22 print ( JSON . stringify ( format_characters ) == '"\\ba\\fs\\nd\\ra\\tsd"' )
24 print ( JSON . stringify ( ctl_string ) == "h" )
26 print ( JSON . stringify ( escpad_string ) == '"\\"asdasd"' )
27 print ( JSON . stringify ( '\u2040' ) == '"⁀"' )
28 print ( JSON . stringify ( 'abc\u2040\u2030cba' ) == '"abc⁀‰cba"' )
29 print ( JSON . stringify ( 1 ) === '1' )
30 print ( JSON . stringify ( 0 ) === 'true' )
[all …]
Dregression-test-issue-2775.js16 print = function () {} function
18 print ( JSON . stringify ( "" ) === '""' )
20 print ( JSON . stringify ( normal_string ) == '"asdasd"' )
22 print ( JSON . stringify ( format_characters ) == '"\\ba\\fs\\nd\\ra\\tsd"' )
24 print ( JSON . stringify ( ctl_string ) == '"asd\\u001fasd"' )
26 print ( JSON . stringify ( escpad_string ) == '"\\"asdasd"' )
27 print ( JSON . stringify ( true ) === 'true' )
28 print ( JSON . stringify ( "foo" ) === '"foo"' )
29 print ( JSON . stringify ( null ) === 'null' )
30 print ( JSON . stringify ( RegExp ) === undefined )
[all …]
/third_party/boost/libs/python/test/
Dstr.cpp20 void work_with_string(object print) in work_with_string() argument
23 print(data.split(" ")); in work_with_string()
24 print(data.split(" ",3)); in work_with_string()
25 print(str("<->").join(data.split(" "))); in work_with_string()
26 print(data.capitalize()); in work_with_string()
27 print('[' + data.center(30) + ']'); in work_with_string()
28 print(data.count("t")); in work_with_string()
30 print(data.encode("utf-8")); in work_with_string()
31 print(data.decode("utf-8")); in work_with_string()
33 print(data.encode("utf-8").attr("decode")("utf-8")); in work_with_string()
[all …]
Dlist.cpp67 void exercise(list x, object y, object print) in exercise() argument
73 print("after append:"); in exercise()
74 print(x); in exercise()
76 print("number of", y, "instances:", x.count(y)); in exercise()
78 print("number of 5s:", x.count(5)); in exercise()
81 print("after extend:"); in exercise()
82 print(x); in exercise()
83 print("index of", y, "is:", x.index(y)); in exercise()
84 print("index of 'l' is:", x.index("l")); in exercise()
87 print("after inserting 666:"); in exercise()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/util/
Dsdl_dependency_checkers.lua40 print("Checking OpenGL dependencies...")
46 print("Desktop OpenGL is not supported on iOS targets.")
49 print("OpenGL is not currently supported on Cygwin.")
74 print("Checking DirectX dependencies...")
86 print("DirectX is not currently supported on MinGW targets.")
90 print("DirectX is not currently supported on Cygwin targets.")
97 print("Checking for D-Bus support...")
99 print("Warning: D-Bus unsupported!")
106 print("Checking for ALSA support...")
111 print("Warning: ALSA unsupported!")
[all …]
/third_party/boost/libs/yap/test/
Dprint.cpp175 yap::print(oss, unity); in test_main()
182 yap::print(oss, expr); in test_main()
191 yap::print(oss, unevaluated_expr); in test_main()
204 yap::print(oss, a_thing); in test_main()
219 yap::print(oss, nonconst_plus_const); in test_main()
230 yap::print(oss, nonconst_plus_nonconst_plus_const); in test_main()
245 yap::print(oss, nonconst_plus_nonconst_plus_const_2); in test_main()
274 yap::print(oss, unity); in test_main()
281 yap::print(oss, expr); in test_main()
290 yap::print(oss, unevaluated_expr); in test_main()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dlibpng-config-body.in9 --prefix print libpng prefix
10 --libdir print path to directory containing library
11 --libs print library linking information
12 --ccopts print compiler options
13 --cppflags print pre-processor flags
14 --cflags print preprocessor flags, I_opts, and compiler options
15 --I_opts print "-I" include options
16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dlibpng-config-body.in9 --prefix print libpng prefix
10 --libdir print path to directory containing library
11 --libs print library linking information
12 --ccopts print compiler options
13 --cppflags print pre-processor flags
14 --cflags print preprocessor flags, I_opts, and compiler options
15 --I_opts print "-I" include options
16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
[all …]
/third_party/libpng/scripts/
Dlibpng-config-body.in9 --prefix print libpng prefix
10 --libdir print path to directory containing library
11 --libs print library linking information
12 --ccopts print compiler options
13 --cppflags print pre-processor flags
14 --cflags print preprocessor flags, I_opts, and compiler options
15 --I_opts print "-I" include options
16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dif_test.cpp670 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_EXPRESSION, in TEST_F()
683 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 / 0")); in TEST_F()
695 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 % 0")); in TEST_F()
706 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
718 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
730 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
742 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in TEST_F()
765 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
774 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELSE_WITHOUT_IF, in TEST_F()
784 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELIF_WITHOUT_IF, in TEST_F()
[all …]
Dversion_test.cpp24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
39 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
61 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
75 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
92 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
109 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
121 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
135 print(pp::Diagnostics::PP_INVALID_CHARACTER, pp::SourceLocation(0, 1), "$")); in TEST_F()
136 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
149 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dif_test.cpp670 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INVALID_EXPRESSION, in TEST_F()
683 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 / 0")); in TEST_F()
695 print(pp::Diagnostics::PP_DIVISION_BY_ZERO, pp::SourceLocation(0, 1), "1 % 0")); in TEST_F()
706 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
718 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
730 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_INTEGER_OVERFLOW, pp::SourceLocation(0, 1), in TEST_F()
742 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_UNEXPECTED_TOKEN, in TEST_F()
765 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
774 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELSE_WITHOUT_IF, in TEST_F()
784 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_CONDITIONAL_ELIF_WITHOUT_IF, in TEST_F()
[all …]
Dversion_test.cpp24 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
39 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
61 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
75 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_EOF_IN_DIRECTIVE, _, _)); in TEST_F()
92 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
109 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0); in TEST_F()
121 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
135 print(pp::Diagnostics::PP_INVALID_CHARACTER, pp::SourceLocation(0, 1), "$")); in TEST_F()
136 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
149 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::PP_VERSION_NOT_FIRST_STATEMENT, in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/
Dpremake4.lua80 print("Cleaning the build environment...")
125 print("Generating " .. genFile .. "...")
130 file:print(0, "-- Premake script generated by Simple DirectMedia Layer meta-build script")
131 file:print(1, 'solution "SDL"')
144 file:print(2, implode(platformsIndexed, 'platforms {', '"', '"', ', ', '}'))
145 file:print(2, 'configurations { "Debug", "Release" }')
204 print("Warning: Missing external dependency for project: ".. p.name ..
207 print("Warning: Cannot link " .. p.name .. " to second project " ..
427 file:print(1, 'project "' .. p.name .. '"')
428 file:print(2, 'targetname "' .. p.name .. '"')
[all …]
/third_party/gettext/gettext-runtime/doc/Admin/
DMatrix.java48 stream.print(' '); in spaces()
214 stream.print("Ready PO files "); in main()
216 stream.print(" "); in main()
220 stream.print(teams[t].replace("@","@@")); in main()
225 stream.print(" +"); in main()
228 stream.print('-'); in main()
235 stream.print(domain); in main()
237 stream.print('|'); in main()
239 stream.print(' '); in main()
243 stream.print("[]"); in main()
[all …]
/third_party/boost/libs/math/example/
Dnonfinite_num_facet_serialization.cpp85 void print (std::ostream & a_out, const std::string & a_title) in print() function
194 f0.print (std::clog, "f0"); in main()
195 f1.print (std::clog, "f1"); in main()
196 f2.print (std::clog, "f2"); in main()
197 f3.print (std::clog, "f3"); in main()
228 f0.print (std::clog, "f0"); in main()
229 f1.print (std::clog, "f1"); in main()
230 f2.print (std::clog, "f2"); in main()
231 f3.print (std::clog, "f3"); in main()
244 f0.print (std::clog, "f0"); in main()
[all …]
/third_party/typescript/tests/baselines/reference/
DoptionalPropertiesTest.types16 print?(): void;
17 >print : () => void
47 foo = {id: 1234, print:()=>{}} // Ok
48 >foo = {id: 1234, print:()=>{}} : { id: number; print: () => void; }
50 >{id: 1234, print:()=>{}} : { id: number; print: () => void; }
53 >print : () => void
64 if (foo.print !== undefined) foo.print();
65 >foo.print !== undefined : boolean
66 >foo.print : () => void
68 >print : () => void
[all …]
/third_party/boost/libs/geometry/doc/other/maxima/
Dgeod.mac61 print("// The scale factor A1-1 = mean value of (d/dsigma)I1 - 1
69 print(concat(tab2,"case ",string(n),":")),
70 print(concat(tab3,"t = ",string(q),";")),
71 print(concat(tab3,"break;"))),
72 print(" }
93 print("// The scale factor A2-1 = mean value of (d/dsigma)I2 - 1
102 print(concat(tab2,"case ",string(n),":")),
103 print(concat(tab3,"t = ",string(q),";")),
104 print(concat(tab3,"break;"))),
105 print(" }
[all …]
/third_party/boost/tools/build/src/util/
Ddoc.jam13 import print ;
254 local rule print-help-top ( )
256 print.section "General command line usage" ;
258 print.text " b2 [options] [properties] [targets]
263 print.section "Important Options" ;
265 print.list-start ;
266 print.list-item "--clean Remove targets instead of building" ;
267 print.list-item "-a Rebuild everything" ;
268 print.list-item "-n Don't execute the commands, only print them" ;
269 print.list-item "-d+2 Show commands as they are executed" ;
[all …]
/third_party/flutter/flutter/dev/customer_testing/
Drun_tests.dart51 print('run_tests.dart [options...] path/to/file1.test path/to/file2.test...');
52 print('For details on the test registry format, see:');
53 print(' https://github.com/flutter/tests/blob/master/registry/template.test');
54 print('');
55 print(argParser.usage);
56 print('');
64 print('Error: ${error.message} Use --help for usage information.');
84 print('Error: Could not parse repeat count ("${parsedArguments['repeat']}")');
86 print('Error: No file arguments specified.');
88print('Error: File arguments ("${parsedArguments.rest.join("\", \"")}") did not identify any real …
[all …]
/third_party/jerryscript/tests/debugger/
Ddo_finish.js15 print("finish-test");
18 print("foo");
26 print(foo());
35 print("*bark*");
39 print("*sit*");
44 print("END: finish-test");
Dclient_source.js15 print("client-source-test");
18 print("function finish");
19 print("finish: " + z);
23 print("function bar");
29 print("function foo");
35 print("function test");
/third_party/protobuf/examples/
Dlist_people.dart9 print('Person ID: ${person.id}');
10 print(' Name: ${person.name}');
12 print(' E-mail address:${person.email}');
18 print(' Mobile phone #: ');
21 print(' Home phone #: ');
24 print(' Work phone #: ');
27 print(' Unknown phone #: ');
30 print(phoneNumber.number);
39 print('Usage: list_person ADDRESS_BOOK_FILE');
/third_party/boost/libs/type_index/examples/
Dtable_of_names.cpp21 void print(const char* name) { in print() function
57 print<user_defined_type>("User defined type"); in main()
58 print<in_anon_type>("In anonymous namespace"); in main()
59 print<ns3::ns4::in_anon_type>("In ns3::{anonymous}::ns4 namespace"); in main()
60 print<templ<short, int> >("Template class"); in main()
61 print<templ<int, int> >("Template class (full specialization)"); in main()
62 print<templ< in main()

12345678910>>...114