HomeSort by relevance Sort by last modified time
    Searched full:attributes (Results 401 - 425 of 21946) sorted by null

<<11121314151617181920>>

  /external/tpm2/
SequenceUpdate.c 35 if(object->attributes.eventSeq == SET)
51 if(hashObject->attributes.hashSeq == SET)
54 if(hashObject->attributes.firstBlock == CLEAR)
57 hashObject->attributes.firstBlock = SET;
63 hashObject->attributes.ticketSafe = SET;
69 else if(object->attributes.hmacSeq == SET)
  /external/jdiff/src/jdiff/
APIHandler.java 7 import org.xml.sax.Attributes;
73 java.lang.String qName, Attributes attributes) {
78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
    [all...]
  /dalvik/dx/tests/011-class-attrib-Synthetic/
expected.txt 23 attributes[0]:
26 end attributes[0]
  /dalvik/dx/tests/012-class-attrib-SourceFile/
expected.txt 24 attributes[0]:
28 end attributes[0]
  /dalvik/dx/tests/013-class-attrib-Deprecated/
expected.txt 23 attributes[0]:
26 end attributes[0]
  /dalvik/dx/tests/025-class-attrib-Signature/
expected.txt 24 attributes[0]:
28 end attributes[0]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Attribute.java 46 * The raw value of this attribute, used only for unknown attributes.
141 * attributes.
182 * Returns the size of all the attributes in this attribute list.
184 * @param cw the class writer to be used to convert the attributes into byte
187 * attributes, or <tt>null</tt> if these attributes are not code
188 * attributes.
190 * these code attributes, or <tt>null</tt> if these attributes are
191 * not code attributes
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 29 import org.xml.sax.Attributes;
54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
56 * Attributes object.
60 Attributes attributes)
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
ProcessorStripSpace.java 29 import org.xml.sax.Attributes;
54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
56 * Attributes object.
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
  /external/clang/test/CodeGen/
arm-long-calls.c 4 // LONGCALL: attributes #0 = { {{.*}} "target-features"="+long-calls"
5 // NOLONGCALL-NOT: attributes #0 = { {{.*}} "target-features"="+long-calls"
arm-no-movt.c 4 // NO-MOVT: attributes #0 = { {{.*}} "target-features"="+no-movt"
5 // MOVT-NOT: attributes #0 = { {{.*}} "target-features"="+no-movt"
attr-func-def.c 17 // CHECK: attributes [[ATTRS2]] = { {{.*}}optsize{{.*}} }
18 // CHECK: attributes [[ATTRS1]] = { {{.*}}optnone{{.*}} }
  /external/clang/test/Sema/
attr-coldhot.c 9 int qux() __attribute__((__hot__)) __attribute__((__cold__)); // expected-error{{'__hot__' and 'cold' attributes are not compatible}} \
11 int baz() __attribute__((__cold__)) __attribute__((__hot__)); // expected-error{{'__cold__' and 'hot' attributes are not compatible}} \
attr-disable-tail-calls.c 3 void __attribute__((disable_tail_calls,naked)) foo1(int a) { // expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}} expected-note {{conflicting attribute is here}}
7 void __attribute__((naked,disable_tail_calls)) foo2(int a) { // expected-error {{'naked' and 'disable_tail_calls' attributes are not compatible}} expected-note {{conflicting attribute is here}}
attr-notail.c 3 int callee0() __attribute__((not_tail_called,always_inline)); // expected-error{{'not_tail_called' and 'always_inline' attributes are not compatible}} \
5 int callee1() __attribute__((always_inline,not_tail_called)); // expected-error{{'always_inline' and 'not_tail_called' attributes are not compatible}} \
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTestUtils.java 48 * Returns a fake, HttpServletRequest which stores attributes in a HashMap.
56 final Map<String, Object> attributes = Maps.newHashMap();
64 return attributes.get(name);
68 attributes.put(name, value);
100 final Map<String, Object> attributes = Maps.newHashMap(); field in class:FakeHttpSessionHandler
105 attributes.put((String) args[0], args[1]);
108 return attributes.get(args[0]);
116 * Returns a fake, serializable HttpSession which stores attributes in a HashMap.
  /external/libpng/scripts/
intprefix.c 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\
  /external/llvm/
llvm-gen-attributes.mk 1 ATTRIBUTETD := $(LLVM_ROOT_PATH)/include/llvm/IR/Attributes.td
7 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Attributes.inc)
  /external/llvm/test/CodeGen/Hexagon/
circ-load-isel.ll 17 attributes #0 = { nounwind optsize }
18 attributes #1 = { argmemonly nounwind }
  /external/llvm/test/Transforms/FunctionAttrs/
optnone.ll 21 ; CHECK-LABEL: attributes #0
23 ; CHECK-LABEL: attributes #1
  /external/llvm/test/Transforms/InstCombine/
constant-fold-hang.ll 13 attributes #0 = { nounwind readnone ssp }
14 attributes #1 = { nounwind readnone }
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
assertions.xml 7 destorys a thread attributes object. An implementation may cause
12 A destroyed 'attr' attributes object can be reinitialized using
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/
assertions.xml 5 destroys a read write attributes objects.
8 A destroyed 'attr' attributes object can be reinitialized using
  /external/testng/src/main/java/org/testng/
IAttributes.java 8 * own attributes.
22 * @return all the attributes names.
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
MDnsUtils.java 39 Map<String,byte[]> attributes = networkDevice.getAttributes(); local
40 String product = getString(attributes.get(ATTRIBUTE__PRODUCT));
41 String ty = getString(attributes.get(ATTRIBUTE__TY));
42 String usbMfg = getString(attributes.get(ATTRIBUTE__USB_MFG));
43 String mfg = getString(attributes.get(ATTRIBUTE__MFG));
51 Map<String,byte[]> attributes = networkDevice.getAttributes(); local
52 vendor = getString(attributes.get(ATTRIBUTE__MFG));
54 vendor = getString(attributes.get(ATTRIBUTE__USB_MFG));

Completed in 577 milliseconds

<<11121314151617181920>>