/third_party/pulseaudio/src/modules/gsettings/ |
D | pulseaudio.convert | 2 args0 = /system/pulseaudio/modules/combine/args0 3 args1 = /system/pulseaudio/modules/combine/args1 4 args2 = /system/pulseaudio/modules/combine/args2 5 args3 = /system/pulseaudio/modules/combine/args3 6 args4 = /system/pulseaudio/modules/combine/args4 7 args5 = /system/pulseaudio/modules/combine/args5 8 args6 = /system/pulseaudio/modules/combine/args6 9 args7 = /system/pulseaudio/modules/combine/args7 10 args8 = /system/pulseaudio/modules/combine/args8 11 args9 = /system/pulseaudio/modules/combine/args9 [all …]
|
/third_party/boost/libs/system/test/ |
D | error_code_user_test.cpp | 35 boost::system::error_code my_mkdir( const std::string & path ) in my_mkdir() 37 return boost::system::error_code( in my_mkdir() 43 boost::system::system_category() ); in my_mkdir() 52 boost::system::error_code my_remove( const std::string & path ) in my_remove() 54 return boost::system::error_code( in my_remove() 56 boost::system::generic_category() ); // OK for both Windows and POSIX in my_remove() 76 const boost::system::error_category & get_lib3_error_category() BOOST_SYSTEM_NOEXCEPT; 77 const boost::system::error_category & lib3_error_category = get_lib3_error_category(); 86 namespace system namespace 94 inline boost::system::error_code make_error_code(error e) in make_error_code() [all …]
|
D | std_interop_test.cpp | 40 boost::system::error_category const & bt = boost::system::generic_category(); in test_generic_category() 50 boost::system::error_code bc( ev, bt ); in test_generic_category() 62 boost::system::error_condition bn = bt.default_error_condition( ev ); in test_generic_category() 80 boost::system::error_category const & bt = boost::system::system_category(); in test_system_category() 90 boost::system::error_code bc( ev, bt ); in test_system_category() 102 boost::system::error_condition bn = bt.default_error_condition( ev ); in test_system_category() 115 boost::system::error_code bc( ev, bt ); in test_system_category() 127 boost::system::error_condition bn = bt.default_error_condition( ev ); in test_system_category() 138 class user_category_impl: public boost::system::error_category 155 virtual boost::system::error_condition default_error_condition( int ev ) const BOOST_NOEXCEPT in default_error_condition() [all …]
|
D | Jamfile.v2 | 9 # See library home page at http://www.boost.org/libs/system 13 rule system-run ( sources + ) 18 …result += [ run $(sources) : : : <library>/boost/system//boost_system <link>static : $(sources[1]:… 19 …result += [ run $(sources) : : : <library>/boost/system//boost_system <link>shared : $(sources[1]:… 26 system-run error_code_test.cpp ; 27 system-run error_code_user_test.cpp ; 28 system-run system_error_test.cpp ; 34 system-run initialization_test.cpp ; 35 system-run header_only_test.cpp ; 39 system-run std_interop_test.cpp ; [all …]
|
/third_party/boost/boost/asio/detail/ |
D | socket_ops.hpp | 68 std::size_t* addrlen, boost::system::error_code& ec); 72 std::size_t* addrlen, boost::system::error_code& ec); 79 socket_type new_socket, boost::system::error_code& ec); 85 boost::system::error_code& ec, socket_type& new_socket); 90 std::size_t addrlen, boost::system::error_code& ec); 93 bool destruction, boost::system::error_code& ec); 96 state_type& state, bool value, boost::system::error_code& ec); 99 state_type& state, bool value, boost::system::error_code& ec); 102 int what, boost::system::error_code& ec); 105 std::size_t addrlen, boost::system::error_code& ec); [all …]
|
D | win_iocp_serial_port_service.hpp | 80 BOOST_ASIO_DECL boost::system::error_code open(implementation_type& impl, 81 const std::string& device, boost::system::error_code& ec); 84 boost::system::error_code assign(implementation_type& impl, in assign() 85 const native_handle_type& handle, boost::system::error_code& ec) in assign() 97 boost::system::error_code close(implementation_type& impl, in close() 98 boost::system::error_code& ec) in close() 110 boost::system::error_code cancel(implementation_type& impl, in cancel() 111 boost::system::error_code& ec) in cancel() 118 boost::system::error_code set_option(implementation_type& impl, in set_option() 119 const SettableSerialPortOption& option, boost::system::error_code& ec) in set_option() [all …]
|
D | reactive_serial_port_service.hpp | 82 BOOST_ASIO_DECL boost::system::error_code open(implementation_type& impl, 83 const std::string& device, boost::system::error_code& ec); 86 boost::system::error_code assign(implementation_type& impl, in assign() 88 boost::system::error_code& ec) in assign() 100 boost::system::error_code close(implementation_type& impl, in close() 101 boost::system::error_code& ec) in close() 113 boost::system::error_code cancel(implementation_type& impl, in cancel() 114 boost::system::error_code& ec) in cancel() 121 boost::system::error_code set_option(implementation_type& impl, in set_option() 122 const SettableSerialPortOption& option, boost::system::error_code& ec) in set_option() [all …]
|
D | null_socket_service.hpp | 95 boost::system::error_code open(implementation_type&, in open() 96 const protocol_type&, boost::system::error_code& ec) in open() 103 boost::system::error_code assign(implementation_type&, const protocol_type&, in assign() 104 const native_handle_type&, boost::system::error_code& ec) in assign() 117 boost::system::error_code close(implementation_type&, in close() 118 boost::system::error_code& ec) in close() 126 boost::system::error_code& ec) in release() 139 boost::system::error_code cancel(implementation_type&, in cancel() 140 boost::system::error_code& ec) in cancel() 148 boost::system::error_code& ec) const in at_mark() [all …]
|
D | descriptor_ops.hpp | 55 boost::system::error_code& ec, bool is_error_condition) in get_last_error() 63 ec = boost::system::error_code(errno, in get_last_error() 69 boost::system::error_code& ec); 72 boost::system::error_code& ec); 75 state_type& state, bool value, boost::system::error_code& ec); 78 state_type& state, bool value, boost::system::error_code& ec); 83 std::size_t count, bool all_empty, boost::system::error_code& ec); 86 std::size_t size, boost::system::error_code& ec); 89 boost::system::error_code& ec, std::size_t& bytes_transferred); 92 boost::system::error_code& ec, std::size_t& bytes_transferred); [all …]
|
/third_party/boost/libs/filesystem/src/ |
D | exception.cpp | 25 filesystem_error::filesystem_error(const std::string& what_arg, system::error_code ec) : in filesystem_error() 26 system::system_error(ec, what_arg) in filesystem_error() 38 filesystem_error::filesystem_error(const std::string& what_arg, const path& path1_arg, system::erro… in filesystem_error() 39 system::system_error(ec, what_arg) in filesystem_error() 51 …const std::string& what_arg, const path& path1_arg, const path& path2_arg, system::error_code ec) : in filesystem_error() 52 system::system_error(ec, what_arg) in filesystem_error() 65 system::system_error(static_cast< system::system_error const& >(that)), in filesystem_error() 72 static_cast< system::system_error& >(*this) = static_cast< system::system_error const& >(that); in operator =() 87 m_imp_ptr->m_what = system::system_error::what(); in what() 109 return system::system_error::what(); in what() [all …]
|
/third_party/boost/libs/process/test/ |
D | Jamfile.jam | 41 alias system : /boost//system ; 45 lib multi_ref : multi_ref1.cpp multi_ref2.cpp system : <target-os>windows:<source>shell32 ; 47 exe sparring_partner : sparring_partner.cpp program_options system filesystem iostreams : 55 exe sub_launch : sub_launcher.cpp program_options iostreams system filesystem : <warnings>off <targ… 72 [ run environment.cpp system filesystem : [ test-options environment ] ] 73 [ run async_pipe.cpp system filesystem : [ test-options async_pipe ] ] 74 [ run pipe.cpp system filesystem : [ test-options pipe ] ] 82 …[ run async.cpp system thread filesystem : [ test-options async ] : sparring_part… 83 …[ run async_fut.cpp system thread filesystem : [ test-options async_fut ] : sparring_… 84 …[ run args_handling.cpp system thread filesystem : [ test-options args_handling ] : exit_… [all …]
|
/third_party/boost/boost/filesystem/ |
D | operations.hpp | 96 path absolute(const path& p, const path& base, system::error_code* ec=0); 98 file_status status(const path&p, system::error_code* ec=0); 100 file_status symlink_status(const path& p, system::error_code* ec=0); 102 bool is_empty(const path& p, system::error_code* ec=0); 104 path initial_path(system::error_code* ec=0); 106 path canonical(const path& p, const path& base, system::error_code* ec=0); 108 void copy(const path& from, const path& to, unsigned int options, system::error_code* ec=0); 111 void copy_directory(const path& from, const path& to, system::error_code* ec=0); 115 unsigned int options, system::error_code* ec=0); // see copy_options for options 117 void copy_symlink(const path& existing_symlink, const path& new_symlink, system::error_code* ec=0); [all …]
|
/third_party/boost/boost/thread/ |
D | exceptions.hpp | 37 public system::system_error 40 typedef system::system_error base_type; 43 : base_type(0,system::generic_category()) in thread_exception() 47 : base_type(sys_error_code, system::generic_category()) in thread_exception() 51 : base_type(system::error_code(ev, system::generic_category()), what_arg) in thread_exception() 55 : base_type(system::error_code(ev, system::generic_category()), what_arg) in thread_exception() 71 public system::system_error 74 typedef system::system_error base_type; 77 : base_type(system::error_code(0, system::generic_category()), "Condition error") in condition_error() 80 : base_type(system::error_code(ev, system::generic_category()), "Condition error") in condition_error() [all …]
|
/third_party/boost/boost/chrono/detail/inlined/mac/ |
D | process_cpu_clocks.hpp | 90 process_real_cpu_clock::time_point process_real_cpu_clock::now(system::error_code & ec) in now() 100 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 103 ec.assign(errno, ::boost::system::system_category()); in now() 120 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 123 ec.assign(errno, ::boost::system::system_category()); in now() 134 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 137 ec.assign(errno, ::boost::system::system_category()); in now() 154 …boost::throw_exception(system::system_error(errno, ::boost::system::system_category(), "chrono::pr… in now() 157 ec.assign(errno, ::boost::system::system_category()); in now() 168 process_user_cpu_clock::time_point process_user_cpu_clock::now(system::error_code & ec) in now() [all …]
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 12 export function createDiagnosticReporter(system: System, pretty?: boolean): DiagnosticReporter { 13 const host: FormatDiagnosticsHost = system === sys ? sysFormatDiagnosticsHost : { 14 getCurrentDirectory: () => system.getCurrentDirectory(), 15 getNewLine: () => system.newLine, 16 getCanonicalFileName: createGetCanonicalFileName(system.useCaseSensitiveFileNames), 19 return diagnostic => system.write(formatDiagnostic(diagnostic, host)); 25 … system.write(formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine()); 33 …function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: C… 34 if (system.clearScreen && 39 system.clearScreen(); [all …]
|
/third_party/boost/boost/chrono/detail/inlined/posix/ |
D | process_cpu_clocks.hpp | 69 system::error_code & ec) in now() 79 system::system_error( in now() 81 ::boost::system::system_category(), in now() 86 ec.assign( errno, ::boost::system::system_category() ); in now() 106 system::system_error( in now() 108 ::boost::system::system_category(), in now() 113 ec.assign( errno, ::boost::system::system_category() ); in now() 146 system::error_code & ec) in now() 155 system::system_error( in now() 157 ::boost::system::system_category(), in now() [all …]
|
/third_party/boost/boost/system/detail/ |
D | std_interoperability.hpp | 20 namespace system namespace 30 boost::system::error_category const * pc_; 34 explicit std_category( boost::system::error_category const * pc, unsigned id ): pc_( pc ) in std_category() 70 inline std::error_category const & to_std_category( boost::system::error_category const & cat ) BOO… 75 …bool operator()( boost::system::error_category const * p1, boost::system::error_category const * p… in operator ()() 81 inline std::error_category const & to_std_category( boost::system::error_category const & cat ) in to_std_category() 83 if( cat == boost::system::system_category() ) in to_std_category() 88 else if( cat == boost::system::generic_category() ) in to_std_category() 95 …typedef std::map< boost::system::error_category const *, std::unique_ptr<std_category>, cat_ptr_le… in to_std_category() 121 boost::system::error_condition bn( condition.value(), *pc_ ); in equivalent() [all …]
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | explicit_error_stepper_fsal_base.hpp | 122 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() argument 124 do_step_v1( system , x , t , dt ); in do_step() 131 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() argument 133 do_step_v1( system , x , t , dt ); in do_step() 146 do_step( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type dt ) in do_step() argument 149 this->stepper().do_step_impl( system , x , dxdt , t , x , dxdt , dt ); in do_step() 161 …void do_step_dxdt_impl( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type… in do_step_dxdt_impl() argument 164 this->stepper().do_step_impl( system , x , dxdt , t , x , dxdt , dt ); in do_step_dxdt_impl() 178 do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() argument 182 initialize( system , in , t ); in do_step() [all …]
|
D | explicit_error_stepper_base.hpp | 123 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() argument 125 do_step_v1( system , x , t , dt ); in do_step() 132 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() argument 134 do_step_v1( system , x , t , dt ); in do_step() 148 do_step( System system , StateInOut &x , const DerivIn &dxdt , time_type t , time_type dt ) in do_step() argument 150 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step() 162 void do_step_dxdt_impl( System system, StateInOut &x, const DerivIn &dxdt, in do_step_dxdt_impl() argument 165 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step_dxdt_impl() 179 do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() argument 181 typename odeint::unwrap_reference< System >::type &sys = system; in do_step() [all …]
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchEnvironment.ts | 25 …const system = createWatchedSystem([libFile, typing, ...flatArray(allPkgFiles)], { currentDirector… constant 27 const host = createSolutionBuilderWithWatchHost(system); 30 checkOutputErrorsInitial(system, emptyArray, /*disableConsoleClears*/ undefined, [ 45 checkWatchedFilesDetailed(system, watchFilesDetailed); 46 system.writeFile(typing.path, `${typing.content}export const typing1 = 10;`); 52 system.checkTimeoutQueueLengthAndRun(1); 53 checkOutputErrorsIncremental(system, emptyArray); 57 checkWatchedFilesDetailed(system, watchFilesDetailed); 58 system.writeFile(typing.path, typing.content); 64 system.checkTimeoutQueueLengthAndRun(1); [all …]
|
/third_party/boost/boost/asio/ssl/ |
D | context.hpp | 116 boost::system::error_code& ec); 145 boost::system::error_code& ec); 174 verify_mode v, boost::system::error_code& ec); 203 int depth, boost::system::error_code& ec); 246 boost::system::error_code& ec); 275 const std::string& filename, boost::system::error_code& ec); 304 const const_buffer& ca, boost::system::error_code& ec); 331 boost::system::error_code& ec); 364 const std::string& path, boost::system::error_code& ec); 395 boost::system::error_code& ec); [all …]
|
/third_party/node/test/parallel/ |
D | test-process-cpuUsage.js | 19 assert(thisUsage.system >= lastUsage.system); 32 assert(diffUsage.system >= 0); 50 { user: null, system: 'c' }, 64 { user: 3, system: 'b' }, 65 { user: 3, system: null }, 73 common.invalidArgTypeHelper(value.system) 80 { user: -1, system: 2 }, 81 { user: Number.POSITIVE_INFINITY, system: 4 }, 95 { user: 3, system: -2 }, 96 { user: 5, system: Number.NEGATIVE_INFINITY }, [all …]
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | diagnostic.h | 64 System system; variable 124 void add_note(System system, in add_note() argument 129 note.system = system; in add_note() 139 void add_warning(System system, in add_warning() argument 144 warning.system = system; in add_warning() 153 void add_error(System system, std::string err_msg) { in add_error() argument 156 error.system = system; in add_error() 165 void add_error(System system, std::string err_msg, const Source& source) { in add_error() argument 168 error.system = system; in add_error() 180 void add_error(System system, in add_error() argument [all …]
|
/third_party/boost/libs/compute/test/ |
D | test_valarray.cpp | 36 boost::compute::system::finish(); in BOOST_AUTO_TEST_CASE() 58 boost::compute::system::finish(); in BOOST_AUTO_TEST_CASE() 71 boost::compute::system::finish(); in BOOST_AUTO_TEST_CASE() 87 boost::compute::system::finish(); \ 90 boost::compute::system::finish(); \ 97 boost::compute::system::finish(); \ 100 boost::compute::system::finish(); \ 107 boost::compute::system::finish(); \ 132 boost::compute::system::finish(); \ 135 boost::compute::system::finish(); \ [all …]
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adams_bashforth_moulton.hpp | 100 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() argument 102 do_step_impl1( system , x , t , dt ); in do_step() 109 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() argument 111 do_step_impl1( system , x , t , dt ); in do_step() 115 …void do_step( System system , const StateIn &in , time_type t , const StateOut &out , time_type dt… in do_step() argument 117 do_step_impl2( system , in , t , out , dt ); in do_step() 124 void do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() argument 126 do_step_impl2( system , in ,t , out , dt ); in do_step() 140 …void initialize( ExplicitStepper explicit_stepper , System system , StateIn &x , time_type &t , ti… in initialize() argument 142 m_adams_bashforth.initialize( explicit_stepper , system , x , t , dt ); in initialize() [all …]
|