/test/xts/device_attest/services/devattest_ability/src/ |
H A D | devattest_notification_publish.cpp | 117 int32_t result = Notification::NotificationHelper::PublishNotification(request); in PublishNotificationImpl() local 118 if (result != DEVATTEST_SUCCESS) { in PublishNotificationImpl() 119 HILOGE("[PublishNotificationImpl] publish result:%{public}d", result); in PublishNotificationImpl() 120 return result; in PublishNotificationImpl()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 220 if(msg->data.result == CURLE_SEND_ERROR || in main() 221 msg->data.result == CURLE_RECV_ERROR) { in main() 225 else if(msg->data.result) { in main() 227 ": failed with %d\n", xfer_id, msg->data.result); in main()
|
H A D | tls-session-reuse.c | 276 if(msg->data.result == CURLE_SEND_ERROR || in main() 277 msg->data.result == CURLE_RECV_ERROR) { in main() 281 else if(msg->data.result) { in main() 283 ": failed with %d\n", xfer_id, msg->data.result); in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_sr.c | 79 int result; in config_output() local 84 result = ff_dnn_get_output(&ctx->dnnctx, inlink->w, inlink->h, &out_width, &out_height); in config_output() 85 if (result != 0) { in config_output() 87 return result; in config_output()
|
/third_party/alsa-lib/src/seq/ |
H A D | seqmid.c | 75 int result; in snd_seq_create_simple_port() local 86 result = snd_seq_create_port(seq, &pinfo); in snd_seq_create_simple_port() 87 if (result < 0) in snd_seq_create_simple_port() 88 return result; in snd_seq_create_simple_port()
|
/third_party/gn/src/gn/ |
H A D | metadata.cc | 31 result to a file. It can also specify 'walk_keys' (to restrict the metadata 153 std::vector<Value>* result, in WalkStep() 174 result->push_back(pair.first); in WalkStep() 177 result->insert(result->end(), iter->second.list_value().begin(), in WalkStep() 148 WalkStep(const BuildSettings* settings, const std::vector<std::string>& keys_to_extract, const std::vector<std::string>& keys_to_walk, const SourceDir& rebase_dir, std::vector<Value>* next_walk_keys, std::vector<Value>* result, Err* err) const WalkStep() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UPropertyAliases.java | 202 BytesTrie.Result result=BytesTrie.Result.NO_VALUE; in containsName() 209 if(!result.hasNext()) { in containsName() 213 result=trie.next(c); in containsName() 215 return result.hasValue(); in containsName()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | timezone.h | 174 * The return result is guaranteed to be non-NULL. 176 * compare the result with getUnknown() or check the ID of the return result. 423 * @return A reference to the result. 441 * @return A reference to the result. 452 * system time zone ID is unknown or unmappable to a Windows time zone, then the result will be 464 * @return A reference to the result (<code>winid</code>). 480 * Windows time zone ID is unknown or unmappable to a system time zone, then the result 493 * @return A reference to the result (<code>id</code>). 700 * @param result th [all...] |
H A D | fmtable.h | 289 * kDouble then the result is undefined. 299 * object is a Measure, then the result of 311 * kLong then the result is undefined. 325 * the object is a Measure, then the result of 337 * kInt64 then the result is undefined. 350 * is kObject and the object is a Measure, then the result of 362 * kDate then the result is undefined. 380 * kString then the result is undefined. 381 * @param result Output param to receive the Date value of this object. 382 * @return A reference to 'result' [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_impl.h | 84 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status); 85 void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const; 86 void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const; 87 void getNumerics(const UnicodeString& input, UnicodeSet& result, UErrorCode& status) const; 250 // The result is a string with a length between 1 and 18 as of Unicode 9.
|
/third_party/icu/icu4c/source/common/ |
H A D | propname.cpp | 223 UStringTrieResult result=USTRINGTRIE_NO_VALUE; in containsName() local 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName() 234 result=trie.next((uint8_t)c); in containsName() 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 142 result = execute(function, filenames, verbose) 143 results.append(result) 145 result = execute(function, [], verbose) 146 results.append(result)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UPropertyAliases.java | 203 BytesTrie.Result result=BytesTrie.Result.NO_VALUE; in containsName() 210 if(!result.hasNext()) { in containsName() 214 result=trie.next(c); in containsName() 216 return result.hasValue(); in containsName()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 174 VkResult result; in pvr_GetPhysicalDeviceImageFormatProperties2() local 176 result = pvr_get_image_format_properties( in pvr_GetPhysicalDeviceImageFormatProperties2() 180 if (result != VK_SUCCESS) in pvr_GetPhysicalDeviceImageFormatProperties2() 181 return result; in pvr_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/node/lib/internal/crypto/ |
H A D | sig.js | 288 const { 0: err, 1: result } = job.run(); 292 return result; 295 job.ondone = (error, result) => { 297 FunctionPrototypeCall(callback, job, null, result);
|
/third_party/node/lib/internal/ |
H A D | stream_base_commons.js | 177 let result; 180 result = (stream[kBufferCb](nread, userBuf) !== false); 190 result = stream.push(buf); 192 if (!result) {
|
/third_party/node/lib/ |
H A D | tls.js | 249 const result = []; 268 ArrayPrototypePush(result, currentToken); 276 ArrayPrototypePush(result, currentToken); 277 return result;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | db.js | 228 let result = expression.source; 230 result = result.replace(new RegExp(dependency, 'g'), 'ID'); 233 return result;
|
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 99 std::ostringstream result( 102 result << stream_.str(); 103 result << "}"; 105 result.str()));
|
/third_party/node/src/ |
H A D | spawn_sync.h | 102 inline void OnWriteDone(int result); 103 inline void OnShutdownDone(int result); 114 static void WriteCallback(uv_write_t* req, int result); 115 static void ShutdownCallback(uv_shutdown_t* req, int result);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | propname.cpp | 223 UStringTrieResult result=USTRINGTRIE_NO_VALUE; in containsName() local 231 if(!USTRINGTRIE_HAS_NEXT(result)) { in containsName() 234 result=trie.next((uint8_t)c); in containsName() 236 return USTRINGTRIE_HAS_VALUE(result); in containsName()
|
/third_party/node/deps/cares/src/lib/ |
H A D | inet_net_pton.c | 429 int result; in ares_inet_pton() local 440 result = ares_inet_net_pton(af, src, dst, size); in ares_inet_pton() 441 if (result == -1 && ERRNO == ENOENT) { in ares_inet_pton() 444 return (result > -1) ? 1 : -1; in ares_inet_pton()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | timezone.h | 174 * The return result is guaranteed to be non-nullptr. 176 * compare the result with getUnknown() or check the ID of the return result. 423 * @return A reference to the result. 441 * @return A reference to the result. 471 * @return A reference to the result. 483 * system time zone ID is unknown or unmappable to a Windows time zone, then the result will be 495 * @return A reference to the result (<code>winid</code>). 511 * Windows time zone ID is unknown or unmappable to a system time zone, then the result 524 * @return A reference to the result (<cod [all...] |
H A D | fmtable.h | 289 * kDouble then the result is undefined. 299 * object is a Measure, then the result of 311 * kLong then the result is undefined. 325 * the object is a Measure, then the result of 337 * kInt64 then the result is undefined. 350 * is kObject and the object is a Measure, then the result of 362 * kDate then the result is undefined. 380 * kString then the result is undefined. 381 * @param result Output param to receive the Date value of this object. 382 * @return A reference to 'result' [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_impl.h | 84 static void getAugmentedScriptSet(UChar32 codePoint, ScriptSet& result, UErrorCode& status); 85 void getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const; 86 void getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const; 87 void getNumerics(const UnicodeString& input, UnicodeSet& result, UErrorCode& status) const; 250 // The result is a string with a length between 1 and 18 as of Unicode 9.
|