HomeSort by relevance Sort by last modified time
    Searched defs:document (Results 201 - 225 of 1289) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
743 push(self.document(getattr(object, name), name, mod,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 186 # only document that which the programmer exported in __all__
280 """Errors that occurred while trying to import something to document it."""
364 def document(self, object, name=None, *args): member in class:Doc
384 message = "don't know how to document object%s of type %s" % (
732 contents.append(self.document(value, key, name, fdict, cdict))
738 contents.append(self.document(value, key, name, fdict, cdict))
744 contents.append(self.document(value, key))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
743 push(self.document(getattr(object, name), name, mod,
    [all...]
  /external/ImageMagick/coders/
svg.c 186 document;
478 Is this document tagged standalone?
482 return(svg_info->document->standalone == 1);
491 Does this document has an internal subset?
496 return(svg_info->document->intSubset != NULL);
505 Does this document has an external subset?
510 return(svg_info->document->extSubset != NULL);
520 Does this document has an internal subset?
527 (void) xmlCreateIntSubset(svg_info->document,name,external_id,system_id);
566 return(xmlGetDocEntity(svg_info->document,name))
184 document; member in struct:_SVGInfo
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 173 # only document that which the programmer exported in __all__
267 """Errors that occurred while trying to import something to document it."""
351 def document(self, object, name=None, *args): member in class:Doc
371 message = "don't know how to document object%s of type %s" % (
720 contents.append(self.document(value, key, name, fdict, cdict))
726 contents.append(self.document(value, key, name, fdict, cdict))
732 contents.append(self.document(value, key))
789 push(self.document(value, name, mod,
    [all...]
  /external/python/cpython3/Lib/
pydoc.py 198 # only document that which the programmer exported in __all__
291 """Errors that occurred while trying to import something to document it."""
372 def document(self, object, name=None, *args): member in class:Doc
392 message = "don't know how to document object%s of type %s" % (
742 contents.append(self.document(value, key, name, fdict, cdict))
748 contents.append(self.document(value, key, name, fdict, cdict))
754 contents.append(self.document(value, key))
811 push(self.document(value, name, mod
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/builder/
XmlResourceParserImplTest.java 35 import org.w3c.dom.Document;
66 event + ". End of document reached.");
78 Document document = documentBuilder.parse( local
81 parser = new XmlResourceParserImpl(document, "file", R.class.getPackage().getName(),
89 "Cannot forge a Document from an invalid XML",
498 fail("nextText on a document with no text should have failed");
  /external/webrtc/webrtc/base/
httpcommon.h 78 HE_STREAM, // Problem reading or writing to the document
295 scoped_ptr<StreamInterface> document; member in struct:rtc::HttpData
375 void setContent(const std::string& content_type, StreamInterface* document);
376 void setDocumentAndLength(StreamInterface* document);
417 StreamInterface* document,
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 52 import org.w3c.dom.Document;
144 * Returns a JUnit test suite for the tests described by the given document.
150 * Extract the tests from an XML document with the following structure:
164 Document document = DocumentBuilderFactory.newInstance() local
166 Element testSuiteElement = document.getDocumentElement();
412 * @param actual an XML document whose root is a {@code <result>} element.
413 * @param expected a file containing an XML document fragment.
433 * <li>Files containing XML document fragments with multiple elements:
436 * <li>Files containing XML document fragments with no elements
502 Document document = (Document) node; local
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 31 import android.provider.DocumentsContract.Document;
84 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
85 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
137 mStorage.put(rootInfo.document.documentId, rootInfo.document);
163 row.add(Root.COLUMN_DOCUMENT_ID, info.document.documentId)
195 final StubDocument document = StubDocument.createRegularDocument(file, mimeType, parent); local
209 final StubDocument document = mStorage.get(documentId); local
256 StubDocument document; local
289 StubDocument document = mStorage.get(getDocumentIdForFile(file)); local
341 final StubDocument document = mStorage.get(docId); local
387 final StubDocument document = mStorage.get(docId); local
413 final StubDocument document = mStorage.get(DocumentsContract.getDocumentId(uri)); local
591 final StubDocument document = StubDocument.createDocumentWithFlags(file, mimeType, parent, local
707 final StubDocument document = StubDocument.createRegularDocument(file, mimeType, parent); local
722 final StubDocument document = StubDocument.createVirtualDocument( local
772 public final StubDocument document; field in class:StubProvider.RootInfo
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 171 # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args): member in class:Doc
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 132 * specified location within the document that corresponds
135 * @param viewer the viewer whose document is used to compute the proposals
136 * @param offset an offset within the document for which completions should be computed
919 IDocument document = viewer.getDocument(); local
951 IDocument document = viewer.getDocument(); local
966 IDocument document = viewer.getDocument(); local
1026 IDocument document = viewer.getDocument(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 66 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
67 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
69 import org.w3c.dom.Document;
97 /** False if document is known not to be in an Android project, null until initialized */
130 IDocument document = mDocuments.poll(); local
133 if (document != null && partition != null && mRegion != null) {
135 if (document instanceof IStructuredDocument) {
136 IStructuredDocument structuredDocument = (IStructuredDocument) document;
146 edit.apply(document);
173 * @return a {@link TextEdit} which edits the model into a formatted document
179 IStructuredDocument document = model.getStructuredDocument(); local
639 IDocument document = (IDocument) context.getProperty(CONTEXT_MEDIUM); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 60 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
61 import org.w3c.dom.Document;
462 Document document = domModel.getDocument(); local
463 includes = findIncludesInDocument(document);
533 Document document = DomUtilities.parseDocument(xml, false /*logParserErrors*/); local
534 if (document != null) {
535 return findIncludesInDocument(document);
541 /** Searches the given DOM document and returns the list of includes, if any *
    [all...]
PreviewIconFactory.java 53 import org.w3c.dom.Document;
140 * Partition the elements in the document according to their rendering preferences;
144 * @param document the document containing render fragments for the various elements
147 private List<List<Element>> partitionRenderElements(Document document) {
151 Element root = document.getDocumentElement();
227 Document document = repository.getRenderingConfigDoc(); local
229 if (document == null)
    [all...]
PaletteControl.java 99 import org.w3c.dom.Document;
918 Document document = DomUtilities.createEmptyDocument(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 43 import org.w3c.dom.Document;
125 * Returns an XML document containing rendering configurations for the various Android
129 * @return an XML document containing rendering elements
131 public Document getRenderingConfigDoc() {
151 * Returns a fully qualified class name for an element in the rendering document
216 Document document = builder.parse(is); local
222 NodeList categoryNodes = document.getDocumentElement().getChildNodes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 81 import org.w3c.dom.Document;
336 Document document = null; local
344 document = builder.parse(is);
346 Element root = document.getDocumentElement();
348 NodeList activities = document.getElementsByTagName(NODE_ACTIVITY);
781 IDocument document = provider.getDocument(resource);
782 if (document != null) {
783 String matchText = document.get(match.getOffset(),
    [all...]
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 959 PrintedPdfDocument document = new PrintedPdfDocument(getActivity(), constraints); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 

Completed in 3234 milliseconds

1 2 3 4 5 6 7 891011>>