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

  /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/chromium_org/v8/test/cctest/
test-types.cc 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
108 Any(Type::Any(), isolate),
144 Handle<Type> Any;
200 CHECK(IsBitset(*T.Any));
261 CHECK(T.Any->Is(T.Any));
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 28 // expected-error{{conversion function cannot have any parameters}}
207 struct Any {
208 Any(...);
217 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 246 // Otherwise, add any offset that our operands provide.
606 bool Any = false;
613 Any = true;
622 if (!Any) return 0;
    [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
190 elif json_type == "any":
191 return RawTypes.Any
424 class Any(BaseType):
457 return TypeModel.Any
695 cls.Any = cls.RefPtrBased("JSONValue")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 233 /// Whether any complex addressing has a base register.
236 /// The scale of any complex addressing.
470 // Handle the trivial case, which works for any SCEV type.
744 // Fow now, consider any other type of expression (div/mul/min/max) high cost.
748 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
749 /// specified set are trivially dead, delete them and see if this makes any of
810 // Once any of the metrics loses, they must all remain losers.
898 /// before, rate it. Optional LoserRegs provides a way to declare any formula
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/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/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 662 milliseconds