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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/
id-getter.html 10 description: "This benchmark covers 'element.property' in Dromaeo/dom-attr.html, 'innerHTML' in Dromaeo/dom-modify.html, and other DOM attributes that return a String.",
node-list-access.html 11 description: "This benchmark covers 'childNodes' in Dromaeo/dom-traverse.html, and other DOM attributes that access NodeList.",
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.h 30 const xmlChar *attributes);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_pkey.c 186 return X509at_get_attr_count(key->attributes);
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
203 return X509at_get_attr(key->attributes, loc);
208 return X509at_delete_attr(key->attributes, loc);
213 if(X509at_add1_attr(&key->attributes, attr)) return 1;
221 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
230 if(X509at_add1_attr_by_NID(&key->attributes, nid,
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
doc 7 There will also be functions to add signed and unsigned attributes.
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
README 6 of attributes. What attributes are supported entirely depends on
32 For now, the following attributes are supported:
46 It is expected that these attributes should be enough to support
53 There's added support for combined sets of attributes to search for,
67 store_object - store an object and the attributes
69 modify_object - modify the attributes associated with
77 set of attributes
86 used to set up a lookup. That's where the attributes to use in
  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.cc 70 pthread_attr_t attributes;
71 pthread_attr_init(&attributes);
72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
73 pthread_attr_destroy(&attributes);
  /external/chromium_org/ui/base/ime/
composition_text_util_pango.h 18 // from given Gtk preedit data (utf-8 text, pango attributes, cursor position).
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-set.html 7 <polymer-element name="kb-altkey-set" attributes="offset char">
  /external/chromium_org/v8/src/
property-details.h 48 // ABSENT can never be stored in or returned from a descriptor's attributes
49 // bitfield. It is only used as a return value meaning the attributes of
210 // PropertyDetails captures type and attributes for a property.
214 PropertyDetails(PropertyAttributes attributes,
218 | AttributesField::encode(attributes)
222 ASSERT(attributes == this->attributes());
225 PropertyDetails(PropertyAttributes attributes,
230 | AttributesField::encode(attributes)
244 static_cast<PropertyAttributes>(attributes() | new_attributes)
262 PropertyAttributes attributes() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/clang/test/CodeGen/
attr-naked.c 18 // CHECK: attributes [[NAKED]] = { naked noinline nounwind{{.*}} }
incomplete-function-type-2.c 19 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
mrtd.c 17 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
ppc64-extend.c 16 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
  /external/clang/test/CodeGenCXX/
default-destructor-synthesis.cpp 38 // CHECK: attributes [[NUW]] = { nounwind{{.*}} }
noinline-template.cpp 18 // CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
  /external/clang/test/Driver/
darwin-iphone-defaults.m 29 // CHECK: attributes [[F0]] = { ssp{{.*}} }
  /external/clang/test/Rewriter/
objc-modern-linkage-spec.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-attributes -D"__declspec(X)=" %t-rw.cpp
  /external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c 2 // Insist upon warnings for inappropriate weak attributes.
  /external/clang/test/SemaObjC/
method-attributes.m 23 - (int) foo: (int)arg1 __attribute__((deprecated)){ // expected-warning {{attributes on method implementation and its declaration must match}}
29 - (int) foo2: (int)arg1 __attribute__((deprecated)) { // expected-warning {{attributes on method implementation and its declaration must match}}
55 - (IBAction)doSomething2:(id)sender {} // expected-warning {{attributes on method implementation and its declaration must match}}
80 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) { // expected-warning {{attributes on method implementation and its declaration must match}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
_README.txt 6 the attributes statically in your ant script.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/
ECLIPSEF.SF 4 SHA1-Digest-Manifest-Main-Attributes: qStArqJXVDAOVN5liNMVpMRD5Yg=
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
ECLIPSEF.SF 4 SHA1-Digest-Manifest-Main-Attributes: azp+OL2gzBjx8JTEqMuJLAJkcdE=
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
ECLIPSEF.SF 4 SHA1-Digest-Manifest-Main-Attributes: aF40eMCnlmmT3YC6fdijAlyveCQ=
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_set_caps_fd.3 11 This function will write the file based capabilities to the extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.2

Completed in 827 milliseconds

<<21222324252627282930>>