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

1 2

  /external/skia/include/pdf/
SkPDFTypes.h 25 common subtype is used to ease the use of indirect object references,
39 * @param indirect If true, output an object identifier with the object.
41 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
56 void emit(SkWStream* stream, SkPDFCatalog* catalog, bool indirect);
58 /** Helper function to output an indirect object.
64 /** Helper function to find the size of an indirect object.
89 * @param indirect If true, output an object identifier with the object.
93 bool indirect) = 0;
98 An indirect reference to a PDF object.
110 bool indirect);
    [all...]
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);
SkPDFGraphicState.h 38 bool indirect);
39 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
  /external/skia/src/pdf/
SkPDFStream.cpp 57 bool indirect) {
58 if (indirect) {
62 return fSubstitute->emitObject(stream, catalog, indirect);
71 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
72 if (indirect) {
76 return fSubstitute->getOutputSize(catalog, indirect);
SkPDFTypes.cpp 24 bool indirect) {
26 return realObject->emitObject(stream, catalog, indirect);
29 size_t SkPDFObject::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
31 emit(&buffer, catalog, indirect);
71 bool indirect) {
72 SkASSERT(!indirect);
77 size_t SkPDFObjRef::getOutputSize(SkPDFCatalog* catalog, bool indirect) {
78 SkASSERT(!indirect);
86 bool indirect) {
87 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/llvm/lib/DebugInfo/
DWARFFormValue.cpp 84 bool indirect = false; local
90 indirect = false;
148 indirect = true;
153 } while (indirect);
176 bool indirect = false; local
178 indirect = false;
249 indirect = true;
255 } while (indirect);
  /external/valgrind/main/memcheck/tests/
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 ...
33 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
39 32 (16 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
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-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/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;
  /external/icu4c/i18n/
ucol_tok.h 53 UBool indirect; member in struct:__anon6923
  /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
  /system/extras/ext4_utils/
Android.mk 15 indirect.c \
  /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
166 extern Cell *indirect(Node **, int);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-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::__anon20405

Completed in 964 milliseconds

1 2