/libcore/luni/src/main/java/java/text/ |
AttributedString.java | 32 * Holds a string with attributes describing the characters of 71 AttributedCharacterIterator.Attribute[] attributes, int begin, 80 if (attributes != null) { 82 (attributes.length * 4 / 3) + 1); 83 for (int i = attributes.length; --i >= 0;) { 84 set.add(attributes[i]); 178 * Returns a set of attributes present in the {@code AttributedString}. 179 * An empty set returned indicates that no attributes where defined. 284 public int getRunLimit(Set<? extends Attribute> attributes) { 286 Iterator<? extends Attribute> it = attributes.iterator() 398 Set<AttributedCharacterIterator.Attribute> attributes = iterator local [all...] |
/external/llvm/test/Transforms/SimplifyCFG/ |
trivial-throw.ll | 72 attributes #0 = { ssp uwtable } 73 attributes #1 = { noinline noreturn nounwind } 74 attributes #2 = { noreturn } 75 attributes #3 = { nounwind readnone } 76 attributes #4 = { nounwind } 77 attributes #5 = { noreturn nounwind }
|
/external/llvm/docs/ |
HowToUseAttributes.rst | 2 How To Use Attributes 11 Attributes in LLVM have changed in some fundamental ways. It was necessary to 12 do this to support expanding the attributes to encompass more than a handful of 13 attributes --- e.g. command line options. The old way of handling attributes 16 was that attributes could be manipulated with 'or's and 'and's. The 37 Because attributes are no longer represented as a bit mask, you will need to 47 whole, the return type, or the function's parameters. A function's attributes 48 are at index ``AttributeSet::FunctionIndex``; the return type's attributes are 50 attributes are at indices 1, ..., n (where 'n' is the number of parameters) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestAttributeSet.java | 12 Map<String, String> attributes = new HashMap<String, String>(); field in class:TestAttributeSet 19 * Names of attributes to be validated for i18n-safe values. 32 public TestAttributeSet(Map<String, String> attributes, ResourceExtractor resourceExtractor, 34 this.attributes = attributes; 41 public TestAttributeSet(Map<String, String> attributes) { 42 this.attributes = attributes; 49 attributes.put(name, value); 186 if (attributes.containsKey(key)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
ManifestElementDescriptor.java | 26 * element name, its possible attributes, its possible child elements but also 40 * @param attributes The list of allowed attributes. Can be null or empty. 48 AttributeDescriptor[] attributes, 51 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); 61 * @param attributes The list of allowed attributes. Can be null or empty. 69 AttributeDescriptor[] attributes, 72 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory); 82 * @param attributes The list of allowed attributes. Can be null or empty [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
ElementImpl.java | 47 private List<AttrImpl> attributes = new ArrayList<AttrImpl>(); field in class:ElementImpl 60 for (int i = 0; i < attributes.size(); i++) { 61 AttrImpl attr = attributes.get(i); 71 for (int i = 0; i < attributes.size(); i++) { 72 AttrImpl attr = attributes.get(i); 109 return attributes.get(i); 119 return attributes.get(i); 133 for (Attr attr : attributes) { 142 * Document.getElementById(): "Attributes with the name "ID" 213 return !attributes.isEmpty() [all...] |
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 33 import org.xml.sax.Attributes; 58 public void start(Attributes attributes) { 71 public void start(Attributes attributes) { 245 public void start(Attributes attributes) { 246 String url = attributes.getValue("", "url"); 255 public void start(Attributes attributes) { [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttDeprecated.java | 20 * Attribute class for standard {@code Deprecated} attributes. 23 /** {@code non-null;} attribute name for attributes of this type */
|
AttSynthetic.java | 20 * Attribute class for standard {@code Synthetic} attributes. 23 /** {@code non-null;} attribute name for attributes of this type */
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
expected.txt | 29 attributes[0]: 32 end attributes[0]
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
expected.txt | 29 attributes[0]: 32 end attributes[0]
|
/dalvik/dx/tests/017-method-attrib-Code/ |
expected.txt | 30 attributes[0]: 39 end attributes[0]
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
expected.txt | 32 attributes[0]: 37 end attributes[0]
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
expected.txt | 30 attributes[0]: 33 end attributes[0]
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
expected.txt | 30 attributes[0]: 33 end attributes[0]
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
small-class.txt | 34 # attributes[0] 44 # attributes[0]
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
expected.txt | 30 attributes[0]: 34 end attributes[0]
|
/dalvik/dx/tests/027-method-attrib-Signature/ |
expected.txt | 31 attributes[0]: 35 end attributes[0]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/ |
template-group | 6 % if @attributes 8 % for attr in @attributes
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorNamespaceAlias.java | 25 import org.xml.sax.Attributes; 57 * @param attributes The attributes attached to the element. If 58 * there are no attributes, it shall be an empty 59 * Attributes object. 62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 68 setPropertiesFromAttributes(handler, rawName, attributes, na);
|
/external/clang/test/CodeGenCXX/ |
dynamic-cast.cpp | 22 // CHECK: attributes [[NUW_RO]] = { nounwind readonly } 23 // CHECK: attributes [[NR]] = { noreturn }
|
/external/clang/test/CodeGenObjCXX/ |
address-safety-attr.mm | 20 // ASAN: attributes #0 = {{.*}}sanitize_address 21 // WITHOUT-NOT: attributes #0 = {{.*}}sanitize_address
|
/external/e2fsprogs/tests/r_inline_xattr/ |
expect | 4 Extended attributes stored in inode body: 14 Extended attributes stored in inode body:
|
/external/harfbuzz/src/ |
harfbuzz-thai.c | 60 static void thaiWordBreaks(const HB_UChar16 *string, hb_uint32 len, HB_CharAttributes *attributes) 87 attributes[i].lineBreakType = HB_NoBreak; 88 attributes[i].wordBoundary = FALSE; 93 attributes[break_positions[i]-1].lineBreakType = HB_Break; 94 attributes[break_positions[i]-1].wordBoundary = TRUE; 105 void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes) 108 attributes += from; 109 thaiWordBreaks(text + from, len, attributes);
|
/external/llvm/test/Transforms/FunctionAttrs/ |
atomic.ll | 22 ; CHECK: attributes #0 = { readnone ssp uwtable } 23 ; CHECK: attributes #1 = { ssp uwtable }
|