Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 145) 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()
DEscapingEvaluator.java81 public JavaExpression computeIfExemptFromEscaping(PExpression expression, in computeIfExemptFromEscaping()
89 private JavaExpression computeForPropagateStatus(PExpression expression) { in computeForPropagateStatus()
113 public JavaExpression computeEscaping(PExpression expression, boolean propagateEscapeStatus) { in computeEscaping()
/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/mjsunit/
Ddebug-evaluate-with-context.js102 in_top_frame: function(exec_state, expression, additional_context) { argument
105 globally: function(exec_state, expression, additional_context) { argument
115 function evaluateViaProtocol(exec_state, expression, additional_context, frame_argument_adder) { argument
117 …request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": express… property
136 in_top_frame: function(exec_state, expression, additional_context) { argument
139 globally: function(exec_state, expression, additional_context) { 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/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/guava/guava/src/com/google/common/base/
DPreconditions.java109 public static void checkArgument(boolean expression) { in checkArgument()
123 public static void checkArgument(boolean expression, @Nullable Object errorMessage) { in checkArgument()
144 public static void checkArgument(boolean expression, in checkArgument()
159 public static void checkState(boolean expression) { in checkState()
174 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState()
196 public static void checkState(boolean expression, in checkState()
DVerify.java96 public static void verify(boolean expression) { in verify()
119 boolean expression, in verify()
/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/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/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
Dequality.js65 var expression = values[i] + " == " + values[j]; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... org.eclipse.equinox.p2.metadata.expression.IMemberProvider { private static final String SEPARATOR public static ...
/external/webrtc/src/system_wrappers/interface/
Dcompile_assert.h19 #define COMPILE_ASSERT(expression) switch(0){case 0: case expression:;} argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dcalc.rb67 def evaluate( expression ) argument
/external/v8/src/
Dpreparser.h892 PreParserExpression expression) { in ExpressionStatement()
1022 PreParserExpression expression, in NewUnaryOperation()
1043 PreParserExpression expression, in NewYield()
1056 PreParserExpression expression, in NewCountOperation()
1060 PreParserExpression NewCall(PreParserExpression expression, in NewCall()
1065 PreParserExpression NewCallNew(PreParserExpression expression, in NewCallNew()
1070 PreParserStatement NewReturnStatement(PreParserExpression expression, in NewReturnStatement()
1167 static bool IsThisProperty(PreParserExpression expression) { in IsThisProperty()
1171 static bool IsIdentifier(PreParserExpression expression) { in IsIdentifier()
1175 static PreParserIdentifier AsIdentifier(PreParserExpression expression) { in AsIdentifier()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DVarOptimizer.java162 PExpression expression = varCommand.getExpression(); in optimizeVarCommands() local
199 private PCommand optimizedVarCommandOf(PPosition position, PExpression expression) { in optimizedVarCommandOf()
/external/libxml2/
DtestRegexp.c40 char expression[5000]; in testRegexpFile() local
94 char expression[5000]; in runFileTest() local

123456