Searched refs:To (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tlslite/
H A DMakefile4 @echo To install tlslite run \"./setup.py install\" or \"make install\"
/external/ceres-solver/internal/ceres/
H A Dcasts.h52 // To to = from;
55 // DoSomething(implicit_cast<To>(from));
59 template<typename To>
60 inline To implicit_cast(typename identity_<To>::type to) {
66 template<typename To, typename From>
67 inline To implicit_cast(typename identity_<From>::type const &f) {
89 template<typename To, typename From> // use like this: down_cast<T*>(foo);
90 inline To down_cast(From* f) { // so we only accept pointers
91 // Ensures that To i
[all...]
/external/chromium_org/third_party/cld/base/
H A Dcasts.h31 template<typename To, typename From>
32 inline To implicit_cast(From const &f) {
55 template<typename To, typename From> // use like this: down_cast<T*>(foo);
56 inline To down_cast(From* f) { // so we only accept pointers
57 // Ensures that To is a sub-type of From *. This test is here only
62 implicit_cast<From*, To>(0);
65 assert(f == NULL || dynamic_cast<To>(f) != NULL); // RTTI: debug mode only!
66 return static_cast<To>(f);
77 template<typename To, typename From>
78 inline To down_cas
[all...]
/external/llvm/include/llvm/Support/
H A DCasting.h50 // The core of the implementation of isa<X> is here; To and From should be
53 template <typename To, typename From, typename Enabler = void>
56 return To::classof(&Val);
61 template <typename To, typename From>
63 To, From, typename std::enable_if<std::is_base_of<To, From>::value>::type> {
67 template <typename To, typename From> struct isa_impl_cl {
69 return isa_impl<To, From>::doit(Val);
73 template <typename To, typename From> struct isa_impl_cl<To, cons
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dtype.h68 template<typename To, typename From>
69 inline To implicit_cast(From const &f) {
73 template<typename To, typename From> // use like this: down_cast<T*>(foo);
74 inline To down_cast(From* f) { // so we only accept pointers
75 // Ensures that To is a sub-type of From *. This test is here only
84 implicit_cast<From*, To>(0);
93 assert(f == NULL || dynamic_cast<To>(f) != NULL);
95 return static_cast<To>(f);
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h68 template<typename To, typename From>
69 inline To implicit_cast(From const &f) {
73 template<typename To, typename From> // use like this: down_cast<T*>(foo);
74 inline To down_cast(From* f) { // so we only accept pointers
75 // Ensures that To is a sub-type of From *. This test is here only
84 implicit_cast<From*, To>(0);
93 assert(f == NULL || dynamic_cast<To>(f) != NULL);
95 return static_cast<To>(f);
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc30 cc::SurfaceId cc_id = id.To<cc::SurfaceId>();
36 factory_.Create(id.To<cc::SurfaceId>(), size.To<gfx::Size>());
40 cc::SurfaceId cc_id = id.To<cc::SurfaceId>();
48 factory_.SubmitFrame(id.To<cc::SurfaceId>(),
49 frame_ptr.To<scoped_ptr<cc::CompositorFrame> >(),
55 cc::SurfaceId cc_id = id.To<cc::SurfaceId>();
61 factory_.Destroy(id.To<cc::SurfaceId>());
69 cc::SurfaceId cc_id = id.To<cc::SurfaceId>();
81 factory_.Create(cc_id, size.To<gf
[all...]
/external/chromium_org/mojo/common/
H A Dcommon_type_converters_unittest.cc33 EXPECT_EQ(expected, str.To<base::string16>());
45 ExpectEqualsStringPiece(kText, mojo_string.To<base::StringPiece>());
49 ExpectEqualsStringPiece(kText, mojo_string.To<base::StringPiece>());
52 base::StringPiece empty_string_piece = String().To<base::StringPiece>();
61 EXPECT_EQ(string16, mojo_string.To<base::string16>());
65 ExpectEqualsString16(string16, mojo_string.To<base::string16>());
76 EXPECT_EQ(url.spec(), mojo_string.To<GURL>().spec());
79 GURL invalid = String().To<GURL>();
94 EXPECT_EQ("data", data.To<std::string>());
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DToParser.java33 * To Header parser.
58 To to = new To();
68 "To: <sip:+1-650-555-2222@ss1.wcom.com;user=phone>;tag=5617\n",
69 "To: T. A. Watson <sip:watson@bell-telephone.com;param=something>\n",
70 "To: LittleGuy <sip:UserB@there.com;tag=foo>;tag=bar\n",
71 "To: sip:mranga@120.6.55.9\n",
72 "To: sip:mranga@129.6.55.9;tag=696928473514.129.6.55.9\n",
73 "To: sip:mranga@129.6.55.9; tag=696928473514.129.6.55.9\n",
74 "To
[all...]
/external/scrypt/
H A Dbuild-config.mk2 # To regenerate, edit scrypt.config, then run:
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonErrorNode.h48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
H A DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutableArray *)types;
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonErrorNode.h48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
H A DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutableArray *)types;
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)ttype;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonErrorNode.h48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
H A DANTLRBufferedTokenStream.h81 - (NSMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
90 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
91 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
92 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(NSMutableArray *)types;
93 - (NSMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)ttype;
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dsources.mak5 # - In default mode, mapi implements the interface defined by mapi.h. To use
8 # - In util mode, mapi provides utility functions for use with glapi. To use
11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use
14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/llvm/include/llvm/Analysis/
H A DCFG.h52 /// \brief Determine whether instruction 'To' is reachable from 'From',
55 /// Determine whether there is a path from From to To within a single function.
57 /// 'To' can not be executed. Conservatively returns true.
60 /// walking down successors from From to reach To, with a fixed threshold.
64 /// we find a block that dominates the block containing 'To'. DT is most useful
67 bool isPotentiallyReachable(const Instruction *From, const Instruction *To,
71 /// \brief Determine whether block 'To' is reachable from 'From', returning
74 /// Determine whether there is a path from From to To within a single function.
76 /// 'To' can not be executed. Conservatively returns true.
77 bool isPotentiallyReachable(const BasicBlock *From, const BasicBlock *To,
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak5 # - In default mode, mapi implements the interface defined by mapi.h. To use
8 # - In util mode, mapi provides utility functions for use with glapi. To use
11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use
14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/llvm/lib/IR/
H A DUser.cpp24 // references to the "To" definition.
26 void User::replaceUsesOfWith(Value *From, Value *To) { argument
27 if (From == To) return; // Duh what?
35 // "To", adding "this" to the uses list of To, and
37 setOperand(i, To); // Fix it now...
/external/oprofile/libutil++/
H A Dstring_manip.h86 template <typename To, typename From>
87 To op_lexical_cast(From const & src)
93 To value;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h84 - (AMutableArray *)getFrom:(NSInteger)startIndex To:(NSInteger) stopIndex;
93 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex;
94 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types;
95 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithList:(AMutableArray *)types;
96 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)ttype;
/external/chromium_org/base/
H A Dtemplate_util.h72 // of type To and one with a variadic argument list. We give them
79 template <typename To>
80 static YesType Test(To);
82 template <typename To>
101 // Inherits from true_type if From is convertible to To, false_type otherwise.
105 template <typename From, typename To>
108 sizeof(internal::ConvertHelper::Test<To>(
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dtemplate_util.h60 // of type To and one with a variadic argument list. We give them
67 template <typename To>
68 static YesType Test(To);
70 template <typename To>
89 // Inherits from true_type if From is convertible to To, false_type otherwise.
93 template <typename From, typename To>
96 sizeof(internal::ConvertHelper::Test<To>(
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dtemplate_util.h57 // of type To and one with a variadic argument list. We give them
64 template <typename To>
65 static YesType Test(To);
67 template <typename To>
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
90 template <typename From, typename To>
93 sizeof(internal::ConvertHelper::Test<To>(

Completed in 900 milliseconds

1234567891011>>