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

1 2 3

  /external/skia/src/pdf/
SkPDFStream.h 22 A stream object in a PDF. Note, all streams must be indirect objects (via
43 bool indirect);
44 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
SkPDFTypes.h 25 common subtype is used to ease the use of indirect object references,
36 * @param indirect If true, output an object identifier with the object.
38 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
53 void emit(SkWStream* stream, SkPDFCatalog* catalog, bool indirect);
55 /** Helper function to output an indirect object.
61 /** Helper function to find the size of an indirect object.
86 * @param indirect If true, output an object identifier with the object.
90 bool indirect) = 0;
97 An indirect reference to a PDF object.
111 bool indirect);
    [all...]
SkPDFStream.cpp 59 bool indirect) {
60 if (indirect) {
64 return fSubstitute->emitObject(stream, catalog, indirect);
73 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
74 if (indirect) {
78 return fSubstitute->getOutputSize(catalog, indirect);
SkPDFGraphicState.h 38 bool indirect);
39 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
SkPDFTypes.cpp 33 bool indirect) {
35 return realObject->emitObject(stream, catalog, indirect);
38 size_t SkPDFObject::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
40 emit(&buffer, catalog, indirect);
83 bool indirect) {
84 SkASSERT(!indirect);
89 size_t SkPDFObjRef::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
90 SkASSERT(!indirect);
98 bool indirect) {
99 if (indirect) {
    [all...]
SkPDFFontImpl.h 22 bool indirect);
SkPDFGraphicState.cpp 68 bool indirect) {
70 SkPDFDict::emitObject(stream, catalog, indirect);
74 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
76 return SkPDFDict::getOutputSize(catalog, indirect);
  /external/valgrind/main/memcheck/tests/
leak-cycle.stderr.exp 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
leak-cases-possible.stderr.exp 11 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
leak-tree.stderr.exp 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
leak-cases-full.stderr.exp 47 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
53 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
mempool.stderr.exp 50 48 (32 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 93 bool indirect = false; local
99 indirect = false;
173 indirect = true;
194 } while (indirect);
217 bool indirect = false; local
219 indirect = false;
298 indirect = true;
310 } while (indirect);
  /external/v8/test/mjsunit/regress/
regress-1624-strict.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
40 // Test global indirect strict eval in strict script.
52 // Test global indirect non-strict eval in strict script.
68 // Test non-global indirect strict eval in strict script.
88 // Test non-global indirect non-strict eval in strict script.
109 // Test non-global indirect strict eval in strict script.
131 // Test non-global indirect non-strict eval in strict script.
regress-1624.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // direct or indirect) have their own lexical and variable environment.
39 // Test global indirect strict eval.
51 // Test global indirect non-strict eval.
67 // Test non-global indirect strict eval in non-strict function.
87 // Test non-global indirect non-strict eval in non-strict function.
108 // Test non-global indirect strict eval in strict function.
130 // Test non-global indirect non-strict eval in strict function.
  /external/openssl/crypto/perlasm/
x86gas.pl 194 { my $indirect=&::static_label("$nmdecor$sym\$non_lazy_ptr");
195 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
196 $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
  /system/extras/ext4_utils/
Android.mk 12 indirect.c \
  /external/icu4c/i18n/
ucol_tok.h 53 UBool indirect; member in struct:__anon8692
  /external/skia/tests/
PDFPrimitivesTest.cpp 51 bool indirect, bool compression) {
66 if (indirect) {
67 // Indirect output.
  /external/v8/test/mjsunit/bugs/
bug-941049.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28 // This test fails because we copy the arguments array on indirect
  /external/v8/test/mjsunit/
object-define-properties.js 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32 // a range of indirect tests on this method since Object.create uses
  /external/libffi/src/powerpc/
darwin.S 202 .byte 0x90 ; FDE Encoding (indirect pcrel)
darwin_closure.S 261 .byte 0x90 ; FDE Encoding (indirect pcrel)
  /ndk/sources/host-tools/nawk-20071023/
proto.h 18 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
168 extern Cell *indirect(Node **, int);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 67 bfd_link_hash_indirect, /* Symbol is an indirect link. */
68 bfd_link_hash_warning /* Like indirect, but warn if referenced. */
647 } indirect;
644 } indirect; member in union:bfd_link_order::__anon22290

Completed in 2354 milliseconds

1 2 3