HomeSort by relevance Sort by last modified time
    Searched defs:Any (Results 1 - 25 of 29) 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/clang/test/Parser/
DelayedTemplateParsing.cpp 137 static void Any() {
150 TypeImpl<HeapTypeConfig>::Any();
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 113 // followed by straight-line code to handle the rest (if any).
207 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}}
178 template<typename T> (&operator T())(); // expected-error-re {{cannot specify any part of a return type in the declaration of a conversion function{{$}}}}
208 struct Any {
209 Any(...);
218 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 374 /// 1) Any - indicates no constraint, any dependence is possible.
383 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind;
404 /// isAny - Return true if the constraint is of kind Any;
405 bool isAny() const { return Kind == Any; }
447 /// setAny - Change a constraint to Any.
583 /// Returns true if any possible dependence is disproved.
595 /// Returns true if any possible dependence is disproved.
614 /// Returns true if any possible dependence is disproved.
634 /// Returns true if any possible dependence is disproved
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 27 /// processor targeted by LLVM occurs here. This means that any legal value
134 // target to any address space. This must only be used internal to
138 // vAny - A vector with any length and element size. This is used
143 // fAny - Any floating-point or vector floating-point value. This is used
148 // iAny - An integer or vector integer value of any bit width. This is
157 // Any - Any type. This is used for intrinsics that have overloadings.
159 Any = 256
252 return (SimpleTy==MVT::Any ||
388 case Any
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 267 // Otherwise, add any offset that our operands provide.
679 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/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 233 /// Whether any complex addressing has a base register.
236 /// The scale of any complex addressing.
530 // Handle the trivial case, which works for any SCEV type.
803 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
807 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
808 /// specified set are trivially dead, delete them and see if this makes any of
878 // 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 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/vogar/lib/
mockito-all-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 

Completed in 1149 milliseconds

1 2