Home
last modified time | relevance | path

Searched refs:result_string (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_icu.cpp570 string_type result_string; in test_icu() local
575result_string.assign(test_info<UChar32>::result_string().begin(), test_info<UChar32>::result_strin… in test_icu()
580 …:copy(test_info<UChar32>::result_string().begin(), test_info<UChar32>::result_string().end(), std:… in test_icu()
585 if(result != result_string) in test_icu()
603 result16.assign(u16_conv(result_string.begin()), u16_conv(result_string.end())); in test_icu()
608 …std::copy(u16_conv(result_string.begin()), u16_conv(result_string.end()), std::back_inserter(resul… in test_icu()
643 result8.assign(u8_conv(result_string.begin()), u8_conv(result_string.end())); in test_icu()
648 …std::copy(u8_conv(result_string.begin()), u8_conv(result_string.end()), std::back_inserter(result8… in test_icu()
Dinfo.hpp91 string_type result_string; member
130 const string_type& result_string = string_type()) in set_info() argument
141 dat.result_string = result_string; in set_info()
177 static const string_type& result_string() in result_string() function in test_info_base
179 return data().result_string; in result_string()
Dtest_mfc.cpp474 …const CStringA result_string(test_info<char>::result_string().c_str(), test_info<char>::result_str… in test_mfc()
477 if(result != result_string) in test_mfc()
513 …const CStringW result_string(test_info<wchar_t>::result_string().c_str(), test_info<wchar_t>::resu… in test_mfc()
516 if(result != result_string) in test_mfc()
Dtest_regex_replace.hpp30 const string_type& result_string = test_info<charT>::result_string(); in test_regex_replace() local
33 if(result != result_string) in test_regex_replace()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ctr_drbg.function139 data_t *result_string)
145 result_string);
153 data_t *result_string)
159 result_string);
167 data_t *add2, data_t *result_string)
172 result_string);
180 data_t *add2, data_t *result_string)
185 result_string);
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Ddownload_images_buildid_test.py80 def test_one_id(self, downloader, test_id, result_string, exact_match): argument
91 self.assertEqual(result, result_string, "result", result_string)
94 result.find(result_string), -1, "result.find", "-1"
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Doptimized_encoder.cc36 std::string result_string; in process_string() local
37 result_string.reserve(input.size()); in process_string()
44 result_string.push_back(input[i]); in process_string()
50 result_string.append(new_string.data(), new_string.length()); in process_string()
57 return std::make_tuple(result_string, result_offsets); in process_string()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ctr_drbg.function155 data_t *result_string)
162 result_string);
171 data_t *result_string)
178 result_string);
187 data_t *add2, data_t *result_string)
193 result_string);
202 data_t *add2, data_t *result_string)
208 result_string);
/aosp_15_r20/external/icing/icing/jni/
H A Djni-cache.cc144 libtextclassifier3::ScopedLocalRef<jstring> result_string, in Create()
147 libtextclassifier3::MakeGlobalRef(result_string.get(), env, jvm); in Create()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dquantize_training_test.cc307 string result_string; in TEST_F() local
309 input_string, num_bits, "QuantizeAndDequantizeV2", &result_string)); in TEST_F()
312 EXPECT_TRUE(ParseProtoUnlimited(&result_graphdef, result_string)); in TEST_F()
/aosp_15_r20/external/libbrillo/brillo/
H A Dsecure_blob_test.cc202 std::string result_string = blob.to_string(); in TEST_F() local
203 EXPECT_EQ(test_string.compare(result_string), 0); in TEST_F()
/aosp_15_r20/external/libtextclassifier/native/utils/java/
H A Djni-cache.cc147 TC3_ASSIGN_OR_RETURN_NULL(ScopedLocalRef<jstring> result_string, in Create()
149 result->string_utf8 = MakeGlobalRef(result_string.get(), env, jvm); in Create()
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils.cc48 std::string* const result_string = static_cast<std::string*>(result); in LuaStringWriter() local
49 result_string->insert(result_string->size(), static_cast<const char*>(data), in LuaStringWriter()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc1311 std::string result_string; in GetResultString() local
1313 absl::StrAppend(&result_string, in GetResultString()
1317 absl::StrAppend(&result_string, " ", result.optimizer_name, ": ", in GetResultString()
1321 return result_string; in GetResultString()
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiSensitivityTest.py217 result_string = ('Throughput = {}%, Sensitivity = {}.'.format(
220 asserts.fail('Result unreliable. {}'.format(result_string))
222 asserts.explicit_pass('Test Passed. {}'.format(result_string))
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c22 } result_string SEC(".maps");
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc117 const char* result_string; /* AT result string */ member
228 osi_strlcpy(p, result->result_string, sizeof(buf) - 2); in bta_ag_send_result()
242 p += strlen(result->result_string); in bta_ag_send_result()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_argparse.py4384 def assertStringEqual(self, obj, result_string): argument
4386 self.assertEqual(func(obj), result_string)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_argparse.py4957 def assertStringEqual(self, obj, result_string): argument
4959 self.assertEqual(func(obj), result_string)