HomeSort by relevance Sort by last modified time
    Searched defs:declarations (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 172 // namespace declarations
190 List<Attr> declarations = findNamespaceAttributes(mContainer); local
191 for (Attr attribute : declarations) {
UseCompoundDrawableRefactoring.java 324 List<Attr> declarations = findNamespaceAttributes(layout); local
325 for (Attr attribute : declarations) {
WrapInRefactoring.java 182 // (2) If the container is the new root, transfer namespace declarations
240 List<Attr> declarations = findNamespaceAttributes(primary); local
241 for (Attr attribute : declarations) {
  /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/v8/src/
scopes.h 105 // block scoped declarations. In that case it is removed from the scope
110 // Declarations
188 // Adds the specific declaration node to the list of declarations in
189 // this scope. The declarations are processed as part of entering
210 // declarations, i.e. a var declaration that has been hoisted from a nested
334 // Declarations list.
335 ZoneList<Declaration*>* declarations() { return &decls_; } function in class:v8::internal::Scope
386 // where var declarations will be hoisted to in the implementation.
447 // Declarations.
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 221 template <class TreeBuilder> ALWAYS_INLINE TreeExpression parseVarDeclarationList(TreeBuilder&, int& declarations, const Identifier*& lastIdent, TreeExpression& lastInitializer, int& identStart, int& initStart, int& initEnd);
778 template <class TreeBuilder> TreeExpression JSParser::parseVarDeclarationList(TreeBuilder& context, int& declarations, const Identifier*& lastIdent, TreeExpression& lastInitializer, int& identStart, int& initStart, int& initEnd)
782 declarations++;
846 int declarations = 0; local
863 decls = parseVarDeclarationList(context, declarations, forInTarget, forInInitializer, declsStart, initStart, initEnd);
872 failIfFalse(declarations == 1);
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 379 milliseconds