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

1 2

  /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 632 * The description of the image
635 public static final String DESCRIPTION = "description";
735 * @param description The description of the image
740 String name, String description) throws FileNotFoundException {
745 String ret = insertImage(cr, bm, name, 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," +
452 addProjection(map, SearchManager.SUGGEST_COLUMN_TEXT_2, DESCRIPTION);
497 int descriptionCol = inserter.getColumnIndex(DESCRIPTION);
509 String description = getContext().getString(R.string.application_desc); local
543 inserter.bind(descriptionCol, description);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 347 CalendarContract.Events.DESCRIPTION,
385 ALLOWED_IN_EXCEPTION.add(Events.DESCRIPTION);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 77 milliseconds

1 2