HomeSort by relevance Sort by last modified time
    Searched full:attributetype (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/remoting/ios/Chromoting/ChromotingModel.xcdatamodeld/ChromotingModel.xcdatamodel/
contents 4 <attribute name="askForPin" optional="YES" attributeType="Boolean" syncable="YES"/>
5 <attribute name="hostId" optional="YES" attributeType="String" syncable="YES"/>
6 <attribute name="hostPin" optional="YES" attributeType="String" syncable="YES"/>
7 <attribute name="pairId" optional="YES" attributeType="String" syncable="YES"/>
8 <attribute name="pairSecret" optional="YES" attributeType="String" syncable="YES"/>
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 47 %attributeref(Class, AttributeType, AttributeName, AccessorMethod)
141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
148 AttributeType AttributeName;
152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
158 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
170 %define %attribute_readonly(Class, AttributeType, AttributeName, GetMethod, GetMethodCall)
175 AttributeType AttributeName;
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_)
    [all...]
  /external/chromium_org/ui/webui/resources/images/
throbber.svg 8 <animateTransform attributeName="transform" attributeType="XML"
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTargetAttributes.java 31 * A code representing the value of the attributeType attribute, as
35 public void setAttributeType(short attributeType);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500Name.java 206 * @param attributeType the type OID we are looking for.
209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType)
223 if (attr[j].getType().equals(attributeType))
232 if (rdn.getFirst().getType().equals(attributeType))
RDN.java 110 * type AttributeType,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 143 enum AttributeType {
148 AttributeType attributeType() const { return m_attributeType; }
196 AttributeType m_attributeType;
SVGAnimateTransformElement.cpp 47 if (attributeType() == AttributeTypeCSS)
SVGAttributeNames.in 15 attributeType
SVGAnimationElement.cpp 309 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType)
313 if (attributeType == css)
315 else if (attributeType == xml)
363 // Always animate CSS properties, using the ApplyCSSAnimation code path, regardless of the attributeType value.
367 // If attributeType="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
368 if (attributeType() == AttributeTypeCSS)
692 m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTypeCSS && !isTargetAttributeCSSProperty(target, attributeName());
  /libcore/luni/src/main/java/java/security/cert/
X509Certificate.java 159 * type AttributeType,
162 * AttributeType ::= OBJECT IDENTIFIER
164 * AttributeValue ::= ANY DEFINED BY AttributeType
215 * type AttributeType,
218 * AttributeType ::= OBJECT IDENTIFIER
220 * AttributeValue ::= ANY DEFINED BY AttributeType
  /libcore/luni/src/main/java/javax/security/cert/
X509Certificate.java 299 * type AttributeType,
302 * AttributeType ::= OBJECT IDENTIFIER
304 * AttributeValue ::= ANY DEFINED BY AttributeType
329 * type AttributeType,
332 * AttributeType ::= OBJECT IDENTIFIER
334 * AttributeValue ::= ANY DEFINED BY AttributeType
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 352 * @param attributeType attribute type to look for (e.g. "ca")
354 public String findMostSpecific(String attributeType) {
392 if (attributeType.equalsIgnoreCase(attType)) {
417 * @param attributeType attribute type to look for (e.g. "ca")
419 public List<String> getAllMostSpecificFirst(String attributeType) {
454 if (attributeType.equalsIgnoreCase(attType)) {
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 340 var attributeType = AutomationAttributeTypes[attributeTypeIndex];
341 for (var attributeID in nodeData[attributeType]) {
343 nodeData[attributeType][attributeID];
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 347 * @param attributeType attribute type to look for (e.g. "ca")
349 public String findMostSpecific(String attributeType) {
387 if (attributeType.equalsIgnoreCase(attType)) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 315 * type AttributeType,
318 * AttributeType ::= OBJECT IDENTIFIER
320 * AttributeValue ::= ANY DEFINED BY AttributeType
  /external/chromium_org/third_party/WebKit/PerformanceTests/Animation/
balls-svg.html 152 animation.setAttribute('attributeType', 'xml');
  /external/chromium_org/tools/perf/page_sets/tough_animation_cases/
balls_svg_animations.html 150 animation.setAttribute('attributeType', 'xml');
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 110 uint32_t attributeType;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 110 uint32_t attributeType;
pkcs11_object.c 174 sItem.attributeType = (uint32_t)pTemplate1[i].type;
206 sItem.attributeType = (uint32_t)pTemplate2[i].type;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 331 IGLProperty attributeType = new GLEnumProperty(GLStateType.ATTRIBUTE_TYPE,
338 attributeName, attributeType, attributeSize, attributeValue);
  /external/wpa_supplicant_8/src/tls/
x509v3.c 305 * type AttributeType,
308 * AttributeType ::= OBJECT IDENTIFIER
309 * AttributeValue ::= ANY DEFINED BY AttributeType
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 706 blindingAttr.AttributeType = CSSM_ATTRIBUTE_RSA_BLINDING;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java     [all...]

Completed in 1883 milliseconds

1 2