Home
last modified time | relevance | path

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

123456

/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/v8/test/mjsunit/
Ddebug-evaluate-with-context.js103 in_top_frame: function(exec_state, expression, additional_context) { argument
106 globally: function(exec_state, expression, additional_context) { argument
116 function evaluateViaProtocol(exec_state, expression, additional_context, frame_argument_adder) { argument
118 …request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": express… property
137 in_top_frame: function(exec_state, expression, additional_context) { argument
140 globally: function(exec_state, expression, additional_context) { argument
/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/v8/test/webkit/fast/js/
Dfunction-toString-parentheses.js29 function compileAndSerialize(expression) argument
39 function compileAndSerializeLeftmostTest(expression) argument
51 function testKeepParentheses(expression) argument
57 function testOptionalParentheses(expression) 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
DAssert.java51 public static boolean isLegal(boolean expression) { in isLegal()
68 public static boolean isLegal(boolean expression, String message) { in isLegal()
247 public static boolean isTrue(boolean expression) { in isTrue()
262 public static boolean isTrue(boolean expression, String message) { in isTrue()
284 public static boolean isTrue(boolean expression, String errorFormat, Object... args) { in isTrue()
302 public static boolean isTrue2(boolean expression, String errorFormat, Object... args) { in isTrue2()
/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/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/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/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/eigen/Eigen/src/Core/
DNoAlias.h35 NoAlias(ExpressionType& expression) : m_expression(expression) {} in NoAlias()
89 ExpressionType& expression() const in expression() function
/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/jsilver/src/com/google/streamhtmlparser/impl/
DStateTableTransition.java37 private final String expression; field in StateTableTransition
54 StateTableTransition(String expression, InternalState from, in StateTableTransition()
/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/v8/test/webkit/
Dfunction-toString-object-literals.js29 function compileAndSerialize(expression) argument
/external/webrtc/webrtc/system_wrappers/include/
Dcompile_assert_c.h22 #define COMPILE_ASSERT(expression) switch (0) {case 0: case expression:;} 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/v8/src/parsing/
Dpreparser.h110 static PreParserExpression Spread(PreParserExpression expression) { in Spread()
371 PreParserExpression expression) { in ExpressionStatement()
480 PreParserExpression expression, in NewUnaryOperation()
495 PreParserExpression expression) { in NewRewritableAssignmentExpression()
505 PreParserExpression expression, in NewYield()
518 PreParserExpression expression, in NewCountOperation()
522 PreParserExpression NewCall(PreParserExpression expression, in NewCall()
527 PreParserExpression NewCallNew(PreParserExpression expression, in NewCallNew()
538 PreParserStatement NewReturnStatement(PreParserExpression expression, in NewReturnStatement()
553 PreParserExpression NewSpread(PreParserExpression expression, int pos) { in NewSpread()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dcalc.rb67 def evaluate( expression ) argument
/external/avahi/avahi-core/
Dinternal.h198 #define AVAHI_CHECK_VALIDITY(server, expression, error) { \ argument
203 #define AVAHI_CHECK_VALIDITY_RETURN_NULL(server, expression, error) { \ argument
210 #define AVAHI_CHECK_VALIDITY_SET_RET_GOTO_FAIL(server, expression, error) {\ argument
217 #define AVAHI_ASSERT_TRUE(expression) { \ argument
222 #define AVAHI_ASSERT_SUCCESS(expression) { \ argument

123456