/external/chromium_org/third_party/accessibility-audit/ |
axs_testing.js | 431 heading:{namerequired:!0, parent:["sectionhead"], properties:["aria-level"]}, img:{childpresentational:!0, namefrom:["author"], namerequired:!0, parent:["section"]}, input:{"abstract":!0, namefrom:["author"], parent:["widget"]}, landmark:{"abstract":!0, namefrom:["contents", "author"], namerequired:!1, parent:["region"]}, link:{namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded"]}, list:{mustcontain:["group", "listitem"], namefrom:["author"], parent:["region"]}, 487 axs.constants.STRUCTURE_ROLE_TO_NAME = {article:"aria_role_article", application:"aria_role_application", banner:"aria_role_banner", columnheader:"aria_role_columnheader", complementary:"aria_role_complementary", contentinfo:"aria_role_contentinfo", definition:"aria_role_definition", directory:"aria_role_directory", document:"aria_role_document", form:"aria_role_form", group:"aria_role_group", heading:"aria_role_heading", img:"aria_role_img", list:"aria_role_list", listitem:"aria_role_listitem", [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
BrowserAccessibilityManager.java | 617 int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading) { 706 boolean heading) { 709 bundle.putBoolean("AccessibilityNodeInfo.CollectionItemInfo.heading", heading);
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
doc_writer.py | 547 heading = 'h2' 549 heading = 'h3' 552 h2 = self.AddElement(parent2, heading)
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 474 String heading = "Directory " + uri; local 475 StringBuilder msg = new StringBuilder("<html><head><title>" + heading + "</title><style><!--\n" + 480 "</head><body><h1>" + heading + "</h1>");
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
main.c | 144 HEADING, 240 CASE_NAME(HEADING); 478 } else if (components[HEADING].order == i) { 480 PRINT("HEADING,"); 482 float heading[1]; local 483 inv_get_sensor_type_compass_float(heading, NULL, NULL, 485 PRINT_FLOAT(10, 5, heading[0]); 616 " H = HEADING,\n" 702 components[HEADING].order = j;
|
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 171 !experiment.heading) { 176 l10n_util::GetStringUTF16(experiment.heading),
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
group_util.js | 94 'heading ' +
|
command_store.js | 366 'showHeadingsList': {announce: false, nodeList: 'heading', 412 findNext: 'heading', 509 findNext: 'heading', 721 'heading': {predicate: 'headingPredicate',
|
/external/jsoncpp/ |
makerelease.py | 180 heading = retry_index == 0 and 'Running:' or 'Retrying:' 181 print heading, ' '.join( cmd )
|
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | 123 int columnIndex, int columnSpan, boolean heading, boolean selected) { 125 columnIndex, columnSpan, heading, selected)); 269 int columnSpan, boolean heading, boolean selected); 676 int columnSpan, boolean heading, boolean selected) { [all...] |
/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')
|
/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')
|
/external/chromium_org/chrome/browser/resources/options/ |
options_page.css | 237 list > .heading { 241 list > .heading:hover {
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraZslImpl.java | 579 int heading = captureParams.heading; local 594 // Set GPS heading direction based on sensor, if location is on. 595 if (heading >= 0) { 601 new Rational(heading, 1)); [all...] |
/external/lldb/test/ |
lldbtest.py | [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/ |
bootstrap.min.css | [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/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.cpp | 181 void checkResults(const char *heading, RBBITest *test); 182 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx); 219 void BITestData::checkResults(const char *heading, RBBITest *test) { 233 err(heading, test, expectedIndex-1, actualIndex); 239 err(heading, test, expectedIndex, actualIndex-1); 245 err(heading, test, expectedIndex, actualIndex); 257 heading, fLineNum.elementAt(expectedIndex), 270 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) 284 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); 286 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/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 181 void checkResults(const char *heading, RBBITest *test); 182 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx); 219 void BITestData::checkResults(const char *heading, RBBITest *test) { 233 err(heading, test, expectedIndex-1, actualIndex); 239 err(heading, test, expectedIndex, actualIndex-1); 245 err(heading, test, expectedIndex, actualIndex); 257 heading, fLineNum.elementAt(expectedIndex), 270 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) 284 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); 286 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/chromium_org/chrome/browser/web_dev_style/ |
css_checker.py | 210 'validation-bubble-heading',
|
/external/chromium_org/chrome/installer/util/ |
user_experiment.cc | 372 experiment->heading = match.flavors[flavor].heading_id;
|