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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
identity.hpp 15 # include <boost/preprocessor/facilities/identity.hpp>
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 4 template<typename T> struct identity struct in namespace:PR6285
9 operator typename identity<T>::type(); // expected-note{{candidate}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p14.cpp 3 template<typename T> struct identity;
23 typedef identity<T(Types...)> function_pack_1;
24 typedef identity<T(Types......)> variadic_function_pack_1; // expected-warning {{varargs}} expected-note {{pack}} expected-note {{insert ','}}
25 typedef identity<T(T...)> variadic_1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
identity.hpp 13 // $Id: identity.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
25 struct identity struct in namespace:boost::mpl
28 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, identity, (T))
36 typedef identity<T> type;
40 BOOST_MPL_AUX_NA_SPEC_NO_ETI(1, identity)
  /frameworks/base/libs/hwui/unit_tests/
DamageAccumulatorTests.cpp 31 TEST(DamageAccumulator, identity) {
33 Matrix4 identity; local
35 identity.loadIdentity();
36 da.pushTransform(&identity);
38 da.pushTransform(&identity);
68 Matrix4 identity; local
70 identity.loadIdentity();
71 da.pushTransform(&identity);
72 da.pushTransform(&identity);
75 da.pushTransform(&identity);
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
MatrixUtils.h 39 * Constructor with identity initialization
41 * identity: Specifies wether to initialize matrix to
42 * identity or zeros
44 Matrix33(bool identity) {
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) {
53 if (identity) {
97 * Constructor with identity initialization
99 * identity: Specifies wether to initialize matrix t
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p4.cpp 5 template<class T> struct identity { typedef T type; }; struct in namespace:PR8598
8 void f(T C::*, typename identity<T>::type*){}
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 10 identity="user name"
openCryptoki.conf 26 identity="User"
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MatrixUtils.h 39 * Constructor with identity initialization
41 * identity: Specifies wether to initialize matrix to
42 * identity or zeros
44 Matrix33(bool identity) {
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) {
53 if (identity) {
97 * Constructor with identity initialization
99 * identity: Specifies wether to initialize matrix t
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MatrixUtils.h 39 * Constructor with identity initialization
41 * identity: Specifies wether to initialize matrix to
42 * identity or zeros
44 Matrix33(bool identity) {
45 initialize(identity);
49 * Initialize to identity matrix
51 void initialize(bool identity = false) {
53 if (identity) {
97 * Constructor with identity initialization
99 * identity: Specifies wether to initialize matrix t
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/
SystemScope.java 25 import java.security.Identity;
43 // Identities hash: key is the identity name
80 public synchronized Identity getIdentity(String name) {
84 return (Identity) names.get(name);
90 public synchronized Identity getIdentity(PublicKey key) {
94 return (Identity) keys.get(key);
98 * @see java.security.IdentityScope#addIdentity(java.security.Identity)
100 public synchronized void addIdentity(Identity identity) throws KeyManagementException {
101 if (identity == null)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 16 # include <boost/mpl/identity.hpp>
79 , mpl::identity<random_access_traversal_tag>
82 , mpl::identity<bidirectional_traversal_tag>
85 , mpl::identity<forward_traversal_tag>
88 , mpl::identity<single_pass_traversal_tag>
91 , mpl::identity<incrementable_traversal_tag>
112 , mpl::identity<random_access_traversal_tag>
115 , mpl::identity<bidirectional_traversal_tag>
118 , mpl::identity<forward_traversal_tag>
121 , mpl::identity<single_pass_traversal_tag
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 6 template<typename T> struct identity { }; struct
54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
56 template identity<int(int, float, double)> f5();
67 template template_tuple<identity, add_reference> f7();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 51 /** The identity of the root node. */
120 /** The document identity number(s). If we have overflowed the addressing
124 /** The mask for the identity.
160 * @param dtmIdentity The DTM identity ID for this DTM.
180 * @param dtmIdentity The DTM identity ID for this DTM.
315 * @param identity The node identity index.
317 protected void indexNode(int expandedTypeID, int identity)
332 index[index[0]] = identity;
349 * to the identity argument, or -1 if no node is higher or equal
882 int identity = makeNodeIdentity(nodeHandle); local
972 int identity = makeNodeIdentity(nodeHandle); local
1025 int identity = makeNodeIdentity(nodeHandle); local
1110 int identity = makeNodeIdentity(nodeHandle); local
1463 int identity = makeNodeIdentity(nodeHandle); local
1483 int identity = makeNodeIdentity(nodeHandle); local
1534 int identity = makeNodeIdentity(nodeHandle); local
1561 int identity = makeNodeIdentity(nodeHandle); local
1743 int identity = makeNodeIdentity(nodeHandle); local
1852 int identity = makeNodeIdentity(nodeHandle); local
    [all...]
  /art/test/NonStaticLeafMethods/
NonStaticLeafMethods.java 22 byte identity(byte x) { method in class:NonStaticLeafMethods
25 int identity(int x) { method in class:NonStaticLeafMethods
40 double identity(double x) { method in class:NonStaticLeafMethods
  /art/test/StaticLeafMethods/
StaticLeafMethods.java 20 static byte identity(byte x) { method in class:StaticLeafMethods
23 static int identity(int x) { method in class:StaticLeafMethods
38 static double identity(double x) { method in class:StaticLeafMethods
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 11 struct identity { struct
16 T* f2(int, typename identity<T>::type = 0);
18 T& f2(U, typename identity<T>::type = 0);
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 27 * An identity that uniquely identifies a particular device. In this
28 * implementation, the identity is represented as a 64-bit integer encoded to a
54 * Create a verifier device identity from a long.
56 * @param identity device identity in a 64-bit integer.
59 public VerifierDeviceIdentity(long identity) {
60 mIdentity = identity;
61 mIdentityString = encodeBase32(identity);
65 final long identity = source.readLong(); local
67 mIdentity = identity;
90 long identity = rng.nextLong(); local
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
IdentityStub.java 25 import java.security.Identity;
31 * Stub for abstract class Identity
35 public class IdentityStub extends Identity {
81 public boolean identityEquals(Identity identity) {
82 return super.identityEquals(identity);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 11 #include <boost/mpl/identity.hpp>
72 : mpl::identity<Return>
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 50 .addEqualityGroup(Equivalence.identity().pairwise())
92 SerializableTester.reserializeAndAssert(Equivalence.identity());
117 Equivalence.identity().onResultOf(Functions.toStringFunction()),
118 Equivalence.identity().onResultOf(Functions.toStringFunction()))
120 .addEqualityGroup(Equivalence.identity().onResultOf(Functions.identity()))
137 .addEqualityGroup(Equivalence.identity().equivalentTo("1"))
148 EquivalenceTester.of(Equivalence.identity())
158 .addEqualityGroup(Equivalence.identity(), Equivalence.identity())
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>