HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 676 - 700 of 6680) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 74 expression = hp.get_expression()
75 if not expression or (not evalfuncs and expression.find('(') != -1):
77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression):
103 (expression,), {})
105 entity = self.get_entity(expression)
108 def get_entity(self, expression):
109 """Return the object corresponding to expression evaluated
112 if expression
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 74 expression = hp.get_expression()
75 if not expression or (not evalfuncs and expression.find('(') != -1):
77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression):
103 (expression,), {})
105 entity = self.get_entity(expression)
108 def get_entity(self, expression):
109 """Return the object corresponding to expression evaluated
112 if expression
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 74 expression = hp.get_expression()
75 if not expression or (not evalfuncs and expression.find('(') != -1):
77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression):
103 (expression,), {})
105 entity = self.get_entity(expression)
108 def get_entity(self, expression):
109 """Return the object corresponding to expression evaluated
112 if expression
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 74 expression = hp.get_expression()
75 if not expression or (not evalfuncs and expression.find('(') != -1):
77 arg_text = self.fetch_tip(expression)
83 def fetch_tip(self, expression):
103 (expression,), {})
105 entity = self.get_entity(expression)
108 def get_entity(self, expression):
109 """Return the object corresponding to expression evaluated
112 if expression
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /toolchain/binutils/binutils-2.25/gold/
script.h 63 // This class represents an expression in a linker script.
65 class Expression
69 Expression()
73 virtual ~Expression()
76 // Return the value of the expression which is not permitted to
82 // Return the value of an expression which is permitted to refer to
94 // this is an ALIGN expression. If IS_SECTION_DOT_ASSIGMENT is true,
104 // Return the value of an expression which may or may not be
118 // Print the expression to the FILE. This is for debugging.
126 // Compute the value of the expression (implemented by child class)
258 const Version_expression* expression; member in struct:gold::Version_script_info::Version_tree_match
281 const Version_expression* expression; member in struct:gold::Version_script_info::Glob
    [all...]
  /external/clang/test/Sema/
compare.c 96 (C == (unsigned short) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}}
97 (C == (unsigned char) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}}
108 (C < (unsigned short) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned short' is always false}}
109 (C < (unsigned char) b) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'unsigned char' is always false}}
126 ((short) a == C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always false}}
127 ((signed char) a == C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always false}}
138 ((short) a < C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'short' is always true}}
139 ((signed char) a < C) + // expected-warning {{comparison of constant 'C' (65536) with expression of type 'signed char' is always true}}
148 (0x80000 == (unsigned short) b) + // expected-warning {{comparison of constant 524288 with expression of type 'unsigned short' is always false}}
149 (0x80000 == (unsigned char) b) + // expected-warning {{comparison of constant 524288 with expression of type 'unsigned char' is always false}
    [all...]
block-misc.c 58 case NSBIRLazilyAllocated: // is an integer constant expression.
117 test12f = ^test12f; // expected-error {{type name requires a specifier or qualifier}} expected-error {{expected expression}}
176 (void)(bp == 1); // expected-error {{invalid operands to binary expression}}
178 (void)(1 == bp); // expected-error {{invalid operands to binary expression}}
180 (void)(bp < 1); // expected-error {{invalid operands to binary expression}}
181 (void)(bp < 0); // expected-error {{invalid operands to binary expression}}
182 (void)(1 < bp); // expected-error {{invalid operands to binary expression}}
183 (void)(0 < bp); // expected-error {{invalid operands to binary expression}}
ms-inline-asm.c 16 mov eax, 1+=2 // expected-error {{unknown token in expression}}
20 mov eax, 1+++ // expected-error {{unknown token in expression}}
24 mov eax, LENGTH bar // expected-error {{unable to lookup expression}}
28 mov eax, SIZE bar // expected-error {{unable to lookup expression}}
32 mov eax, TYPE bar // expected-error {{unable to lookup expression}} expected-error {{use of undeclared label 'bar'}}
83 __asm { mov eax, [eax] UndeclaredId } // expected-error {{unknown token in expression}} expected-error {{use of undeclared label 'UndeclaredId'}}
87 // expected-error@+2 {{unexpected type name 'A': expected expression}}
88 // expected-error@+1 {{unknown token in expression}}
static-assert.c 6 // expected-error@-2 {{static_assert expression is not an integral constant expression}}
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 41 * The XPath class wraps an expression object and provides general services
42 * for execution of that expression.
49 /** The top of the expression tree.
51 private Expression m_mainExp;
66 * Get the raw Expression object that this class wraps.
69 * @return the raw Expression object, which should not normally be null.
71 public Expression getExpression()
92 * Set the raw expression object for this object.
95 * @param exp the raw Expression object, which should not normally be null.
97 public void setExpression(Expression exp
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIteratorForward.java 25 import org.apache.xpath.Expression;
48 * location path expression for this itterator.
82 * Initialize the context values for this expression
96 // * Return the first node out of the nodeset, if this expression is
97 // * a nodeset expression. This is the default implementation for
158 * @see Expression#deepEquals(Expression)
160 public boolean deepEquals(Expression expr)
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java 24 import org.apache.xpath.Expression;
41 public abstract class Function extends Expression
46 * Set an argument expression for a function. This method is called by the
49 * @param arg non-null expression that represents the argument.
55 public void setArg(Expression arg, int argNum)
126 * @see Expression#deepEquals(Expression)
128 public boolean deepEquals(Expression expr)
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 25 import org.apache.xpath.Expression;
42 * {@link org.apache.xpath.functions.Function expression}.
46 public FunctionPattern(Expression expr, int axis, int predaxis)
67 * Should be a {@link org.apache.xpath.functions.Function expression}.
70 Expression m_functionExpr;
223 public Expression getExpression()
230 * @see ExpressionOwner#setExpression(Expression)
232 public void setExpression(Expression exp)
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 1 //===--- EvaluatedExprVisitor.h - Evaluated expression visitor --*- C++ -*-===//
12 // expression.
27 /// \brief Given a potentially-evaluated expression, this visitor visits all
55 // Don't visit either child expression if the condition is dependent.
63 // The controlling expression of a generic selection is not evaluated.
65 // Don't visit either child expression if the condition is type-dependent.
69 // controlling expression are not evaluated.
99 /// expression, assuming they are all potentially evaluated.
  /external/clang/include/clang/Basic/
ExpressionTraits.h 1 //===- ExpressionTraits.h - C++ Expression Traits Support Enums -*- C++ -*-===//
11 /// \brief Defines enumerations for expression traits intrinsics.
  /external/clang/test/Analysis/
bitwise-ops.c 25 return 0ULL << 64; // expected-warning{{The result of the '<<' expression is undefined}}
27 return 0ULL << 65; // expected-warning{{The result of the '<<' expression is undefined}}
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 4 // An expression is potentially evaluated unless it [...] is the
5 // operand of the typeid operator and the expression does not
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp 14 // - a constant with literal type and is initialized with an expression
23 // - a reference and is initialized with an expression that is
  /external/clang/test/CodeGenObjCXX/
blocks.mm 54 ^() { // expected-warning {{expression result unused}}
60 [=]() { // expected-warning {{expression result unused}}
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 12 // Expression.
20 // Special case: empty parens is a call, not an expression
  /external/clang/test/SemaCXX/
constexpr-value-init.cpp 14 constexpr A a; // expected-error {{constant expression}} expected-note {{in call to 'A()'}}
37 constexpr int n = Z<V>().c; // expected-error {{constant expression}} expected-note {{virtual base class}}
cxx0x-class.cpp 14 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}}
26 static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr function 'foo'}}
for-range-no-std.cpp 34 for (auto b : T()) {} // expected-error {{invalid range expression of type 'T'}}
37 for (int b : NS::NoADL()) {} // expected-error {{invalid range expression of type 'NS::NoADL'}}
qualified-names-diag.cpp 24 a + b; // expected-error{{invalid operands to binary expression ('foo::wibble::x' and '::bar::y' (aka 'int'))}}
27 c + b; // expected-error{{invalid operands to binary expression ('::foo::wibble::bar::wonka::x::y' and '::bar::y' (aka 'int'))}}

Completed in 459 milliseconds

<<21222324252627282930>>