/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/ |
SConscript | 5 identity = env.ConvenienceLibrary( 6 target = 'identity', 13 env.Alias('identity', identity) 15 Export('identity')
|
/external/mesa3d/src/gallium/drivers/identity/ |
SConscript | 5 identity = env.ConvenienceLibrary( 6 target = 'identity', 13 env.Alias('identity', identity) 15 Export('identity')
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/apps/ |
identity.html | 1 {{+partials.standard_apps_api api:apis.identity/}}
|
/external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/ |
identity.html | 1 {{+partials.standard_extensions_api api:apis.identity/}}
|
/external/eigen/doc/snippets/ |
MatrixBase_identity.cpp | 1 cout << Matrix<double, 3, 4>::Identity() << endl;
|
MatrixBase_identity_int_int.cpp | 1 cout << MatrixXd::Identity(4, 3) << endl;
|
MatrixBase_cast.cpp | 1 Matrix2d md = Matrix2d::Identity() * 0.45; 2 Matrix2f mf = Matrix2f::Identity();
|
MatrixBase_col.cpp | 1 Matrix3d m = Matrix3d::Identity();
|
MatrixBase_row.cpp | 1 Matrix3d m = Matrix3d::Identity();
|
MatrixBase_cwiseEqual.cpp | 4 cout << "Comparing m with identity matrix:" << endl; 5 cout << m.cwiseEqual(MatrixXi::Identity(2,2)) << endl; 6 int count = m.cwiseEqual(MatrixXi::Identity(2,2)).count();
|
MatrixBase_cwiseNotEqual.cpp | 4 cout << "Comparing m with identity matrix:" << endl; 5 cout << m.cwiseNotEqual(MatrixXi::Identity(2,2)) << endl; 6 int count = m.cwiseNotEqual(MatrixXi::Identity(2,2)).count();
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
experimental_identity.html | 1 <h1>experimental.identity</h1> 4 The <code>experimental.identity</code> API has moved 5 to <a href="identity.html"><code>identity</code></a>. You can read 10 <a href="identity.html">chrome.identity</a>
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.eap_user_sqlite | 2 identity TEXT PRIMARY KEY, 9 identity TEXT PRIMARY KEY, 13 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 17 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIdentity.java | 22 import android.provider.ContactsContract.CommonDataKinds.Identity; 27 * Handler for Identity data rows. 32 super(context, dbHelper, aggregator, Identity.CONTENT_ITEM_TYPE); 40 // Identity affects aggregation. 41 if (values.containsKey(Identity.IDENTITY) || values.containsKey(Identity.NAMESPACE)) { 54 // Identity affects aggregation. 56 if (values.containsKey(Identity.IDENTITY) || values.containsKey(Identity.NAMESPACE)) [all...] |
/external/chromium_org/skia/ext/ |
skia_utils_base.cc | 22 SkFontConfigInterface::FontIdentity* identity) { 33 if (identity) { 34 identity->fID = reply_id; 35 identity->fTTCIndex = reply_ttcIndex; 36 identity->fString.set(reply_text, reply_length); 46 const SkFontConfigInterface::FontIdentity& identity) { 47 return pickle->WriteUInt32(identity.fID) && 48 pickle->WriteUInt32(identity.fTTCIndex) && 49 WriteSkString(pickle, identity.fString);
|
/libcore/luni/src/main/java/java/security/ |
IdentityScope.java | 24 * {@code IdentityScope} represents a scope for {@link Identity} objects. 30 public abstract class IdentityScope extends Identity { 63 * if an identity with the same key already exists. 105 * Returns the number of {@code Identity} objects in this scope. 107 * @return the number of {@code Identity} objects in this scope. 112 * Returns the {@code Identity} with the specified name or {@code null} if 113 * no {@code Identity} with the specified name is present in this scope. 116 * the name of the {@code Identity} to be returned. 117 * @return the {@code Identity} with the specified name or {@code null} if 120 public abstract Identity getIdentity(String name) [all...] |
Identity.java | 26 * {@code Identity} represents an identity like a person or a company. 32 public abstract class Identity implements Principal, Serializable { 46 * Constructs a new instance of {@code Identity}. 48 protected Identity() { 52 * Creates a new instance of {@code Identity} with the specified name. 55 * the name of this {@code Identity}. 57 public Identity(String name) { 62 * Creates a new instance of {@code Identity} with the specified name and 63 * the scope of this {@code Identity} [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...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScope2Test.java | 20 import java.security.Identity; 43 Hashtable<Identity, Identity> identities; 51 identities = new Hashtable<Identity, Identity>(); 56 identities = new Hashtable<Identity, Identity>(); 61 identities = new Hashtable<Identity, Identity>(); 67 identities = new Hashtable<Identity, Identity>() [all...] |
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
manifest.json | 4 "name": "Identity API Scope Approval UI", 7 "description": "Displays scope approval dialog boxes for the Identity API",
|
/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/chromium_org/content/common/media/ |
webrtc_identity_messages.h | 5 // IPC messages for requesting WebRTC identity. 17 // Request a WebRTC identity. 23 // Cancel the WebRTC identity request. 27 // Return a WebRTC identity. 32 // Notifies an error from the identity request.
|
/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)
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
IdentityScope2Test.java | 20 import java.security.Identity; 73 public Identity getIdentity(String name) { 76 Identity current = (Identity) en.nextElement(); 83 public Identity getIdentity(PublicKey pk) { 86 Identity current = (Identity) en.nextElement(); 97 public void addIdentity(Identity id) throws KeyManagementException { 100 "This Identity is already contained in the scope"); 103 "This Identity's public key already exists in the scope") [all...] |
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
IdentityTest.java | 33 * Tests for class Identity 52 Identity i1 = new IdentityStub("testEquals"); 65 Identity i2 = new IdentityStub("testEquals", IdentityScope.getSystemScope()); 67 Identity i3 = new IdentityStub("testEquals3"); 73 * verify Identity.toString() 80 * verify Identity() creates instance 87 * verify Identity(String) creates instance with given name 90 Identity i = new IdentityStub("iii"); 99 * verify Identity(String, IdentityScope) creates instance with given name and in give scope 103 Identity i = new IdentityStub("iii2", s) [all...] |