Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 152) sorted by relevance

1234567

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaExpression.java39 protected JavaExpression cast(JavaExpression expression) { in cast()
48 protected JavaExpression cast(JavaExpression expression) { in cast()
57 protected JavaExpression cast(JavaExpression expression) { in cast()
66 protected JavaExpression cast(JavaExpression expression) { in cast()
76 protected JavaExpression cast(JavaExpression expression) { in cast()
88 protected JavaExpression cast(JavaExpression expression) { in cast()
100 protected JavaExpression cast(JavaExpression expression) { in cast()
108 protected JavaExpression cast(JavaExpression expression) { in cast()
118 protected JavaExpression cast(final JavaExpression expression) { in cast()
DJavaSourceWriter.java198 public void startIfBlock(JavaExpression expression) { in startIfBlock()
227 public void startIterableForLoop(String type, String name, JavaExpression expression) { in startIterableForLoop()
256 public void writeStatement(JavaExpression expression) { in writeStatement()
263 public void writeExpression(JavaExpression expression) { in writeExpression()
/external/e2fsprogs/intl/
Dplural-exp.h34 struct expression struct
36 int nargs; /* Number of arguments. */
37 enum operator
64 struct expression *args[3]; /* Up to three arguments. */ argument
73 struct expression *res; argument
/external/eigen/Eigen/src/Core/
DNoAlias.h36 explicit NoAlias(ExpressionType& expression) : m_expression(expression) {} in NoAlias()
63 ExpressionType& expression() const in expression() function
/external/libchrome/base/synchronization/
Dspin_wait.h33 #define SPIN_FOR_1_SECOND_OR_UNTIL_TRUE(expression) \ argument
37 #define SPIN_FOR_TIMEDELTA_OR_UNTIL_TRUE(delta, expression) do { \ argument
/external/guava/guava/src/com/google/common/base/
DPreconditions.java106 public static void checkArgument(boolean expression) { in checkArgument()
120 public static void checkArgument(boolean expression, @Nullable Object errorMessage) { in checkArgument()
141 public static void checkArgument(boolean expression, in checkArgument()
156 public static void checkState(boolean expression) { in checkState()
171 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState()
193 public static void checkState(boolean expression, in checkState()
DVerify.java96 public static void verify(boolean expression) { in verify()
119 boolean expression, in verify()
/external/v8/src/ast/
Dast-type-bounds.h23 AstBounds get(Expression* expression) const { in get()
29 void set(Expression* expression, AstBounds bounds) { in set()
Dcompile-time-value.cc16 bool CompileTimeValue::IsCompileTimeValue(Expression* expression) { in IsCompileTimeValue()
23 Expression* expression) { in GetValue()
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathImpl.java193 private XObject eval(String expression, Object contextItem) in eval()
256 public Object evaluate(String expression, Object item, QName returnType) in evaluate()
369 public String evaluate(String expression, Object item) in evaluate()
391 public XPathExpression compile(String expression) in compile()
441 public Object evaluate(String expression, InputSource source, in evaluate()
519 public String evaluate(String expression, InputSource source) in evaluate()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DWildcardMatcher.java31 public WildcardMatcher(final String expression) { in WildcardMatcher()
45 private static CharSequence toRegex(final String expression) { in toRegex()
/external/bison/lib/
Dmsvc-inval.c32 gl_msvc_invalid_parameter_handler (const wchar_t *expression, in gl_msvc_invalid_parameter_handler()
49 gl_msvc_invalid_parameter_handler (const wchar_t *expression, in gl_msvc_invalid_parameter_handler()
98 gl_msvc_invalid_parameter_handler (const wchar_t *expression, in gl_msvc_invalid_parameter_handler()
/external/jsilver/src/com/google/streamhtmlparser/impl/
DStateTableTransition.java37 private final String expression; field in StateTableTransition
54 StateTableTransition(String expression, InternalState from, in StateTableTransition()
/external/google-breakpad/src/processor/
Dcfi_frame_info.cc173 void CFIFrameInfoParseHandler::CFARule(const string &expression) { in CFARule()
177 void CFIFrameInfoParseHandler::RARule(const string &expression) { in RARule()
182 const string &expression) { in RegisterRule()
Dpostfix_evaluator-inl.h72 const string &expression, in EvaluateToken()
206 const string &expression, in EvaluateInternal()
234 bool PostfixEvaluator<ValueType>::Evaluate(const string &expression, in Evaluate()
253 bool PostfixEvaluator<ValueType>::EvaluateForValue(const string &expression, in EvaluateForValue()
Dcfi_frame_info.h75 void SetCFARule(const string &expression) { cfa_rule_ = expression; } in SetCFARule()
76 void SetRARule(const string &expression) { ra_rule_ = expression; } in SetRARule()
77 void SetRegisterRule(const string &register_name, const string &expression) { in SetRegisterRule()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DXpathResourceXmlLoader.java14 private String expression; field in XpathResourceXmlLoader
16 public XpathResourceXmlLoader(ResourceExtractor resourceExtractor, String expression) { in XpathResourceXmlLoader()
/external/python/cpython2/Python/
Dast.c582 expr_ty expression; in seq_for_testlist() local
712 expr_ty expression = ast_for_expr(c, CHILD(n, i + 2)); in ast_for_arguments() local
954 expr_ty expression; in ast_for_lambdef() local
980 expr_ty expression, body, orelse; in ast_for_ifexpr() local
1094 expr_ty expression; in ast_for_listcomp() local
1236 expr_ty expression, first; in ast_for_comprehension() local
1458 expr_ty expression; in ast_for_atom() local
1482 expr_ty expression; in ast_for_atom() local
1500 expr_ty expression; in ast_for_atom() local
1730 expr_ty expression; in ast_for_factor() local
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Dcompile_assert_c.h22 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;} argument
/external/swiftshader/src/OpenGL/common/
Ddebug.h60 #define ASSERT(expression) do { \ argument
66 #define ASSERT(expression) (void(0)) argument
/external/testng/src/main/java/org/testng/internal/
DIBsh.java6 boolean includeMethodFromExpression(String expression, ITestNGMethod tm); in includeMethodFromExpression()
DBshMock.java8 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) { in includeMethodFromExpression()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dcalc.rb67 def evaluate( expression ) argument
/external/autotest/client/cros/multimedia/
Dbrowser_facade_native.py70 def wait_for_javascript_expression( argument
94 def evaluate_javascript(self, tab_descriptor, expression, timeout): argument
/external/autotest/server/cros/multimedia/
Dbrowser_facade_adapter.py76 def wait_for_javascript_expression( argument
99 def evaluate_javascript(self, tab_descriptor, expression, timeout): argument

1234567