/external/astl/include/ |
iomanip | 39 // - a stream operator that takes the structure as second argument and 59 inline ostream& operator<<(ostream& os, android::SetPrecision params) { 72 inline ostream& operator<<(ostream& os, android::SetBase params) {
|
functional | 59 bool operator()(const _T& left, const _T& right) const \
|
streambuf | 150 streambuf& operator=(const streambuf&) { return *this; }
|
/external/valgrind/main/massif/tests/ |
deep-C.stderr.exp | 4 Massif: operator new(unsigned) 5 Massif: operator new(unsigned long) 7 Massif: operator new[](unsigned) 8 Massif: operator new[](unsigned long) 14 Massif: operator new(unsigned, std::nothrow_t const&) 15 Massif: operator new[](unsigned, std::nothrow_t const&) 16 Massif: operator new(unsigned long, std::nothrow_t const&) 17 Massif: operator new[](unsigned long, std::nothrow_t const&)
|
peak2.stderr.exp | 4 Massif: operator new(unsigned) 5 Massif: operator new(unsigned long) 7 Massif: operator new[](unsigned) 8 Massif: operator new[](unsigned long) 14 Massif: operator new(unsigned, std::nothrow_t const&) 15 Massif: operator new[](unsigned, std::nothrow_t const&) 16 Massif: operator new(unsigned long, std::nothrow_t const&) 17 Massif: operator new[](unsigned long, std::nothrow_t const&)
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
IntRectMac.mm | 33 IntRect::operator NSRect() const
|
/external/webkit/Source/WebCore/platform/mac/ |
KURLMac.mm | 59 KURL::operator NSURL *() const
|
/external/webkit/Source/WebCore/svg/ |
SVGFECompositeElement.idl | 44 readonly attribute SVGAnimatedEnumeration operator;
|
/external/webkit/Source/WebKit2/Shared/mac/ |
LayerTreeContextMac.mm | 61 bool operator==(const LayerTreeContext& a, const LayerTreeContext& b)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
DbQueryUtils.java | 42 private static String getClauseWithOperator(String field, String operator, String value) { 46 clause.append(" ").append(operator).append(" ");
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 89 (* If this is a unary operator, read it. *) 93 (* If the current token is not an operator, it must be a primary expr. *) 110 (* Parse the unary expression after the binary operator. *) 117 (* If BinOp binds less tightly with rhs than the operator after 118 * rhs, let the pending operator take rhs as its lhs. *) 162 'Token.Kwd op ?? "expected an operator"; 171 (* Verify right number of arguments for operator. *) 173 then raise (Stream.Error "invalid number of operands for operator") [all...] |
ast.ml | 13 (* variant for a unary operator. *) 16 (* variant for a binary operator. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
ast.ml | 13 (* variant for a unary operator. *) 16 (* variant for a binary operator. *)
|
parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 103 (* If this is a unary operator, read it. *) 107 (* If the current token is not an operator, it must be a primary expr. *) 124 (* Parse the primary expression after the binary operator. *) 131 (* If BinOp binds less tightly with rhs than the operator after 132 * rhs, let the pending operator take rhs as its lhs. *) 188 'Token.Kwd op ?? "expected an operator"; 197 (* Verify right number of arguments for operator. *) 199 then raise (Stream.Error "invalid number of operands for operator") [all...] |
/external/webkit/Source/WebCore/platform/network/mac/ |
ResourceErrorMac.mm | 105 ResourceError::operator NSError *() const 115 ResourceError::operator CFErrorRef() const
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 63 (* Parse the primary expression after the binary operator. *) 70 (* If BinOp binds less tightly with rhs than the operator after 71 * rhs, let the pending operator take rhs as its lhs. *)
|
ast.ml | 13 (* variant for a binary operator. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 63 (* Parse the primary expression after the binary operator. *) 70 (* If BinOp binds less tightly with rhs than the operator after 71 * rhs, let the pending operator take rhs as its lhs. *)
|
ast.ml | 13 (* variant for a binary operator. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
parser.ml | 5 (* binop_precedence - This holds the precedence for each binary operator that is 9 (* precedence - Get the precedence of the pending binary operator token. *) 63 (* Parse the primary expression after the binary operator. *) 70 (* If BinOp binds less tightly with rhs than the operator after 71 * rhs, let the pending operator take rhs as its lhs. *)
|
ast.ml | 13 (* variant for a binary operator. *)
|
/external/webkit/Source/WebCore/bindings/objc/ |
ObjCEventListener.mm | 82 bool ObjCEventListener::operator==(const EventListener& listener)
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
dashboard.py | 29 import operator namespace
|
statusbubble.py | 29 import operator namespace
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 73 /** Connection operator for this pool */ 74 protected final ClientConnectionOperator operator; field in class:ConnPoolByRoute 96 public ConnPoolByRoute(final ClientConnectionOperator operator, final HttpParams params) { 98 if (operator == null) { 99 throw new IllegalArgumentException("Connection operator may not be null"); 101 this.operator = operator; 315 entry = createEntry(rospl, operator); 320 entry = createEntry(rospl, operator); 476 * @param op the operator for creating a connectio [all...] |