/system/connectivity/shill/ |
D | scope_logger.cc | 119 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()
|
D | scope_logger.h | 115 void EnableScopesByName(const std::string& expression);
|
/system/tools/aidl/ |
D | ast_java.cpp | 139 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 …]
|
D | ast_java.h | 138 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);
|
D | ast_cpp.cpp | 273 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 …]
|
D | ast_cpp.h | 183 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);
|
D | generate_java_binder.cpp | 138 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()
|
D | type_java.cpp | 328 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/ |
D | keymaster_configuration.cpp | 53 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/ |
D | mobile_operator_db.proto | 32 // 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/ |
D | ff_debug | 35 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/ |
D | README | 12 (i.e. default boolean values yield a true conditional expression).
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 2034 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
|
D | raw_structures.txt | 2034 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
|
D | raw_commands_fixed.txt | 22519 expression is improperly formed but the TPM does not return an error.
|
D | raw_commands.txt | 22508 expression is improperly formed but the TPM does not return an error.
|