Home
last modified time | relevance | path

Searched +defs:get +defs:process (Results 1 – 25 of 42) sorted by relevance

12

/external/angle/src/libANGLE/renderer/metal/
Dprocess.cpp59 posix_spawnattr_t *get() { return &attr_; } in get() function in rx::mtl::__anonca8e86770111::PosixSpawnAttr
97 const posix_spawn_file_actions_t *get() const { return &file_actions_; } in get() function in rx::mtl::__anonca8e86770111::PosixSpawnFileActions
158 ProcessId GetParentProcessId(ProcessId process) in GetParentProcessId()
/external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
DRouterNanoHTTPD.java70 … public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session); in get() method
93 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get() method in RouterNanoHTTPD.DefaultStreamHandler
124 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get() method in RouterNanoHTTPD.DefaultHandler
154 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get() method in RouterNanoHTTPD.GeneralHandler
210 …public Response get(UriResource uriResource, Map<String, String> urlParams, IHTTPSession session) { in get() method in RouterNanoHTTPD.StaticPageHandler
369 public Response process(Map<String, String> urlParams, IHTTPSession session) { in process() method in RouterNanoHTTPD.UriResource
468 public Response process(IHTTPSession session) { in process() method in RouterNanoHTTPD.UriRouter
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Denvironment.hpp20 namespace boost { namespace process { namespace detail { namespace windows { namespace
45 string_type get(const string_type & id) {return get(id.c_str());} in get() function in boost::process::detail::windows::native_environment_impl
60 inline auto native_environment_impl<Char>::get(const pointer_type id) -> string_type in get() function in boost::process::detail::windows::native_environment_impl
158 string_type get(const pointer_type id) {return get(string_type(id));} in get() function
233 inline auto basic_environment_impl<Char>::get(const string_type &id) -> string_type in get() function in boost::process::detail::windows::basic_environment_impl
Dio_context_ref.hpp31 namespace boost { namespace process { namespace detail { namespace windows { namespace
80 boost::asio::io_context &get() {return ios;}; in get() function
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Denvironment.hpp18 namespace boost { namespace process { namespace detail { namespace posix { namespace
61 string_type get(const pointer_type id) { return get(string_type(id)); } in get() function in boost::process::detail::posix::native_environment_impl
68 string_type get(const string_type & id) in get() function in boost::process::detail::posix::native_environment_impl
111 string_type get(const pointer_type id) { return getenv(id); } in get() function in boost::process::detail::posix::native_environment_impl
127 string_type get(const string_type & id) {return get(id.c_str());} in get() function in boost::process::detail::posix::native_environment_impl
160 string_type get(const pointer_type id) {return get(string_type(id));} in get() function
230 inline auto basic_environment_impl<Char>::get(const string_type &id) -> string_type in get() function in boost::process::detail::posix::basic_environment_impl
Dio_context_ref.hpp29 namespace boost { namespace process { namespace detail { namespace posix { namespace
77 boost::asio::io_context &get() {return ios;}; in get() function
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DURLHandler.java101 public static URLHandler get(URL url) { in get() method in URLHandler
174 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() method in URLHandler.FileURLHandler
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DURLHandler.java105 public static URLHandler get(URL url) { in get() method in URLHandler
178 … private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() method in URLHandler.FileURLHandler
/external/cronet/base/process/
Dlaunch_mac.cc55 posix_spawnattr_t* get() { return &attr_; } in get() function in base::__anonecaccb160111::PosixSpawnAttr
94 const posix_spawn_file_actions_t* get() const { return &file_actions_; } in get() function in base::__anonecaccb160111::PosixSpawnFileActions
142 Process process = LaunchProcess(argv, launch_options); in GetAppOutputInternal() local
/external/crosvm/sandbox/src/
Dlib.rs153 pub process: SafeDescriptor, field
185 pub fn get() -> Result<Option<BrokerServices>> { in get() method
281 let process = unsafe { in spawn_target() localVariable
319 pub fn get() -> Result<Option<TargetServices>> { in get() method
/external/harfbuzz_ng/src/
Dhb-bit-page.hh57 hb_vector_size_t process (const Op& op) const in process() function
65 hb_vector_size_t process (const Op& op, const hb_vector_size_t &o) const in process() function
117 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get() function
Dhb-bit-set-invertible.hh128 bool get (hb_codepoint_t g) const { return s.get (g) ^ inverted; } in get() function
179 void process (const Op& op, const hb_bit_set_invertible_t &other) in process() function
Dhb-bit-set.hh341 bool get (hb_codepoint_t g) const in get() function
612 void process (const Op& op, const hb_bit_set_t &other) in process() function
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dconnect.hpp345 void process(boost::system::error_code ec, in process() function in boost::asio::detail::range_connect_op
736 static type get( in get() function
756 static type get( in get() function
777 static type get( in get() function
800 static type get( in get() function
/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_test_base.py587 def get(self, key, default=None): member in MockOsEnv
797 def _stream_stderr_single_process(process, type_string, index, argument
/external/cronet/base/win/
Daccess_token.cc269 HANDLE process, in FromProcess()
613 HANDLE AccessToken::get() const { in get() function in base::win::AccessToken
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py605 def _finalize_manager(process, address, authkey, state, _Client): argument
952 def get(self): member in Value
1038 def get(self): member in ValueProxy
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp683 void process() { Processed = true; } in process() function in __anonb94012290311::EarlyCSE::StackNode
732 Instruction *get() { return Inst; } in get() function in __anonb94012290311::EarlyCSE::ParseMemoryInst
733 const Instruction *get() const { return Inst; } in get() function in __anonb94012290311::EarlyCSE::ParseMemoryInst
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py660 def _finalize_manager(process, address, authkey, state, _Client, argument
1019 def get(self): member in Value
1140 def get(self): member in ValueProxy
/external/python/httplib2/doc/html/
Dsearchindex.js1ent:1,liter:1,everi:1,string:1,fals:1,unfamiliar:1,proxy_typ:1,veri:1,affect:1,tri:1,force_excepti… property
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp158 std::string get(const vk::dbg::FormatFlags &) { return "<null>"; } in get() function in __anona2463e150111::NullptrValue
253 std::shared_ptr<vk::dbg::Value> get(const std::string &name) override in get() function in __anona2463e150111::HoversFromLocals
522 std::string get(const vk::dbg::FormatFlags &) override { return "<undefined>"; } in undefined() function
1574 void SpirvShader::Impl::Debugger::process(const InsnIterator &insn, EmitState *state, Pass pass) in process() function in sw::SpirvShader::Impl::Debugger
1918 T *SpirvShader::Impl::Debugger::get(SpirvID<T> id) const in get() function in sw::SpirvShader::Impl::Debugger
1989 SpirvShader::Impl::Debugger::Shadow::get(const State *state, Object::ID objId) const in get() function in sw::SpirvShader::Impl::Debugger::Shadow
2038 std::string sw::SpirvShader::Impl::Debugger::LocalVariableValue::get(const vk::dbg::FormatFlags &fm… in get() function in sw::sw::SpirvShader::Impl::Debugger::LocalVariableValue
/external/zxing/docs/js/
Dapache-maven-fluido-1.7.min.js14 …onstructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return … method
25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… function in b
Dapache-maven-fluido-1.5.min.js14 …onstructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return … method
25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… function
Dapache-maven-fluido-1.8.min.js14 …onstructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return … method
25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… function
Dapache-maven-fluido-1.6.min.js14 …onstructor:bI,selector:"",length:0,toArray:function(){return P.call(this)},get:function(e){return … method
25 …de.document,di=0,c4=0,b9=cA(),c9=cA(),cG=cA(),cE=function(i,e){if(i===e){cX=true}return 0},cQ=1<<3… function in b

12