/third_party/astc-encoder/Test/ |
H A D | astc_dump_binary.py | 56 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE, 63 lines = result.stdout.splitlines()
|
/third_party/curl/docs/examples/ |
H A D | multi-app.c | 100 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 D | curl_addrinfo.h | 71 struct Curl_addrinfo **result); 96 const struct addrinfo *hints, struct addrinfo **result,
|
/third_party/gn/src/gn/ |
H A D | ninja_target_command_util_unittest.cc | 43 ::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 D | find_unreachable.py | 71 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 D | SimpleFormatter.java | 120 * 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 D | unumsys.cpp | 76 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, in unumsys_getDescription() argument 84 return descrip.extract(result, resultLength, *status); in unumsys_getDescription()
|
H A D | numparse_decimal.h | 25 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 28 match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, UErrorCode& status) const;
|
H A D | numparse_compositions.h | 54 // 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 D | format.h | 127 * 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 D | SimpleFormatter.java | 116 * 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 D | uniquecharstr.h | 44 CharString *result = strings; in orphanCharStrings() local 46 return result; in orphanCharStrings()
|
/third_party/libabigail/tests/ |
H A D | test-core-diff.cc | 134 unsigned result = 1; in main() local 153 return result; in main()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | string-prototype-match.js | 17 var result = RegExp.prototype[Symbol.match].call(this, str); 19 if (result) {
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork_freeze.sh | 99 result=$FINISHED 120 exit $result
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
H A D | test_differential_fuzz_library.js | 19 // 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 D | test_regressions.js | 30 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 D | test-http-upgrade-advertise.js | 22 const done = common.mustCall(function done(result) { 23 assert.strictEqual(result, test.expected);
|
H A D | test-tls-handshake-exception.js | 3 // 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 D | test-trace-events-dynamic-enable.js | 26 session.post(message, data, (err, result) => { 30 resolve(result);
|
H A D | test-vm-new-script-this-context.js | 29 const result = script.runInThisContext(script); 30 assert.strictEqual(result, 'passed');
|
/third_party/node/deps/v8/src/zone/ |
H A D | type-stats.cc | 37 char* result = in demangle() local 41 buffer_ = result; in demangle()
|
/third_party/node/src/ |
H A D | node_main.cc | 71 DWORD result = WideCharToMultiByte(CP_UTF8, in wmain() local 79 if (result == 0) { in wmain()
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
H A D | url-with-fetch.any.js | 45 const result = fetch_should_succeed(t, url).then(text => { 52 return result;
|
/third_party/nghttp2/src/ |
H A D | shrpx_dns_resolver.h | 59 // |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;
|