HomeSort by relevance Sort by last modified time
    Searched refs:expression (Results 1 - 25 of 724) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
compile_assert_c.h 17 // The argument is the boolean expression to evaluate.
20 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;}
  /external/webrtc/src/system_wrappers/interface/
compile_assert.h 15 * The argument is the boolean expression to evaluate.
19 #define COMPILE_ASSERT(expression) switch(0){case 0: case expression:;}
  /external/lldb/test/expression_command/test/
main.cpp 18 expression 'a' // make sure character constant makes it down (this is broken: <rdar://problem/8686536>)
19 expression 2 // Test int
20 expression 2ull // Test unsigned long long
21 expression 2.234f // Test float constants
22 expression 2.234 // Test double constants
23 expression 2+3
24 expression argc
25 expression argc + 22
26 expression argv
27 expression argv[0
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.cc 13 std::string WrapSend(const std::string& expression) {
14 return "window.domAutomationController.send(" + expression + ")";
28 void JSChecker::Evaluate(const std::string& expression) {
30 ASSERT_TRUE(content::ExecuteScript(web_contents_, expression));
33 bool JSChecker::GetBool(const std::string& expression) {
35 GetBoolImpl(expression, &result);
39 int JSChecker::GetInt(const std::string& expression) {
41 GetIntImpl(expression, &result);
45 std::string JSChecker::GetString(const std::string& expression) {
47 GetStringImpl(expression, &result)
60 EXPECT_EQ(GetInt(expression), result) << expression; local
64 EXPECT_NE(GetInt(expression), result) << expression; local
69 EXPECT_EQ(GetString(expression), result) << expression; local
74 EXPECT_NE(GetString(expression), result) << expression; local
    [all...]
js_checker.h 24 // Evaluates |expression|.
25 void Evaluate(const std::string& expression);
27 // Evaluates |expression| and returns its result.
28 bool GetBool(const std::string& expression);
29 int GetInt(const std::string& expression);
30 std::string GetString(const std::string& expression);
32 // Checks truthfulness of the given |expression|.
33 void ExpectTrue(const std::string& expression);
34 void ExpectFalse(const std::string& expression);
36 // Compares result of |expression| with |result|
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
compilerdebug.h 36 #define ASSERT(expression) do { \
37 if(!(expression)) \
38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
39 assert(expression); \
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 25 * <li>An expression which consists of one or more characters and/or
37 private final String expression; field in class:StateTableTransition
50 return String.format("Expression: %s; From: %s; To: %s",
51 expression, from, to);
54 StateTableTransition(String expression, InternalState from,
57 Preconditions.checkNotNull(expression);
60 this.expression = expression;
66 return expression;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 202 New expression.sequence([expression_list.expression]))}
208 New expression.sequence([expression_list.expression]))}
214 New expression.sequence([expression_list.expression]))}
220 New expression.sequence([expression_list.expression]))}
222 | {set} cs_open set command_delimiter variable assignment expression cs_close
227 expression.expression)
    [all...]
  /ndk/sources/android/support/tests/minitest/
minitest.h 53 // EXPECT_EQ(expected, expression) << "When checking 'foo'";
57 // EXPECT_EQ(expected, expression);
267 #define EXPECT_TRUE(expression) \
269 if (!(expression)) { \
271 "EXPECT_TRUE:%s:%d: expression '%s' returned 'false', expected " \
275 #expression); \
280 #define EXPECT_FALSE(expression) \
282 if (!!(expression)) { \
284 "EXPECT_FALSE:%s:%d: expression '%s' returned 'true', expected " \
288 #expression); \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_unified_returns.opt_test 16 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
21 (if (expression bool > (var_ref b) (constant float (0.000000)))
22 ((if (expression bool > (var_ref c) (constant float (0.000000)))
lower_breaks_6.opt_test 16 ((if (expression bool > (var_ref a) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ba) (constant float (0.000000)))
18 ((if (expression bool > (var_ref bb) (constant float (0.000000)))
22 (if (expression bool > (var_ref ca) (constant float (0.000000)))
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
lower_guarded_conditional_break.opt_test 14 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
19 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
lower_returns_3.opt_test 14 ((if (expression bool > (var_ref a) (constant float (0.000000)))
15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
lower_returns_main_false.opt_test 12 ((if (expression bool > (var_ref a) (constant float (0.000000)))
13 ((if (expression bool > (var_ref b) (constant float (0.000000)))
lower_returns_main_true.opt_test 12 ((if (expression bool > (var_ref a) (constant float (0.000000)))
13 ((if (expression bool > (var_ref b) (constant float (0.000000)))
lower_returns_sub_false.opt_test 11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((if (expression bool > (var_ref b) (constant float (0.000000)))
lower_returns_sub_true.opt_test 11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((if (expression bool > (var_ref b) (constant float (0.000000)))
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_unified_returns.opt_test 16 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
21 (if (expression bool > (var_ref b) (constant float (0.000000)))
22 ((if (expression bool > (var_ref c) (constant float (0.000000)))
lower_breaks_6.opt_test 16 ((if (expression bool > (var_ref a) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ba) (constant float (0.000000)))
18 ((if (expression bool > (var_ref bb) (constant float (0.000000)))
22 (if (expression bool > (var_ref ca) (constant float (0.000000)))
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
lower_guarded_conditional_break.opt_test 14 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
19 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
lower_returns_3.opt_test 14 ((if (expression bool > (var_ref a) (constant float (0.000000)))
15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
lower_returns_main_false.opt_test 12 ((if (expression bool > (var_ref a) (constant float (0.000000)))
13 ((if (expression bool > (var_ref b) (constant float (0.000000)))
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 8 This file contains the Yacc grammar for GLSL ES preprocessor expression.
11 WHICH GENERATES THE GLSL ES preprocessor expression parser.
97 : expression {
103 expression
105 | expression TOK_OP_OR expression {
108 | expression TOK_OP_AND expression {
111 | expression '|' expression {
    [all...]
  /external/chromium_org/base/synchronization/
spin_wait.h 22 // change is the value of an expression.
27 // The expression will be evaluated repeatedly until it is true, or until
33 #define SPIN_FOR_1_SECOND_OR_UNTIL_TRUE(expression) \
35 (expression))
37 #define SPIN_FOR_TIMEDELTA_OR_UNTIL_TRUE(delta, expression) do { \
40 while (!(expression)) { \
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 45 * @param expression
46 * the boolean expression of the check
51 public static boolean isLegal(boolean expression) {
52 return isLegal(expression, ""); //$NON-NLS-1$
60 * @param expression
61 * the boolean expression of the check
68 public static boolean isLegal(boolean expression, String message) {
69 if (!expression) {
72 return expression;
243 * @param expression
    [all...]

Completed in 612 milliseconds

1 2 3 4 5 6 7 8 91011>>