Home
last modified time | relevance | path

Searched refs:cout (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp53 std::cout << "boundary points: "; in apply()
54 std::cout << " " << geometry::dsv(range::front(linestring)); in apply()
55 std::cout << " " << geometry::dsv(range::back(linestring)); in apply()
56 std::cout << std::endl << std::endl; in apply()
84 std::cout << "boundary points: "; in apply()
89 std::cout << " " << geometry::dsv(*pit); in apply()
91 std::cout << std::endl << std::endl; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Ddebug_validity_phase.hpp44 std::cout << "checking exterior ring..." << std::endl; in apply()
47 std::cout << "checking interior rings..." << std::endl; in apply()
50 std::cout << "computing and analyzing turns..." << std::endl; in apply()
53 std::cout << "checking if interior rings are inside " in apply()
57 std::cout << "checking connectivity of interior..." << std::endl; in apply()
H A Ddebug_print_turns.hpp31 std::cout << " [" in debug_print_turn()
57 std::cout << "turns:"; in debug_print_turns()
62 std::cout << std::endl << std::endl; in debug_print_turns()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A D0001-include-iostream-for-cout.patch4 Subject: [PATCH] include iostream for cout
6 End cout with endl
9 plugins/dynamic_simulator/thread.cpp:241:3: error: 'cout' was not declared in this scope
10 cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined"
37 - cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined"
38 + std::cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined"<<std::endl;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp137 std::cout << "ignore between " << dsv(begin->p) in consider()
141 std::cout << "return because size=" << size << std::endl; in consider()
149 std::cout << "find between " << dsv(begin->p) in consider()
164 std::cout << "consider " << dsv(it->p) in consider()
182 std::cout << "use " << dsv(candidate->p) << std::endl; in consider()
202 std::cout << "max distance: " << max_distance in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dhas_self_intersections.hpp109 std::cout << "turn points: " << std::endl; in has_self_intersections()
112 std::cout << method_char(info.method); in has_self_intersections()
115 std::cout << " " << operation_char(info.operations[i].operation); in has_self_intersections()
116 std::cout << " " << info.operations[i].seg_id; in has_self_intersections()
118 std::cout << " " << geometry::dsv(info.point) << std::endl; in has_self_intersections()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_cross_track.hpp377 std::cout << "Course " << dsv(sp1) << " to " << dsv(p) << " " in apply()
379 std::cout << "Course " << dsv(sp1) << " to " << dsv(sp2) << " " in apply()
381 std::cout << "Course " << dsv(sp2) << " to " << dsv(p) << " " in apply()
383 std::cout << "Projection AD-AB " << projection1 << " : " in apply()
385 std::cout << "Projection BD-BA " << projection2 << " : " in apply()
417 std::cout << "Projection ON the segment" << std::endl; in apply()
418 std::cout << "XTD: " << XTD in apply()
444 std::cout << "Projection OUTSIDE the segment" << std::endl; in apply()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0004-Use-BUILD_DATE-to-improve-reproducibility.patch39 - cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on " << __DATE__
41 + cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on "
54 - cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on " << __DATE__
56 + cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on "
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tests/
H A Dtest_task_service.cpp34 std::cout << "run id " << p.payload.get() << "\n" << std::flush; in operator ()()
48 std::cout << "worker dequed type " << std::to_string(static_cast<int>(a.state)) in worker_thread()
81 std::cout << "main dequed type " << std::to_string(static_cast<int>(p.state)) << " handler " in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh24 rm -f "$cout" "$sout"
51 cout=$(mktemp)
133 :> "$cout"
167 ip netns exec ${ns1} ./mptcp_connect -jt $timeout -p $port 10.0.3.3 < "$cin" > "$cout" &
187 cmp $sin $cout > /dev/null 2>&1
207 ls -l $sin $cout
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_switch_detector.hpp373 std::cout << " ADD " << ring_id << " TO REGION " << region_id << std::endl; in create_region()
416 std::cout << "SWITCH BEGIN ITERATION" << std::endl; in iterate()
472 std::cout << "SWITCH EXAMINE CLUSTER " << it->first << std::endl; in iterate()
525 std::cout << "SWITCH END ITERATION" << std::endl; in iterate()
534 std::cout << "UU/II SWITCH RESULT " in iterate()
545 std::cout << "CL SWITCH RESULT " << it->first in iterate()
550 std::cout << "CL SWITCH RESULT " << it->first in iterate()
H A Dbacktrack_check_si.hpp180 std::cout << " REJECT " << reason << std::endl; in apply()
200 std::cout << "BACKTRACK (" << reason << " )" in apply()
203 std::cout in apply()
H A Dcheck_enrich.hpp48 std::cout << meta_turn.index in display()
144 std::cout << "CYCLE " << cycle << std::endl; in check_graph()
149 std::cout <<" END CYCLE " << it->index << std::endl; in check_graph()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-cxx.cpp7 std::cout << s << std::endl; in print_str()
14 std::cout << "|" << s << "|" << std::endl; in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dtrace_fn_imps.hpp69 std::cout << r_e << " " <<* r_e << std::endl; in trace_entry()
77 std::cout << r_e << std::endl; in trace_entry()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/
H A Dtrace_fn_imps.hpp69 std::cout << r_e << " " <<* r_e << std::endl; in trace_entry()
77 std::cout << r_e << std::endl; in trace_entry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Ddebug_turn.hpp37 std::cout << header in debug_turn()
48 std::cout << std::endl; in debug_turn()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp83 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ") in trace()
113 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); } in trace()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp68 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; } in trace()
108 { std::cout << PB_DS_V2F(m_value); } in trace()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp83 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ") in trace()
113 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); } in trace()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp68 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; } in trace()
108 { std::cout << PB_DS_V2F(m_value); } in trace()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch24 std::cout << dlerror() << std::endl;
33 std::cout << "cannot find CECStartBootloader" << std::endl;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diostream25 extern ostream cout;
54 extern _LIBCPP_FUNC_VIS ostream cout;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diostream25 extern ostream cout;
54 extern _LIBCPP_FUNC_VIS ostream cout;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_side_straight.hpp83 std::cout << "Error in length calculation for points " in apply()
110 std::cout << "Error in perpendicular calculation for points " in apply()

123