/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)
|
handleerror01.js | 114 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections 150 domConfig.setParameter("split-cdata-sections", true);
|
/external/v8/test/cctest/ |
testcfg.py | 102 def GetTestStatus(self, sections, defs): 105 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 | 116 def GetTestStatus(self, sections, defs): 119 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/v8/test/benchmarks/ |
testcfg.py | 96 def GetTestStatus(self, sections, defs):
|
/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:__anon6545 [all...] |
/external/v8/tools/ |
test.py | 572 def GetTestStatus(self, sections, defs): 625 def GetTestStatus(self, context, sections, defs): 626 self.GetConfiguration(context).GetTestStatus(sections, defs) 653 def GetTestStatus(self, context, sections, defs): 655 test.GetTestStatus(context, sections, defs) 1037 def __init__(self, sections, defs): 1038 self.sections = sections 1042 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.
|
/ndk/toolchains/x86-4.4.3/ |
setup.mk | 30 -ffunction-sections \ 94 -Wl,--gc-sections \
|
/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...] |
/build/core/combo/ |
TARGET_linux-x86.mk | 77 -ffunction-sections \ 109 TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
|
/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 | 148 def GetTestStatus(self, sections, defs): 151 test.ReadConfigurationInto(status_file, sections, defs)
|
/external/oprofile/libutil++/ |
op_spu_bfd.cpp | 156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
|