/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_param.cpp | 31 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 D | script_function.cpp | 57 for (auto expression : inputParams->GetParams()) { in Execute() local 83 for (auto expression : params_->GetParams()) { in GetParamNames() local
|
H A D | script_expression.cpp | 26 …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 D | script_statement.h | 133 explicit UScriptExpressionStatement(UScriptExpression *expression) in UScriptExpressionStatement() 143 UScriptIfStatement(UScriptExpression *expression, UScriptStatementList *statements) in UScriptIfStatement()
|
H A D | script_expression.h | 173 AssignExpression(const std::string identifier, UScriptExpression *expression) in AssignExpression()
|
H A D | script_statement.cpp | 87 UScriptStatement* UScriptStatement::CreateExpressionStatement(UScriptExpression *expression) in CreateExpressionStatement()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/calculator/src/main/js/default/common/ |
H A D | calculator.js | 29 function calcSuffixExpression(expression) { argument 46 function toSuffixExpression(expression) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | log.h | 29 #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 D | log.h | 31 #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 D | logger.cpp | 143 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 D | softbus_socket.h | 33 #define SOFTBUS_TEMP_FAILURE_RETRY(expression) \ argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/ |
H A D | Log.h | 28 #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 D | auth_common.h | 69 #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 D | Logger.cpp | 91 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 D | distributeddb_interfaces_query_test.cpp | 243 QueryExpression expression; variable
|
H A D | distributeddb_interfaces_data_operation_test.cpp | 1133 QueryExpression expression; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_expression.cpp | 290 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 D | query_sync_object.cpp | 100 QuerySyncObject::QuerySyncObject(const DistributedDB::QueryExpression &expression) in QuerySyncObject()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1201 …const std::string& expression, std::stack<std::string>& keyStack, const std::unique_ptr<JsonValue>… in ParseArrayExpression()
|