HomeSort by relevance Sort by last modified time
    Searched refs:ATTRIBUTES (Results 1 - 12 of 12) sorted by null

  /external/autotest/site_utils/lxc/
constants.py 21 # Attributes to retrieve about containers.
22 ATTRIBUTES = ['name', 'state']
lxc.py 37 a container. The keys are defined in ATTRIBUTES.
40 ','.join(constants.ATTRIBUTES))
48 info_collection.append(dict(zip(constants.ATTRIBUTES, line.split())))
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 28 // not all of the attributes have meaningful separation by unit type
56 return ATTRIBUTES [unitsID][attributeID];
63 return (IItemAttribute []) ATTRIBUTES [unitsID].clone ();
233 private static final IItemAttribute [/* unit */][/* attributes */] ATTRIBUTES; // set in <clinit>
242 ATTRIBUTES = new IItemAttribute [][]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduHeaders.java 71 public static final int ATTRIBUTES = 0xA8;
PduParser.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java     [all...]
AudioTrackTest.java 385 final AudioAttributes attributes = new AudioAttributes.Builder() local
391 .setAudioAttributes(attributes)
401 // attributes and observedAttributes should satisfy the overloaded equals.
402 assertEquals(TEST_NAME + ": observed attributes must match",
403 attributes, observedAttributes);
404 // also test content type was preserved in the attributes even though they
406 assertEquals(TEST_NAME + ": attributes content type", expectedContentType,
407 attributes.getContentType());
410 // Test case 5: build AudioTrack with attributes and performance mode
420 // construct various attributes with different preset performance modes
2144 AudioAttributes attributes = (fast ? new AudioAttributes.Builder() local
2609 final AudioAttributes attributes = new AudioAttributes.Builder() local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 299 milliseconds