HomeSort by relevance Sort by last modified time
    Searched refs:From (Results 1 - 25 of 1493) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/examples/dictionaries/
shakespeare.txt 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
12 --From The Tempest (V, i, 275-276)
17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
shakespeare.txt 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
12 --From The Tempest (V, i, 275-276)
17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 30 template<typename From> struct simplify_type {
31 typedef From SimpleType; // The real type this represents...
34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
37 template<typename From> struct simplify_type<const From> {
38 typedef const From SimpleType;
39 static SimpleType &getSimplifiedValue(const From &Val) {
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
44 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
26 assert(From < To);
27 intptr_t RangeSize = To - From + 1;
28 return operator()(RangeSize) + From;
  /external/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type {
33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 template<typename From> struct simplify_type<const From> {
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
50 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type {
33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 template<typename From> struct simplify_type<const From> {
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
50 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type {
33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 template<typename From> struct simplify_type<const From> {
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
50 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type {
33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 template<typename From> struct simplify_type<const From> {
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
50 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
casts.h 16 // contributors may be used to endorse or promote products derived from
49 // The From type can be inferred, so the preferred syntax for using
57 template<typename To, typename From>
58 inline To implicit_cast(From const &f) {
62 // When you upcast (that is, cast a pointer from type Foo to type
64 // always succeed. When you downcast (that is, cast a pointer from
80 template<typename To, typename From> // use like this: down_cast<T*>(foo);
81 inline To down_cast(From* f) { // so we only accept pointers
82 // Ensures that To is a sub-type of From *. This test is here only
87 implicit_cast<From*, To>(0)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h 16 // contributors may be used to endorse or promote products derived from
49 // The From type can be inferred, so the preferred syntax for using
57 template<typename To, typename From>
58 inline To implicit_cast(From const &f) {
62 // When you upcast (that is, cast a pointer from type Foo to type
64 // always succeed. When you downcast (that is, cast a pointer from
80 template<typename To, typename From> // use like this: down_cast<T*>(foo);
81 inline To down_cast(From* f) { // so we only accept pointers
82 // Ensures that To is a sub-type of From *. This test is here only
87 implicit_cast<From*, To>(0)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/util/collections/
ListUtil.java 29 public static <From, To> LinkedList<To> convert(Collection<From> collection, Converter<From, To> converter) {
31 for (From f: collection) {
41 public interface Converter<From, To> {
42 To convert(From from);
  /frameworks/base/core/java/android/animation/
BidirectionalTypeConverter.java 20 * is necessary when the value types of in animation are different from the property
33 * Does a conversion from the target type back to the source type. The subclass
37 * @return A value of type T, converted from <code>value</code>.
42 * Returns the inverse of this converter, where the from and to classes are reversed.
46 * @return The inverse of this converter, where the from and to classes are reversed.
55 private static class InvertedConverter<From, To> extends BidirectionalTypeConverter<From, To> {
56 private BidirectionalTypeConverter<To, From> mConverter;
58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) {
64 public From convertBack(To value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type {
35 using SimpleType = From; // The real type this represents...
38 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
41 template<typename From> struct simplify_type<const From> {
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
53 // The core of the implementation of isa<X> is here; To and From should b
    [all...]

Completed in 2662 milliseconds

1 2 3 4 5 6 7 8 91011>>