HomeSort by relevance Sort by last modified time
    Searched defs:attributes (Results 1 - 25 of 931) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/shared_impl/
media_stream_audio_track_shared_unittest.cc 12 MediaStreamAudioTrackShared::Attributes attributes; local
13 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
18 MediaStreamAudioTrackShared::Attributes attributes; local
19 attributes.buffers = 0;
20 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
22 attributes.buffers = 8;
23 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
25 attributes.buffers = 1024
34 MediaStreamAudioTrackShared::Attributes attributes; local
    [all...]
media_stream_video_track_shared_unittest.cc 12 MediaStreamVideoTrackShared::Attributes attributes; local
13 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
18 MediaStreamVideoTrackShared::Attributes attributes; local
19 attributes.buffers = 0;
20 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
22 attributes.buffers = 8;
23 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
25 attributes.buffers = 1024
34 MediaStreamVideoTrackShared::Attributes attributes; local
52 MediaStreamVideoTrackShared::Attributes attributes; local
74 MediaStreamVideoTrackShared::Attributes attributes; local
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SimpleAttributeTableGenerator.java 13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator
16 AttributeTable attributes)
18 this.attributes = attributes;
23 return attributes;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextDocumentParser.cpp 59 Vector<Attribute> attributes; local
60 attributes.append(Attribute(styleAttr, "word-wrap: break-word; white-space: pre-wrap;"));
61 AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /libcore/luni/src/test/java/libcore/java/util/
LocaleInternalsTest.java 67 Set<String> attributes = new HashSet<String>(); local
69 // Only attributes.
70 Locale.parseUnicodeExtension("foooo".split("-"), keywords, attributes);
71 assertTrue(attributes.contains("foooo"));
74 attributes.clear();
77 keywords, attributes);
78 assertTrue(attributes.contains("foooo"));
79 assertTrue(attributes.contains("baa"));
80 assertTrue(attributes.contains("baaabaaa"));
84 attributes.clear()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 20 * Attributes ::=
24 public class Attributes
27 private ASN1Set attributes; field in class:Attributes
29 private Attributes(ASN1Set set)
31 attributes = set;
34 public Attributes(ASN1EncodableVector v)
36 attributes = new DLSet(v);
45 * <li> {@link Attributes} object
46 * <li> {@link org.bouncycastle.asn1.ASN1Set#getInstance(java.lang.Object) ASN1Set} input formats with Attributes structure inside
52 public static Attributes getInstance(Object obj
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
stub_enterprise_install_attributes.cc 41 StubEnterpriseInstallAttributes* attributes = local
43 attributes->SetDomain(domain);
44 attributes->SetRegistrationUser(registration_user);
45 attributes->SetDeviceId(device_id);
46 attributes->SetMode(mode);
47 BrowserPolicyConnectorChromeOS::SetInstallAttributesForTesting(attributes);
  /external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc 22 blink::WebGraphicsContext3D::Attributes attributes; local
26 attributes, lose_context_when_out_of_memory);
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 105 std::vector<std::string> attributes; local
108 attributes.push_back("+vfp3");
110 attributes.push_back("+d16");
117 attributes.push_back("+neon");
120 attributes.push_back("-neon");
121 attributes.push_back("-neonfp");
128 attributes.push_back("+hwdiv-arm");
131 attributes.push_back("+hwdiv");
134 setFeatureString(attributes);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 29 Attribute attributes[] = { variable
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value);
82 printf("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
XMLParser.java 9 import org.xml.sax.Attributes;
28 * Breaks XML down into its constituent elements and attributes.
33 public final Map<String, String> attributes; field in class:XMLParser.Node
38 attributes = new HashMap<String, String>();
80 public void startElement(String uri, String localName, String qName, Attributes attributes)
88 for (int i = 0; i < attributes.getLength(); ++i) {
89 String attributeName = attributes.getLocalName(i);
90 String attributeValue = attributes.getValue(attributeName);
91 currentNode.attributes.put(attributeName, attributeValue)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java 37 * attributes [0] IMPLICIT Attributes }
41 * Attributes ::= SET OF Attribute
52 /** the value of attributes field of the structure */
53 private final List<?> attributes; field in class:CertificationRequestInfo
59 SubjectPublicKeyInfo subjectPublicKeyInfo, List<?> attributes, byte [] encoding) {
63 this.attributes = attributes;
97 res.append("\n attributes: ");
98 if (attributes != null)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
RemoveNamedItemNS.java 38 * element from the list and get its attributes. Try to remove the attribute
81 NamedNodeMap attributes; local
87 attributes = testAddress.getAttributes();
88 removedNode = attributes.removeNamedItemNS("http://www.usa.com",
91 newAttr = (Attr) attributes.getNamedItem("dmstc:domestic");
100 NamedNodeMap attributes; local
105 attributes = testAddress.getAttributes();
110 attributes.removeNamedItemNS(namespaceURI,
130 // NamedNodeMap attributes;
147 // attributes = child2.getAttributes()
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilContentHandler.java 23 import org.xml.sax.Attributes;
57 public void startElement(String uri, String localName, String qName, Attributes attributes) {
62 if (attributes != null) {
63 for (int i = 0; i < attributes.getLength(); i++) {
66 " lname = " + attributes.getLocalName(i) +
67 " value = " + attributes.getValue(i));
69 element.setAttribute(attributes.getLocalName(i),
70 attributes.getValue(i));
  /art/compiler/llvm/
intrinsic_helper.cc 21 #include <llvm/IR/Attributes.h>
158 std::vector< ::llvm::Attribute::AttrKind> attributes; local
159 attributes.push_back(::llvm::Attribute::NoCapture);
160 attributes.push_back(::llvm::Attribute::NoAlias);
163 attributes);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator_unittest.cc 119 SpellcheckCharAttribute attributes; local
120 attributes.SetDefaultLanguage(kTestCases[i].language);
124 EXPECT_TRUE(iterator.Initialize(&attributes,
148 SpellcheckCharAttribute attributes;
149 attributes.SetDefaultLanguage("en-US");
155 EXPECT_TRUE(iterator.Initialize(&attributes, true));
214 SpellcheckCharAttribute attributes;
215 attributes.SetDefaultLanguage(kTestCases[i].language);
219 EXPECT_TRUE(iterator.Initialize(&attributes, true));
235 SpellcheckCharAttribute attributes;
    [all...]
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 31 // a specific object class and specific attributes of that object.
71 const std::vector<FontAttribute>& attributes() const { function in class:mac::AttributedStringCoder::EncodedString
74 std::vector<FontAttribute>* attributes() { return &attributes_; } function in class:mac::AttributedStringCoder::EncodedString
79 // The set of attributes that style |string_|.
83 // Takes an NSAttributedString, extracts the pertinent attributes, and returns
  /external/chromium_org/sandbox/win/src/
registry_interception.cc 52 uint32 attributes = 0; local
54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
62 ResultCode code = CrossCall(ipc, IPC_NTCREATEKEY_TAG, name, attributes,
111 uint32 attributes; local
113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
120 ResultCode code = CrossCall(ipc, IPC_NTOPENKEY_TAG, name, attributes,
sync_interception.cc 82 uint32 attributes = 0; local
83 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
135 uint32 attributes = 0; local
136 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
window.cc 16 // Gets the security attributes of a window object referenced by |handle|. The
19 bool GetSecurityAttributes(HANDLE handle, SECURITY_ATTRIBUTES* attributes) {
20 attributes->bInheritHandle = FALSE;
21 attributes->nLength = sizeof(SECURITY_ATTRIBUTES);
26 NULL, &attributes->lpSecurityDescriptor);
38 // Get the security attributes from the current window station; we will
39 // use this as the base security attributes for the new window station.
40 SECURITY_ATTRIBUTES attributes = {0}; local
41 if (!GetSecurityAttributes(::GetProcessWindowStation(), &attributes)) {
48 *winsta = ::CreateWindowStationW(NULL, 0, WINSTA_ALL_ACCESS, &attributes);
68 SECURITY_ATTRIBUTES attributes = {0}; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.cpp 61 size_t index = m_element->attributes().findIndex(name, m_element->shouldIgnoreAttributeCase());
71 size_t index = m_element->attributes().findIndex(QualifiedName(nullAtom, localName, namespaceURI));
102 AttributeCollection attributes = m_element->attributes(); local
103 if (index >= attributes.size())
105 return m_element->ensureAttr(attributes[index].name());
110 return m_element->attributes().size();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 87 blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings, 1); local
88 OwnPtr<blink::WebGraphicsContext3D> context = adoptPtr(blink::Platform::current()->createOffscreenGraphicsContext3D(attributes, 0));

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>