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

<<31323334353637383940>>

  /dalvik/vm/compiler/
InlineTransformation.cpp 238 if (methodStats->attributes & METHOD_IS_EMPTY) {
249 if (methodStats->attributes & METHOD_IS_GETTER) {
252 } else if (methodStats->attributes & METHOD_IS_SETTER) {
286 if (methodStats->attributes & METHOD_IS_EMPTY) {
291 if (methodStats->attributes & METHOD_IS_GETTER) {
294 } else if (methodStats->attributes & METHOD_IS_SETTER) {
364 if ((methodStats->attributes & METHOD_IS_LEAF) &&
365 !(methodStats->attributes & METHOD_CANNOT_COMPILE)) {
376 methodStats->attributes |= METHOD_CANNOT_COMPILE;
409 if ((methodStats->attributes & METHOD_IS_LEAF) &
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java 16 * Default signed attributes generator.
32 * Initialise with some extra attributes or overrides.
57 * @return a filled in Hashtable of attributes.
  /external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell.mm 66 // Creates the NSDictionary of attributes for the attributed string.
83 // Override the drawing for the cell so that the custom style attributes
93 attributes:linkAttributes];
  /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);
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_req.c 238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
277 return X509at_get_attr(req->req_info->attributes, loc);
282 return X509at_delete_attr(req->req_info->attributes, loc);
287 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
295 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
page_action.py 15 def __init__(self, attributes=None):
16 if attributes:
17 for k, v in attributes.iteritems():
  /external/chromium_org/v8/src/
contexts.cc 100 PropertyAttributes* attributes,
107 *attributes = ABSENT;
134 *attributes = object->GetLocalPropertyAttribute(*name);
136 *attributes = object->GetPropertyAttribute(*name);
140 if (*attributes != ABSENT) {
180 *attributes = NONE;
184 *attributes = NONE;
189 *attributes = READ_ONLY;
194 *attributes = READ_ONLY;
200 *attributes = READ_ONLY
    [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 12 /// LLVMContextImpl for creating and managing attributes.
20 #include "llvm/IR/Attributes.h"
64 /// \brief Used when sorting the attributes.
94 /// attribute enties, which are for target-dependent attributes.
138 /// \brief This class represents a group of attributes that apply to one
141 unsigned NumAttrs; ///< Number of attributes in this node.
181 /// \brief This class represents a set of attributes that apply to the function,
220 /// \brief Return the number of attributes this AttributeSet contains.
225 /// attributes are applied to, not the index into the AttrNodes list where the
226 /// attributes reside
    [all...]
  /external/llvm/test/CodeGen/ARM/
2010-10-19-mc-elf-objheader.ll 9 ; This tests that the extpected ARM attributes are emitted.
12 ; BASIC: Name: .ARM.attributes
28 ; CORTEXA8: Name: .ARM.attributes
  /external/llvm/test/CodeGen/Mips/
mips16_32_10.ll 57 attributes #0 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
58 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
59 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_9.ll 49 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
50 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
51 attributes #2 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/CodeGen/X86/
2013-03-13-VEX-DestReg.ll 26 attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
27 attributes #1 = { nounwind readnone }
28 attributes #2 = { nounwind }
  /external/llvm/test/Transforms/LoopUnswitch/
infinite-loop.ll 56 ; CHECK: attributes #0 = { nounwind }
57 ; CHECK: attributes #1 = { noreturn }
58 ; CHECK: attributes [[NOR_NUW]] = { noreturn nounwind }
  /external/openssl/crypto/x509/
x509_req.c 238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
277 return X509at_get_attr(req->req_info->attributes, loc);
282 return X509at_delete_attr(req->req_info->attributes, loc);
287 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
295 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, obj
    [all...]
  /external/proguard/src/proguard/classfile/
ProgramMethod.java 58 Attribute[] attributes,
61 super(u2accessFlags, u2nameIndex, u2descriptorIndex, u2attributesCount, attributes);
79 attributes[index].accept(programClass, this, attributeVisitor);
  /external/skia/tools/copyright/
fileparser.py 44 """Given a comment block, return a tuple of attributes: (year, holder).
46 If comment_block is None, or none of the attributes are found,
83 given attributes.
  /external/smack/src/com/kenai/jbosh/
AbstractBody.java 33 * In addition to the message payload, the attributes of the wrapper
36 * namespaces used by the child "payload" elements. These attributes are
81 * @return map of qualified attributes
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrgetvalue1.java 60 NamedNodeMap attributes; local
69 attributes = testNode.getAttributes();
70 titleAttr = (Attr) attributes.getNamedItem("class");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodehasattributes01.java 34 * The method hasAttributes returns whether this node (if it is an element) has any attributes.
35 * Retreive an element node without attributes. Verify if hasAttributes returns false.
36 * Retreive another element node with attributes. Verify if hasAttributes returns true.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ORAddress.java 39 * built-in-standard-attributes BuiltInStandardAttributes,
40 * built-in-domain-defined-attributes
42 * extension-attributes ExtensionAttributes OPTIONAL
  /libcore/luni/src/test/java/tests/org/w3c/dom/
OwnerElement.java 78 NamedNodeMap attributes; local
85 attributes = testNode.getAttributes();
86 domesticAttr = (Attr) attributes.getNamedItem("domestic");
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlSerializer.java 53 NamedNodeMap attributes = element.getAttributes(); local
54 for (int i = 0; i < attributes.getLength(); i++) {
55 Attr attribute = (Attr)attributes.item(i);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 52 # Special attributes supported:
54 # @ = has Mac OS X extended attributes
57 [.+@]? # It may have special attributes.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 52 # Special attributes supported:
54 # @ = has Mac OS X extended attributes
57 [.+@]? # It may have special attributes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java 56 NamedNodeMap attributes = element.getAttributes(); local
57 for (int i = 0, n = attributes.getLength(); i < n; i++) {
58 Attr attribute = (Attr) attributes.item(i);

Completed in 594 milliseconds

<<31323334353637383940>>