Home
last modified time | relevance | path

Searched refs:result (Results 17276 - 17300 of 17643) sorted by relevance

1...<<691692693694695696697698699700>>...706

/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc188 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedNumber()
189 result.is_heap_object_request_ = true; in EmbeddedNumber()
190 result.value_.heap_object_request = HeapObjectRequest(value); in EmbeddedNumber()
191 return result; in EmbeddedNumber()
195 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT); in EmbeddedStringConstant()
196 result.is_heap_object_request_ = true; in EmbeddedStringConstant()
197 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant()
198 return result; in EmbeddedStringConstant()
3961 // Check we have the result from a li macro-instruction. in set_target_value_at()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc216 // expects the result to be in the accumulator.
231 // If we're not saving the accumulator in the result register, shove a in RecordCommand()
252 // Since we're not saving the accumulator in the result register, shove a in RecordFallThroughPath()
619 // Scoped base class for determining how the result of an expression will be
647 // Specify expression always returns a Boolean result value.
667 // Scoped class used when the result of the current expression is not
668 // expected to produce a result.
676 // Scoped class used when the result of the current expression to be
685 // Scoped class used when the result of the current expression to be
1991 // maintain a execution result scop in VisitSwitchStatement()
2197 Register result = register_allocator()->NewRegister(); BuildTryFinally() local
3642 Register result = register_allocator()->NewRegister(); BuildReturn() local
7069 Register result = register_allocator()->NewRegister(); VisitForRegisterValue() local
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp110 const AAFwk::WantParams &wantParams, int64_t requestCode, const bool &result) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h302 const PointF& parentRevertPoint, TouchRestrict& touchRestrict, TouchTestResult& result, int32_t touchId,
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h444 static void OnCompleteContinuation(int32_t instanceId, int result);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h790 void AddUdmfTxtPreProcessor(const ResultObject src, ResultObject& result, bool isAppend);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h444 * @param callBack Indicates the callback to be invoked for return ability manager service the operation result.
456 * @param callBack Indicates the callback to be invoked for return the operation result.
694 * @param cleanCacheCallback Indicates the callback to be invoked for returning the operation result.
727 * @param bundleStatusCallback Indicates the callback to be invoked for returning the bundle status changed result.
789 * @param flag Indicates the information contained in the dump result.
792 * @param result Indicates the dump information result.
793 * @return Returns true if the dump result is successfully obtained; returns false otherwise.
796 const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) in DumpInfos()
805 * @return Returns true if the compile result i
795 DumpInfos( const DumpFlag flag, const std::string &bundleName, int32_t userId, std::string &result) DumpInfos() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h470 void PermStateChangeCallback(Security::AccessToken::PermStateChangeInfo& result);
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tcp_direct_test.cpp94 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_callback_test.cpp98 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_extension_stub_test.cpp39 MOCK_METHOD(ErrCode, GetBackupInfo, (std::string &result));
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp60 void OnFinished(const TaskId taskId, const std::string &uri, const int32_t result) override {}
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreCustomDir.test.js219 console.info(TAG + "query result:" + resultSet.rowCount);
406 console.info(TAG + "query result:" + resultSet.rowCount);
/third_party/ffmpeg/libavcodec/arm/
H A Dvc1dsp_neon.S75 @ the right once, all before writing the result to the destination register.
415 @ Transpose result matrix of 8x8
673 @ is added to `rnd` to result in the variable `r`, and the value of the variable `shift`.
793 @ d21 often result from mspel_filter
/third_party/gn/src/gn/
H A Dcommand_gen.cc640 for the entire project. This works fairly well but may still result in a few
/third_party/glfw/src/
H A Dinternal.h1010 const char* _glfwGetVulkanResultString(VkResult result);
/third_party/FreeBSD/sys/sys/
H A Dbus.h256 uintptr_t *result);
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uac.c515 if (req->result != 0) in fuac_input_req_complete()
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c265 * create a result object. Create one especially for this in create_alg()
271 res->result = -1001; in create_alg()
/third_party/ltp/
H A Drunltp178 example: ${0##*/} -c 2 -i 2 -m 2,4,10240,1 -D 2,10,10240,1 -p -q -l /tmp/result-log.$$ -o /tmp/result-output.$$ -C /tmp/result-failed.$$ -d ${PWD}
441 result of concurrently running multiple tests designed
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h502 WasmCode::Kind GetCodeKind(const WasmCompilationResult& result);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h2238 * Setting a usage string but not a correct input unit will result in an
2576 void getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, UErrorCode& status) const;
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h220 LiveEditResult* result) const;
/third_party/node/deps/v8/src/objects/
H A Dobjects.h272 // (Returns false whenever {result} is kUndefined.)
273 bool ComparisonResultToBool(Operation op, ComparisonResult result);
514 // 1) When the result is Nothing, an exception is pending.
515 // 2) When passed kThrowOnError, the result is never Just(false).
632 // Returns true if the result of iterating over the object is the same
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S263 ! (*) result has lesser to do with VIS instruction latencies, rdtick

Completed in 63 milliseconds

1...<<691692693694695696697698699700>>...706