HomeSort by relevance Sort by last modified time
    Searched refs:expression (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/gtest/src/
gtest-death-test.cc 229 #define GTEST_DEATH_TEST_CHECK_(expression) \
231 if (!(expression)) { \
234 __FILE__, __LINE__, #expression)); \
242 // evaluates the expression as long as it evaluates to -1 and sets
243 // errno to EINTR. If the expression evaluates to -1 but errno is
245 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \
249 gtest_retval = (expression); \
254 __FILE__, __LINE__, #expression)); \
355 // The regular expression which test output must match. DeathTestImpl
794 // regex: A regular expression object to be applied t
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 221 #define GTEST_DEATH_TEST_CHECK_(expression) \
223 if (!::testing::internal::IsTrue(expression)) { \
226 __FILE__, __LINE__, #expression)); \
234 // evaluates the expression as long as it evaluates to -1 and sets
235 // errno to EINTR. If the expression evaluates to -1 but errno is
237 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \
241 gtest_retval = (expression); \
246 __FILE__, __LINE__, #expression)); \
349 // The regular expression which test output must match. DeathTestImpl
436 // regex: A regular expression object to be applied t
    [all...]
  /external/bluetooth/glib/glib/
gmessages.c 533 const char *expression)
545 expression);
574 const char *expression)
584 expression
590 expression);
  /frameworks/base/tools/aidl/
Type.cpp 28 Expression* NULL_VALUE;
29 Expression* THIS_VALUE;
30 Expression* SUPER_VALUE;
31 Expression* TRUE_VALUE;
32 Expression* FALSE_VALUE;
252 Expression*
487 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
510 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
803 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
825 ifpart->expression = new Comparison(new LiteralExpression("0"), "!="
    [all...]
generate_java.cpp 147 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE);
169 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck);
267 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0"));
502 checklen->expression = new Comparison(v, "==", NULL_VALUE);
  /external/v8/src/ia32/
codegen-ia32.h 57 Expression* expression,
61 Expression* expression() const { return expression_; } function in class:v8::internal::BASE_EMBEDDED
87 // expression stack. The reference is expected to be already on top of
88 // the expression stack, and it is consumed by the call unless the
98 // Generate code to store the value on top of the expression stack in the
100 // on the expression stack. The value is stored in the location specified
107 Expression* expression_;
125 // when compiling an expression) because they can cause either labe
    [all...]
  /external/v8/src/x64/
codegen-x64.h 58 Expression* expression,
62 Expression* expression() const { return expression_; } function in class:v8::internal::BASE_EMBEDDED
88 // expression stack. The reference is expected to be already on top of
89 // the expression stack, and it is consumed by the call unless the
99 // Generate code to store the value on top of the expression stack in the
101 // on the expression stack. The value is stored in the location specified
108 Expression* expression_;
125 // when compiling an expression) because they can cause either labe
    [all...]
codegen-x64.cc 670 void CodeGenerator::CallApplyLazy(Expression* applicand,
671 Expression* receiver,
695 // expression stack. Avoid allocating the arguments object here.
997 Expression* expression = node->expression(); local
3050 Expression* expression = node->expression(); local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 488 labelElement.appendChild(document.createTextNode(WebInspector.UIString("The breakpoint on line %d will stop only if this expression is true:", lineNumber)));
521 var expression = selection.getRangeAt(0).toString().trimWhitespace();
522 WebInspector.panels.scripts.evaluateInSelectedCallFrame(expression, false, "console", function(result, exception) {
524 var commandMessage = new WebInspector.ConsoleCommand(expression);
  /external/v8/src/
data-flow.cc 61 Visit(stmt->expression());
274 ZoneList<Expression*>* VarUseMap::Lookup(Variable* var) {
277 entry->value = new ZoneList<Expression*>(1);
279 return reinterpret_cast<ZoneList<Expression*>*>(entry->value);
306 void LivenessAnalyzer::RecordUse(Variable* var, Expression* expr) {
308 ZoneList<Expression*>* uses = live_vars_.Lookup(var);
313 void LivenessAnalyzer::RecordDef(Variable* var, Expression* expr) {
329 ZoneList<Expression*>* uses = live_vars_.Lookup(var);
331 Expression* use_site = uses->RemoveLast();
353 Visit(stmt->expression());
    [all...]
d8.js 412 DebugRequest.prototype.makeEvaluateJSONRequest_ = function(expression) {
415 // Check if the expression is a handle id in the form #<handle>#.
416 var handle_match = expression.match(/^#([0-9]*)#$/);
429 request.arguments.expression = expression;
607 throw new Error('Missing expression.');
617 throw new Error('Missing expression.');
830 print('print <expression>');
831 print('dir <expression>');
    [all...]
scopes.h 162 // Set an expression node that will be executed when the scope is
166 void SetIllegalRedeclaration(Expression* expression);
168 // Visit the illegal redeclaration expression. Do not call if the
331 Expression* illegal_redecl_;
fast-codegen.cc 111 Visit(stmt->expression());
279 // Expression::IsPropertyName implies that the name is a literal
317 // Expression::IsPropertyName implies that the name is a literal
375 // (i.e., the expression stack has height no more than two).
376 if (!expr->right()->IsLeaf()) BAILOUT("expression nested on right");
482 Visit(stmt->expression());
  /external/v8/test/mjsunit/
debug-evaluate-bool-constructor.js 46 expression: 'a',
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 533 _( "bad character class expression: %s" ),
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 218 EAS_U8 expression; /* CC11 */ member in struct:s_synth_channel_tag
  /external/webkit/WebCore/dom/
Document.idl 117 [OldStyleObjC] XPathExpression createExpression(in DOMString expression,
121 [OldStyleObjC, V8Custom] XPathResult evaluate(in DOMString expression,
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
XPathParser.java 92 * have to be done each time the expression is evaluated.
95 * @param expression A string conforming to the XPath grammar.
102 Compiler compiler, String expression, PrefixResolver namespaceContext)
112 lexer.tokenize(expression);
169 * have to be done each time the expression is evaluated.
171 * @param expression A String representing the XPath.
178 Compiler compiler, String expression, PrefixResolver namespaceContext)
188 lexer.tokenize(expression);
740 * the length value for the total expression.
763 * the length value for the total expression
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/qemu/
monitor.c     [all...]

Completed in 1345 milliseconds

1 2 34 5 6 7