/external/skia/src/views/ |
D | SkViewPriv.cpp | 18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Artist 64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Layout
|
D | SkViewInflate.cpp | 61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) in inflate() function in SkViewInflate 101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) in inflate() function in SkViewInflate
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkViewPriv.cpp | 18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Artist 64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Layout
|
D | SkViewInflate.cpp | 61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) in inflate() function in SkViewInflate 101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) in inflate() function in SkViewInflate
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLayoutInflater.java | 42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { in inflate() method in ShadowLayoutInflater 47 public View inflate(int resource, ViewGroup root) { in inflate() method in ShadowLayoutInflater
|
D | ShadowMenuInflater.java | 25 public void inflate(int resource, Menu root) { in inflate() method in ShadowMenuInflater
|
D | ShadowViewStub.java | 66 public View inflate() { in inflate() method in ShadowViewStub
|
/external/okhttp/okio/src/test/java/okio/ |
D | InflaterSourceTest.java | 30 @Test public void inflate() throws Exception { in inflate() method in InflaterSourceTest 95 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate() method in InflaterSourceTest
|
D | DeflaterSinkTest.java | 116 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate() method in DeflaterSinkTest
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Inflater.cs | 25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketPerMessageDeflate.cpp | 217 bool WebSocketPerMessageDeflate::inflate(WebSocketFrame& frame) in inflate() function in blink::WebSocketPerMessageDeflate
|
D | WebSocketDeflateFramer.cpp | 195 PassOwnPtr<InflateResultHolder> WebSocketDeflateFramer::inflate(WebSocketFrame& frame) in inflate() function in blink::WebSocketDeflateFramer
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | RoundedRect.h | 94 void inflate(int size) { m_rect.inflate(size); } in inflate() function
|
D | FloatRoundedRect.h | 97 void inflate(float size) { m_rect.inflate(size); } in inflate() function
|
D | IntRect.h | 146 void inflate(int d) { inflateX(d); inflateY(d); } in inflate() function
|
D | FloatRect.h | 153 void inflate(float d) { inflateX(d); inflateY(d); } in inflate() function
|
/external/freetype/src/gzip/ |
D | inflate.c | 147 ZEXPORT(int) inflate( /* z, f) */ in inflate() function
|
D | zconf.h | 20 # define inflate z_inflate macro
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
D | PreferenceLoader.java | 102 public Preference inflate(Context context, Preference parent) throws Exception { in inflate() method in PreferenceLoader.PreferenceNode
|
D | MenuLoader.java | 180 public void inflate(Context context, Menu root) throws Exception { in inflate() method in MenuLoader.MenuNode
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function 208 function inflate; external; in inflate() function
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
D | zconf.h | 20 # define inflate z_inflate macro
|
/external/chromium_org/third_party/zlib/ |
D | mozzconf.h | 52 #define inflate MOZ_Z_inflate macro
|
/external/chromium_org/build/android/rezip/ |
D | rezip.cc | 383 bool inflate = false; in Rezip() local
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
|