/aosp_15_r20/system/libhwbinder/vts/performance/ |
H A D | Benchmark_throughput.cpp | 71 bool val = true; in signal() local 72 int error = write(m_writeFd, &val, sizeof(val)); in signal() local 76 bool val = false; in wait() local 77 int error = read(m_readFd, &val, sizeof(val)); in wait() local 81 int error = write(m_writeFd, &v, sizeof(T)); in send() local 85 int error = read(m_readFd, &v, sizeof(T)); in recv() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 76 std::string error; in TEST() local 138 for (const epair& val : oct_values) { in TEST() local 142 for (const epair& val : hex_values) { in TEST() local 146 for (const epair& val : utf8_oct_values) { in TEST() local 150 for (const epair& val : utf8_hex_values) { in TEST() local 164 for (const epair& val : tests) { in TEST() local 178 std::string error; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 76 std::string error; in TEST() local 138 for (const epair& val : oct_values) { in TEST() local 142 for (const epair& val : hex_values) { in TEST() local 146 for (const epair& val : utf8_oct_values) { in TEST() local 150 for (const epair& val : utf8_hex_values) { in TEST() local 164 for (const epair& val : tests) { in TEST() local 178 std::string error; in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | escaping_test.cc | 76 std::string error; in TEST() local 138 for (const epair& val : oct_values) { in TEST() local 142 for (const epair& val : hex_values) { in TEST() local 146 for (const epair& val : utf8_oct_values) { in TEST() local 150 for (const epair& val : utf8_hex_values) { in TEST() local 164 for (const epair& val : tests) { in TEST() local 178 std::string error; in TEST() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_mem_object_info.cpp | 21 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument 45 unsigned int val = 0; in get_image_dim() local 58 int error; in test_get_buffer_info() local 363 int error; in test_get_imageObject_info() local 410 int error; in test_get_image_info() local
|
/aosp_15_r20/packages/modules/adb/client/ |
D | adb_install.cpp | 152 static unique_fd send_command(const std::vector<std::string>& cmd_args, std::string* error) { in send_command() 209 std::string error; in install_app_streamed() local 380 auto val = ParseBool(incrementalFromEnv); in calculate_install_mode() local 389 std::string error; in calculate_install_mode() local 400 auto val = ParseBool(buf); in calculate_install_mode() local 572 std::string error; in install_multiple_app_streamed() local 626 std::string error; in install_multiple_app_streamed() local 760 std::string error; in install_multi_package() local 881 std::string error; in install_multi_package() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_mps_bitstream.c | 67 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_get_bs_freq_res_index() local 108 IA_ERRORCODE error; in ixheaace_mps_212_ec_data() local 307 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_ott_data() local 422 WORD32 ixheaace_mps_515_icc_quant(FLOAT32 val) { in ixheaace_mps_515_icc_quant() 437 WORD32 ixheaace_mps_515_cld_quant(FLOAT32 val) { in ixheaace_mps_515_cld_quant() 572 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_spatial_specific_config() local 640 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_212_write_spatial_frame() local 810 IA_ERRORCODE error = IA_NO_ERROR; in ixheaace_mps_515_write_spatial_frame() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | endpoint_cfstream.cc | 77 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamUnref() local 89 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamRef() local 115 static void CallReadCb(CFStreamEndpoint* ep, grpc_error_handle error) { in CallReadCb() 138 static void CallWriteCb(CFStreamEndpoint* ep, grpc_error_handle error) { in CallWriteCb() 151 static void ReadAction(void* arg, grpc_error_handle error) { in ReadAction() 192 static void WriteAction(void* arg, grpc_error_handle error) { in WriteAction()
|
H A D | buffer_list.cc | 59 T val; in ReadUnaligned() local 109 const void* val = data + offset + NLA_HDRLEN; in ExtractOptStatsFromCmsg() local 311 void (*fn)(void*, Timestamps*, grpc_error_handle error)) { in grpc_tcp_set_write_timestamps_callback() 320 void (*fn)(void*, Timestamps*, grpc_error_handle error)) { in grpc_tcp_set_write_timestamps_callback()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint_cfstream.cc | 77 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamUnref() local 89 gpr_atm val = gpr_atm_no_barrier_load(&ep->refcount.count); in CFStreamRef() local 115 static void CallReadCb(CFStreamEndpoint* ep, grpc_error_handle error) { in CallReadCb() 138 static void CallWriteCb(CFStreamEndpoint* ep, grpc_error_handle error) { in CallWriteCb() 151 static void ReadAction(void* arg, grpc_error_handle error) { in ReadAction() 192 static void WriteAction(void* arg, grpc_error_handle error) { in WriteAction()
|
D | buffer_list.cc | 59 T val; in ReadUnaligned() local 109 const void* val = data + offset + NLA_HDRLEN; in ExtractOptStatsFromCmsg() local 309 void (*fn)(void*, Timestamps*, grpc_error_handle error)) { in grpc_tcp_set_write_timestamps_callback() 318 void (*fn)(void*, Timestamps*, grpc_error_handle error)) { in grpc_tcp_set_write_timestamps_callback()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 181 std::string error; in TEST() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 181 std::string error; in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | escaping_test.cc | 79 std::string error; in TEST() local 141 for (const epair& val : oct_values) { in TEST() local 145 for (const epair& val : hex_values) { in TEST() local 149 for (const epair& val : utf8_oct_values) { in TEST() local 153 for (const epair& val : utf8_hex_values) { in TEST() local 167 for (const epair& val : tests) { in TEST() local 181 std::string error; in TEST() local
|
/aosp_15_r20/external/executorch/runtime/core/ |
H A D | result.h | 61 /* implicit */ Result(Error error) in Result() 66 /* implicit */ Result(const T& val) : value_(val), hasValue_(true) {} in Result() 69 /* implicit */ Result(T&& val) : value_(std::move(val)), hasValue_(true) {} in Result() 106 ET_NODISCARD Error error() const { in error() function
|
/aosp_15_r20/system/security/keystore2/test_utils/ |
H A D | ffi_test_utils.cpp | 309 keymaster_error_t error; in buildAsn1DerEncodedWrappedKeyDescription() local 367 keymaster_error_t error; in createWrappedKey() local 648 int32_t error = in getValueFromAttestRecord() local 673 std::vector<uint8_t> val = in getValueFromAttestRecord() local 722 std::string val = std::to_string( in getValueFromAttestRecord() local 736 std::vector<uint8_t> val = in getValueFromAttestRecord() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_misc.cpp | 25 namespace val { namespace 46 if (auto error = ValidateScope(_, inst, scope)) { in ValidateShaderClock() local 109 if (auto error = ValidateUndef(_, inst)) return error; in MiscPass() local 180 if (auto error = ValidateShaderClock(_, inst)) { in MiscPass() local 185 if (auto error = ValidateAssumeTrue(_, inst)) { in MiscPass() local 190 if (auto error = ValidateExpect(_, inst)) { in MiscPass() local
|
D | validate_bitwise.cpp | 24 namespace val { namespace 148 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 175 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 194 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 209 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_misc.cpp | 25 namespace val { namespace 46 if (auto error = ValidateScope(_, inst, scope)) { in ValidateShaderClock() local 109 if (auto error = ValidateUndef(_, inst)) return error; in MiscPass() local 180 if (auto error = ValidateShaderClock(_, inst)) { in MiscPass() local 185 if (auto error = ValidateAssumeTrue(_, inst)) { in MiscPass() local 190 if (auto error = ValidateExpect(_, inst)) { in MiscPass() local
|
H A D | validate_bitwise.cpp | 24 namespace val { namespace 148 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 175 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 194 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 209 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_comparison.cc | 41 T GetRawValue(T val) { in GetRawValue() 44 uint16_t GetRawValue(Eigen::half val) { in GetRawValue() 223 bool IsInf(NativeT val) { in IsInf() 286 const ShapeIndex& shape_index, ErrorSpec error, in Compare() 322 const ShapeIndex& shape_index, ErrorSpec error, in NearComparator() 382 void UpdateErrorBucket(double error, absl::Span<int64_t> error_buckets) { in UpdateErrorBucket() 781 const ShapeIndex& shape_index, const ErrorSpec& error, in NearHelper() 945 const ErrorSpec& error, std::optional<bool> detailed_message, in Near()
|
/aosp_15_r20/external/curl/lib/ |
H A D | cf-socket.c | 461 int val = CURL_MAX_WRITE_SIZE + 32; in Curl_sndbuf_init() local 589 int error; in bindlocal() local 823 static bool verifyconnect(curl_socket_t sockfd, int *error) in verifyconnect() 891 const char *ipaddress, int error) in socket_connect_result() 945 int error; /* errno of last failure or 0 */ member 1065 int error = SOCKERRNO; in set_local_ip() local 1109 int error = 0; in cf_socket_open() local 1315 int error; in cf_tcp_connect() local 1852 int val = IP_PMTUDISC_DO; in cf_udp_setup_quic() local 1860 int val = IPV6_PMTUDISC_DO; in cf_udp_setup_quic() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_misc.cpp | 25 namespace val { namespace 46 if (auto error = ValidateScope(_, inst, scope)) { in ValidateShaderClock() local 121 if (auto error = ValidateUndef(_, inst)) return error; in MiscPass() local 192 if (auto error = ValidateShaderClock(_, inst)) { in MiscPass() local 197 if (auto error = ValidateAssumeTrue(_, inst)) { in MiscPass() local 202 if (auto error = ValidateExpect(_, inst)) { in MiscPass() local
|
H A D | validate_bitwise.cpp | 24 namespace val { namespace 148 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 175 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 194 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local 209 if (spv_result_t error = ValidateBaseType(_, inst, base_type)) { in BitwisePass() local
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderThroughputTest.cpp | 143 bool val = true; in signal() local 144 int error = write(m_writeFd, &val, sizeof(val)); in signal() local 148 bool val = false; in wait() local 149 int error = read(m_readFd, &val, sizeof(val)); in wait() local 155 int error = write(m_writeFd, &num_elems, sizeof(size_t)); in send() local 170 int error = read(m_readFd, &num_elems, sizeof(size_t)); in recv() local
|