HomeSort by relevance Sort by last modified time
    Searched defs:Any (Results 1 - 25 of 28) sorted by null

1 2

  /external/easymock/src/org/easymock/internal/matchers/
Any.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 public class Any implements IArgumentMatcher, Serializable {
26 public static final Any ANY = new Any();
28 private Any() {
37 buffer.append("<any>");
  /external/mockito/src/org/mockito/internal/matchers/
Any.java 14 public class Any extends ArgumentMatcher implements Serializable {
17 public static final Any ANY = new Any();
19 private Any() {}
26 description.appendText("<any>");
  /external/llvm/include/llvm/IR/
Comdat.h 34 Any, ///< The linker may choose any COMDAT.
  /external/chromium_org/third_party/skia/src/gpu/
GrTHashTable.h 26 * any of the duplicate entries returned.
35 struct Any {
40 T* find(const Key& key) const { return this->find(key, Any()); }
166 // update our hash table (overwrites any dupe's position in the hash)
  /external/skia/src/gpu/
GrTHashTable.h 26 * any of the duplicate entries returned.
35 struct Any {
40 T* find(const Key& key) const { return this->find(key, Any()); }
166 // update our hash table (overwrites any dupe's position in the hash)
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 137 static void Any() {
150 TypeImpl<HeapTypeConfig>::Any();
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 105 // followed by straight-line code to handle the rest (if any).
190 Any,
  /external/clang/test/SemaCXX/
conversion-function.cpp 28 // expected-error{{conversion function cannot have any parameters}}
30 operator bool(int a = 4, int b = 6) const; // expected-error{{conversion function cannot have any parameters}}
210 struct Any {
211 Any(...);
220 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}} local
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 377 /// 1) Any - indicates no constraint, any dependence is possible.
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind;
407 /// isAny - Return true if the constraint is of kind Any;
408 bool isAny() const { return Kind == Any; }
450 /// setAny - Change a constraint to Any.
580 /// Returns true if any possible dependence is disproved.
592 /// Returns true if any possible dependence is disproved.
611 /// Returns true if any possible dependence is disproved.
631 /// Returns true if any possible dependence is disproved
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 258 // Otherwise, add any offset that our operands provide.
680 bool Any = false;
688 Any = true;
698 if (!Any)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 53 WSDXML_ELEMENT *Any;
57 WSDXML_ELEMENT *Any;
66 WSDXML_ELEMENT *Any;
147 WSDXML_ELEMENT *Any;
183 WSDXML_ELEMENT *Any;
201 WSDXML_ELEMENT *Any;
205 WSDXML_ELEMENT *any; member in struct:_REQUESTBODY_Unsubscribe
219 WSDXML_ELEMENT *any; member in struct:_RESPONSEBODY_GetStatus
224 WSDXML_ELEMENT *Any;
230 WSDXML_ELEMENT *Any;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
188 elif json_type == "any":
189 return RawTypes.Any
422 class Any(BaseType):
455 return TypeModel.Any
693 cls.Any = cls.RefPtrBased("JSONValue")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 234 /// Whether any complex addressing has a base register.
237 /// The scale of any complex addressing.
531 // Handle the trivial case, which works for any SCEV type.
804 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
808 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
809 /// specified set are trivially dead, delete them and see if this makes any of
879 // Once any of the metrics loses, they must all remain losers.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
cdi-api-1.0.jar 
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1602 milliseconds

1 2