HomeSort by relevance Sort by last modified time
    Searched full:attributes (Results 851 - 875 of 8380) sorted by null

<<31323334353637383940>>

  /external/chromium_org/remoting/webapp/
l10n.js 14 * strings corresponding to the "placeholders" attributes in messages.json.
33 * strings corresponding to the "placeholders" attributes in messages.json.
55 * strings corresponding to the "placeholders" attributes in messages.json.
68 * attributes to specify any placeholder substitutions.
70 * Because we use i18n-value attributes to implement translations of rich
  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 11 def __init__(self, url, page_set, attributes=None, base_dir=None):
16 # These attributes can be set dynamically by the page.
22 if attributes:
23 for k, v in attributes.iteritems():
30 # Inherit attributes from the page set.
  /external/clang/test/CodeGenCXX/
sizeof-unwind-exception.cpp 29 // X86-64: attributes [[NUW]] = { nounwind }
30 // X86-32: attributes [[NUW]] = { nounwind }
31 // ARM-DARWIN: attributes [[NUW]] = { nounwind }
32 // ARM-EABI: attributes [[NUW]] = { nounwind }
33 // MIPS: attributes [[NUW]] = { nounwind }
  /external/clang/test/SemaObjC/
arc-property-decl-attrs.m 41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __weak}} expected-error {{property attributes 'strong' and 'weak' are mutually exclusive}}
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __weak}} expected-error {{property attributes 'retain' and 'weak' are mutually exclusive}}
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __weak}} expected-error {{property attributes 'copy' and 'weak' are mutually exclusive}}
59 @property(assign) __weak id y; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}}
65 @property(unsafe_unretained) __weak id y; // expected-error {{property attributes 'unsafe_unretained' and 'weak' are mutually exclusive}}
  /frameworks/base/docs/html/training/custom-views/
create-view.jd 17 <li><a href="#customattr">Define Custom Attributes</a></li>
18 <li><a href="#applyattr">Apply Custom Attributes to a View</a></li>
45 <li>Provide custom styleable attributes that work with Android XML layouts</li>
77 <h2 id="customattr">Define Custom Attributes</h2>
81 appearance and behavior with element attributes. Well-written custom views can also be added and
86 <li>Define custom attributes for your view in a {@code
90 <li>Specify values for the attributes in your XML layout</li>
95 <p>This section discusses how to define custom attributes and specify their values.
99 <p>To define custom attributes, add {@code
118 <p>This code declares two custom attributes, {@code showText} and {@code labelPosition}, that belon
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementassociatedattribute.java 31 * Elements may have attributes associated with them.
36 * Elements can actually have attributes. This test uses
68 NamedNodeMap attributes; local
74 attributes = testEmployee.getAttributes();
75 domesticAttr = (Attr) attributes.getNamedItem("domestic");
elementretrieveallattributes.java 32 * be used to retrieve the set of all attributes of an
35 * Create a list of all the attributes of the last child
76 NamedNodeMap attributes; local
80 attributes = testAddress.getAttributes();
81 assertSize("elementRetrieveAllAttributesAssert", 2, attributes);
hc_elementretrieveallattributes.java 31 * Create a list of all the attributes of the last child
64 NamedNodeMap attributes; local
79 attributes = testAddress.getAttributes();
80 for (int indexN1006B = 0; indexN1006B < attributes.getLength(); indexN1006B++) {
81 attribute = (Attr) attributes.item(indexN1006B);
hc_namednodemapremovenameditem.java 35 * object of the attributes of the last child. Once the
70 NamedNodeMap attributes; local
77 attributes = testAddress.getAttributes();
78 removedNode = attributes.removeNamedItem("class");
79 streetAttr = (Attr) attributes.getNamedItem("class");
hc_namednodemapsetnameditemthatexists.java 36 * object from the attributes of the last child by
77 NamedNodeMap attributes; local
85 attributes = testAddress.getAttributes();
86 setNode = attributes.setNamedItem(newAttribute);
87 districtNode = (Attr) attributes.getNamedItem("class");
hc_nodecloneattributescopied.java 34 * attributes associated with this node.
66 NamedNodeMap attributes; local
84 attributes = clonedNode.getAttributes();
85 for (int indexN10076 = 0; indexN10076 < attributes.getLength(); indexN10076++) {
86 attributeNode = (Node) attributes.item(indexN10076);
namednodemapsetnameditem.java 35 * object from the attributes of the last child by
76 NamedNodeMap attributes; local
84 attributes = testAddress.getAttributes();
85 setNode = attributes.setNamedItem(newAttribute);
86 districtNode = (Attr) attributes.getNamedItem("district");
namednodemapsetnameditemthatexists.java 36 * object from the attributes of the last child by
78 NamedNodeMap attributes; local
86 attributes = testAddress.getAttributes();
87 setNode = attributes.setNamedItem(newAttribute);
88 districtNode = (Attr) attributes.getNamedItem("street");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeNamedItemNS01.java 38 * Access the second element from the list and get its attributes.
78 NamedNodeMap attributes; local
84 attributes = testAddress.getAttributes();
85 removedNode = attributes.removeNamedItemNS("http://www.usa.com", "domestic");
87 newAttr = (Attr) attributes.getNamedItem("dmstc:domestic");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h 39 attributes. If the fourth argument is NULL, default attributes are
48 /* Query status and attributes of message queue MQDES. */
52 /* Set attributes associated with message queue MQDES and if OMQSTAT is
53 not NULL also query its old attributes. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 39 attributes. If the fourth argument is NULL, default attributes are
48 /* Query status and attributes of message queue MQDES. */
52 /* Set attributes associated with message queue MQDES and if OMQSTAT is
53 not NULL also query its old attributes. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 39 attributes. If the fourth argument is NULL, default attributes are
48 /* Query status and attributes of message queue MQDES. */
52 /* Set attributes associated with message queue MQDES and if OMQSTAT is
53 not NULL also query its old attributes. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 120 mRemoveExtracted.setText("Remove extracted attributes");
126 mRemoveAll.setText("Remove all extracted attributes regardless of value");
150 tableLabel.setText("Choose style attributes to extract:");
227 // attributes to list in the wizard (there could be multiple attributes
231 // List of all available attributes on the selected elements
233 // Set of attributes that overlap the text selection, or all attributes if
253 // Set of attributes actually included in the list shown to the user.
260 // The list of initially checked attributes
381 List<Attr> attributes = new ArrayList<Attr>(); local
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 1 //===-- llvm/Attributes.h - Container for Attributes ------------*- C++ -*-===//
12 /// attributes associated with functions and their calls.
40 /// \brief Functions, function parameters, and return types can have attributes
42 /// generation. This class represents one of those attributes. It's light-weight
46 /// This enumeration lists the attributes that can be associated with
64 // IR-Level Attributes
65 None, ///< No attributes have been set
184 /// \brief Less-than operator. Useful for sorting the attributes list.
194 /// \brief This class holds the attributes for a function, its return value, an
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp 93 bool attributes = false; local
94 bool attributesPresent = optionsDictionary.get("attributes", attributes);
95 if (attributes || (!attributesPresent && (attributeOldValuePresent || attributeFilterPresent)))
96 options |= Attributes;
116 if (!(options & Attributes)) {
118 exceptionState.throwDOMException(TypeError, "The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");
122 exceptionState.throwDOMException(TypeError, "The options object may only set 'attributeFilter' when 'attributes' is true or not present.");
131 if (!(options & (Attributes | CharacterData | ChildList))) {
132 exceptionState.throwDOMException(TypeError, "The options object must set at least one of 'attributes', 'characterData', or 'childList' to true.")
    [all...]
  /external/llvm/lib/Support/Windows/
Process.inc 250 const WORD attributes
260 ((attributes & FOREGROUND_BLUE )?BACKGROUND_BLUE :0) |
261 ((attributes & FOREGROUND_GREEN )?BACKGROUND_GREEN :0) |
262 ((attributes & FOREGROUND_RED )?BACKGROUND_RED :0) |
263 ((attributes & FOREGROUND_INTENSITY)?BACKGROUND_INTENSITY:0) |
264 ((attributes & BACKGROUND_BLUE )?FOREGROUND_BLUE :0) |
265 ((attributes & BACKGROUND_GREEN )?FOREGROUND_GREEN :0) |
266 ((attributes & BACKGROUND_RED )?FOREGROUND_RED :0) |
267 ((attributes & BACKGROUND_INTENSITY)?FOREGROUND_INTENSITY:0) |
269 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in the timeline.
4 midi file = Displays the MIDI file associated with the segment. This is pulled in from the segment attributes.
5 quantize = Displays the quantization associated with the segment. This is pulled in from the segment attributes.
8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in from the segment attributes.
18 repeat = Displays the repeat count of the segment. This is pulled in from the segment attributes.
21 transpose = Displays the transpose value of the segment. This is pulled in from the segment attributes.
23 segment = Displays the name of the segment. This is pulled in from the segment attributes.
25 segment name = Identifies the name of the segment. This is pulled in from the segment attributes.
29 dls file = Displays the DLS file associated with the segment. This is pulled in from the segment attributes.
62 ok = Confirms segment attributes and closes segment window.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 112 * File attributes
132 * File attributes which can be set
148 * Reply status with file attributes
152 fattr attributes;
159 sattr attributes;
172 fattr attributes;
206 fattr attributes; /* attributes, need for pagin*/
230 sattr attributes;
246 sattr attributes;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 112 * File attributes
132 * File attributes which can be set
148 * Reply status with file attributes
152 fattr attributes;
159 sattr attributes;
172 fattr attributes;
206 fattr attributes; /* attributes, need for pagin*/
230 sattr attributes;
246 sattr attributes;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 112 * File attributes
132 * File attributes which can be set
148 * Reply status with file attributes
152 fattr attributes;
159 sattr attributes;
172 fattr attributes;
206 fattr attributes; /* attributes, need for pagin*/
230 sattr attributes;
246 sattr attributes;
    [all...]

Completed in 1252 milliseconds

<<31323334353637383940>>