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

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 30 import org.apache.xml.serializer.Serializer;
31 import org.apache.xml.serializer.SerializerFactory;
32 import org.apache.xml.serializer.Method;
45 * Switch to HTML serializer if element is HTML
85 // Serializer oldSerializer = transformer.getSerializer();
86 Serializer oldSerializer = null;
90 Serializer serializer = local
96 serializer.setWriter(writer)
180 Serializer serializer = local
    [all...]
  /external/v8/src/snapshot/
serializer.cc 5 #include "src/snapshot/serializer.h"
15 Serializer::Serializer(Isolate* isolate)
24 // The serializer is meant to be used only to generate initial heap images
47 Serializer::~Serializer() {
58 void Serializer::CountInstanceType(Map* map, int size) {
65 void Serializer::OutputStatistics(const char* name) {
92 void Serializer::SerializeDeferredObjects() {
101 void Serializer::VisitPointers(Object** start, Object** end)
    [all...]
partial-serializer.h 9 #include "src/snapshot/serializer.h"
16 class PartialSerializer : public Serializer {
serializer.h 11 #include "src/snapshot/serializer-common.h"
120 // There can be only one serializer per V8 process.
121 class Serializer : public SerializerDeserializer {
123 explicit Serializer(Isolate* isolate);
124 ~Serializer() override;
143 explicit RecursionScope(Serializer* serializer) : serializer_(serializer) {
153 Serializer* serializer_;
205 // of the serializer. Initialize it on demand
    [all...]
startup-serializer.h 10 #include "src/snapshot/serializer.h"
15 class StartupSerializer : public Serializer {
code-serializer.h 9 #include "src/snapshot/serializer.h"
14 class CodeSerializer : public Serializer {
31 : Serializer(isolate), source_hash_(source_hash) {}
77 // Wrapper around ScriptData to provide code-serializer-specific functionality.
startup-serializer.cc 5 #include "src/snapshot/startup-serializer.h"
16 : Serializer(isolate),
174 Serializer::VisitPointers(start, end);
snapshot.h 8 #include "src/snapshot/partial-serializer.h"
9 #include "src/snapshot/startup-serializer.h"
23 explicit SnapshotData(const Serializer* serializer);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 21 package org.apache.xml.serializer;
28 import org.apache.xml.serializer.utils.MsgKey;
29 import org.apache.xml.serializer.utils.Utils;
37 * used to create a serializer does not need to be obtained
59 * @see Serializer
76 * Returns a serializer for the specified output method. The output method
83 * @return A suitable serializer.
85 * null or an appropriate serializer can't be found
86 * @throws Exception if the class for the serializer is found but does not
88 * @throws WrappedRuntimeException if an exception is thrown while trying to find serializer
    [all...]
Serializer.java 19 * $Id: Serializer.java 471981 2006-11-07 04:28:00Z minchau $
21 package org.apache.xml.serializer;
30 * The Serializer interface is implemented by a serializer to enable users to:
33 * <li>configure the serializer with key/value properties
42 * Serializer ser = SerializerFactory.getSerializer(props);
53 * ser.reset(); // get ready to use the serializer for another document
64 * org.apache.xml.serializer.Serializer ser;
69 * Serializer ser = SerializerFactory.getSerializer(props)
    [all...]
SerializationHandler.java 21 package org.apache.xml.serializer;
34 * This interface is the one that a serializer implements. It is a group of
52 Serializer
55 * Set the SAX Content handler that the serializer sends its output to. This
56 * method only applies to a ToSAXHandler, not to a ToStream serializer.
58 * @see Serializer#asContentHandler()
66 * Notify that the serializer should take this DOM node as input to be
91 * Set the transformer associated with the serializer.
92 * @param transformer the transformer associated with the serializer.
97 * Get the transformer associated with the serializer
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
handle_interface_serialization.h 22 struct Serializer<AssociatedInterfacePtrInfo<T>,
45 struct Serializer<AssociatedInterfaceRequest<T>,
66 struct Serializer<InterfacePtr<T>, InterfacePtr<T>> {
86 struct Serializer<InterfaceRequest<T>, InterfaceRequest<T>> {
102 struct Serializer<ScopedHandleBase<T>, ScopedHandleBase<T>> {
serialization_forward.h 25 struct Serializer;
45 return Serializer<MojomType,
57 Serializer<MojomType, typename std::remove_reference<InputUserType>::type>::
69 return Serializer<MojomType, InputUserType>::Deserialize(
native_enum_serialization.h 76 struct Serializer<NativeEnum, MaybeConstUserType>
string_serialization.h 21 struct Serializer<String, MaybeConstUserType> {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
SerializerTest.java 16 package org.yaml.snakeyaml.serializer;
31 private Serializer serializer; field in class:SerializerTest
37 serializer = new Serializer(new Emitter(writer, config), new Resolver(), config, null);
41 serializer.open();
43 serializer.open();
46 assertEquals("serializer is already opened", e.getMessage());
51 serializer.open();
52 serializer.close()
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 42 LOCAL_SRC_FILES += src/Serializer.cpp

Completed in 459 milliseconds

1 2 3