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

1 2 3

  /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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
browser.js 60 var description = ''; variable
70 this.description = d;
83 reportCompare = function(expected, actual, description)
87 var testcase = new TestCase(gTestName, description, expected, actual);
88 testcase.passed = _reportCompare(expected, actual, description);
105 if (typeof DESCRIPTION == 'undefined')
107 DESCRIPTION = 'Unknown';
113 testcase = new TestCase(gTestName, DESCRIPTION, EXPECTED, "error");
  /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...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 119 new String[] { Media.TITLE, Media.DESCRIPTION, Media.MIME_TYPE });
123 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
130 new String[] { Media.TITLE, Media.DESCRIPTION, Media.MIME_TYPE }, null,
135 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
139 assertEquals(TEST_DESCRIPTION1, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
145 new String[] { Media.DESCRIPTION, Media.MIME_TYPE }, Media.TITLE + "=?",
149 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
205 values.put(Media.DESCRIPTION, "This is a image");
235 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
258 values.put(Media.DESCRIPTION, "This is another image")
    [all...]
MediaStore_Video_MediaTest.java 73 values.put(Media.DESCRIPTION, "This is a video");
109 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
134 values.put(Media.DESCRIPTION, "This is another video");
162 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 22 =head1 DESCRIPTION
BitSet.pm 264 =head1 DESCRIPTION
  /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...]
ObexHelper.java 131 * <TH>Description</TH>
505 // Description Header
506 stringHeader = (String)headImpl.getHeader(HeaderSet.DESCRIPTION);
508 out.write((byte)HeaderSet.DESCRIPTION);
516 headImpl.setHeader(HeaderSet.DESCRIPTION, null);
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 31 =head1 DESCRIPTION
33 A full description of the module and its features.
  /external/markdown/MarkdownTest/
MarkdownTest.pl 109 =head1 DESCRIPTION
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 310 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION));
  /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);
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 13 [DESCRIPTION]
  /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()) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 32 testcases[tc].description +" = "+
43 this.description = d;
154 print(beginTag + 'DESCRIPTION' + endTag);
155 print(testcases[tc].description);
167 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 31 testcases[tc].description +" = "+
41 this.description = d;
152 print(beginTag + 'DESCRIPTION' + endTag);
153 print(testcases[tc].description);
166 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 123 m.put(CalendarContract.Events.DESCRIPTION, event.mDescription);
148 values.put(CalendarContract.Events.DESCRIPTION, event.mDescription);
250 boolean allDay, String description) {
258 mDescription = description;
287 public EventInfo(String title, String description, String startDate, String endDate,
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
293 public EventInfo(String title, String description, String startDate, String endDate,
295 init(title, description, startDate, endDate, rrule, allDay, timezone);
298 public void init(String title, String description, String startDate, String endDate,
301 mDescription = description;
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 188 =head1 DESCRIPTION
  /external/llvm/utils/
codegen-diff 89 =head1 DESCRIPTION
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 47 -n, --name=STRING description for the NAME paragraph
303 # Process text, initial section is DESCRIPTION.
304 my $sect = 'DESCRIPTION';
406 # Option with description.
419 # Option without description.
519 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 58 * sensible defaults (with a title and a description) and provide some shorthand
64 * Construct a SectionPart that uses a title bar and a description.
67 * The section style includes a description and a title bar by default.
77 * Construct a SectionPart that uses a title bar and a description.
80 * The section style includes a description and a title bar by default.
85 * @param extra_style Extra styles (on top of description and title bar).
86 * @param use_description True if the Section.DESCRIPTION style should be added.
92 (use_description ? Section.DESCRIPTION : 0));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 38 testcases[tc].description +" = "+
49 this.description = d;
59 writeLineToLog( "added " + this.description );
163 print(beginTag + 'DESCRIPTION' + endTag);
164 print(testcases[tc].description);
178 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
187 testcases[tc].description +" = "+ testcases[tc].actual +
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 514 cv.put(Events.DESCRIPTION, bodyParser());
517 cv.put(Events.DESCRIPTION, getValue());
    [all...]

Completed in 609 milliseconds

1 2 3