HomeSort by relevance Sort by last modified time
    Searched refs:declarations (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/v8/test/mjsunit/harmony/
block-let-declaration.js 30 // Test let declarations in various settings.
55 // Invalid declarations are early errors in harmony mode and thus should trigger
66 // Test let declarations in statement positions.
76 // Test const declarations with initialisers in statement positions.
86 // Test const declarations without initialisers.
91 // Test const declarations without initialisers in statement positions.
101 // Test var declarations in statement positions.
111 // Test function declarations in source element and
129 // Test function declarations in statement position in strict mode.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 33 * namespace declarations currently in scope, providing lookup
109 * the declarations of its parent context, but it will also keep
110 * track of which declarations were made within this context.</p>
467 private Vector declarations = null; field in class:Context2
518 declarations = null;
541 if (declarations == null) {
542 declarations = new Vector();
557 declarations.addElement(prefix);
686 if (declarations == null) {
689 return declarations.elements()
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 27 * tracks the declarations currently in force for each context and
59 * elements do not contain Namespace declarations: if the same
166 * the declarations of its parent context, but it will also keep
167 * track of which declarations were made within this context.
171 * For elements that don't include namespace declarations, the
184 * attributes to process all namespace declarations, making
262 * in two passes: first for namespace declarations,
275 * treated the declarations phase as complete by processing
308 * Process a raw XML qualified name, after all declarations in the
381 * Return an enumeration of all prefixes whose declarations ar
826 private ArrayList<String> declarations = null; field in class:NamespaceSupport.Context
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument11.js 82 The feature namespace-declarations when set to false, discards all namespace declaration attributes,
85 Set the normalization feature "namespace-declarations" to false, invoke normalizeDocument and verify
91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespace-declarations
110 domConfig.setParameter("namespace-declarations", true);
115 canSet = domConfig.canSetParameter("namespace-declarations",false);
120 domConfig.setParameter("namespace-declarations", false);
domconfignamespacedeclarations1.js 71 * Checks behavior of "namespace-declarations" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespace-declarations
87 var parameter = "nAmEspace-declarations";
namespacedeclarations01.js 81 Normalize document with namespace-declarations set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespace-declarations
105 domConfig.setParameter("namespace-declarations", true);
namespacedeclarations02.js 81 Normalize document with namespace-declarations set to true, check that
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespace-declarations
105 domConfig.setParameter("namespace-declarations", false);
domconfigparameternames01.js 90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespace-declarations
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()))
  /external/v8/src/
prettyprinter.h 74 void PrintDeclarations(ZoneList<Declaration*>* declarations);
99 void PrintDeclarations(ZoneList<Declaration*>* declarations);
prettyprinter.cc 579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
580 for (int i = 0; i < declarations->length(); i++) {
582 Visit(declarations->at(i));
592 PrintDeclarations(function->scope()->declarations());
706 PrintDeclarations(program->scope()->declarations());
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
714 if (declarations->length() > 0) {
716 for (int i = 0; i < declarations->length(); i++) {
717 Visit(declarations->at(i));
  /external/yaffs2/
Android.mk 13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 38 expected-error{{C++ requires a type specifier for all declarations}}
  /external/yaffs2/yaffs2/utils/
Makefile 20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 5 // externs.js contains variable declarations for the closure compiler
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 5 // externs.js contains variable declarations for the closure compiler
  /external/dhcpcd/mk/
cc.mk 14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
  /external/bison/src/
parse-gram.y 127 | Global Declarations. |
202 declarations "%%" grammar epilogue.opt
207 | Declarations: before the first %%. |
210 declarations: label
212 | declarations declaration
403 /* As a Bison extension, one can use the grammar declarations in the
  /external/linux-tools-perf/Documentation/
asciidoc.conf 72 template::[header-declarations]
  /external/v8/test/mjsunit/regress/
regress-fundecl.js 30 // Test hoisting of function declarations in the optimizing
  /external/v8/test/preparser/
symbols-only.js 28 // This file contains no function declarations.
  /external/webkit/LayoutTests/fast/js/resources/
const.js 2 "This test checks that const declarations in JavaScript work and are readonly."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 171 // namespace declarations
189 List<Attr> declarations = findNamespaceAttributes(mContainer); local
190 for (Attr attribute : declarations) {
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 549 foreach_list_const (ptr, & this->declarations) {
550 if (ptr != this->declarations.get_head())
686 foreach_list_const(n, &this->declarations) {
703 this->declarations.push_degenerate_list_at_head(&declarator_list->link);
  /external/valgrind/tsan/
Makefile 17 -Wmissing-declarations -Wno-format-zero-length \
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 471 r'error: C\+\+ requires a type specifier for all declarations\n'
474 r'C\+\+ requires a type specifier for all declarations'

Completed in 344 milliseconds

1 2 3 4