Searched defs:expression (Results 76 - 100 of 145) sorted by relevance

123456

/external/mksh/src/
H A Dexpr.c147 /* expression being evaluated */
148 const char *expression; member in struct:expr_state
159 /* evaluating an $(()) expression? */
179 * parse and evaluate expression
195 * parse and evaluate expression, storing result in vp.
208 curstate.expression = curstate.tokp = expr;
267 s = "end of expression";
277 warningf(true, "%s: %s '%s'", es->expression,
282 warningf(true, "%s: %s '%s'", es->expression,
287 warningf(true, "%s: %s '%s'", es->expression,
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_types.h246 EAS_U8 expression; /* CC11 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_types.h246 EAS_U8 expression; /* CC11 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h251 EAS_U8 expression; /* CC11 */ member in struct:s_midi_controllers_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jar ... java.lang.String toString () } org/eclipse/core/expressions/Expression$1.class Expression.java package org. ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .framework.console.CommandInterpreter interpreter String urlString String expression boolean useFull java.net.URI repoURL org. ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jar ... void setIndex (org.apache.commons.el.Expression) org.apache.commons.el.Expression pIndex ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp1463 PassOwnPtrWillBeRawPtr<MediaQueryExp> BisonCSSParser::sinkFloatingMediaQueryExp(MediaQueryExp* expression) argument
1465 ASSERT_UNUSED(expression, expression == m_floatingMediaQueryExp);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
H A Dparse-js.js441 return with_eof_error("Unterminated regular expression", function(){
694 var ex = expression();
777 : prog1(expression, semicolon));
783 return as("throw", prog1(expression, semicolon));
816 return as("stat", prog1(expression, semicolon));
841 var obj = expression();
846 var init = is("punc", ";") ? null : has_var ? var_() : expression();
848 var test = is("punc", ";") ? null : expression();
850 var step = is("punc", ")") ? null : expression();
914 a.push([ expression(), cu
1163 function expression(commas) { function
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h463 ast_expression *expression; member in union:YYSTYPE
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast.h136 * Operators for AST expression nodes.
196 * Representation of any sort of expression.
631 ast_expression *expression; member in class:ast_expression_statement
/external/chromium_org/v8/src/
H A Dparser.h184 // "Adds" an empty expression. Does nothing except consume a
289 // Parser state of containing expression, if any.
296 // Index in captures array of first capture in this sub-expression, if any.
297 // Also the capture index of this sub-expression itself, if group_type
400 // Returns true if the expression is of type "this.foo".
401 static bool IsThisProperty(Expression* expression);
403 static bool IsIdentifier(Expression* expression);
409 static const AstRawString* AsIdentifier(Expression* expression) { argument
410 DCHECK(IsIdentifier(expression));
411 return expression
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1133 void mock_assert(const int result, const char* const expression, argument
1137 longjmp(global_expect_assert_env, (int)expression);
1139 print_error("ASSERT: %s\n", expression);
1146 void _assert_true(const int result, const char * const expression, argument
1149 print_error("%s\n", expression);
/external/elfutils/0.153/src/
H A Dldscript.c126 static struct expression *new_expr (int tag);
132 struct expression *expression,
247 struct expression *expr;
2446 static struct expression *
2449 struct expression *newp = (struct expression *)
2495 new_assignment (const char *variable, struct expression *expression, argument
2502 newp->expression
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java882 Exception cause, boolean expression) {
883 if (!expression) {
881 smartAssertTrue(ImmutableSet<ListenableFuture<String>> inputs, Exception cause, boolean expression) argument
/external/lldb/source/API/
H A DSBValue.cpp704 SBValue::CreateValueFromExpression (const char *name, const char* expression) argument
708 return CreateValueFromExpression (name, expression, options);
712 SBValue::CreateValueFromExpression (const char *name, const char *expression, SBExpressionOptions &options) argument
726 target->EvaluateExpression (expression,
740 log->Printf ("SBValue(%p)::CreateValueFromExpression(name=\"%s\", expression=\"%s\") => SBValue (%p)",
743 expression,
746 log->Printf ("SBValue(%p)::CreateValueFromExpression(name=\"%s\", expression=\"%s\") => NULL",
749 expression);
/external/mesa3d/src/glsl/
H A Dast.h136 * Operators for AST expression nodes.
196 * Representation of any sort of expression.
631 ast_expression *expression; member in class:ast_expression_statement
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp1025 void InspectorDebuggerAgent::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>& exceptionDetails) argument
1054 injectedScript.evaluateOnCallFrame(errorString, m_currentCallStack, asyncCallStacks, callFrameId, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown, &exceptionDetails);
1066 void InspectorDebuggerAgent::compileScript(ErrorString* errorString, const String& expression, const String& sourceURL, const int* executionContextId, TypeBuilder::OptOutput<ScriptId>* scriptId, RefPtr<ExceptionDetails>& exceptionDetails) argument
1079 scriptDebugServer().compileScript(injectedScript.scriptState(), expression, sourceURL, &scriptIdValue, &exceptionDetailsText, &lineNumberValue, &columnNumberValue, &stackTraceValue);
1176 *errorString = "Invalid regular expression";
/external/chromium_org/third_party/libxml/src/
H A Druntest.c2323 char expression[5000]; local
2346 while (fgets(expression, 4500, input) != NULL) {
2347 len = strlen(expression);
2350 ((expression[len] == '\n') || (expression[len] == '\t') ||
2351 (expression[len] == '\r') || (expression[len] == ' '))) len--;
2352 expression[len + 1] = 0;
2356 expression) ;
2357 testXPath(expression, xpt
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp157 // Reference for expression "in0, in2 + in1, in1 + in0"
159 // Reference for expression "in0, in2 + in1, in1 + in0"
161 // Reference for expression "in0 && in1, in0, ivec2(vec2(in0) + in2)"
163 // Reference for expression "in0 + vec4(in1), in2, in1"
165 // Reference for expression "in0++, in1 = in0 + in2, in2 = in1"
167 // Reference for expression "in1++, in0 = float(in1), in1 = int(in0 + in2)"
169 // Reference for expression "in1 = in0, in2++, in2 = in2 + vec2(in1), ivec2(in2)"
171 // Reference for expression "in0 = in0 + vec4(in2), in1 = in1 + ivec4(in0), in1++"
1519 string expression = string("") + "res = (" + s_sequenceCases[caseNdx].expressionStr + ");"; local
1522 group->addChild(new ShaderOperatorCase(m_context, name.c_str(), "", isVertexCase, s_sequenceCases[caseNdx].evalFunc, expression
[all...]
/external/lldb/source/Core/
H A DValueObject.cpp609 // classes (which really aren't part of the expression path), so we
2163 // your expression path needs to have a leading . or ->
2169 SkipLeadingExpressionPathSeparators(const char* expression) argument
2171 if (!expression || !expression[0])
2172 return expression;
2173 if (expression[0] == '.')
2174 return expression+1;
2175 if (expression[0] == '-' && expression[
2181 GetSyntheticExpressionPathChild(const char* expression, bool can_create) argument
2419 GetValueForExpressionPath(const char* expression, const char** first_unparsed, ExpressionPathScanEndReason* reason_to_stop, ExpressionPathEndResultType* final_value_type, const GetValueForExpressionPathOptions& options, ExpressionPathAftermath* final_task_on_target) argument
2487 GetValuesForExpressionPath(const char* expression, ValueObjectListSP& list, const char** first_unparsed, ExpressionPathScanEndReason* reason_to_stop, ExpressionPathEndResultType* final_value_type, const GetValueForExpressionPathOptions& options, ExpressionPathAftermath* final_task_on_target) argument
4069 CreateValueObjectFromExpression(const char* name, const char* expression, const ExecutionContext& exe_ctx) argument
[all...]

Completed in 9110 milliseconds

123456