HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 1 - 25 of 4518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/doc/testspecs/VK/
apitests.conf 0 [attributes]
  /frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.conf 0 [attributes]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SimpleAttributeTableGenerator.java 13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator
16 AttributeTable attributes)
18 this.attributes = attributes;
23 return attributes;
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 22 * This class includes a small subset of standard GATT attributes for demonstration purposes.
25 private static HashMap<String, String> attributes = new HashMap(); field in class:SampleGattAttributes
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
34 attributes.put(HEART_RATE_MEASUREMENT, "Heart Rate Measurement");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
39 String name = attributes.get(uuid);
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils_test.cc 28 std::unordered_map<string, string>* attributes) {
30 debug_op_name, debug_op_name_proper, attributes);
36 std::unordered_map<string, string> attributes; local
38 ParseDebugOpName("DebugIdentity", &debug_op_name_proper, &attributes));
40 ASSERT_EQ(0, attributes.size());
45 std::unordered_map<string, string> attributes; local
48 &attributes);
52 &attributes);
56 &attributes);
62 std::unordered_map<string, string> attributes; local
92 std::unordered_map<string, string> attributes; local
109 std::unordered_map<string, string> attributes; local
131 std::unordered_map<string, string> attributes; local
141 std::unordered_map<string, string> attributes; local
    [all...]
  /external/ImageMagick/Magick++/demo/
analyze.cpp 28 std::list<std::string> attributes; local
30 attributes.push_back("TopLeftColor");
31 attributes.push_back("TopRightColor");
32 attributes.push_back("BottomLeftColor");
33 attributes.push_back("BottomRightColor");
34 attributes.push_back("filter:brightness:mean");
35 attributes.push_back("filter:brightness:standard-deviation");
36 attributes.push_back("filter:brightness:kurtosis");
37 attributes.push_back("filter:brightness:skewness");
38 attributes.push_back("filter:saturation:mean")
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 27 * This class can add and delete attributes to and from classes, fields,
28 * methods, and code attributes. Attributes to be added must be filled out
30 * attributes of the same type are always replaced.
43 * Creates a new AttributeAdder that will edit attributes in the given
54 * Creates a new AttributeAdder that will edit attributes in the given
66 * Creates a new AttributeAdder that will edit attributes in the given
90 targetAttribute.attributes,
94 targetMember.attributes,
97 targetClass.attributes,
    [all...]
  /external/tpm2/
NV_DefineSpace.c 14 // TPM_RC_NV_ATTRIBUTES attributes of the index are not consistent
21 // consistent with 'publicInfo->attributes'.
29 TPMA_NV attributes; local
48 attributes = in->publicInfo.t.nvPublic.attributes;
52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET)
68 if( attributes.TPMA_NV_WRITTEN == SET
69 || attributes.TPMA_NV_WRITELOCKED == SET
70 || attributes.TPMA_NV_READLOCKED == SET
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-target1-abs.d 6 # Ignore .ARM.attributes section
arm-target1-rel.d 6 # Ignore .ARM.attributes section
  /external/libpng/scripts/
prefix.c 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
sym.c 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
vers.c 12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
  /frameworks/base/sax/java/android/sax/
StartElementListener.java 19 import org.xml.sax.Attributes;
29 * @param attributes from the element
31 void start(Attributes attributes);
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
BroadcastReceiverData.java 14 private final Map<String, String> attributes; field in class:BroadcastReceiverData
19 Map<String, String> attributes, MetaData metaData, List<IntentFilterData> intentFilters) {
20 super(attributes.get(NAME), metaData);
21 this.attributes = attributes;
29 this.attributes = new HashMap<>();
42 attributes.put(PERMISSION, permission);
46 return attributes.get(PERMISSION);
59 * Get the map for all attributes defined for the broadcast receiver.
61 * @return map of attributes names to values from the manifest
    [all...]
ServiceData.java 16 private final Map<String, String> attributes; field in class:ServiceData
21 Map<String, String> attributes, MetaData metaData, List<IntentFilterData> intentFilters) {
22 super(attributes.get(NAME), metaData);
23 this.attributes = attributes;
37 attributes.put(PERMISSION, permission);
41 return attributes.get(PERMISSION);
54 * Get the map for all attributes defined for the service.
56 * @return map of attributes names to values from the manifest.
59 return attributes;
    [all...]
  /external/python/cpython3/Include/
pydtrace.d 15 #pragma D attributes Evolving/Evolving/Common provider python provider
16 #pragma D attributes Evolving/Evolving/Common provider python module
17 #pragma D attributes Evolving/Evolving/Common provider python function
18 #pragma D attributes Evolving/Evolving/Common provider python name
19 #pragma D attributes Evolving/Evolving/Common provider python args
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CurrentXmlHandler.java 19 import org.xml.sax.Attributes;
61 public void startElement(String uri, String localName, String name, Attributes attributes)
63 super.startElement(uri, localName, name, attributes);
65 mCurrentPackageName = getValue(attributes, "name");
71 if (isEnum(attributes)) {
76 mCurrentClassName = getValue(attributes, "name");
77 mDeprecated = isDeprecated(attributes);
78 String superClass = attributes.getValue("extends");
80 mCurrentClassName, mDeprecated, is(attributes, "abstract"), superClass)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attributes.java 20 * Attributes ::=
24 public class Attributes
27 private ASN1Set attributes; field in class:Attributes
29 private Attributes(ASN1Set set)
31 attributes = set;
34 public Attributes(ASN1EncodableVector v)
36 attributes = new DLSet(v);
45 * <li> {@link Attributes} object
46 * <li> {@link org.bouncycastle.asn1.ASN1Set#getInstance(java.lang.Object) ASN1Set} input formats with Attributes structure inside
52 public static Attributes getInstance(Object obj
    [all...]
  /frameworks/layoutlib/bridge/tests/src/android/util/
BridgeXmlPullAttributesTest.java 52 BridgeXmlPullAttributes attributes = new BridgeXmlPullAttributes( local
74 assertEquals(123, attributes.getAttributeIntValue(BridgeConstants.NS_RESOURCES,
76 assertEquals(123, attributes.getAttributeIntValue(0, 500));
78 assertEquals(500, attributes.getAttributeIntValue(BridgeConstants.NS_RESOURCES,
80 assertEquals(500, attributes.getAttributeIntValue(2, 500));
83 assertEquals(1, attributes.getAttributeIntValue("http://custom",
85 assertEquals(1, attributes.getAttributeIntValue(1, 500));
86 assertEquals(2, attributes.getAttributeIntValue("http://custom",
88 assertEquals(2, attributes.getAttributeIntValue(1, 500));
92 attributes.getAttributeIntValue("http://custom", "my_custom_attr", 500)
    [all...]
  /external/tensorflow/tensorflow/core/framework/
device_base.cc 22 const DeviceAttributes& DeviceBase::attributes() const { function in class:tensorflow::DeviceBase
23 LOG(FATAL) << "Device does not implement attributes()";
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_branch_range.t 35 .ARM.attributes : { *(.ARM.attributes) }
arm_thm_jump11.t 35 .ARM.attributes : { *(.ARM.attributes) }

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>