HomeSort by relevance Sort by last modified time
    Searched refs:heading (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [all...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [all...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [all...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [all...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 468 int heading = captureParams.heading; local
485 // Set GPS heading direction based on sensor, if location is on.
486 if (heading >= 0) {
492 new Rational(heading, 1));
    [all...]
OneCameraZslImpl.java 612 int heading = captureParams.heading; local
627 // Set GPS heading direction based on sensor, if location is on.
628 if (heading >= 0) {
632 exif.buildTag(ExifInterface.TAG_GPS_IMG_DIRECTION, new Rational(heading, 1));
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 215 .seealso > .heading { font-size: 110%;
  /prebuilts/go/darwin-x86/src/go/doc/
comment_test.go 38 if h := heading(tt.line); (len(h) > 0) != tt.ok {
  /prebuilts/go/linux-x86/src/go/doc/
comment_test.go 38 if h := heading(tt.line); (len(h) > 0) != tt.ok {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 186 void checkResults(const char *heading, RBBITest *test);
187 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
224 void BITestData::checkResults(const char *heading, RBBITest *test) {
238 err(heading, test, expectedIndex-1, actualIndex);
244 err(heading, test, expectedIndex, actualIndex-1);
250 err(heading, test, expectedIndex, actualIndex);
262 heading, fLineNum.elementAt(expectedIndex),
275 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
289 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
291 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected)
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Errors.java 573 public static String format(String heading, Collection<Message> errorMessages) {
574 Formatter fmt = new Formatter().format(heading).format(":%n%n");
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 134 float heading;

Completed in 2467 milliseconds

1 23 4 5 6 7 8 9