HomeSort by relevance Sort by last modified time
    Searched refs:DESCRIPTION (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /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));
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 121 %token NAME LIBRARY DESCRIPTION STACKSIZE_K HEAPSIZE CODE DATAU DATAL
145 | DESCRIPTION ID { def_description ($2);}
247 | DESCRIPTION { $$ = "DESCRIPTION"; }
438 if (fdef->description)
439 free (fdef->description);
520 if (fdef->description)
521 fprintf (file, " description: `%s'\n", fdef->description);
997 int len = def->description ? strlen (def->description) : 0
    [all...]
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 170 StencilCase (Context& context, const char* name, const char* description);
187 StencilCase::StencilCase (Context& context, const char* name, const char* description)
188 : TestCase (context, name, description)
392 SimpleStencilCase (Context& context, const char* name, const char* description, GenStencilOpsFunc genOpsFunc)
393 : StencilCase (context, name, description)
409 #define STENCIL_CASE(NAME, DESCRIPTION, GEN_OPS_BODY) \
418 addChild(new SimpleStencilCase(m_context, #NAME, DESCRIPTION, Gen_##NAME::genOps)); \
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 173 StencilCase (Context& context, const char* name, const char* description);
190 StencilCase::StencilCase (Context& context, const char* name, const char* description)
191 : TestCase (context, name, description)
395 SimpleStencilCase (Context& context, const char* name, const char* description, GenStencilOpsFunc genOpsFunc)
396 : StencilCase (context, name, description)
412 #define STENCIL_CASE(NAME, DESCRIPTION, GEN_OPS_BODY) \
421 addChild(new SimpleStencilCase(m_context, #NAME, DESCRIPTION, Gen_##NAME::genOps)); \
  /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);
  /prebuilts/go/darwin-x86/src/math/
gamma.go 22 // DESCRIPTION:
  /prebuilts/go/linux-x86/src/math/
gamma.go 22 // DESCRIPTION:
  /external/libvpx/libvpx/build/make/
rtcd.pl 442 =head1 DESCRIPTION
  /frameworks/base/core/java/android/provider/
MediaStore.java     [all...]
CalendarContract.java     [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 149 * <TH>Description</TH>
528 // Description Header
529 stringHeader = (String)headImpl.getHeader(HeaderSet.DESCRIPTION);
531 out.write((byte)HeaderSet.DESCRIPTION);
539 headImpl.setHeader(HeaderSet.DESCRIPTION, null);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 316 Events.DESCRIPTION,
377 values.put(Events.DESCRIPTION, "DESCRIPTION:" + seedString);
486 values.put(Events.DESCRIPTION, "DESCRIPTION:" + seedString);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 71 Events.DESCRIPTION, // 2
    [all...]
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 38 =head1 DESCRIPTION
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 170 column = Images.ImageColumns.DESCRIPTION;
  /toolchain/binutils/binutils-2.25/etc/
texi2pod.pl 343 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
  /external/llvm/utils/TableGen/
tdtags 60 DESCRIPTION
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 87 Events.DESCRIPTION + "," +
531 CalendarContract.Events.DESCRIPTION + " TEXT," +
599 + "description TEXT,"
668 "description TEXT," +
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 612 =head1 DESCRIPTION
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /external/iputils/doc/
docbook2man-spec.pl 12 =head1 DESCRIPTION
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /external/libvorbis/doc/
05-comment.tex 94 description of intended use. No single or group of field names is
98 \begin{description} %[style=nextline]
134 \item[DESCRIPTION]
135 A short text description of the contents
154 \end{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...]

Completed in 1936 milliseconds

1 2 34 5 6 7 8 9