/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/v8/test/mjsunit/ |
D | debug-evaluate-with-context.js | 102 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/ |
D | spin_wait.h | 34 #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/ |
D | Assert.java | 51 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/ |
D | Preconditions.java | 70 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/ |
D | Test.h | 82 #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/ |
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/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/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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
D | argument-types.js | 3 function shouldNotThrow(expression) argument 13 function test(expression, expressionShouldThrow, expectedException) { argument
|
/external/webkit/Source/WebCore/xml/ |
D | XPathEvaluator.cpp | 43 PassRefPtr<XPathExpression> XPathEvaluator::createExpression(const String& expression, in createExpression() 55 PassRefPtr<XPathResult> XPathEvaluator::evaluate(const String& expression, in evaluate()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorRuntimeAgent.cpp | 52 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()
|
D | InjectedScript.cpp | 57 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()
|
D | InjectedScriptSource.js | 179 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/ |
D | XpathResourceXmlLoader.java | 14 private String expression; field in XpathResourceXmlLoader 16 public XpathResourceXmlLoader(ResourceExtractor resourceExtractor, String expression) { in XpathResourceXmlLoader()
|
/external/webrtc/src/system_wrappers/interface/ |
D | compile_assert.h | 19 #define COMPILE_ASSERT(expression) switch(0){case 0: case expression:;} argument
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | calc.rb | 67 def evaluate( expression ) argument
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | debug.h | 36 #define ASSERT(expression) do { \ argument
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | common.cc | 65 const char * expression) { in LogAssert()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | try-003.js | 36 function TrySomething( expression, throwing ) { argument
|
D | try-012.js | 45 function TrySomething( expression, throwing ) { argument
|
/external/webkit/Tools/WebKitAPITest/ |
D | Test.h | 55 #define TEST_ASSERT(expression) do { if (!(expression)) { TestsController::shared().testFailed(__FI… argument
|
/external/eigen/Eigen/src/Core/ |
D | NoAlias.h | 35 NoAlias(ExpressionType& expression) : m_expression(expression) {} in NoAlias()
|