Searched defs:rval (Results 1 – 16 of 16) sorted by relevance
/system/extras/multinetwork/ |
D | httpurl.cpp | 104 int rval = -1; in parseUrl() local 168 int rval = -1; in doHttpQuery() local 217 int rval = -1; in main() local
|
D | dnschk.cpp | 33 int rval = -1; in main() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | ThreadUtil.h | 52 int rval = scoped_attr.detach(); in threadLaunch() local
|
/system/netd/libnetdutils/ |
D | Log.cpp | 142 LogEntry& LogEntry::returns(const std::string& rval) { in returns() 147 LogEntry& LogEntry::returns(bool rval) { in returns()
|
D | InternetAddresses.cpp | 70 bool rval = true; in forString() local
|
/system/netd/server/ |
D | Process.cpp | 111 const auto rval = sys.write(pidFd, makeSlice(pid_buf)); in writePidFile() local
|
D | MDnsSdListener.cpp | 530 const int rval = ::android::netdutils::threadLaunch(this); in Monitor() local
|
/system/tools/hidl/ |
D | ConstantExpression.cpp | 112 T handleBinaryCommon(T lval, const std::string& op, T rval) { in handleBinaryCommon() 135 T handleShift(T lval, const std::string& op, int64_t rval) { in handleShift() 145 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() 693 ConstantExpression* rval) in BinaryConstantExpression()
|
/system/libhwbinder/vts/performance/ |
D | PerfTest.cpp | 66 Pipe::Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
|
D | Benchmark_throughput.cpp | 57 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
|
/system/core/init/ |
D | keychords_test.cpp | 67 EventHandler::EventHandler(EventHandler&& rval) noexcept : fd_(rval.fd_) { in EventHandler() function in android::init::__anoncb0f96f30111::EventHandler 71 EventHandler& EventHandler::operator=(EventHandler&& rval) noexcept { in operator =()
|
D | keychords.cpp | 103 void Keychords::Mask::operator|=(const Keychords::Mask& rval) { in operator |=()
|
/system/core/liblog/ |
D | event_tag_map.cpp | 75 MapString(MapString&& rval) noexcept in MapString() function in MapString 79 explicit MapString(const MapString& rval) in MapString()
|
/system/extras/alloc-stress/ |
D | alloc-stress.cpp | 46 Pipe(Pipe&& rval) noexcept { in Pipe() function in Pipe
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 198 } rval; in gen_offset() local 262 block rval = (block)veorq_u64(vshlq_u64(hi, ls), vshlq_u64(lo, rs)); in gen_offset() local 303 block rval; in gen_offset() local 651 block rval = swap_if_le(ctx->L[L_TABLE_SZ - 1]); in getL() local
|
/system/netd/resolv/ |
D | DnsProxyListener.cpp | 93 const int rval = netdutils::threadLaunch(handler); in tryThreadOrError() local
|