Home
last modified time | relevance | path

Searched refs:result (Results 6001 - 6025 of 10825) sorted by relevance

1...<<241242243244245246247248249250>>...433

/third_party/astc-encoder/Test/
H A Dastc_dump_binary.py56 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE,
63 lines = result.stdout.splitlines()
/third_party/curl/docs/examples/
H A Dmulti-app.c100 printf("HTTP transfer completed with status %d\n", msg->data.result); in main()
103 printf("FTP transfer completed with status %d\n", msg->data.result); in main()
/third_party/curl/lib/
H A Dcurl_addrinfo.h71 struct Curl_addrinfo **result);
96 const struct addrinfo *hints, struct addrinfo **result,
/third_party/gn/src/gn/
H A Dninja_target_command_util_unittest.cc43 ::testing::TestResult result(false, message.c_str()); in TestWriter()
44 ::testing::AssertHelper(__FILE__, __LINE__, result) = ::testing::Message(); in TestWriter()
/third_party/gn/tools/
H A Dfind_unreachable.py71 result = find_source_targets_from(unreachable, targets_graph) \
74 print('\n'.join(sorted(result)))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleFormatter.java120 * Formats the given values, replacing the contents of the result builder.
121 * May optimize by actually appending to the result if it is the same object
124 * @param result Gets its contents replaced by the formatted pattern and values.
130 * An argument value may be the same object as result.
132 * @return result
136 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
137 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
135 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/icu/icu4c/source/i18n/
H A Dunumsys.cpp76 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, in unumsys_getDescription() argument
84 return descrip.extract(result, resultLength, *status); in unumsys_getDescription()
H A Dnumparse_decimal.h25 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
28 match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, UErrorCode& status) const;
H A Dnumparse_compositions.h54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
58 // void postProcess(ParsedNumber& result) const override;
76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
80 void postProcess(ParsedNumber& result) const override;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dformat.h127 * for deleting the result when done.
137 * @param appendTo Output parameter to receive result.
155 * @param appendTo Output parameter to receive result.
175 * @param appendTo Output parameter to receive result.
204 * with index == 0 will result in the number 12, with
206 * Parsing a second time will result in a failing UErrorCode since
218 * @param result Formattable to be set to the parse result.
228 Formattable& result,
237 * @param result Formattabl
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleFormatter.java116 * Formats the given values, replacing the contents of the result builder.
117 * May optimize by actually appending to the result if it is the same object
120 * @param result Gets its contents replaced by the formatted pattern and values.
126 * An argument value may be the same object as result.
128 * @return result
131 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace()
132 return SimpleFormatterImpl.formatAndReplace(compiledPattern, result, offsets, values); in formatAndReplace()
130 formatAndReplace( StringBuilder result, int[] offsets, CharSequence... values) formatAndReplace() argument
/third_party/icu/icu4c/source/common/
H A Duniquecharstr.h44 CharString *result = strings; in orphanCharStrings() local
46 return result; in orphanCharStrings()
/third_party/libabigail/tests/
H A Dtest-core-diff.cc134 unsigned result = 1; in main() local
153 return result; in main()
/third_party/jerryscript/tests/jerry/es2015/
H A Dstring-prototype-match.js17 var result = RegExp.prototype[Symbol.match].call(this, str);
19 if (result) {
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dvfork_freeze.sh99 result=$FINISHED
120 exit $result
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dtest_differential_fuzz_library.js19 // We wire the print function to write to this result variable.
20 const resultDummy = 'let result; const print = text => { result = text; };';
27 // Runs the library, adds test code and verifies the result.
30 // evaluate to a result which we store in actual.
38 '__prettyPrint([0, 1, 2, 3]); result;',
41 '__prettyPrint({0: 1, 2: 3}); result;',
44 'const o = {}; o.k = 42;__prettyPrint(o); result;',
51 '__prettyPrint({0: [1, 2, [3, {4: []}]]}); result;',
60 `__prettyPrint("${long}"); result;`,
[all...]
H A Dtest_regressions.js30 const result = mutator.mutateMultiple(sources);
33 fs.writeFileSync(output_file, result.code);
63 // the result is only strict if no other file contains anything
/third_party/node/test/parallel/
H A Dtest-http-upgrade-advertise.js22 const done = common.mustCall(function done(result) {
23 assert.strictEqual(result, test.expected);
H A Dtest-tls-handshake-exception.js3 // Verify that exceptions from a callback don't result in
53 const result = spawnSync(process.execPath, [__filename, 'child']);
54 const stderr = result.stderr.toString();
H A Dtest-trace-events-dynamic-enable.js26 session.post(message, data, (err, result) => {
30 resolve(result);
H A Dtest-vm-new-script-this-context.js29 const result = script.runInThisContext(script);
30 assert.strictEqual(result, 'passed');
/third_party/node/deps/v8/src/zone/
H A Dtype-stats.cc37 char* result = in demangle() local
41 buffer_ = result; in demangle()
/third_party/node/src/
H A Dnode_main.cc71 DWORD result = WideCharToMultiByte(CP_UTF8, in wmain() local
79 if (result == 0) { in wmain()
/third_party/node/test/fixtures/wpt/FileAPI/url/
H A Durl-with-fetch.any.js45 const result = fetch_should_succeed(t, url).then(text => {
52 return result;
/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.h59 // |result| points to the resolved address. Note that port portion of
60 // |result| is undefined, and must be initialized by application.
64 // result. In other words, callback is called if get_status() returns
67 std::function<void(DNSResolverStatus status, const Address *result)>;
79 // |result| is not nullptr, |*result| is filled.
80 DNSResolverStatus get_status(Address *result) const;

Completed in 11 milliseconds

1...<<241242243244245246247248249250>>...433