HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 126 - 150 of 1161) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
demo.html 124 Dialog with heading
127 <paper-dialog heading="Title">
135 <paper-action-dialog heading="Title">
160 Dialog with heading
163 <paper-dialog heading="Title" class="scrolling">
180 <paper-action-dialog heading="Title" class="scrolling">
227 <paper-dialog heading="Custom Colors" class="colored">
235 <paper-dialog heading="Custom Size &amp; Position" class="size-position">
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
raster_task_view.html 22 #heading {
27 <div id="heading">
  /external/clang/test/Index/
comment-misc-tags.m 83 * New paragraph under the same heading.
103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.])))
  /external/icu/icu4c/source/common/
rbbidata.h 162 void printTable(const char *heading, const RBBIStateTable *table);
165 #define printTable(heading, table)
  /external/libmicrohttpd/doc/chapters/
exploringrequests.inc 71 @heading Conclusion
83 @heading Exercises
tlsauthentication.inc 12 @heading Preparation
45 @heading Changing the source code
109 @heading Remarks
133 @heading Client authentication
320 @heading Using TLS Server Name Indication (SNI)
processingpost.inc 12 @heading GET request
45 @heading POST request
145 @heading Request handling
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaCardsParser.java 261 public void Log(String heading) {
263 Slog.i(TAG, heading);
AlsaDevicesParser.java 279 public void Log(String heading) {
281 Slog.i(TAG, heading);
  /packages/apps/Dialer/res/layout/
call_log_list_item.xml 23 <!-- Day group heading. Used to show a "today", "yesterday", "last week" or "other" heading
  /frameworks/base/docs/html/ndk/reference/
group___bitmap.jd 18 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
23 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
28 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
33 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
52 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
looper_8h.jd 20 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
27 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
49 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /external/autotest/tko/
nightly.py 482 heading = "%s, %s metric" % (title, metric)
484 heading += ", relative"
485 print "<p><p> <h3> %s: </h3>" % heading
551 heading = "%s %s:&nbsp %s" % (self.test_group, self.kernel_legend,
553 print "<h2> %s </h2>" % heading
709 heading = ('Twoway Container Isolation using %s on %s' %
712 heading = '%s, %s Benchmarks' % (self.kernel_legend,
715 heading += ", Regressions Only"
716 print "<h3> %s </h3>" % heading
    [all...]
  /hardware/invensense/6515/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 152 * Magnetic heading/field strength in body frame.
154 * @param[out] mag_north Heading relative to magnetic north in degrees.
155 * @param[out] true_north Heading relative to true north in degrees.
  /hardware/invensense/65xx/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /development/samples/Support4Demos/res/values/
strings.xml 152 One possible use of role description is to notate heading levels in structured text:</string>
156 <string name="accessibility_roledescription_h1_role">heading level 1</string>
157 <string name="accessibility_roledescription_h2_role">heading level 2</string>
158 <string name="accessibility_roledescription_h3_role">heading level 3</string>
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.core.html 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.profiling_controller.html 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">

Completed in 2671 milliseconds

1 2 3 4 56 7 8 91011>>