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

1 2 3 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
casts.h 14 // used to endorse or promote products derived from this software without
18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.).
51 // In general, implicit_cast can be used to convert this code
52 // To to = from;
53 // DoSomething(to);
54 // to thi
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
real_cast.hpp 2 // Use, modification and distribution are subject to the
17 template <class To, class T>
18 inline To real_cast(T t)
20 return static_cast<To>(t);
  /art/runtime/base/
casts.h 10 * Unless required by applicable law or agreed to in writing, software
27 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
28 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
29 // a const pointer to Foo).
33 // argument type convertable to a target type.
43 template<typename To, typename From>
44 inline To implicit_cast(From const &f)
    [all...]
  /external/chromium_org/third_party/cld/base/
casts.h 15 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
16 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
17 // a const pointer to Foo).
21 // argument type convertable to a target type.
31 template<typename To, typename From>
32 inline To implicit_cast(From const &f) {
37 // When you upcast (that is, cast a pointer from type Foo to typ
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 27 // Define a template that can be specialized by smart pointers to reflect the
34 // An accessor to get the real value...
49 // The core of the implementation of isa<X> is here; To and From should be
50 // the names of classes. This template can be specialized to customize the
52 template <typename To, typename From, typename Enabler = void>
55 return To::classof(&Val);
60 template <typename To, typename From>
61 struct isa_impl<To, From,
63 llvm::is_base_of<To, From>
69 template <typename To, typename From> struct isa_impl_cl
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
43 // is one type convertable to another?
46 // template, almost every compiler seems to require its
49 // Thanks to Andrei Alexandrescu for the original version of the
59 // This workaround is necessary to handle when From is void
68 template< typename To > struct result_
71 static yes_type BOOST_TT_DECL _m_check(To);
80 template< typename To > struct result_
82 enum { value = ::boost::is_void<To>::value };
86 template <typename From, typename To>
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h 10 * Unless required by applicable law or agreed to in writing, software
31 // Definitions to avoid ICU redefinition issue
59 // A macro to disallow the copy constructor and operator= functions.
68 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);
90 // The following code is the only place for RTTI. It is done so to allo
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
type.h 10 * Unless required by applicable law or agreed to in writing, software
31 // Definitions to avoid ICU redefinition issue
59 // A macro to disallow the copy constructor and operator= functions.
68 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);
90 // The following code is the only place for RTTI. It is done so to allo
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 57 BOOST_STRING_TYPENAME InputT::iterator To )
59 return Input.erase( From, To );
73 BOOST_STRING_TYPENAME InputT::iterator To,
77 // Copy data to the container ( as much as possible )
80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ )
92 if ( InputIt!=To )
95 Input.erase( InputIt, To );
109 BOOST_STRING_TYPENAME InputT::iterator To,
113 BOOST_STRING_TYPENAME InputT::iterator At=Input.erase( From, To );
136 BOOST_STRING_TYPENAME InputT::iterator To,
    [all...]
  /abi/cpp/
use_rtti.mk 0 # To use RTTI, "include abi/cpp/use_rtti.mk" in your target.
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 // Mock. They are subject to change without notice, so please DO NOT
52 // Converts an identifier name to a space-separated list of lower-case
55 // "foo_bar_123" are converted to "foo bar 123".
58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
83 // This comparator allows linked_ptr to be stored in sets.
110 // Still, Google Mock is designed to work even if the user uses signed
114 // To gcc
    [all...]
  /external/chromium/base/
template_util.h 51 // don't need to know how it works to use is_convertible. For those
53 // of type To and one with a variadic argument list. We give them
54 // return types of different size, so we can use sizeof to trick the
60 template <typename To>
61 static YesType Test(To);
63 template <typename To>
70 // Used to determine if a type is a struct/union/class. Inspired by Boost's
82 // Inherits from true_type if From is convertible to To, false_type otherwise
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ToParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
33 * To Header parser.
45 * @param to String to set
47 public ToParser(String to) {
58 To to = new To(); local
    [all...]
  /external/scrypt/
build-config.mk 2 # To regenerate, edit scrypt.config, then run:
3 # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
  /sdk/
release.md 4 To run a release build that remove the SNAPSHOT qualifier, run:
  /external/chromium_org/mojo/examples/hello_world_service/
hello_world_service_impl.cc 20 LOG(INFO) << greeting.To<std::string>();
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
template_util.h 58 // don't need to know how it works to use is_convertible. For those
60 // of type To and one with a variadic argument list. We give them
61 // return types of different size, so we can use sizeof to trick the
67 template <typename To>
68 static YesType Test(To);
70 template <typename To>
77 // Used to determine if a type is a struct/union/class. Inspired by Boost's
89 // Inherits from true_type if From is convertible to To, false_type otherwise
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
template_util.h 54 // don't need to know how it works to use is_convertible. For those
56 // of type To and one with a variadic argument list. We give them
57 // return types of different size, so we can use sizeof to trick the
63 template <typename To>
64 static YesType Test(To);
66 template <typename To>
73 // Used to determine if a type is a struct/union/class. Inspired by Boost's
85 // Inherits from true_type if From is convertible to To, false_type otherwise
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 55 // don't need to know how it works to use is_convertible. For those
57 // of type To and one with a variadic argument list. We give them
58 // return types of different size, so we can use sizeof to trick the
64 template <typename To>
65 static YesType Test(To);
67 template <typename To>
74 // Used to determine if a type is a struct/union/class. Inspired by Boost's
86 // Inherits from true_type if From is convertible to To, false_type otherwise
    [all...]
  /external/chromium_org/v8/src/
transitions.cc 13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
39 // Use FixedArray to not use TransitionArray::cast on incomplete object.
42 if (!maybe_array->To(&array)) return maybe_array;
52 if (!maybe_array->To(&array)) return maybe_array;
81 if (!maybe_result->To(&result)) return maybe_result;
85 if (!maybe_result->To(&result)) return maybe_result;
98 if (!maybe_result->To(&result)) return maybe_result;
120 if (!maybe_array->To(&result)) return maybe_array
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonErrorNode.h 17 // 3. The name of the author may not be used to endorse or promote products
21 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonErrorNode.h 17 // 3. The name of the author may not be used to endorse or promote products
21 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonErrorNode.h 17 // 3. The name of the author may not be used to endorse or promote products
21 // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 To:(id<ANTLRToken>)stopToken
53 To:(id<ANTLRToken>)stopToken
  /external/chromium_org/mojo/common/
common_type_converters_unittest.cc 20 EXPECT_EQ(expected, str.To<std::string>());
39 ExpectEqualsStringPiece(kText, mojo_string.To<base::StringPiece>());
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak 5 # - 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

Completed in 2031 milliseconds

1 2 3 4 5 6 7 8 91011>>