Searched refs:Expression (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h20 class Expression { class
22 Expression(char* expr);
23 ~Expression();
37 Expression(const Expression& other);
38 Expression& operator=(const Expression& other);
47 Query(Volume* volume, Expression* expression,
64 Expression* GetExpression() const { return fExpression; }
68 Expression* fExpressio
[all...]
H A DQuery.cpp36 // The API is not fully available, just the Query and the Expression class
487 // Expression::ParseEquation()
1330 Expression::Expression(char* expr)
1351 Expression::~Expression()
1358 Expression::ParseEquation(char** expr)
1406 Expression::ParseAnd(char** expr)
1431 Expression::ParseOr(char** expr)
1456 Expression
[all...]
H A Dkernel_interface.cpp2152 Expression* expression = new(std::nothrow) Expression((char*)queryString);
2193 Expression* expression = query->GetExpression();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DQuery.h23 class Expression { class
25 Expression(char *expr);
26 ~Expression();
40 Expression(const Expression &);
41 Expression &operator=(const Expression &);
50 Query(Volume *volume, Expression *expression, uint32 flags);
58 Expression *GetExpression() const { return fExpression; }
62 Expression *fExpressio
[all...]
H A DQuery.cpp43 // The API is not fully available, just the Query and the Expression class
481 // The whitespace at the start is already removed in Expression::ParseEquation()
1294 Expression::Expression(char *expr)
1315 Expression::~Expression()
1322 Expression::ParseEquation(char **expr)
1370 Expression::ParseAnd(char **expr)
1394 Expression::ParseOr(char **expr)
1418 Expression
[all...]
H A Dkernel_interface_r5.cpp2214 Expression *expression = new Expression((char *)queryString);
2255 Expression *expression = query->GetExpression();
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.h72 class Expression { class
74 Expression(char *expr);
75 ~Expression();
89 Expression(const Expression &);
90 Expression &operator=(const Expression &);
99 Query(Volume *volume, Expression *expression, uint32 flags);
110 Expression *GetExpression() const { return fExpression; }
117 Expression *fExpressio
[all...]
H A DQuery.cpp216 // The API is not fully available, just the Query and the Expression class
662 // The whitespace at the start is already removed in Expression::ParseEquation()
1437 Expression::Expression(char *expr)
1458 Expression::~Expression()
1465 Expression::ParseEquation(char **expr)
1513 Expression::ParseAnd(char **expr)
1537 Expression::ParseOr(char **expr)
1561 Expression
[all...]
H A Dkernel_interface.cpp2031 Expression *expression = new Expression((char *)queryString);
2034 ObjectDeleter<Expression> expressionDeleter(expression);
2082 Expression *expression = query->GetExpression();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DQuery.h71 class Expression { class
73 Expression(char *expr);
74 ~Expression();
88 Expression(const Expression &);
89 Expression &operator=(const Expression &);
98 Query(Volume *volume, Expression *expression, uint32 flags);
109 Expression *GetExpression() const { return fExpression; }
116 Expression *fExpressio
[all...]
H A DQuery.cpp203 // The API is not fully available, just the Query and the Expression class
649 // The whitespace at the start is already removed in Expression::ParseEquation()
1420 Expression::Expression(char *expr)
1441 Expression::~Expression()
1448 Expression::ParseEquation(char **expr)
1496 Expression::ParseAnd(char **expr)
1520 Expression::ParseOr(char **expr)
1544 Expression
[all...]
H A Dkernel_interface.cpp1995 Expression *expression = new Expression((char *)queryString);
1998 ObjectDeleter<Expression> expressionDeleter(expression);
2046 Expression *expression = query->GetExpression();
/haiku-fatelf/src/kits/tracker/
H A DSelectionWindow.h62 void Expression(BString &result) const;
H A DRegExp.h122 regexp* Expression() const;
H A DSelectionWindow.cpp213 Expression(expression);
214 selectionInfo->AddString("Expression", expression.String());
288 SelectionWindow::Expression(BString &result) const function in class:SelectionWindow
H A DRegExp.cpp181 "Expression too long.",
380 RegExp::Expression() const function in class:RegExp
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java21 import com.icl.saxon.expr.Expression;
111 Expression hrefExpr = makeAttributeValueTemplate(hrefAtt);
115 Expression encodingExpr = makeAttributeValueTemplate(encodingAtt);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DCfaRule.h44 const CfaExpression& Expression() const { return fExpression; } function in class:CfaRule
76 const CfaExpression& Expression() const { return fExpression; } function in class:CfaCfaRule
H A DDwarfFile.cpp1660 cfaCfaRule->Expression().block,
1661 cfaCfaRule->Expression().size,
1735 rule->Expression().block,
1736 rule->Expression().size,
1754 rule->Expression().block,
1755 rule->Expression().size,
/haiku-fatelf/headers/private/file_systems/
H A DQueryParser.h27 // The API is not fully available, just the Query and the Expression class
79 template<typename QueryPolicy> class Expression;
125 Expression<QueryPolicy>* expression,
145 Expression<QueryPolicy>* GetExpression() const
159 Expression<QueryPolicy>* fExpression;
333 class Expression { class in namespace:QueryParser
342 Expression(char* expr);
343 ~Expression();
357 Expression(const Expression
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DRegExp.h118 regexp *Expression() const;
H A DXReferences.cpp55 regexp* re = fPattern.Expression();
H A DRegExp.cpp177 "Expression too long.",
369 RegExp::Expression() const function in class:RegExp
/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-exp.y358 exp1 : Expression
359 | exp1 ',' Expression
370 | '(' Expression ')'
399 Expression
401 | ArgumentList ',' Expression
426 '[' Expression ']'
469 Name '[' Expression ']'
472 expout array with the Expression's code. We could
486 | VARIABLE '[' Expression ']'
488 | PrimaryNoNewArray '[' Expression ']'
681 Expression: label
[all...]

Completed in 165 milliseconds