HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigcdatasections1.js 71 * Checks behavior of "cdata-sections" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections
87 var parameter = "cDaTa-sections";
domconfigsplitcdatasections1.js 71 * Checks behavior of "split-cdata-sections" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
87 var parameter = "sPlIt-cdata-sections";
domconfigparameternames01.js 82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections
92 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
131 (("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("entities".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
documentnormalizedocument07.js 80 Add a CDATASection containing "]]>" and perform normalization with split-cdata-sections=false. Should result
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
143 domConfig.setParameter("split-cdata-sections", false);
domconfiginfoset1.js 76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections
105 state = domConfig.getParameter("cdata-sections");
splitcdatasections01.js 85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
115 domConfig.setParameter("split-cdata-sections", false);
documentnormalizedocument06.js 81 Add a CDATASection containing "]]>" perform normalization with split-cdata-sections=true. Should result
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
146 domConfig.setParameter("split-cdata-sections", true);
169 ("cdata-sections-splitted" == type)
  /external/v8/test/cctest/
testcfg.py 111 def GetTestStatus(self, sections, defs):
114 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/message/
testcfg.py 130 def GetTestStatus(self, sections, defs):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mozilla/
testcfg.py 130 def GetTestStatus(self, sections, defs):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/test262/
testcfg.py 127 def GetTestStatus(self, sections, defs):
130 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/benchmarks/
testcfg.py 96 def GetTestStatus(self, sections, defs):
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 30 CFLAGS += -ffunction-sections
59 LFLAGS += -Wl,--gc-sections
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 30 CFLAGS += -ffunction-sections
59 LFLAGS += -Wl,--gc-sections
  /external/webkit/Source/WebCore/xml/
XMLViewer.js 412 var sections = document.querySelectorAll('.collapsible');
413 for (var i = 0; i < sections.length; i++) {
415 sections[i].id = sectionId;
417 var expandedPart = sections[i].querySelector('#' + sectionId + ' > .expanded');
422 var collapsedPart = sections[i].querySelector('#' + sectionId + ' > .collapsed');
  /external/icu4c/tools/toolutil/
pkg_genc.c 981 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon7711
    [all...]
  /external/v8/tools/
test.py 590 def GetTestStatus(self, sections, defs):
646 def GetTestStatus(self, context, sections, defs):
647 self.GetConfiguration(context).GetTestStatus(sections, defs)
680 def GetTestStatus(self, context, sections, defs):
682 test.GetTestStatus(context, sections, defs)
1075 def __init__(self, sections, defs):
1076 self.sections = sections
1080 sections = [s for s in self.sections if s.condition.Evaluate(env, self.defs)
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 148 sections = reqUri.split("/", 2)
149 isIntl = len(sections) > 2 and (sections[0] == "intl")
151 isValidIntl = sections[1] in self.validLangs
152 urlLangName = sections[1]
153 contentUri = sections[2]
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 36 for (TableOfContents.Section section : tableOfContents.sections) {
  /external/mesa3d/docs/
MESA_shader_debug.spec 263 Add Overview, New Procedures and Functions, New Tokens sections.
264 Add sections 8.10.1, 8.10.2 to GLSL spec.
  /external/chromium/chrome/browser/resources/
new_new_tab.js 57 // Because sections are collapsed when they are in menu mode, it is not
60 // TODO(aa): Sections should maintain their collapse state when minimized.
382 // Get all sections to be layed out.
384 var sections = document.querySelectorAll(
387 for (var i = 0, section; section = sections[i]; i++) {
393 // Ensure the miniview sections don't have any clipped items.
431 // Returns whether or not the sections are currently animating due to a
438 // Layout the sections in a modified accordian. The header and miniview, if
443 // | collapsed section | <- Any collapsed sections are fixed position.
464 // sections sinch up and sit below the expanded section. This is so that w
    [all...]
  /external/chromium/base/win/
pe_image_unittest.cc 88 sections = 0, enumerator in enum:base::win::Value
166 EXPECT_EQ(GetExpectedValue(sections, os), count);
  /external/v8/test/mjsunit/
testcfg.py 150 def GetTestStatus(self, sections, defs):
153 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/preparser/
testcfg.py 154 def GetTestStatus(self, sections, defs):
157 test.ReadConfigurationInto(status_file, sections, defs)
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 183 ArrayList<String> sections = new ArrayList<String> (); local
194 sections.add((new String(val)).toUpperCase());
203 mSectionHeaders = sections.toArray();

Completed in 1074 milliseconds

1 2 34 5 6 7 8