HomeSort by relevance Sort by last modified time
    Searched refs:heading (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /external/lldb/test/
lldbtest.py     [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 422 int columnIndex, int columnSpan, boolean heading, boolean selected) {
424 columnIndex, columnSpan, heading, selected));
572 int columnSpan, boolean heading, boolean selected);
    [all...]
  /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 182 void checkResults(const char *heading, RBBITest *test);
183 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
220 void BITestData::checkResults(const char *heading, RBBITest *test) {
234 err(heading, test, expectedIndex-1, actualIndex);
240 err(heading, test, expectedIndex, actualIndex-1);
246 err(heading, test, expectedIndex, actualIndex);
258 heading, fLineNum.elementAt(expectedIndex),
271 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
285 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);
287 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 134 float heading;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 134 float heading;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 134 float heading;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 134 float heading;
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 134 float heading;
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 134 float heading;
  /external/bison/build-aux/
texinfo.tex 916 % @center is the first thing after a section heading, we need to wipe
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 991 int heading = mHeadingSensor.getCurrentHeading(); local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 152 float heading;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 152 float heading;
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 152 float heading;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 102 float heading; member in struct:rpc_loc_parsed_position_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 96 float heading; member in struct:rpc_loc_parsed_position_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 726 // Heading
730 location.gpsLocation.bearing = location_report_ptr->heading;
    [all...]

Completed in 2173 milliseconds

12 3 4 5 6 7