Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 16 of 16) sorted by relevance

/system/connectivity/shill/
Dscope_logger.cc119 void ScopeLogger::EnableScopesByName(const string& expression) { in EnableScopesByName() argument
120 if (expression.empty()) { in EnableScopesByName()
129 if (expression[0] != '+' && expression[0] != '-') in EnableScopesByName()
133 StringTokenizer tokenizer(expression, "+-"); in EnableScopesByName()
Dscope_logger.h115 void EnableScopesByName(const std::string& expression);
/system/tools/aidl/
Dast_java.cpp139 void StatementBlock::Add(Expression* expression) { in Add() argument
140 this->statements.push_back(new ExpressionStatement(expression)); in Add()
143 ExpressionStatement::ExpressionStatement(Expression* e) : expression(e) {} in ExpressionStatement()
146 this->expression->Write(to); in Write()
196 Expression* expression = (Expression*)va_arg(args, void*); in init() local
197 this->arguments.push_back(expression); in init()
235 Expression* expression = (Expression*)va_arg(args, void*); in init() local
236 this->arguments.push_back(expression); in init()
268 Cast::Cast(const Type* t, Expression* e) : type(t), expression(e) {} in Cast()
272 expression->Write(to); in Write()
[all …]
Dast_java.h138 void Add(Expression* expression);
142 Expression* expression; member
144 ExpressionStatement(Expression* expression);
225 Expression* expression = nullptr; member
228 Cast(const Type* type, Expression* expression);
246 Expression* expression = nullptr; member
256 Expression* expression; member
258 ReturnStatement(Expression* expression);
299 Expression* expression; member
302 SwitchStatement(Expression* expression);
Dast_cpp.cpp273 SwitchStatement::SwitchStatement(const std::string& expression) in SwitchStatement() argument
274 : switch_expression_(expression) {} in SwitchStatement()
332 IfStatement::IfStatement(AstNode* expression, bool invert_expression) in IfStatement() argument
333 : expression_(expression), in IfStatement()
348 Statement::Statement(unique_ptr<AstNode> expression) in Statement() argument
349 : expression_(std::move(expression)) {} in Statement()
351 Statement::Statement(AstNode* expression) : expression_(expression) {} in Statement() argument
353 Statement::Statement(const string& expression) in Statement() argument
354 : expression_(new LiteralExpression(expression)) {} in Statement()
374 LiteralExpression::LiteralExpression(const std::string& expression) in LiteralExpression() argument
[all …]
Dast_cpp.h183 void AddLiteral(const std::string& expression, bool add_semicolon = true);
240 explicit SwitchStatement(const std::string& expression);
290 IfStatement(AstNode* expression,
308 explicit Statement(std::unique_ptr<AstNode> expression);
309 explicit Statement(AstNode* expression); // Takes possession.
310 explicit Statement(const std::string& expression);
336 explicit LiteralExpression(const std::string& expression);
Dgenerate_java_binder.cpp138 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE); in make_as_interface()
163 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck); in make_as_interface()
229 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0")); in generate_new_array()
437 checklen->expression = new Comparison(v, "==", NULL_VALUE); in generate_method()
Dtype_java.cpp328 ifpart->expression = new Comparison(v, "!=", NULL_VALUE); in WriteToParcel()
350 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in CreateFromParcel()
603 ifpart->expression = new Comparison(v, "!=", NULL_VALUE); in WriteToParcel()
624 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in CreateFromParcel()
641 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=", in ReadFromParcel()
/system/keymaster/
Dkeymaster_configuration.cpp53 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument
58 std::string s(expression + match.rm_so, len); in match_to_uint32()
/system/connectivity/shill/mobile_operator_db/
Dmobile_operator_db.proto32 // A regular expression specifying the values that are *accepted* by this
34 // The regular expression should be specified as an extended POSIX regular
35 // expression.
/system/connectivity/shill/bin/
Dff_debug35 following the operator. An expression beginning with either operators [+-]
95 # Takes a boolean expression and changes
121 # Check if exact tag is between + symbols, or at the ends of expression
/system/sepolicy/tools/sepolicy-analyze/
DREADME12 (i.e. default boolean values yield a true conditional expression).
/system/tpm/trunks/generator/
Draw_structures_fixed.txt2034 first number is an expression that represents the minimum allowed value and the second number
2035 indicates the maximum. If the minimum or maximum value expression is omitted, then the range is ope…
2038 The maximum size of an array may be indicated by putting a “{}” delimited expression following the
2115 generation can determine from this expression that
2341 If a union exists, there will normally be a companion TPMT_ that is the expression of the union
Draw_structures.txt2034 first number is an expression that represents the minimum allowed value and the second number
2035 indicates the maximum. If the minimum or maximum value expression is omitted, then the range is ope…
2038 The maximum size of an array may be indicated by putting a “{}” delimited expression following the
2115 generation can determine from this expression that
2341 If a union exists, there will normally be a companion TPMT_ that is the expression of the union
Draw_commands_fixed.txt22519 expression is improperly formed but the TPM does not return an error.
Draw_commands.txt22508 expression is improperly formed but the TPM does not return an error.