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

  /external/libvpx/
examples.mk 29 vpxdec.DESCRIPTION = Full featured decoder
39 vpxenc.DESCRIPTION = Full featured encoder
53 #example_xma.DESCRIPTION = External Memory Allocation mode usage
57 simple_decoder.DESCRIPTION = Simplified decoder loop
60 postproc.DESCRIPTION = Decoder postprocessor control
64 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
68 simple_encoder.DESCRIPTION = Simplified encoder loop
71 twopass_encoder.DESCRIPTION = Two-pass encoder loop
74 force_keyframe.DESCRIPTION = Force generation of keyframes
79 decode_with_drops.DESCRIPTION = Drops frames while decodin
    [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 614 * The description of the image
617 public static final String DESCRIPTION = "description";
717 * @param description The description of the image
722 String name, String description) throws FileNotFoundException {
727 String ret = insertImage(cr, bm, name, description);
786 * @param description The description of the image
791 String title, String description) {
    [all...]
CalendarContract.java     [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 96 * Represents the OBEX Description header. This is a text description of the
99 * The value of <code>DESCRIPTION</code> is 0x05 (5).
101 public static final int DESCRIPTION = 0x05;
239 * of object must correspond to the Java type defined in the description of
248 * defined in the description of this interface\
306 case DESCRIPTION:
308 throw new IllegalArgumentException("Description must be a String");
434 * Object returned is defined in the description of this interface.
459 case DESCRIPTION
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 33 static const char kDescriptionElement[] = "Description";
84 DESCRIPTION,
215 (*kElementNameToElementTypeMap)[kDescriptionElement] = DESCRIPTION;
481 case ParsingContext::DESCRIPTION:
582 if (!url->short_name().empty() && !url->description().empty()) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 89 public static final String DESCRIPTION = "description";
250 DESCRIPTION + " description TEXT," +
449 addProjection(map, SearchManager.SUGGEST_COLUMN_TEXT_2, DESCRIPTION);
494 int descriptionCol = inserter.getColumnIndex(DESCRIPTION);
506 String description = getContext().getString(R.string.application_desc); local
540 inserter.bind(descriptionCol, description);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 341 CalendarContract.Events.DESCRIPTION,
374 ALLOWED_IN_EXCEPTION.add(Events.DESCRIPTION);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 478 milliseconds