Searched defs:expression (Results 26 - 50 of 145) sorted by relevance

123456

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssert.java45 * @param expression
46 * the boolean expression of the check
51 public static boolean isLegal(boolean expression) { argument
52 return isLegal(expression, ""); //$NON-NLS-1$
60 * @param expression
61 * the boolean expression of the check
68 public static boolean isLegal(boolean expression, String message) { argument
69 if (!expression) {
72 return expression;
243 * @param expression
247 isTrue(boolean expression) argument
262 isTrue(boolean expression, String message) argument
284 isTrue(boolean expression, String errorFormat, Object... args) argument
302 isTrue2(boolean expression, String errorFormat, Object... args) argument
[all...]
/external/eigen/Eigen/src/Core/
H A DSwap.h118 ExpressionType& expression() const { return m_expression; } function in class:Eigen::SwapWrapper
H A DSelfCwiseBinaryOp.h22 * This is a pseudo expression class re-implementing the copyCoeff/copyPacket
153 Lhs& expression() const function in class:Eigen::SelfCwiseBinaryOp
/external/guava/guava/src/com/google/common/base/
H A DPreconditions.java38 * Note that the sense of the expression is inverted; with {@code Preconditions}
64 * Ensures the truth of an expression involving one or more parameters to the
67 * @param expression a boolean expression
68 * @throws IllegalArgumentException if {@code expression} is false
70 public static void checkArgument(boolean expression) { argument
71 if (!expression) {
77 * Ensures the truth of an expression involving one or more parameters to the
80 * @param expression a boolean expression
85 checkArgument( boolean expression, @Nullable Object errorMessage) argument
111 checkArgument(boolean expression, @Nullable String errorMessageTemplate, @Nullable Object... errorMessageArgs) argument
127 checkState(boolean expression) argument
142 checkState( boolean expression, @Nullable Object errorMessage) argument
168 checkState(boolean expression, @Nullable String errorMessageTemplate, @Nullable Object... errorMessageArgs) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java51 * of an XPath expression.
193 private XObject eval(String expression, Object contextItem) argument
195 org.apache.xpath.XPath xpath = new org.apache.xpath.XPath( expression,
226 * <p>Evaluate an <code>XPath</code> expression in the specified context and return the result as the specified type.</p>
243 * If <code>expression</code> or <code>returnType</code> is <code>null</code>, then a
246 * @param expression The XPath expression.
250 * @return Result of evaluating an XPath expression as an <code>Object</code> of <code>returnType</code>.
252 * @throws XPathExpressionException If <code>expression</code> cannot be evaluated.
254 * @throws NullPointerException If <code>expression</cod
256 evaluate(String expression, Object item, QName returnType) argument
369 evaluate(String expression, Object item) argument
391 compile(String expression) argument
441 evaluate(String expression, InputSource source, QName returnType) argument
519 evaluate(String expression, InputSource source) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Doobe_base_test.cc151 void OobeBaseTest::JsExpect(const std::string& expression) { argument
155 "window.domAutomationController.send(!!(" + expression + "));",
157 ASSERT_TRUE(result) << expression;
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator_unittest.cc20 const std::string& expression,
25 patterns_dict->GetDictionaryWithoutPathExpansion(expression,
29 patterns_dict->SetWithoutPathExpansion(expression, expression_dict);
19 SetContentPattern(base::DictionaryValue* patterns_dict, const std::string& expression, const std::string& content_type, int setting) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.h133 CSSCalcValue(PassRefPtrWillBeRawPtr<CSSCalcExpressionNode> expression, ValueRange range) argument
135 , m_expression(expression)
H A DMediaList.cpp256 DEFINE_STATIC_LOCAL(String, mediaQueryMessage, ("Consider using 'dppx' units, as in CSS '%replacementUnits%' means dots-per-CSS-%lengthUnit%, not dots-per-physical-%lengthUnit%, so does not correspond to the actual '%replacementUnits%' of a screen. In media query expression: "));
302 const MediaQueryExp* expression = expressions.at(j).get(); local
303 if (isResolutionMediaFeature(expression->mediaFeature())) {
304 MediaQueryExpValue expValue = expression->expValue();
/external/chromium_org/third_party/libxml/src/
H A DtestRegexp.c40 char expression[5000]; local
49 while (fgets(expression, 4500, input) != NULL) {
50 len = strlen(expression);
53 ((expression[len] == '\n') || (expression[len] == '\t') ||
54 (expression[len] == '\r') || (expression[len] == ' '))) len--;
55 expression[len + 1] = 0;
57 if (expression[0] == '#')
59 if ((expression[
94 char expression[5000]; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h87 const char* expression);
92 const char* expression);
112 int line, const char* expression) {
114 LogAssert(function, file, line, expression);
123 int line, const char* expression) {
125 LogAssert(function, file, line, expression);
138 // benefit of breaking exactly where the failing expression is and not two
111 Assert(bool result, const char* function, const char* file, int line, const char* expression) argument
122 AssertNoBreak(bool result, const char* function, const char* file, int line, const char* expression) argument
/external/e2fsprogs/intl/
H A Dplural-exp.h34 struct expression struct
64 struct expression *args[3]; /* Up to three arguments. */
73 struct expression *res;
82 binary incompatible changes in 'struct expression'. Furthermore,
104 extern void FREE_EXPRESSION (struct expression *exp)
107 extern struct expression GERMANIC_PLURAL attribute_hidden;
109 struct expression **pluralp,
114 extern unsigned long int plural_eval (struct expression *pexp,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... org.eclipse.equinox.p2.metadata.expression.IMemberProvider { private static final String SEPARATOR public static final ...
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java157 * Optimizes a complex var command by recursively expanding its expression into a sequence of
162 PExpression expression = varCommand.getExpression();
167 if (expression instanceof AAddExpression) {
170 AAddExpression addExpression = (AAddExpression) expression;
179 if (expression instanceof AFunctionExpression) {
182 AFunctionExpression functionExpression = (AFunctionExpression) expression;
196 * Create a var command from the given expression and recursively optimize it, returning the
199 private PCommand optimizedVarCommandOf(PPosition position, PExpression expression) { argument
200 return optimizeVarCommands(new AVarCommand(cloneOf(position), cloneOf(expression)));
243 * Returns a quoted string expression o
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_localization_browsertest.cc138 const std::string expression = base::StringPrintf( local
153 const bool execute_status = checker.GetBool(expression);
154 EXPECT_TRUE(execute_status) << expression;
160 const std::string expression = base::StringPrintf( local
171 const bool execute_status = checker.GetBool(expression);
172 EXPECT_TRUE(execute_status) << expression;
177 const std::string expression = base::StringPrintf( local
221 return checker.GetString(expression);
/external/chromium_org/pdf/
H A Dpdf.cc33 void HandleInvalidParameter(const wchar_t* expression, argument
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryParser.cpp231 OwnPtrWillBeRawPtr<MediaQueryExp> expression = MediaQueryExp::createIfValid(m_mediaFeature, &m_valueList); local
232 bool isValid = !!expression;
233 m_expressions->append(expression.release());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScript.cpp61 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails) argument
64 function.appendArgument(expression);
72 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown) argument
76 function.appendArgument(expression);
83 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const Vector<ScriptValue>& asyncCallStacks, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* exceptionDetails) argument
89 function.appendArgument(expression);
H A DInspectorRuntimeAgent.cpp78 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>& exceptionDetails) argument
89 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown, &exceptionDetails);
97 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) argument
114 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown);
H A DJavaScriptCallFrame.cpp154 v8::Handle<v8::Value> JavaScriptCallFrame::evaluateWithExceptionDetails(const String& expression) argument
158 v8::Handle<v8::Value> argv[] = { v8String(m_debuggerContext.newLocal(m_isolate)->GetIsolate(), expression) };
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp28 // Add a terminal node for an identifier in an expression.
486 TOperator branchOp, TIntermTyped *expression, const TSourceLoc &line)
488 TIntermBranch *node = new TIntermBranch(branchOp, expression);
485 addBranch( TOperator branchOp, TIntermTyped *expression, const TSourceLoc &line) argument
/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp16 void reportFailure(const char expression[], const char file[], int line);
22 #define FORTH_ASSERT(reporter, expression) \
24 if (!(expression)) { \
25 reporter->reportFailure(#expression, __FILE__, __LINE__); \
370 void Reporter::reportFailure(const char expression[], const char file[], argument
372 SkDebugf("failed %s:%d: %s\n", file, line, expression);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DEscapingEvaluator.java55 * Generates a JavaExpression to determine whether a given CS expression should be escaped before
57 * is the output of an escaping function. If not, any expression that contains an escaping function
74 * @param expression variable expression to be evaluated.
77 * @return Returns a {@code JavaExpression} representing a boolean expression that evaluates to
78 * {@code true} if {@code expression} should be exempted from escaping and {@code false}
81 public JavaExpression computeIfExemptFromEscaping(PExpression expression, argument
84 return computeForPropagateStatus(expression);
86 return computeEscaping(expression, propagateEscapeStatus);
89 private JavaExpression computeForPropagateStatus(PExpression expression) { argument
113 computeEscaping(PExpression expression, boolean propagateEscapeStatus) argument
[all...]
H A DJavaExpression.java25 * Represents a node of a Java expression.
39 protected JavaExpression cast(JavaExpression expression) {
40 if (expression.getType() == VAR_NAME) {
41 expression = expression.cast(DATA);
43 return call(Type.STRING, "asString", expression);
48 protected JavaExpression cast(JavaExpression expression) {
49 if (expression.getType() == VAR_NAME) {
50 expression = expression
140 cast(JavaExpression expression) argument
425 prefix(Type type, final String operator, final JavaExpression expression) argument
489 callFindVariable(JavaExpression expression, boolean create) argument
[all...]
H A DJavaSourceWriter.java198 public void startIfBlock(JavaExpression expression) { argument
201 writeExpression(expression);
227 public void startIterableForLoop(String type, String name, JavaExpression expression) { argument
234 writeExpression(expression);
256 public void writeStatement(JavaExpression expression) { argument
258 writeExpression(expression);
263 public void writeExpression(JavaExpression expression) { argument
264 expression.write(out);

Completed in 8584 milliseconds

123456