HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 101 - 125 of 679) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/common/
rbbidata.h 160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
  /packages/apps/CellBroadcastReceiver/res/values/
strings.xml 145 <!-- CMAS alert category heading (including colon). [CHAR LIMIT=30] -->
172 <!-- CMAS response type heading (including colon). [CHAR LIMIT=30] -->
191 <!-- CMAS severity heading (including colon). [CHAR LIMIT=30] -->
198 <!-- CMAS urgency heading (including colon). [CHAR LIMIT=30] -->
205 <!-- CMAS certainty heading (including colon). [CHAR LIMIT=30] -->
  /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...]
  /frameworks/base/docs/html/distribute/googleplay/policies/
spam.jd 107 <div class="heading">Best practice: App description</div>
141 <div class="heading">Description includes repetitive keywords</div>
181 <div class="heading">Description includes unrelated keywords or references</div>
217 <div class="heading">Description includes excessive detail, references to your other apps</div>
255 <div class="heading">Inappropriate content in a review</div>
285 <div class="heading">Soliciting ratings</div>
367 <div class="heading">WebView spam</div>
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_track.js 103 track.heading = this.thread_.parent.pid + ': ' +
106 track.heading = '';
186 set heading(text) {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 54 // Heading font size correction.
98 // Displays the main heading "Install FooBar?".
227 // the heading centered vertically wrt the icon.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 297 // Display content under heading when spacebar or right-arrow pressed
299 // Move to next heading when down-arrow pressed
300 // Move to previous heading when up-arrow pressed
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 200 // Display content under heading when spacebar or right-arrow pressed
202 // Move to next heading when down-arrow pressed
203 // Move to previous heading when up-arrow pressed
  /hardware/invensense/65xx/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /external/chromium/chrome/browser/resources/
offline_load.html 133 <h3 i18n-content="heading"></h3>
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
thread_track_test.js 31 testEl.appendChild(ui.createScopedStyle('heading { width: 100px; }'));
  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc 361 if (position.heading >= 0. && position.heading <= 360.)
362 coordinates->heading.reset(new double(position.heading));
  /external/chromium_org/chrome/utility/importer/
bookmark_html_reader.h 51 // The file format that BookmarkHTMLReader parses starts with a heading
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.h 21 // Indicates the direction that the scroll is heading in relative to the screen,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 499 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
588 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) {
595 bundle.putBoolean("AccessibilityNodeInfo.CollectionItemInfo.heading", heading);
  /external/chromium_org/third_party/jstemplate/tutorial_examples/
11-jseval.html 100 Outline heading
  /external/chromium_org/tools/gn/
standard_out.cc 157 // Check for a heading line.
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.crx_id.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.chrome.inspector_network.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.chrome.websocket.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.profile_creator.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.timeline.event.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
telemetry.core.timeline.event_container.html 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">

Completed in 2215 milliseconds

1 2 3 45 6 7 8 91011>>