HomeSort by relevance Sort by last modified time
    Searched defs:expand (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/io/
CharArrayWriter.java 78 private void expand(int i) { method in class:CharArrayWriter
79 /* Can the buffer handle @i more chars, if not expand it */
169 expand(len);
186 expand(1);
211 expand(count);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
184 expand(d, d, dbits);
186 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
193 expand(r, s, dbits);
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 63 private void expand(int newlen) { method in class:CharArrayBuffer
82 expand(newlen);
95 expand(newlen);
118 expand(newlen);
138 expand(newlen);
192 expand(this.len + required);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 72 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
73 void expand(float size) { expand(size, size, size, size); } function in class:blink::FloatRoundedRect::Radii
74 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
98 void expandRadii(float size) { m_radii.expand(size); }
FloatSize.h 68 void expand(float width, float height) function in class:blink::FloatSize
LayoutSize.h 64 void expand(LayoutUnit width, LayoutUnit height) function in class:blink::LayoutSize
RoundedRect.h 66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
67 void expand(int size) { expand(size, size, size, size); } function in class:blink::RoundedRect::Radii
68 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
96 void expandRadii(int size) { m_radii.expand(size); }
FloatRect.h 93 void expand(const FloatSize& size) { m_size += size; } function in class:blink::FloatRect
94 void expand(float dw, float dh) { m_size.expand(dw, dh); } function in class:blink::FloatRect
96 void contract(float dw, float dh) { m_size.expand(-dw, -dh); }
IntRect.h 90 void expand(const IntSize& size) { m_size += size; } function in class:blink::IntRect
91 void expand(int dw, int dh) { m_size.expand(dw, dh); } function in class:blink::IntRect
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); }
LayoutRect.h 94 void expand(const LayoutSize& size) { m_size += size; } function in class:blink::LayoutRect
95 void expand(const LayoutBoxExtent& box) function in class:blink::LayoutRect
98 m_size.expand(box.left() + box.right(), box.top() + box.bottom());
100 void expand(LayoutUnit dw, LayoutUnit dh) { m_size.expand(dw, dh); } function in class:blink::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); }
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 49 * if <0, expand is called for any change;
50 * if >0, expand is only called when exceeds threshold
132 int (*expand) (yasm_bytecode *bc, int span, long old_val, long new_val, member in struct:yasm_bytecode_callback
265 /** Common bytecode callback expand function, for where the bytecode is
  /external/openssl/crypto/lhash/
lhash.c 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992
110 static void expand(_LHASH *lh);
187 expand(lh);
310 static void expand(_LHASH *lh) function
  /external/smack/src/org/xbill/DNS/
Generator.java 231 expand() throws IOException { method in class:Generator
  /external/valgrind/main/none/tests/amd64/
aes.c 29 static void expand ( V128* dst, char* summary ) function
76 expand(&argL, s_argL);
77 expand(&argR, s_argR);
91 expand(&exp, s_exp);
108 expand(&argL, s_argL);
109 expand(&argR, s_argR);
123 expand(&exp, s_exp);
140 expand(&argL, s_argL);
141 expand(&argR, s_argR);
155 expand(&exp, s_exp)
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 37 static uint32_t expand(uint32_t v, int sbits, int dbits);
193 u = expand(u, pixelSize, h-l);
254 return expand(v, sbits, dbits);
290 // expand a component from sbits to dbits
291 uint32_t expand(uint32_t v, int sbits, int dbits) function in namespace:android
  /cts/tools/dasm/src/dasm/
Scanner.java 45 private void expand() { method in class:Scanner.CharBuffer
55 if (cur_pos == buffer_size) expand(); method
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 71 Animator expand = ObjectAnimator.ofFloat(card, "translationY", targetY); local
72 expandAnimators.add(expand);
  /external/chromium_org/v8/tools/
js2c.py 103 # Remember to expand recursively in the arguments
119 result = macro.expand(mapping)
138 def expand(self, mapping): member in class:TextMacro
148 def expand(self, mapping): member in class:PythonMacro
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 105 expand();
114 void SymExpr::symbol_iterator::expand() { function in class:SymExpr::symbol_iterator
  /external/guava/guava-tests/test/com/google/common/cache/
CacheTesting.java 99 * Forces the segment containing the given {@code key} to expand (see
100 * {@link Segment#expand()}.
106 segment.expand();
  /external/llvm/lib/TableGen/
SetTheory.cpp 220 if (const RecVec *Result = ST.expand(Rec))
230 // Expand a Def into a set by evaluating one of its fields.
236 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override {
273 // A def in a list can be a just an element, or it may expand.
275 if (const RecVec *Result = expand(Def->getDef()))
281 // Lists simply expand.
298 const RecVec *SetTheory::expand(Record *Set) { function in class:SetTheory
314 Exp->expand(*this, Set, Elts);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 85 expand(inflater, comp, (int) deflater.getBytesWritten(), output); method
162 * Expand data from "inBuf" to "outBuf". Uses a small window to better
165 private void expand(Inflater inflater, byte[] inBuf, int inCount, method in class:OldAndroidDeflateTest
172 //System.out.println("### starting expand, inCount is " + inCount);
  /packages/apps/Dialer/src/com/android/dialer/widget/
ActionBarController.java 73 mSearchBox.expand(true /* animate */, true /* requestFocus */);
117 mSearchBox.expand(false /* animate */, false /* requestFocus */);
211 mSearchBox.expand(false, false);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
15 # - optimize tree redraw after expand of subnode
122 self.expand()
126 def expand(self, event=None): member in class:TreeNode
204 callback = child.expand
460 sc.frame.pack(expand=1, fill="both")
463 node.expand()
470 canvas.pack(expand=1, fill="both")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 7 # - left/right arrows to expand/collapse & move out/in
15 # - optimize tree redraw after expand of subnode
122 self.expand()
126 def expand(self, event=None): member in class:TreeNode
204 callback = child.expand
460 sc.frame.pack(expand=1, fill="both")
463 node.expand()
470 canvas.pack(expand=1, fill="both")

Completed in 324 milliseconds

12 3 4 5 6 7 8 9