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

1 2

  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
gzip_stream.cc 88 int GzipInputStream::Inflate(int flush) {
90 // previous inflate filled output buffer. don't change input params yet.
113 int error = inflate(&zcontext_, flush);
152 zerror_ = Inflate(Z_NO_FLUSH);
154 // The underlying stream's Next returned false inside Inflate.
  /frameworks/base/tools/aapt2/xml/
XmlDom_test.cpp 34 TEST(XmlDomTest, Inflate) {
46 std::unique_ptr<XmlResource> doc = Inflate(&in, &diag, Source("test.xml"));
74 Inflate(block.get(), buffer.size(), context->GetDiagnostics(), Source("test.xml"));
XmlDom.h 142 std::unique_ptr<XmlResource> Inflate(io::InputStream* in, IDiagnostics* diag, const Source& source);
146 std::unique_ptr<XmlResource> Inflate(const void* data, size_t data_len, IDiagnostics* diag,
XmlDom.cpp 185 std::unique_ptr<XmlResource> Inflate(InputStream* in, IDiagnostics* diag, const Source& source) {
255 std::unique_ptr<XmlResource> Inflate(const void* data, size_t data_len, IDiagnostics* diag,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
  /external/pdfium/core/fxcrt/
fx_coordinates.h 277 void Inflate(BaseType x, BaseType y) {
283 void Inflate(const PointType& p) { Inflate(p.x, p.y); }
284 void Inflate(BaseType off_left,
293 void Inflate(const RectType& rt) {
294 Inflate(rt.left, rt.top, rt.left + rt.width, rt.top + rt.height);
499 void Inflate(FX_FLOAT x, FX_FLOAT y) {
507 void Inflate(FX_FLOAT other_left,
518 void Inflate(const CFX_FloatRect& rt) {
519 Inflate(rt.left, rt.bottom, rt.right, rt.top)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 224 VOID Inflate(INT dx, INT dy) {
230 VOID Inflate(const Point& point) {
231 Inflate(point.X, point.Y);
349 VOID Inflate(REAL dx, REAL dy) {
355 VOID Inflate(const PointF& point) {
356 Inflate(point.X, point.Y);
  /external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.cpp 34 rect.Inflate(1, 1);
  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 82 rtInner.Inflate(1, 1, 0, 0);
  /external/pdfium/xfa/fxfa/app/
xfa_ffpath.cpp 45 rect.Inflate(fHalfWidth, fHalfWidth);
xfa_ffwidget.cpp 160 rtWidget.Inflate(2, 2);
171 rtWidget.Inflate(2, 2);
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_checkbox.cpp 136 m_rtCaption.Inflate(-kCaptionMargin, -kCaptionMargin);
147 m_rtFocus.Inflate(1, 1);
cfwl_datetimepicker.cpp 379 rtInvalidate.Inflate(2, 2);
603 rtInvalidate.Inflate(2, 2);
cfwl_widget.cpp 81 rect.Inflate(fBorder, fBorder);
cfwl_combobox.cpp 571 rect.Inflate(2, 2);
  /art/runtime/
monitor.cc 100 // We should only inflate a lock if the owner is ourselves or suspended. This avoids a race
122 // We should only inflate a lock if the owner is ourselves or suspended. This avoids a race
    [all...]
monitor.h 52 // The default number of spins that are done before thread suspension is used to forcibly inflate
132 // Inflate the lock on obj. May fail to inflate for spurious reasons, always re-check.
180 static void Inflate(Thread* self, Thread* owner, mirror::Object* obj, int32_t hash_code)
  /frameworks/base/tools/aapt2/test/
Builders.cpp 203 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, &diag, Source("test.xml"));
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 327 std::unique_ptr<xml::XmlResource> manifest = xml::Inflate(
Compile.cpp 394 xmlres = xml::Inflate(&fin, context->GetDiagnostics(), path_data.source);
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.cpp 187 std::unique_ptr<xml::XmlResource> doc = xml::Inflate(&in, diag_, Source("config.xml"));

Completed in 450 milliseconds

1 2