Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_param.cpp31 ScriptParams* ScriptParams::CreateParams(UScriptExpression *expression) in CreateParams()
42 ScriptParams* ScriptParams::AddParams(ScriptParams *params, UScriptExpression *expression) in AddParams()
55 void ScriptParams::AddParams(UScriptExpression *expression) in AddParams()
H A Dscript_function.cpp57 for (auto expression : inputParams->GetParams()) { in Execute() local
83 for (auto expression : params_->GetParams()) { in GetParamNames() local
H A Dscript_expression.cpp26 …on* AssignExpression::CreateExpression(const std::string identifier, UScriptExpression *expression) in CreateExpression()
35 UScriptExpression* AssignExpression::AddIdentifier(UScriptExpression *expression, const std::string… in AddIdentifier()
83 int32_t IdentifierExpression::GetIdentifierName(UScriptExpression *expression, std::string &name) in GetIdentifierName()
H A Dscript_statement.h133 explicit UScriptExpressionStatement(UScriptExpression *expression) in UScriptExpressionStatement()
143 UScriptIfStatement(UScriptExpression *expression, UScriptStatementList *statements) in UScriptIfStatement()
H A Dscript_expression.h173 AssignExpression(const std::string identifier, UScriptExpression *expression) in AssignExpression()
H A Dscript_statement.cpp87 UScriptStatement* UScriptStatement::CreateExpressionStatement(UScriptExpression *expression) in CreateExpressionStatement()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/calculator/src/main/js/default/common/
H A Dcalculator.js29 function calcSuffixExpression(expression) { argument
46 function toSuffixExpression(expression) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h29 #define PLUGIN_STATIC_ASSERT(expression) static_assert(!!(expression)) argument
33 #define PLUGIN_ASSERT(expression) \ argument
35 #define PLUGIN_ASSERT_MSG(expression, ...) \ argument
176 …NC(5, 6) bool PluginLogAssert(const BASE_NS::string_view filename, int lineNumber, bool expression, in PluginLogAssert()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h31 #define CORE_STATIC_ASSERT(expression) static_assert(expression) argument
34 #define CORE_ASSERT(expression) \ argument
36 #define CORE_ASSERT_MSG(expression, ...) \ argument
207 …MAT_FUNC(5, 6) bool LogAssert(const BASE_NS::string_view filename, int lineNumber, bool expression, in LogAssert()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp143 bool Logger::VLogAssert(const string_view filename, int lineNumber, bool expression, const string_v… in VLogAssert()
194 bool Logger::LogAssert(const string_view filename, int lineNumber, bool expression, const string_vi… in LogAssert()
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h33 #define SOFTBUS_TEMP_FAILURE_RETRY(expression) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/
H A DLog.h28 #define LUME_STATIC_ASSERT(expression) static_assert(expression) argument
31 #define LUME_ASSERT(expression) assert(lume::getLogger().logAssert(__FILE__, __LINE__, !!(expressio… argument
32 #define LUME_ASSERT_MSG(expression, ...) assert(lume::getLogger().logAssert(__FILE__, __LINE__, !!(… argument
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h69 #define CHECK_EXPRESSION_RETURN_VOID(expression) \ argument
74 #define CHECK_EXPRESSION_RETURN_VALUE(expression, value) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLogger.cpp91 FORMAT_FUNC(6, 7) bool Logger::logAssert(const char *aFilename, int aLinenumber, bool expression, c… in logAssert()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp243 QueryExpression expression; variable
H A Ddistributeddb_interfaces_data_operation_test.cpp1133 QueryExpression expression; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp290 double CalculateExp(const std::string& expression, const std::function<double(const Dimension&)>& c… in CalculateExp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp100 QuerySyncObject::QuerySyncObject(const DistributedDB::QueryExpression &expression) in QuerySyncObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1201const std::string& expression, std::stack<std::string>& keyStack, const std::unique_ptr<JsonValue>… in ParseArrayExpression()