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

1 2 3

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 48 XObject expr1 = m_left.execute(xctxt); local
50 if (expr1.bool())
Or.java 48 XObject expr1 = m_left.execute(xctxt); local
50 if (!expr1.bool())
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 90 // for_both<expr0,expr1,TT,TF,FT,FF>::type
92 // {exp0,expr1} are Boolean Integral Constants
95 // According to the combined boolean value of 'expr0 && expr1', selects the corresponding type.
97 template<class expr0, class expr1, class TT, class TF, class FT, class FF>
104 typedef typename mpl::not_<expr1>::type not_expr1 ;
106 typedef typename mpl::and_<expr0,expr1>::type caseTT ;
108 typedef typename mpl::and_<not_expr0,expr1>::type caseFT ;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
ast.h 71 __isl_give isl_ast_expr *isl_ast_expr_add(__isl_take isl_ast_expr *expr1,
73 __isl_give isl_ast_expr *isl_ast_expr_sub(__isl_take isl_ast_expr *expr1,
75 __isl_give isl_ast_expr *isl_ast_expr_mul(__isl_take isl_ast_expr *expr1,
77 __isl_give isl_ast_expr *isl_ast_expr_div(__isl_take isl_ast_expr *expr1,
79 __isl_give isl_ast_expr *isl_ast_expr_and(__isl_take isl_ast_expr *expr1,
81 __isl_give isl_ast_expr *isl_ast_expr_or(__isl_take isl_ast_expr *expr1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ast.h 71 __isl_give isl_ast_expr *isl_ast_expr_add(__isl_take isl_ast_expr *expr1,
73 __isl_give isl_ast_expr *isl_ast_expr_sub(__isl_take isl_ast_expr *expr1,
75 __isl_give isl_ast_expr *isl_ast_expr_mul(__isl_take isl_ast_expr *expr1,
77 __isl_give isl_ast_expr *isl_ast_expr_div(__isl_take isl_ast_expr *expr1,
79 __isl_give isl_ast_expr *isl_ast_expr_and(__isl_take isl_ast_expr *expr1,
81 __isl_give isl_ast_expr *isl_ast_expr_or(__isl_take isl_ast_expr *expr1,
  /external/chromium_org/native_client_sdk/src/tools/tests/
getos_test.py 30 def assertIn(self, expr1, expr2, msg=None):
32 return super(TestCaseExtended, self).assertIn(expr1, expr2, msg)
33 if expr1 not in expr2:
34 self.fail(msg or '%r not in %r' % (expr1, expr2))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 53 * expr0 : expr1 [ {|} expr1...]
54 * expr1 : expr2 [ {^} expr2...]
68 static yasm_expr *expr0(void), *expr1(void), *expr2(void), *expr3(void);
186 e = expr1();
193 f = expr1();
204 static yasm_expr *expr1(void) function
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 607 Expression expr1 = firstOccuranceOwner.getExpression(); local
609 assertIsLocPathIterator(expr1, firstOccuranceOwner);
611 LocPathIterator lpi = (LocPathIterator)expr1;
685 Expression expr1 = firstOccuranceOwner.getExpression(); local
687 assertIsLocPathIterator(expr1, firstOccuranceOwner);
689 LocPathIterator lpi = (LocPathIterator)expr1;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 439 expr1 = self.com_node(nodelist[1])
441 expr1 = None
442 return Raise(expr1, expr2, expr3, lineno=nodelist[0][2])
485 expr1 = self.com_node(nodelist[1])
495 return Exec(expr1, expr2, expr3, lineno=nodelist[0][2])
499 expr1 = self.com_node(nodelist[1])
504 return Assert(expr1, expr2, lineno=nodelist[0][2])
948 expr1 = self.com_node(node[2])
954 expr1 = expr2 = None
955 clauses.append((expr1, expr2, self.com_node(nodelist[i+2]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 439 expr1 = self.com_node(nodelist[1])
441 expr1 = None
442 return Raise(expr1, expr2, expr3, lineno=nodelist[0][2])
485 expr1 = self.com_node(nodelist[1])
495 return Exec(expr1, expr2, expr3, lineno=nodelist[0][2])
499 expr1 = self.com_node(nodelist[1])
504 return Assert(expr1, expr2, lineno=nodelist[0][2])
948 expr1 = self.com_node(node[2])
954 expr1 = expr2 = None
955 clauses.append((expr1, expr2, self.com_node(nodelist[i+2]))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 878 * Once `expr1' has been found true, take jh_splice_lock
881 #define SPLICE_LOCK(expr1, expr2) \
883 int ret = (expr1); \
886 ret = (expr1) && (expr2); \
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/lldb/test/unittest2/
case.py 839 def assertIs(self, expr1, expr2, msg=None):
841 if expr1 is not expr2:
842 standardMsg = '%s is not %s' % (safe_repr(expr1), safe_repr(expr2))
845 def assertIsNot(self, expr1, expr2, msg=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 814 def assertIs(self, expr1, expr2, msg=None):
816 if expr1 is not expr2:
817 standardMsg = '%s is not %s' % (safe_repr(expr1),
821 def assertIsNot(self, expr1, expr2, msg=None):
823 if expr1 is expr2:
824 standardMsg = 'unexpectedly identical: %s' % (safe_repr(expr1),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 814 def assertIs(self, expr1, expr2, msg=None):
816 if expr1 is not expr2:
817 standardMsg = '%s is not %s' % (safe_repr(expr1),
821 def assertIsNot(self, expr1, expr2, msg=None):
823 if expr1 is expr2:
824 standardMsg = 'unexpectedly identical: %s' % (safe_repr(expr1),)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 210 BigInteger expr1 = default(BigInteger);
279 expr1=expr();
284 string result = expr1.ToString();
285 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
ProfileTreeGrammar.cs 215 BigInteger expr1 = default(BigInteger);
284 expr1=expr();
289 string result = expr1.ToString();
290 Console.Out.WriteLine(expr1 + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
  /external/chromium_org/media/midi/
midi_message_queue_unittest.cc 37 const char* expr1, const char* expr2,
  /external/javassist/src/main/javassist/compiler/
Parser.java 348 Stmnt expr1, expr3; local
359 expr1 = null;
362 expr1 = parseDeclarationOrExpression(tbl2, true);
381 return new Stmnt(t, expr1, new ASTList(expr2,
    [all...]

Completed in 1259 milliseconds

1 2 3