Home
last modified time | relevance | path

Searched refs:result (Results 4626 - 4650 of 17105) sorted by relevance

1...<<181182183184185186187188189190>>...685

/test/testfwk/developer_test/src/core/command/
H A Ddistribute_utils.py148 result = {}
151 if not result.get(case_dir):
152 result[case_dir] = {"suits_dir": case_dir}
154 result[case_dir]["major_target_name"] = file_name
156 result[case_dir]["agent_target_name"] = file_name
157 return list(result.values())
/third_party/elfutils/tests/
H A Dallregs.c165 int result = dwfl_module_register_names (mod, &one_register, &state); in main() local
166 if (result != 0 || state.nregs == 0) in main()
168 result ? dwfl_errmsg (-1) : "no backend registers known"); in main()
194 int result = dwfl_module_register_names (mod, &match_register, &regno); in main() local
195 if (result != DWARF_CB_ABORT) in main()
197 result ? dwfl_errmsg (-1) : "no backend registers known"); in main()
/third_party/curl/tests/
H A Dprocesshelp.pm122 my $result = `tasklist -fi \"$filter\" 2>nul`;
123 if(index($result, "$pid") != -1) {
151 my $result = `tasklist -fi \"$filter\" 2>nul`;
152 if(index($result, "$pid") != -1) {
176 my $result = `tasklist -fi \"$filter\" 2>nul`;
177 if(index($result, "$pid") != -1) {
/third_party/curl/lib/vauth/
H A Dkrb5_gssapi.c76 * out [out] - The result storage.
90 CURLcode result = CURLE_OK; in Curl_auth_create_gssapi_user_message() local
157 result = Curl_bufref_memdup(out, output_token.value, output_token.length); in Curl_auth_create_gssapi_user_message()
163 return result; in Curl_auth_create_gssapi_user_message()
178 * out [out] - The result storage.
188 CURLcode result = CURLE_OK; in Curl_auth_create_gssapi_security_message() local
287 result = Curl_bufref_memdup(out, output_token.value, output_token.length); in Curl_auth_create_gssapi_security_message()
294 return result; in Curl_auth_create_gssapi_security_message()
/third_party/cups-filters/filter/
H A Dbanner.c112 char *datadir, *result; in template_path() local
118 result = malloc(strlen(BANNERTOPDF_DATADIR) + strlen(name) + 2); in template_path()
119 sprintf(result, "%s/%s", BANNERTOPDF_DATADIR, name); in template_path()
121 result = malloc(strlen(datadir) + strlen(name) + 7); in template_path()
122 sprintf(result, "%s/data/%s", datadir, name); in template_path()
125 return result; in template_path()
/third_party/gn/src/gn/
H A Dpointer_set.h147 PointerSet result; in intersection_with() local
150 result.add(*iter); in intersection_with()
152 return result; in intersection_with()
195 std::vector<T*> result(this->size()); in ToVector()
196 auto it_result = result.begin(); in ToVector()
199 return result; in ToVector()
203 // Lookup node matching a given pointer. If result->valid() is true
/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp149 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1); in strcmp() local
150 if (result == UCOL_LESS) { in strcmp()
153 else if (result == UCOL_GREATER) { in strcmp()
259 int result = strcmp(); in main() local
260 if (result == 0) { in main()
263 else if (result < 0) { in main()
/third_party/icu/icu4c/source/i18n/
H A Dastro.h434 * @param result Fillin result
435 * @return reference to result
437 Equatorial& eclipticToEquatorial(Equatorial& result, const Ecliptic& ecliptic);
448 Equatorial& eclipticToEquatorial(Equatorial& result, double eclipLong, double eclipLat);
458 Equatorial& eclipticToEquatorial(Equatorial& result, double eclipLong) ;
463 Horizon& eclipticToHorizon(Horizon& result, double eclipLong) ;
490 * @param result fillin for the result
493 Equatorial& getSunPosition(Equatorial& result);
[all...]
H A Dwintzimpl.cpp42 UBool result = true; in getSystemTimeInformation() local
110 result = false; in getSystemTimeInformation()
117 return result; in getSystemTimeInformation()
121 UBool result = false; in getWindowsTimeZoneInfo() local
140 result = true; in getWindowsTimeZoneInfo()
144 return result; in getWindowsTimeZoneInfo()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_dynamic_rendering.c70 VkResult result = in get_cmd_buffer() local
72 if (result != VK_SUCCESS) in get_cmd_buffer()
73 return result; in get_cmd_buffer()
173 VkResult result = get_cmd_buffer(dev, &cmd_buffer); in tu_insert_dynamic_cmdbufs() local
174 if (result != VK_SUCCESS) in tu_insert_dynamic_cmdbufs()
175 return result; in tu_insert_dynamic_cmdbufs()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_base_ops_test/
H A Dcpuset_base_ops_testset.sh79 tst_resm TFAIL "$cfile_name: Test result - $write_result Expected string - \"$expect_string\""
106 while read cpus result
108 base_op_test "$CPUSET/1/cpuset.cpus" "$cpus" "$result"
124 # while read cpus result
139 while read mems result
141 base_op_test "$CPUSET/1/cpuset.mems" "$mems" "$result"
157 # while read mems result
176 while read flags result
178 base_op_test "$CPUSET/cpuset.$filename" "$flags" "$result"
186 # while read flags, result
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_monkeyYaml.py33 result = mYamlKV.match(line)
35 if result:
38 key = result.group(1).strip()
39 value = result.group(2).strip()
108 result = mYamlListPattern.match(value)
109 values = result.group(1).split(",")
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dpdl.py40 result = collections.OrderedDict(d)
42 result['name'] = name
45 result['description'] = description.strip()
47 result['experimental'] = True
49 result['deprecated'] = True
50 return result
/third_party/node/deps/v8/third_party/zlib/
H A Dfill_window_sse.c81 __m128i value, result; in fill_window_sse() local
84 result = _mm_subs_epu16(value, xmm_wsize); in fill_window_sse()
85 _mm_storeu_si128((__m128i *)p, result); in fill_window_sse()
96 __m128i value, result; in fill_window_sse() local
99 result = _mm_subs_epu16(value, xmm_wsize); in fill_window_sse()
100 _mm_storeu_si128((__m128i *)p, result); in fill_window_sse()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js50 let result;
52 result = construct(origDate, args);
54 result = new origDate(mockDateNow());
56 result.constructor = function(...args) { return constructDate(args); }
58 result, "constructor", { configurable: false, writable: false });
59 return result;
/third_party/node/src/
H A Dinspector_profiler.h60 // Return the profile object parsed from `message.result`,
63 v8::Local<v8::Object> result) = 0;
64 virtual void WriteProfile(v8::Local<v8::Object> result);
94 v8::MaybeLocal<v8::Object> GetProfile(v8::Local<v8::Object> result) override;
95 void WriteProfile(v8::Local<v8::Object> result) override;
118 v8::MaybeLocal<v8::Object> GetProfile(v8::Local<v8::Object> result) override;
138 v8::MaybeLocal<v8::Object> GetProfile(v8::Local<v8::Object> result) override;
/third_party/node/tools/inspector_protocol/
H A Dpdl.py36 result = collections.OrderedDict(d)
38 result['name'] = name
41 result['description'] = description.strip()
43 result['experimental'] = True
45 result['deprecated'] = True
46 return result
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
H A Diso2022jp-encoder.js210 var result;
212 result =
217 out += result;
236 var result = "";
238 result +=
245 return result.replace(/%1B%28%42$/, "");
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.h434 * @param result Fillin result
435 * @return reference to result
437 Equatorial& eclipticToEquatorial(Equatorial& result, const Ecliptic& ecliptic);
448 Equatorial& eclipticToEquatorial(Equatorial& result, double eclipLong, double eclipLat);
458 Equatorial& eclipticToEquatorial(Equatorial& result, double eclipLong) ;
463 Horizon& eclipticToHorizon(Horizon& result, double eclipLong) ;
490 * @param result fillin for the result
493 Equatorial& getSunPosition(Equatorial& result);
[all...]
H A Dwintzimpl.cpp42 UBool result = true; in getSystemTimeInformation() local
110 result = false; in getSystemTimeInformation()
117 return result; in getSystemTimeInformation()
121 UBool result = false; in getWindowsTimeZoneInfo() local
140 result = true; in getWindowsTimeZoneInfo()
144 return result; in getWindowsTimeZoneInfo()
/third_party/node/deps/npm/node_modules/libnpmfund/lib/
H A Dindex.js175 const result = {
183 result.name = name || (tree && tree.path)
186 result.version = tree.package.version
190 result.funding = normalizeFunding(tree.package.funding)
193 result.dependencies = retrieveDependencies(treeDependencies)
196 return result
/third_party/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp138 TTGlyphID result = 0; in unicodeToGlyph() local
154 result = (TTGlyphID) unicode; in unicodeToGlyph()
160 result = SWAPW(glyphIndexTable[offset]); in unicodeToGlyph()
163 result += SWAPW(fIdDelta[index]); in unicodeToGlyph()
165 result = 0; in unicodeToGlyph()
168 return LE_SET_GLYPH(0, result); in unicodeToGlyph()
/third_party/icu/icu4c/source/test/intltest/
H A Dallcoll.cpp169 Collator::EComparisonResult result = coll->compare(source, target); in TestJB581() local
170 /* result is 1, secondary differences only for ignorable space characters*/ in TestJB581()
171 if (result != 1) in TestJB581()
177 result = coll->compare(source, target); in TestJB581()
178 /* result is 0 */ in TestJB581()
179 if (result != 0) in TestJB581()
188 result = sourceKeyOut.compareTo(targetKeyOut); in TestJB581()
189 if (result != 0) in TestJB581()
/third_party/lz4/examples/
H A DblockStreaming_lineByLine.c126 int result = 0; in compare() local
131 while(0 == result) in compare()
136 result = (int) r0 - (int) r1; in compare()
139 if (0 == result) result = memcmp(b0, b1, r0); in compare()
144 return result; in compare()
H A DblockStreaming_doubleBuffer.c117 int result = 0; in compare() local
119 while(0 == result) { in compare()
125 result = (int) r0 - (int) r1; in compare()
130 if(0 == result) { in compare()
131 result = memcmp(b0, b1, r0); in compare()
135 return result; in compare()

Completed in 14 milliseconds

1...<<181182183184185186187188189190>>...685