Home
last modified time | relevance | path

Searched refs:result (Results 6876 - 6900 of 23187) sorted by relevance

1...<<271272273274275276277278279280>>...928

/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c83 long long result = strtoll(s, &end_ptr, 10); in parse_amount() local
87 if (result < 0) { in parse_amount()
90 return result; in parse_amount()
146 int result = find_thread_in_document(doc_ptr, thread_id) != NULL; in is_thread_in_output() local
148 return result; in is_thread_in_output()
/third_party/libabigail/src/
H A Dabg-diff-utils.cc159 vector<point> result; in compute_lcs() local
164 result, ses); in compute_lcs()
168 for (unsigned i = 0; i < result.size(); ++i) in compute_lcs()
170 int x = result[i].x(), y = result[i].y(); in compute_lcs()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_vtable.rs11 /// The result of the `HasVtableAnalysis` for an individual item.
66 // The incremental result of this analysis's computation. Everything in this
95 result: HasVtableResult, in insert()
97 if let HasVtableResult::No = result { in insert()
104 if *entry.get() < result { in insert()
105 entry.insert(result); in insert()
112 entry.insert(result); in insert()
176 let mut result = HasVtableResult::No; in constrain() variables
180 result |= HasVtableResult::SelfHasVtable; in constrain()
188 result | in constrain()
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Dnon_literal_attributes.rs108 let result = Opt::try_parse_from(["test", "-l", "1", "--", "FILE"]); in test_multi_args_fail()
109 assert!(result.is_err()); in test_multi_args_fail()
123 let result = Opt::try_parse_from(["test", "-l", "1", "--x", "1"]); in test_bool()
124 assert!(result.is_err()); in test_bool()
125 assert_eq!(result.unwrap_err().kind(), ErrorKind::NoEquals); in test_bool()
/third_party/python/Tools/scripts/
H A Dsmelly.py73 result = '%s (type: %s)' % (symbol, symtype)
76 python_symbols.append(result)
80 local_symbols.append(result)
82 local_symbols.append(result)
84 smelly_symbols.append(result)
/third_party/openssl/test/
H A Decstresstest.c40 * Returns the X-coordinate of the end result or NULL on error.
71 BIGNUM *result = NULL, *expected_result = NULL; in test_curve() local
81 || !TEST_ptr(result = walk_curve(group, point, num_repeats))) in test_curve()
85 BN_print(bio_out, result); in test_curve()
91 || !TEST_BN_eq(result, expected_result)) in test_curve()
99 BN_free(result); in test_curve()
125 * the default number of times and compares against the expected result.
H A Dx509_check_cert_pkey_test.c34 int ret = 0, type = 0, expected = 0, result = 0; in test_x509_check_cert_pkey() local
79 result = X509_check_private_key(x509, pkey); in test_x509_check_cert_pkey()
88 result = X509_REQ_check_private_key(x509_req, pkey); in test_x509_check_cert_pkey()
95 if (!TEST_int_eq(result, expected)) { in test_x509_check_cert_pkey()
96 TEST_error("check private key: expected: %d, got: %d", expected, result); in test_x509_check_cert_pkey()
/third_party/python/Lib/test/
H A Dmock_socket.py25 result = self.lines.pop(0) + b'\r\n'
28 self.lines.insert(0, result[limit:-2])
29 result = result[:limit]
30 return result
/third_party/python/Lib/idlelib/
H A Doutwin.py140 result = file_line_helper(line)
141 if not result:
146 result = file_line_helper(line)
147 if not result:
154 filename, lineno = result
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp157 const tcu::TestStatus &result = g_executor->execute(caseName); in deqp_libtester_run() local
158 switch (result.getCode()) in deqp_libtester_run()
163 std::cout << "Not supported! " << result.getDescription() << std::endl; in deqp_libtester_run()
166 std::cout << "Quality warning! " << result.getDescription() << std::endl; in deqp_libtester_run()
169 std::cout << "Compatiblity warning! " << result.getDescription() << std::endl; in deqp_libtester_run()
/third_party/skia/src/gpu/
H A DGrProcessorAnalysis.h66 GrProcessorAnalysisColor result; in Combine() local
69 result.fColor = a.fColor; in Combine()
70 result.fFlags = a.fFlags; in Combine()
72 result.fFlags = kIsOpaque_Flag; in Combine()
74 return result; in Combine()
105 * the first fragment processor. This result assumes that processors that should be eliminated
113 * Do any of the fragment processors require local coords. This result assumes that
130 * If we detected that the result after the first N processors is a known color then we
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp54 sk_sp<GrDawnTexture> result; in Make() local
56 result = sk_sp<GrDawnTextureRenderTarget>(new GrDawnTextureRenderTarget(gpu, in Make()
62 result = sk_sp<GrDawnTexture>( in Make()
65 result->registerWithCache(budgeted); in Make()
66 return result; in Make()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphoreExternalLinux.hpp81 bool result = (--ref_count == 0); in deref() local
83 return result; in deref()
107 bool result = signaled; in tryWait() local
108 if(result) in tryWait()
113 return result; in tryWait()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvzone.h131 * @param result Output param to filled in with the VTIMEZONE data.
132 * @param resultLength, length of the result output
136 vzone_write(VZone* zone, UChar* & result, int32_t & resultLength, UErrorCode& status);
143 * @param result Output param to filled in with the VTIMEZONE data.
144 * @param resultLength, length of the result output
148 vzone_writeFromStart(VZone* zone, UDate start, UChar* & result, int32_t & resultLength, UErrorCode& status);
160 * @param result Output param to filled in with the VTIMEZONE data.
164 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status);
305 * @param result Receives the first transition after the base time.
309 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result);
[all...]
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dmain.cpp61 Formattable result; in cppapi() local
62 fmt->parse(str, result, status); in cppapi()
65 printf("NumberFormat::parse(\""); // Display the result in cppapi()
68 uprintf(formattableToString(result)); in cppapi()
74 fmt->format(result, str, status); in cppapi()
77 printf("NumberFormat::format("); // Display the result in cppapi()
78 uprintf(formattableToString(result)); in cppapi()
H A Dutil.cpp118 UnicodeString result((UChar)U_LEFT_SQUARE_BRACKET); in formattableToString()
121 (result += (UChar)U_COMMA) += (UChar)U_SPACE; in formattableToString()
123 result += formattableToString(array[i]); in formattableToString()
125 result += (UChar)U_RIGHT_SQUARE_BRACKET; in formattableToString()
126 return result; in formattableToString()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dfiletools.cpp109 int32_t result = 0; in whichFileModTimeIsLater() local
121 result = 2; in whichFileModTimeIsLater()
123 result = 1; in whichFileModTimeIsLater()
128 result = -1; in whichFileModTimeIsLater()
131 return result; in whichFileModTimeIsLater()
H A Dflagparser.cpp30 int32_t result = 0; in parseFlagsFile() local
75 result = currentBufferSize; in parseFlagsFile()
77 result = -1; in parseFlagsFile()
106 if (U_SUCCESS(*status) && result == 0) { in parseFlagsFile()
110 return result; in parseFlagsFile()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.h37 String result = this->type().description() + "("; variable
40 result += separator;
41 result += arg->description();
44 result += ")";
45 return result;
H A DSkSLIfStatement.cpp27 String result; in description() local
29 result += "@"; in description()
31 result += "if (" + this->test()->description() + ") " + this->ifTrue()->description(); in description()
33 result += " else " + this->ifFalse()->description(); in description()
35 return result; in description()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidriver.c54 const char* result = face->cid.cid_font_name; in cid_get_postscript_name() local
57 if ( result && result[0] == '/' ) in cid_get_postscript_name()
58 result++; in cid_get_postscript_name()
60 return result; in cid_get_postscript_name()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dcli.cc123 auto result = FuzzingTarget::kNone; in ParseCliParams() local
131 result = result | tmp; in ParseCliParams()
134 if (result == FuzzingTarget::kNone) { in ParseCliParams()
138 cli_params.fuzzing_target = result; in ParseCliParams()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dtest_helper.h76 auto result = Sanitize(program.get()); in SanitizeAndBuild() local
78 ASSERT_TRUE(result.program.IsValid()) in SanitizeAndBuild()
79 << diag::Formatter().format(result.program.Diagnostics()); in SanitizeAndBuild()
81 *program = std::move(result.program); in SanitizeAndBuild()
93 auto binary = writer.result(); in Validate()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_global_decl_test.cc38 EXPECT_EQ(gen.result(), R"( [[stage(compute), workgroup_size(1, 1, 1)]] in TEST_F()
78 EXPECT_EQ(gen.result(), R"( var<private> a0 : f32; in TEST_F()
115 EXPECT_EQ(gen.result(), " [[group(0), binding(0)]] var s : sampler;\n"); in TEST_F()
131 EXPECT_EQ(gen.result(), in TEST_F()
144 EXPECT_EQ(gen.result(), R"( [[override]] let a : f32; in TEST_F()
/third_party/python/Objects/
H A Dboolobject.c20 PyObject *result; in PyBool_FromLong() local
23 result = Py_True; in PyBool_FromLong()
25 result = Py_False; in PyBool_FromLong()
26 Py_INCREF(result); in PyBool_FromLong()
27 return result; in PyBool_FromLong()

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...928