Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Ddownload_images_buildid_test.py72 def test_one_id(self, downloader, test_id, result_string, exact_match): argument
83 self.assertEqual(result, result_string, 'result', result_string)
85 self.assertNotEqual(result.find(result_string), -1, 'result.find', '-1')
/external/libtextclassifier/utils/
Dlua-utils.cc41 std::string *const result_string = static_cast<std::string *>(result); in LuaStringWriter() local
42 result_string->insert(result_string->size(), static_cast<const char *>(data), in LuaStringWriter()
/external/libbrillo/brillo/
Dsecure_blob_unittest.cc201 std::string result_string = blob.to_string(); in TEST_F() local
202 EXPECT_EQ(test_string.compare(result_string), 0); in TEST_F()
/external/tensorflow/tensorflow/core/graph/
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()
/external/v8/src/
Dmessages.cc1031 Handle<String> result_string = Object::NoSideEffectsToString(isolate, arg); in FormatMessage() local
1033 isolate, template_index, result_string, factory->empty_string(), in FormatMessage()
1035 if (!maybe_result_string.ToHandle(&result_string)) { in FormatMessage()
1045 return String::Flatten(isolate, result_string); in FormatMessage()
/external/v8/src/compiler/
Djs-call-reducer.cc4145 Node* result_string = nullptr; in ReduceStringPrototypeSlice() local
4164 result_string = in ReduceStringPrototypeSlice()
4169 ReplaceWithValue(node, result_string, effect, control); in ReduceStringPrototypeSlice()
4170 return Replace(result_string); in ReduceStringPrototypeSlice()
4246 Node* result_string = nullptr; in ReduceStringPrototypeSubstr() local
4267 result_string = in ReduceStringPrototypeSubstr()
4272 ReplaceWithValue(node, result_string, effect, control); in ReduceStringPrototypeSubstr()
4273 return Replace(result_string); in ReduceStringPrototypeSubstr()
/external/python/cpython2/Lib/test/
Dtest_argparse.py4384 def assertStringEqual(self, obj, result_string): argument
4386 self.assertEqual(func(obj), result_string)
/external/python/cpython3/Lib/test/
Dtest_argparse.py4538 def assertStringEqual(self, obj, result_string): argument
4540 self.assertEqual(func(obj), result_string)