Searched defs:operator (Results 1 - 25 of 4330) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DConnPoolByRoute.java78 /** Connection operator for this pool */
79 protected final ClientConnectionOperator operator; field in class:ConnPoolByRoute
101 public ConnPoolByRoute(final ClientConnectionOperator operator, final HttpParams params) { argument
103 if (operator == null) {
104 throw new IllegalArgumentException("Connection operator may not be null");
106 this.operator = operator;
320 entry = createEntry(rospl, operator);
325 entry = createEntry(rospl, operator);
481 * @param op the operator fo
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp99 return operator[]( loc );
120 const String & String::operator=( const String &rhs )
138 //const String & String::operator+=( const char aChar )
148 const String & String::operator+=( const String &other )
167 int String::operator==( const String &rhs ) const
172 int String::operator!=( const String &rhs ) const
177 int String::operator<( const String &rhs ) const
182 int String::operator>( const String &rhs ) const
187 int String::operator<=( const String &rhs ) const
192 int String::operator>
[all...]
H A DWString.h43 const String & operator = ( const String &rhs );
44 const String & operator +=( const String &rhs );
45 //const String & operator +=( const char );
46 int operator ==( const String &rhs ) const;
47 int operator !=( const String &rhs ) const;
48 int operator < ( const String &rhs ) const;
49 int operator > ( const String &rhs ) const;
50 int operator <=( const String &rhs ) const;
51 int operator >=( const String &rhs ) const;
52 char operator []( unsigne
[all...]
/external/bison/examples/calc++/
H A Dlocation.hh117 inline const location operator+ (const location& begin, const location& end)
125 inline const location operator+ (const location& begin, unsigned int width)
133 inline location& operator+= (location& res, unsigned int width)
141 operator== (const location& loc1, const location& loc2)
148 operator!= (const location& loc1, const location& loc2)
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
H A Dposition.hh109 operator+= (position& res, const int width)
117 operator+ (const position& begin, const int width)
125 operator-= (position& res, const int width)
132 operator- (const position& begin, const int width)
139 operator== (const position& pos1, const position& pos2)
150 operator!= (const position& pos1, const position& pos2)
161 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
H A Dstack.hh65 operator [] (unsigned int i)
72 operator [] (unsigned int i) const
119 operator [] (unsigned int i) const
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hf_client_api.h239 tBTA_HF_CLIENT_OPERATOR_NAME operator; member in union:__anon814
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DContentSigner.java1 package org.bouncycastle.operator;
H A DContentVerifier.java1 package org.bouncycastle.operator;
H A DContentVerifierProvider.java1 package org.bouncycastle.operator;
H A DDefaultDigestAlgorithmIdentifierFinder.java1 package org.bouncycastle.operator;
H A DDefaultSignatureAlgorithmIdentifierFinder.java1 package org.bouncycastle.operator;
H A DDigestAlgorithmIdentifierFinder.java1 package org.bouncycastle.operator;
H A DDigestCalculator.java1 package org.bouncycastle.operator;
8 * General interface for an operator that is able to calculate a digest from
H A DDigestCalculatorProvider.java1 package org.bouncycastle.operator;
H A DOperatorCreationException.java1 package org.bouncycastle.operator;
H A DOperatorException.java1 package org.bouncycastle.operator;
H A DOperatorStreamException.java1 package org.bouncycastle.operator;
H A DRawContentVerifier.java1 package org.bouncycastle.operator;
H A DRuntimeOperatorException.java1 package org.bouncycastle.operator;
H A DSignatureAlgorithmIdentifierFinder.java1 package org.bouncycastle.operator;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcDefaultDigestProvider.java1 package org.bouncycastle.operator.bc;
32 import org.bouncycastle.operator.OperatorCreationException;
H A DBcDigestCalculatorProvider.java1 package org.bouncycastle.operator.bc;
10 import org.bouncycastle.operator.DigestCalculator;
11 import org.bouncycastle.operator.DigestCalculatorProvider;
12 import org.bouncycastle.operator.OperatorCreationException;
H A DBcDigestProvider.java1 package org.bouncycastle.operator.bc;
5 import org.bouncycastle.operator.OperatorCreationException;

Completed in 688 milliseconds

1234567891011>>