Searched refs:expression (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dliststat.tcl10 # Filter a list based on whether an expression is true for
15 # expression
17 # expression (Logical) expression that is to be evaluated
20 # List of those elements for which the expression is true
24 proc ::math::statistics::filter { varname data expression } {
28 set expression [uplevel subst -nocommands [list $expression]]
31 if $expression {
40 # Map the elements of a list according to an expression
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A D_eprintf.c6 __eprintf (string, expression, line, filename)
8 CONST char *expression;
12 fprintf (stderr, string, expression, line, filename);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dtry-003.js36 function TrySomething( expression, throwing ) {
47 eval( expression );
64 "eval( " + expression +" )",
69 "eval( " + expression +" )",
74 "eval( " + expression +" )",
H A Dtry-012.js45 function TrySomething( expression, throwing ) {
64 eval( expression );
79 "eval( " + expression +" ): evaluated inner finally block",
84 "eval( " + expression +" ): evaluated outer catch block ",
89 "eval( " + expression +" ): evaluated outer finally block",
H A Dwhile-002.js6 * Verify that the while statement is not executed if the while expression is
23 "while expression is null",
29 "while expression is undefined",
35 "while expression is 0",
41 "while expression is eval(\"\")",
47 "while expression is NaN",
63 while ( expression = object.whileExpression ) {
67 // verify that the while expression was evaluated
71 "verify that while expression was evaluated (should be "+
74 (object.whileExpression == expression ||
[all...]
H A Dwhile-003.js6 * The while expression evaluates to true, Statement returns abrupt completion.
22 "while expression is true",
27 "while expression is 1",
32 "while expression is new Boolean(false)",
37 "while expression is new Object()",
42 "while expression is \"hi\"",
47 "while expression has a continue in it",
63 while ( expression = object.whileExpression ) {
68 // verify that the while expression was evaluated
72 "verify that while expression wa
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_check.h9 int _check_if(int expression, const char *file, int line, const char *expression_string, const char *format, ...)
16 * if expression evaluates to true, check_if increments the failure_count and prints:
28 #define check_if(expression, format, ...) \
29 _check_if(expression, __FILE__, __LINE__, #expression, format , ## __VA_ARGS__)
31 #define check_if_not(expression, format, ...) \
32 check_if(!(expression), format, ## __VA_ARGS__)
H A Dtest_ccapi_check.c3 int _check_if(int expression, const char *file, int line, const char *expression_string, const char *format, ...) { argument
4 if (expression) {
23 return (expression != 0);
/macosx-10.9.5/bc-21/patches/
H A Dpatch-bc__bc.y8 | expression AND
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dplural.y52 struct expression *exp;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
58 struct expression * const *args));
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
61 struct expression *right));
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
63 struct expression *left,
64 struct expression *right));
65 static inline struct expression *new_exp_
[all...]
H A Dplural-exp.h42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */
81 struct expression *res;
90 binary incompatible changes in 'struct expression'. Furthermore,
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
H A Dplural-exp.c33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone;
72 struct expression GERMANIC_PLURA
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dplural.y52 struct expression *exp;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
58 struct expression * const *args));
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
61 struct expression *right));
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
63 struct expression *left,
64 struct expression *right));
65 static inline struct expression *new_exp_
[all...]
H A Dplural-exp.h42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */
81 struct expression *res;
90 binary incompatible changes in 'struct expression'. Furthermore,
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
H A Dplural-exp.c33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone;
72 struct expression GERMANIC_PLURA
[all...]
/macosx-10.9.5/bc-21/bc/bc/
H A Dsbc.y65 %type <i_value> expression named_expression return_expression
123 | expression
158 '(' expression ';'
173 expression ')'
265 argument_list : expression
267 | argument_list ',' expression
270 relational_expression : expression
272 | expression REL_OP expression
303 | expression
305 expression : named_expression ASSIGN_OP label
[all...]
H A Dbc.y87 %type <i_value> expression return_expression named_expression opt_expression
154 | expression
157 warn ("comparison in expression");
205 warn ("Comparison in first for expression");
226 warn ("Comparison in third for expression");
241 | If '(' expression ')'
260 '(' expression
288 | expression
349 argument_list : expression
360 | argument_list ',' expression
401 expression : named_expression ASSIGN_OP label
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathEvaluator.cpp41 PassRefPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression, argument
45 return XPathExpression::createExpression(expression, resolver, ec);
53 PassRefPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, argument
66 RefPtr<XPathExpression> expr = createExpression(expression, resolver, ec);
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestRegexp.c40 char expression[5000]; local
49 while (fgets(expression, 4500, input) != NULL) {
50 len = strlen(expression);
53 ((expression[len] == '\n') || (expression[len] == '\t') ||
54 (expression[len] == '\r') || (expression[len] == ' '))) len--;
55 expression[len + 1] = 0;
57 if (expression[0] == '#')
59 if ((expression[
94 char expression[5000]; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestRegexp.c40 char expression[5000]; local
49 while (fgets(expression, 4500, input) != NULL) {
50 len = strlen(expression);
53 ((expression[len] == '\n') || (expression[len] == '\t') ||
54 (expression[len] == '\r') || (expression[len] == ' '))) len--;
55 expression[len + 1] = 0;
57 if (expression[0] == '#')
59 if ((expression[
94 char expression[5000]; local
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dpktmetadatafilter.c150 errx(EX_USAGE, "Metadata filter expression too long (number of terms limited to %d)", MAX_NODES);
209 /* Are we at the end of the expression */
459 struct node *expression = NULL; local
467 expression = parse_or_expression(&ptr);
472 print_expression(expression);
476 return (expression);
480 evaluate_expression(node_t *expression, struct pkt_meta_data *p) argument
484 switch (expression->id) {
486 match = evaluate_expression(expression->left_node, p) &&
487 evaluate_expression(expression
539 print_expression(node_t *expression) argument
608 free_expression(node_t *expression) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_interp.tcl5 # Interpreter for parsing expression grammars. In essence a recursive
6 # descent parser configurable with a parsing expression grammar.
12 ## based on a parsing expression grammar provided by a peg container
154 # parsing expression, i.e its right-hand side. This can be cut
196 # And lookahead predicate. We parse the expression against the
199 method & {expression} {
202 $self {*}$expression
208 # Negated lookahead predicate. We parse the expression against the
212 method ! {expression} {
216 $self {*}$expression
[all...]
H A Dpt_peg_to_param.tcl13 # expression grammar and produces text in PARAM assembler, i.e.
25 package require pt::pe ; # Walking an expression.
167 proc ::pt::peg::to::param::Expression {expression modes} {
170 $expression]
175 set expression [Expression $rhs $modes]
183 Op::Asm::GenAST $expression
208 Op::Asm::Call $expression
234 Op::Asm::Call $expression
259 Op::Asm::Call $expression
283 Op::Asm::Call $expression
[all...]
H A Dpt_peg_to_tclparam.tcl13 # expression grammar and produces text in PARAM assembler, i.e.
25 package require pt::pe ; # Walking an expression.
231 proc ::pt::peg::to::tclparam::Expression {expression modes} {
239 $expression]
244 set expression [Expression $rhs $modes]
252 Op::Asm::GenAST $expression
275 Op::Asm::Call $expression
297 Op::Asm::Call $expression
318 Op::Asm::Call $expression
341 Op::Asm::Call $expression
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/include/
H A Dconcept.inc2 Description of the concepts used in parsing expression
9 A [term {parsing expression grammar}] consists of a
10 [term {start parsing expression}] and a (possibly empty) list of
16 [term {parsing expression}].

Completed in 302 milliseconds

1234567891011>>