Searched defs:doc (Results 276 - 300 of 573) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType6HalftoneDictionary_autogen.cpp11 SkString SkPdfType6HalftoneDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 int64_t SkPdfType6HalftoneDictionary::HalftoneType(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
35 SkString SkPdfType6HalftoneDictionary::HalftoneName(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 Width(SkPdfNativeDoc* doc) argument
59 Height(SkPdfNativeDoc* doc) argument
71 isTransferFunctionAFunction(SkPdfNativeDoc* doc) argument
77 getTransferFunctionAsFunction(SkPdfNativeDoc* doc) argument
85 isTransferFunctionAName(SkPdfNativeDoc* doc) argument
91 getTransferFunctionAsName(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfWebCaptureCommandDictionary_autogen.cpp11 SkString SkPdfWebCaptureCommandDictionary::URL(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
23 int64_t SkPdfWebCaptureCommandDictionary::L(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
35 int64_t SkPdfWebCaptureCommandDictionary::F(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 isPAString(SkPdfNativeDoc* doc) argument
53 getPAsString(SkPdfNativeDoc* doc) argument
61 isPAStream(SkPdfNativeDoc* doc) argument
67 getPAsStream(SkPdfNativeDoc* doc) argument
79 CT(SkPdfNativeDoc* doc) argument
91 H(SkPdfNativeDoc* doc) argument
103 S(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfWebCaptureDictionary_autogen.cpp11 SkString SkPdfWebCaptureDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfWebCaptureDictionary::S(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 SkString SkPdfWebCaptureDictionary::ID(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 O(SkPdfNativeDoc* doc) argument
59 isSIADictionary(SkPdfNativeDoc* doc) argument
65 getSIAsDictionary(SkPdfNativeDoc* doc) argument
73 isSIAArray(SkPdfNativeDoc* doc) argument
79 getSIAsArray(SkPdfNativeDoc* doc) argument
91 CT(SkPdfNativeDoc* doc) argument
103 TS(SkPdfNativeDoc* doc) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DAnnotationTest.cpp62 SkPDFDocument doc(tests[testNum].flags);
63 doc.appendPage(&device);
65 doc.emitPDF(&outStream);
86 SkPDFDocument doc; local
87 doc.appendPage(&device);
89 doc.emitPDF(&outStream);
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java9 package com.vladium.emma.report.html.doc;
/external/fonttools/MetaTools/
H A DbuildTableList.py47 doc = open(docFile).read() variable
48 beginPos = doc.find(begin)
51 endPos = doc.find(end)
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:] variable
55 open(docFile, "w").write(doc)
/external/libxml2/
H A Dxlink.c110 * @doc: the document containing the node
123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
157 xlink = xmlSearchNs(doc, node, XLINK_NAMESPACE);
/external/oprofile/libop/
H A Dop_xml_events.c22 void open_xml_events(char const * title, char const * doc, op_cpu the_cpu_type) argument
33 init_xml_str_attr(HELP_DOC, doc, buffer, MAX_BUFFER);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DApplicationResolver.java64 private String getTagAttributeText(Document doc, String tag, String attribute) { argument
65 return doc.getElementsByTagName(tag).item(0).getAttributes().getNamedItem(attribute).getTextContent();
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfALinkAnnotationDictionary_autogen.cpp11 SkString SkPdfALinkAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfALinkAnnotationDictionary::Contents(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
35 bool SkPdfALinkAnnotationDictionary::isDestAArray(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
41 getDestAsArray(SkPdfNativeDoc* doc) argument
49 isDestAName(SkPdfNativeDoc* doc) argument
55 getDestAsName(SkPdfNativeDoc* doc) argument
63 isDestAString(SkPdfNativeDoc* doc) argument
69 getDestAsString(SkPdfNativeDoc* doc) argument
81 H(SkPdfNativeDoc* doc) argument
93 PA(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfAppearanceDictionary_autogen.cpp11 bool SkPdfAppearanceDictionary::isNAStream(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
17 SkPdfStream* SkPdfAppearanceDictionary::getNAsStream(SkPdfNativeDoc* doc) { argument
19 if (doc) {ret = doc->resolveReference(ret);}
20 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
25 bool SkPdfAppearanceDictionary::isNADictionary(SkPdfNativeDoc* doc) { argument
27 if (doc) {ret = doc
31 getNAsDictionary(SkPdfNativeDoc* doc) argument
43 isRAStream(SkPdfNativeDoc* doc) argument
49 getRAsStream(SkPdfNativeDoc* doc) argument
57 isRADictionary(SkPdfNativeDoc* doc) argument
63 getRAsDictionary(SkPdfNativeDoc* doc) argument
75 isDAStream(SkPdfNativeDoc* doc) argument
81 getDAsStream(SkPdfNativeDoc* doc) argument
89 isDADictionary(SkPdfNativeDoc* doc) argument
95 getDAsDictionary(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfCMapDictionary_autogen.cpp11 SkString SkPdfCMapDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfCMapDictionary::CMapName(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 bool SkPdfCMapDictionary::isCIDSystemInfoADictionary(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
41 getCIDSystemInfoAsDictionary(SkPdfNativeDoc* doc) argument
49 isCIDSystemInfoAArray(SkPdfNativeDoc* doc) argument
55 getCIDSystemInfoAsArray(SkPdfNativeDoc* doc) argument
67 WMode(SkPdfNativeDoc* doc) argument
79 isUseCMapAName(SkPdfNativeDoc* doc) argument
85 getUseCMapAsName(SkPdfNativeDoc* doc) argument
93 isUseCMapAStream(SkPdfNativeDoc* doc) argument
99 getUseCMapAsStream(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfCcittfaxdecodeFilterDictionary_autogen.cpp11 int64_t SkPdfCcittfaxdecodeFilterDictionary::K(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
23 bool SkPdfCcittfaxdecodeFilterDictionary::EndOfLine(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isBoolean()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->boolValue();
35 bool SkPdfCcittfaxdecodeFilterDictionary::EncodedByteAlign(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 Columns(SkPdfNativeDoc* doc) argument
59 Rows(SkPdfNativeDoc* doc) argument
71 EndOfBlock(SkPdfNativeDoc* doc) argument
83 BlackIs1(SkPdfNativeDoc* doc) argument
95 DamagedRowsBeforeError(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfInteractiveFormDictionary_autogen.cpp11 SkPdfArray* SkPdfInteractiveFormDictionary::Fields(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isArray()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfArray*)ret;
23 bool SkPdfInteractiveFormDictionary::NeedAppearances(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isBoolean()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->boolValue();
35 int64_t SkPdfInteractiveFormDictionary::SigFlags(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 CO(SkPdfNativeDoc* doc) argument
59 DR(SkPdfNativeDoc* doc) argument
71 DA(SkPdfNativeDoc* doc) argument
83 Q(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfPDF_XOutputIntentDictionary_autogen.cpp11 SkString SkPdfPDF_XOutputIntentDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfPDF_XOutputIntentDictionary::S(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 SkString SkPdfPDF_XOutputIntentDictionary::OutputCondition(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 OutputConditionIdentifier(SkPdfNativeDoc* doc) argument
59 RegistryName(SkPdfNativeDoc* doc) argument
71 Info(SkPdfNativeDoc* doc) argument
83 DestOutputProfile(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfResourceDictionary_autogen.cpp11 SkPdfDictionary* SkPdfResourceDictionary::ExtGState(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isDictionary()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfDictionary*)ret;
23 SkPdfDictionary* SkPdfResourceDictionary::ColorSpace(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isDictionary()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfDictionary*)ret;
35 SkPdfDictionary* SkPdfResourceDictionary::Pattern(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 Shading(SkPdfNativeDoc* doc) argument
59 XObject(SkPdfNativeDoc* doc) argument
71 Font(SkPdfNativeDoc* doc) argument
83 ProcSet(SkPdfNativeDoc* doc) argument
95 Properties(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfSoundObjectDictionary_autogen.cpp11 SkString SkPdfSoundObjectDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 double SkPdfSoundObjectDictionary::R(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isNumber()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->numberValue();
35 int64_t SkPdfSoundObjectDictionary::C(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 B(SkPdfNativeDoc* doc) argument
59 E(SkPdfNativeDoc* doc) argument
71 CO(SkPdfNativeDoc* doc) argument
83 CP(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfThreadActionDictionary_autogen.cpp11 SkString SkPdfThreadActionDictionary::S(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkPdfFileSpec SkPdfThreadActionDictionary::F(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && false) || (doc == NULL && ret != NULL && ret->isReference())) return ret->fileSpecValue();
35 bool SkPdfThreadActionDictionary::isDADictionary(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
41 getDAsDictionary(SkPdfNativeDoc* doc) argument
49 isDAInteger(SkPdfNativeDoc* doc) argument
55 getDAsInteger(SkPdfNativeDoc* doc) argument
63 isDAString(SkPdfNativeDoc* doc) argument
69 getDAsString(SkPdfNativeDoc* doc) argument
81 isBADictionary(SkPdfNativeDoc* doc) argument
87 getBAsDictionary(SkPdfNativeDoc* doc) argument
95 isBAInteger(SkPdfNativeDoc* doc) argument
101 getBAsInteger(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfType0FontDictionary_autogen.cpp11 SkString SkPdfType0FontDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfType0FontDictionary::Subtype(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 SkString SkPdfType0FontDictionary::BaseFont(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 isEncodingAName(SkPdfNativeDoc* doc) argument
53 getEncodingAsName(SkPdfNativeDoc* doc) argument
61 isEncodingAStream(SkPdfNativeDoc* doc) argument
67 getEncodingAsStream(SkPdfNativeDoc* doc) argument
79 DescendantFonts(SkPdfNativeDoc* doc) argument
91 ToUnicode(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfType10HalftoneDictionary_autogen.cpp11 SkString SkPdfType10HalftoneDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 int64_t SkPdfType10HalftoneDictionary::HalftoneType(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
35 SkString SkPdfType10HalftoneDictionary::HalftoneName(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 Xsquare(SkPdfNativeDoc* doc) argument
59 Ysquare(SkPdfNativeDoc* doc) argument
71 isTransferFunctionAFunction(SkPdfNativeDoc* doc) argument
77 getTransferFunctionAsFunction(SkPdfNativeDoc* doc) argument
85 isTransferFunctionAName(SkPdfNativeDoc* doc) argument
91 getTransferFunctionAsName(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfType6HalftoneDictionary_autogen.cpp11 SkString SkPdfType6HalftoneDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 int64_t SkPdfType6HalftoneDictionary::HalftoneType(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
35 SkString SkPdfType6HalftoneDictionary::HalftoneName(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 Width(SkPdfNativeDoc* doc) argument
59 Height(SkPdfNativeDoc* doc) argument
71 isTransferFunctionAFunction(SkPdfNativeDoc* doc) argument
77 getTransferFunctionAsFunction(SkPdfNativeDoc* doc) argument
85 isTransferFunctionAName(SkPdfNativeDoc* doc) argument
91 getTransferFunctionAsName(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfWebCaptureCommandDictionary_autogen.cpp11 SkString SkPdfWebCaptureCommandDictionary::URL(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
23 int64_t SkPdfWebCaptureCommandDictionary::L(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
35 int64_t SkPdfWebCaptureCommandDictionary::F(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 isPAString(SkPdfNativeDoc* doc) argument
53 getPAsString(SkPdfNativeDoc* doc) argument
61 isPAStream(SkPdfNativeDoc* doc) argument
67 getPAsStream(SkPdfNativeDoc* doc) argument
79 CT(SkPdfNativeDoc* doc) argument
91 H(SkPdfNativeDoc* doc) argument
103 S(SkPdfNativeDoc* doc) argument
[all...]
H A DSkPdfWebCaptureDictionary_autogen.cpp11 SkString SkPdfWebCaptureDictionary::Type(SkPdfNativeDoc* doc) { argument
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfWebCaptureDictionary::S(SkPdfNativeDoc* doc) { argument
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 SkString SkPdfWebCaptureDictionary::ID(SkPdfNativeDoc* doc) { argument
37 if (doc) {re
47 O(SkPdfNativeDoc* doc) argument
59 isSIADictionary(SkPdfNativeDoc* doc) argument
65 getSIAsDictionary(SkPdfNativeDoc* doc) argument
73 isSIAArray(SkPdfNativeDoc* doc) argument
79 getSIAsArray(SkPdfNativeDoc* doc) argument
91 CT(SkPdfNativeDoc* doc) argument
103 TS(SkPdfNativeDoc* doc) argument
[all...]
/external/skia/tests/
H A DAnnotationTest.cpp62 SkPDFDocument doc(tests[testNum].flags);
63 doc.appendPage(&device);
65 doc.emitPDF(&outStream);
86 SkPDFDocument doc; local
87 doc.appendPage(&device);
89 doc.emitPDF(&outStream);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb83 o.on( '-i', '--input "text to process"', doc( <<-END ) ) { |val| @input = val }
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
102 def doc( description_string ) method in class:ANTLR3.Main.Options
434 fail( doc( <<-END ) )

Completed in 3515 milliseconds

<<11121314151617181920>>