Home
last modified time | relevance | path

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

12345

/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/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/chromium/base/
Dspin_wait.h34 #define SPIN_FOR_1_SECOND_OR_UNTIL_TRUE(expression) \ argument
38 #define SPIN_FOR_TIMEDELTA_OR_UNTIL_TRUE(delta, expression) do { \ 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.java70 public static void checkArgument(boolean expression) { in checkArgument()
86 boolean expression, @Nullable Object errorMessage) { in checkArgument()
111 public static void checkArgument(boolean expression, in checkArgument()
127 public static void checkState(boolean expression) { in checkState()
143 boolean expression, @Nullable Object errorMessage) { in checkState()
168 public static void checkState(boolean expression, in checkState()
/external/webkit/Tools/TestWebKitAPI/
DTest.h82 #define _TEST_ASSERT_HELPER(expression, returnStatement) do { if (!(expression)) { TestsController:… argument
83 #define TEST_ASSERT(expression) _TEST_ASSERT_HELPER(expression, return) argument
84 #define TEST_ASSERT_RETURN(expression, returnValue) _TEST_ASSERT_HELPER(expression, return (returnV… 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/jsilver/src/com/google/streamhtmlparser/impl/
DStateTableTransition.java37 private final String expression; field in StateTableTransition
54 StateTableTransition(String expression, InternalState from, in StateTableTransition()
/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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
Dargument-types.js3 function shouldNotThrow(expression) argument
13 function test(expression, expressionShouldThrow, expectedException) { argument
/external/webkit/Source/WebCore/xml/
DXPathEvaluator.cpp43 PassRefPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression, in createExpression()
55 PassRefPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, in evaluate()
/external/webkit/Source/WebCore/inspector/
DInspectorRuntimeAgent.cpp52 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const Stri… in evaluate()
59 …t::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<I… in evaluateOn()
73 …rString* errorString, const String& objectId, const String& propertyName, const String& expression) in setPropertyValue()
DInjectedScript.cpp57 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& obj… in evaluate()
66 …t::evaluateOn(ErrorString* errorString, const String& objectId, const String& expression, RefPtr<I… in evaluateOn()
74 …nCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const St… in evaluateOnCallFrame()
114 …rString* errorString, const String& objectId, const String& propertyName, const String& expression) in setPropertyValue()
DInjectedScriptSource.js179 setPropertyValue: function(objectId, propertyName, expression) argument
243 evaluate: function(expression, objectGroup, injectCommandLineAPI) argument
248 evaluateOn: function(objectId, expression) argument
262 …_evaluateAndWrap: function(evalFunction, object, expression, objectGroup, isEvalOnCallFrame, injec… argument
271 _evaluateOn: function(evalFunction, object, expression, isEvalOnCallFrame, injectCommandLineAPI) argument
311 evaluateOnCallFrame: function(callFrameId, expression, objectGroup, injectCommandLineAPI) argument
/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/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/webkit/Source/ThirdParty/ANGLE/src/compiler/
Ddebug.h36 #define ASSERT(expression) do { \ argument
/external/chromium/third_party/libjingle/source/talk/base/
Dcommon.cc65 const char * expression) { in LogAssert()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dtry-003.js36 function TrySomething( expression, throwing ) { argument
Dtry-012.js45 function TrySomething( expression, throwing ) { argument
/external/webkit/Tools/WebKitAPITest/
DTest.h55 #define TEST_ASSERT(expression) do { if (!(expression)) { TestsController::shared().testFailed(__FI… argument
/external/eigen/Eigen/src/Core/
DNoAlias.h35 NoAlias(ExpressionType& expression) : m_expression(expression) {} in NoAlias()

12345