Searched defs:Any (Results 1 - 17 of 17) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DAny.java22 public class Any implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
26 public static final Any ANY = new Any();
28 private Any() { method in class:Any
/external/mockito/src/org/mockito/internal/matchers/
H A DAny.java14 public class Any extends ArgumentMatcher implements Serializable { class in inherits:ArgumentMatcher,Serializable
17 public static final Any ANY = new Any();
19 private Any() {} method in class:Any
/external/llvm/include/llvm/IR/
H A DComdat.h34 Any, ///< The linker may choose any COMDAT. enumerator in enum:llvm::Comdat::SelectionKind
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DLexicon.py15 Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol, Eol, Eof, \
19 letter = Any("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_")
20 digit = Any("0123456789")
21 bindigit = Any("01")
22 octdigit = Any("01234567")
23 hexdigit = Any("0123456789ABCDEFabcdef")
24 indentation = Bol + Rep(Any(" \t"))
28 exponent = Any("Ee") + Opt(Any("+-")) + decimal
32 intconst = decimal | (Str("0") + ((Any("X
16 TEXT, IGNORE, State, Lexicon namespace
[all...]
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DTraditional.py9 from Regexps import Alt, Seq, Rep, Rep1, Opt, Any, AnyBut, Bol, Eol, Char namespace
111 return Any(chars)
H A D__init__.py18 Str, Any, AnyBut, AnyChar, Seq, Alt, Opt, Rep, Rep1,
35 from Regexps import RE, Seq, Alt, Rep1, Empty, Str, Any, AnyBut, AnyChar, Range namespace
H A DRegexps.py454 def Any(s): function
456 Any(s) is an RE which matches any character in the string |s|.
460 result.str = "Any(%s)" % repr(s)
/external/skia/src/gpu/
H A DGrTHashTable.h35 struct Any { struct in class:GrTHashTable
40 T* find(const Key& key) const { return this->find(key, Any()); }
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp137 static void Any() { function in struct:PR19613::TypeImpl
150 TypeImpl<HeapTypeConfig>::Any();
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h190 Any, enumerator in enum:llvm::SystemZICMP::__anon26155
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp210 struct Any { struct
211 Any(...);
220 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}}
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h377 /// 1) Any - indicates no constraint, any dependence is possible.
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
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.
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp680 bool Any = false; local
688 Any = true;
698 if (!Any)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py144 return RawTypes.Any
290 class Any(BaseType): class in class:RawTypes
315 return TypeModel.Any
526 cls.Any = cls.RefPtrBased("JSONValue")
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3934 bool Any = false; local
3999 Any = true;
4003 if (Any)
4054 bool Any = false; local
4072 Any = true;
4088 Any = true;
4095 if (Any)
4159 bool Any = false; local
4169 Any = true;
4173 if (Any)
4247 bool Any = false; local
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 295 milliseconds