HomeSort by relevance Sort by last modified time
    Searched defs:DESCRIPTION (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/libvpx/libvpx/
examples.mk 88 vpxdec.DESCRIPTION = Full featured decoder
111 vpxenc.DESCRIPTION = Full featured encoder
122 vp9_spatial_svc_encoder.DESCRIPTION = VP9 Spatial SVC Encoder
136 vpx_temporal_svc_encoder.DESCRIPTION = Temporal SVC Encoder
146 simple_decoder.DESCRIPTION = Simplified decoder loop
156 postproc.DESCRIPTION = Decoder postprocessor control
167 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
175 simple_encoder.DESCRIPTION = Simplified encoder loop
183 vp9_lossless_encoder.DESCRIPTION = Simplified lossless VP9 encoder
191 twopass_encoder.DESCRIPTION = Two-pass encoder loo
    [all...]
tools.mk 20 tiny_ssim.DESCRIPTION = Generate SSIM/PSNR from raw .yuv files
109 echo " - \subpage tools_$(ex) $($(ex).DESCRIPTION)" >> $@;)
  /external/abi-dumper/
Makefile.pl 39 DESCRIPTION:
abi-dumper.pl 162 DESCRIPTION:
    [all...]
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 28 public static final String DESCRIPTION = "description";
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 28 public static final String DESCRIPTION = "description";
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
Constants.java 28 public static final String DESCRIPTION = "description";
  /external/abi-compliance-checker/
Makefile.pl 44 DESCRIPTION:
abi-compliance-checker.pl 295 DESCRIPTION:
638 The maximum number of affected symbols listed under the description
    [all...]
  /frameworks/base/core/java/android/provider/
LiveFolders.java 82 * <tr><th>Component</th> <th>Type</th> <th>Description</th> <th>Required</th></tr>
122 * <tr><th>Column</th> <th>Type</th> <th>Description</th> <th>Required</th></tr>
131 * <tr><th>{@link #DESCRIPTION}</th>
133 * <td>The description of the item. The description is ignored when the live folder's
187 * <p>Description of the live folder item. This value is ignored if the
194 public static final String DESCRIPTION = "description";
MediaStore.java     [all...]
CalendarContract.java     [all...]
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 33 public static final String DESCRIPTION = "description";
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 33 public static final String DESCRIPTION = "description";
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
Constants.java 33 public static final String DESCRIPTION = "description";
  /cts/tests/tests/media/src/android/media/cts/
MediaItemTest.java 27 private static final String DESCRIPTION = "test_description";
33 MediaDescription description = new MediaDescription.Builder() local
34 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID)
36 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_BROWSABLE);
38 assertEquals(description.toString(), mediaItem.getDescription().toString());
50 assertEquals(description.toString(),
56 MediaDescription description = new MediaDescription.Builder() local
57 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID)
59 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_PLAYABLE);
61 assertEquals(description.toString(), mediaItem.getDescription().toString())
    [all...]
  /external/brotli/
setup.py 141 DESCRIPTION = 'Python bindings for the Brotli compression library'
273 description=DESCRIPTION, variable in class:BuildExt
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/android/support/mediacompat/client/
MediaItemTest.java 33 private static final String DESCRIPTION = "test_description";
41 MediaDescriptionCompat description = local
43 .setDescription(DESCRIPTION)
48 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_BROWSABLE);
50 assertEquals(description.toString(), mediaItem.getDescription().toString());
63 description.toString(),
71 MediaDescriptionCompat description = new MediaDescriptionCompat.Builder() local
72 .setDescription(DESCRIPTION)
77 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_PLAYABLE);
79 assertEquals(description.toString(), mediaItem.getDescription().toString())
    [all...]
  /frameworks/support/media/version-compat-tests/previous/client/src/androidTest/java/android/support/mediacompat/client/
MediaItemTest.java 33 private static final String DESCRIPTION = "test_description";
41 MediaDescriptionCompat description = local
43 .setDescription(DESCRIPTION)
48 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_BROWSABLE);
50 assertEquals(description.toString(), mediaItem.getDescription().toString());
63 description.toString(),
71 MediaDescriptionCompat description = new MediaDescriptionCompat.Builder() local
72 .setDescription(DESCRIPTION)
77 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_PLAYABLE);
79 assertEquals(description.toString(), mediaItem.getDescription().toString())
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 97 * Represents the OBEX Description header. This is a text description of the
100 * The value of <code>DESCRIPTION</code> is 0x05 (5).
102 public static final int DESCRIPTION = 0x05;
281 * of object must correspond to the Java type defined in the description of
290 * defined in the description of this interface\
349 case DESCRIPTION:
351 throw new IllegalArgumentException("Description must be a String");
501 * Object returned is defined in the description of this interface.
526 case DESCRIPTION
    [all...]
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 58 private static final String DESCRIPTION = "Accessory Display Sink Test Application";
251 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_DESCRIPTION, DESCRIPTION);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 160 final int DESCRIPTION = 8;
325 // Build titles and description
332 final String description = cursor.getString(UpdateQuery.DESCRIPTION); local
333 if (!TextUtils.isEmpty(description)) {
334 builder.setContentText(description);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 146 private static final String DESCRIPTION = "One's description...";
189 // Creates a multi-line description.
462 detailsUi.descField.setText(DESCRIPTION);
481 // title.txt and description.txt entries.
799 * @param description bugreport description as provided by the user
805 String name, String title, String description,
809 SystemProperties.get("ro.build.description"), body);
812 if (description != null)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 356 CalendarContract.Events.DESCRIPTION,
394 ALLOWED_IN_EXCEPTION.add(Events.DESCRIPTION);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sdoias.h 191 SYNTAX,RESTRICTIONS,DESCRIPTION,VENDORID,LDAPNAME,VENDORTYPE
    [all...]

Completed in 364 milliseconds

1 2 3 4 5 6 7