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

1 2 3

  /external/valgrind/main/memcheck/tests/
malloc_free_fill.stderr.exp 2 PASSED: malloc-filled
3 PASSED: free-filled
6 PASSED: malloc-filled
7 PASSED: free-filled
8 PASSED: malloc-filled
11 PASSED: malloc-filled
12 PASSED: free-filled
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 26 * This Sprite represents an animated circle. It can optionally be filled.
32 private final boolean filled; field in class:CircleSprite
40 * @param filled specifies whether the rectangle should be filled.
45 public CircleSprite(boolean filled,
50 this.filled = filled;
65 if (filled)
RectangleSprite.java 26 * This Sprite represents an animated rounded rectangle. It can optionally be filled.
32 private final boolean filled; field in class:RectangleSprite
44 * @param filled specifies whether the rectangle should be filled.
51 public RectangleSprite(boolean filled,
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
64 * @param filled specifies whether the rectangle should be filled.
73 public RectangleSprite(boolean filled,
82 this.filled = filled
    [all...]
  /external/llvm/test/MC/MachO/
x86_32-optimal_nop.s 4 .align 4, 0 # start with 16 byte alignment filled with zeros
11 .align 4, 0 # start with 16 byte alignment filled with zeros
19 .align 4, 0 # start with 16 byte alignment filled with zeros
26 .align 4, 0 # start with 16 byte alignment filled with zeros
36 .align 4, 0 # start with 16 byte alignment filled with zeros
45 .align 4, 0 # start with 16 byte alignment filled with zeros
53 .align 4, 0 # start with 16 byte alignment filled with zeros
60 .align 4, 0 # start with 16 byte alignment filled with zeros
74 .align 4, 0 # start with 16 byte alignment filled with zeros
87 .align 4, 0 # start with 16 byte alignment filled with zero
    [all...]
  /frameworks/av/services/audioflinger/
MonoPipe.cpp 97 size_t filled = (mMaxFrames - avail) + written; local
99 if (filled <= mSetpoint / 2) {
102 } else if (filled <= (mSetpoint * 3) / 4) {
105 } else if (filled <= (mSetpoint * 5) / 4) {
108 } else if (filled <= (mSetpoint * 3) / 2) {
111 } else if (filled <= (mSetpoint * 7) / 4) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_8.d 30 filled-new-array {v5, v6, v7, v8, v9}, [I
37 filled-new-array {v5, v6, v7, v8, v9}, [I
T_filled_new_array_1.d 29 filled-new-array {v5, v6, v7, v8, v9}, [I
T_filled_new_array_10.d 30 filled-new-array {v9}, [Ljava/lang/StringNNNNN;
T_filled_new_array_11.d 30 filled-new-array {v9}, [Ldot/junit/opcodes/filled_new_array/TestStubs;
T_filled_new_array_2.d 29 filled-new-array {v8, v9}, [Ljava/lang/Object;
T_filled_new_array_3.d 29 filled-new-array {v5, v6, v7, v8, v9}, [I
T_filled_new_array_4.d 29 filled-new-array {v5, v6, v7, v8, v10}, [I
T_filled_new_array_5.d 29 filled-new-array {v5, v6, v7, v8, v4}, [I
T_filled_new_array_6.d 29 filled-new-array {v5, v6, v7, v8, v9}, [I
T_filled_new_array_7.d 29 filled-new-array {v5, v6, v7, v8, v9}, I
T_filled_new_array_9.d 29 filled-new-array {v9}, [Ljava/lang/String;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleNodeHandle.cpp 80 void WKBundleNodeHandleSetHTMLInputElementAutofilled(WKBundleNodeHandleRef htmlInputElementHandleRef, bool filled)
82 toImpl(htmlInputElementHandleRef)->setHTMLInputElementAutofilled(filled);
WKBundleNodeHandlePrivate.h 54 WK_EXPORT void WKBundleNodeHandleSetHTMLInputElementAutofilled(WKBundleNodeHandleRef htmlInputElementHandle, bool filled);
  /external/elfutils/lib/
dynamicsizehash.c 130 ++htab->filled;
131 if (100 * htab->filled > 90 * htab->size)
133 /* Table is filled more than 90%. Resize the table. */
148 htab->filled = 0;
208 htab->filled = 0;
  /external/speex/libspeex/
jitter.c 84 int filled; /**< Number of entries occupied in "timing" and "counts"*/ member in struct:TimingBuffer
92 tb->filled = 0;
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
110 while (pos<tb->filled && timing >= tb->timing[pos])
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
118 if (pos < tb->filled)
120 int move_size = tb->filled-pos;
121 if (tb->filled == MAX_TIMINGS)
131 if (tb->filled<MAX_TIMINGS
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/d/
T_filled_new_array_range_1.d 29 filled-new-array/range {v5..v9}, [I
T_filled_new_array_range_10.d 30 filled-new-array/range {v9}, [Ljava/lang/StringNNNNN;
T_filled_new_array_range_11.d 30 filled-new-array/range {v9}, [Ldot/junit/opcodes/filled_new_array_range/TestStubs;
T_filled_new_array_range_2.d 29 filled-new-array/range {v8..v9}, [Ljava/lang/Object;
T_filled_new_array_range_3.d 29 filled-new-array/range {v5..v9}, [I

Completed in 779 milliseconds

1 2 3