/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | JavaExpression.java | 39 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()
|
D | JavaSourceWriter.java | 198 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/ |
D | plural-exp.h | 34 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/ |
D | NoAlias.h | 36 explicit NoAlias(ExpressionType& expression) : m_expression(expression) {} in NoAlias() 63 ExpressionType& expression() const in expression() function
|
/external/libchrome/base/synchronization/ |
D | spin_wait.h | 33 #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/ |
D | Preconditions.java | 106 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()
|
D | Verify.java | 96 public static void verify(boolean expression) { in verify() 119 boolean expression, in verify()
|
/external/v8/src/ast/ |
D | ast-type-bounds.h | 23 AstBounds get(Expression* expression) const { in get() 29 void set(Expression* expression, AstBounds bounds) { in set()
|
D | compile-time-value.cc | 16 bool CompileTimeValue::IsCompileTimeValue(Expression* expression) { in IsCompileTimeValue() 23 Expression* expression) { in GetValue()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathImpl.java | 193 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/ |
D | WildcardMatcher.java | 31 public WildcardMatcher(final String expression) { in WildcardMatcher() 45 private static CharSequence toRegex(final String expression) { in toRegex()
|
/external/bison/lib/ |
D | msvc-inval.c | 32 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/ |
D | StateTableTransition.java | 37 private final String expression; field in StateTableTransition 54 StateTableTransition(String expression, InternalState from, in StateTableTransition()
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.cc | 173 void CFIFrameInfoParseHandler::CFARule(const string &expression) { in CFARule() 177 void CFIFrameInfoParseHandler::RARule(const string &expression) { in RARule() 182 const string &expression) { in RegisterRule()
|
D | postfix_evaluator-inl.h | 72 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()
|
D | cfi_frame_info.h | 75 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 ®ister_name, const string &expression) { in SetRegisterRule()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | XpathResourceXmlLoader.java | 14 private String expression; field in XpathResourceXmlLoader 16 public XpathResourceXmlLoader(ResourceExtractor resourceExtractor, String expression) { in XpathResourceXmlLoader()
|
/external/python/cpython2/Python/ |
D | ast.c | 582 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/ |
D | compile_assert_c.h | 22 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;} argument
|
/external/swiftshader/src/OpenGL/common/ |
D | debug.h | 60 #define ASSERT(expression) do { \ argument 66 #define ASSERT(expression) (void(0)) argument
|
/external/testng/src/main/java/org/testng/internal/ |
D | IBsh.java | 6 boolean includeMethodFromExpression(String expression, ITestNGMethod tm); in includeMethodFromExpression()
|
D | BshMock.java | 8 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) { in includeMethodFromExpression()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | calc.rb | 67 def evaluate( expression ) argument
|
/external/autotest/client/cros/multimedia/ |
D | browser_facade_native.py | 70 def wait_for_javascript_expression( argument 94 def evaluate_javascript(self, tab_descriptor, expression, timeout): argument
|
/external/autotest/server/cros/multimedia/ |
D | browser_facade_adapter.py | 76 def wait_for_javascript_expression( argument 99 def evaluate_javascript(self, tab_descriptor, expression, timeout): argument
|