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

1 2

  /external/webkit/WebKitTools/Scripts/
num-cpus 3 ls /proc/registry/HKEY_LOCAL_MACHINE/HARDWARE/DESCRIPTION/System/CentralProcessor | wc -w
  /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
177 * <p>Description of the live folder item. This value is ignored if the
184 public static final String DESCRIPTION = "description";
MediaStore.java 437 * The description of the image
440 public static final String DESCRIPTION = "description";
540 * @param description The description of the image
545 String name, String description) throws FileNotFoundException {
550 String ret = insertImage(cr, bm, name, description);
609 * @param description The description of the image
614 String title, String description) {
    [all...]
Calendar.java 385 * The description of the event
388 public static final String DESCRIPTION = "description";
672 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, DESCRIPTION);
    [all...]
  /external/libvpx/
examples.mk 21 ivfdec.DESCRIPTION = Full featured decoder
27 ivfenc.DESCRIPTION = Full featured encoder
32 #example_xma.DESCRIPTION = External Memory Allocation mode usage
36 simple_decoder.DESCRIPTION = Simplified decoder loop
39 postproc.DESCRIPTION = Decoder postprocessor control
43 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum
47 simple_encoder.DESCRIPTION = Simplified encoder loop
50 twopass_encoder.DESCRIPTION = Two-pass encoder loop
53 force_keyframe.DESCRIPTION = Force generation of keyframes
58 decode_with_drops.DESCRIPTION = Drops frames while decodin
    [all...]
  /external/webkit/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");
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 152 new String[] { Media.TITLE, Media.DESCRIPTION, Media.MIME_TYPE });
156 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
163 new String[] { Media.TITLE, Media.DESCRIPTION, Media.MIME_TYPE }, null,
168 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
172 assertEquals(TEST_DESCRIPTION1, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
178 new String[] { Media.DESCRIPTION, Media.MIME_TYPE }, Media.TITLE + "=?",
182 assertEquals(TEST_DESCRIPTION2, c.getString(c.getColumnIndex(Media.DESCRIPTION)));
260 values.put(Media.DESCRIPTION, "This is a image");
290 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
311 values.put(Media.DESCRIPTION, "This is another image")
    [all...]
MediaStore_Video_MediaTest.java 70 values.put(Media.DESCRIPTION, "This is a video");
106 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
131 values.put(Media.DESCRIPTION, "This is another video");
159 c.getString(c.getColumnIndex(Media.DESCRIPTION)));
  /external/clearsilver/perl/
ClearSilver.pm 47 =head1 DESCRIPTION
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc_linux.c 69 #define DESCRIPTION "bcmsdh_sdmmc Driver"
237 MODULE_DESCRIPTION(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 125 * <TH>Description</TH>
499 // Description Header
500 stringHeader = (String)headImpl.getHeader(HeaderSet.DESCRIPTION);
502 out.write((byte)HeaderSet.DESCRIPTION);
510 headImpl.setHeader(HeaderSet.DESCRIPTION, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 234 Log.v(TAG, "DESCRIPTION : " + hs.getHeader(HeaderSet.DESCRIPTION));
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 81 public static final String DESCRIPTION = "description";
210 DESCRIPTION + " description TEXT," +
379 addProjection(map, SearchManager.SUGGEST_COLUMN_TEXT_2, DESCRIPTION);
420 int descriptionCol = inserter.getColumnIndex(DESCRIPTION);
428 String description = getContext().getString(R.string.application_desc); local
448 inserter.bind(descriptionCol, description);
  /external/webkit/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/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 124 m.put(Calendar.Events.DESCRIPTION, event.mDescription);
149 values.put(Calendar.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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LiveFolderAdapter.java 72 holder.description = (TextView) view.findViewById(R.id.description);
80 holder.descriptionIndex = cursor.getColumnIndex(LiveFolders.DESCRIPTION);
107 final String description = cursor.getString(holder.descriptionIndex); local
108 if (description != null) {
109 holder.description.setText(description);
110 holder.description.setVisibility(View.VISIBLE);
112 holder.description.setVisibility(View.GONE);
115 holder.description.setVisibility(View.GONE);
202 TextView description; field in class:LiveFolderAdapter.ViewHolder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 56 * sensible defaults (with a title and a description) and provide some shorthand
62 * Construct a SectionPart that uses a title bar and a description.
65 * The section style includes a description and a title bar by default.
75 * Construct a SectionPart that uses a title bar and a description.
78 * The section style includes a description and a title bar by default.
83 * @param extra_style Extra styles (on top of description and title bar).
84 * @param use_description True if the Section.DESCRIPTION style should be added.
90 (use_description ? Section.DESCRIPTION : 0));
  /external/webkit/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/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 472 cv.put(Events.DESCRIPTION, bodyParser());
475 cv.put(Events.DESCRIPTION, getValue());
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 124 Events.DESCRIPTION, // 2
743 mDescriptionTextView = (TextView) findViewById(R.id.description);
973 String description = intent.getStringExtra(Events.DESCRIPTION); local
1013 String description = cursor.getString(EVENT_INDEX_DESCRIPTION); local
2212 String description = mDescriptionTextView.getText().toString().trim(); local
2287 String description = mDescriptionTextView.getText().toString().trim(); local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 44 testcases[tc].description +" = "+
56 function AddTestCase( description, expect, actual ) {
57 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
62 this.description = d;
71 writeLineToLog( "added " + this.description );
114 testcases[tc].description +" = "+ testcases[tc].actual );
206 print(beginTag + 'DESCRIPTION' + endTag);
207 print(testcases[tc].description);
220 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
229 testcases[tc].description +" = "+ testcases[tc].actual
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 38 testcases[tc].description +" = "+
49 this.description = d;
58 writeLineToLog( "added " + this.description );
166 print(beginTag + 'DESCRIPTION' + endTag);
167 print(testcases[tc].description);
180 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
189 testcases[tc].description +" = "+ testcases[tc].actual +
620 function AddTestCase( description, expect, actual ) {
621 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
626 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 64 # For a description of option declarations, see the documentation at
410 =head1 DESCRIPTION
431 The option-description arguments required by C<init> and C<getOptions>
436 Each description consists of the option name and an optional trailing
456 For example, in the option description:

Completed in 1076 milliseconds

1 2