HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 401 - 425 of 2123) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex2.jd 86 Now fill in the <code>onCreateContextMenu()</code> method. This callback is similar to the other
106 selected item, then delete it. So fill in the
144 <p>Fill in the body of the <code>createNote()</code> method:
169 <p>Fill in the body of the <code>onListItemClick()</code> override.</p>
225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill
359 <li>Fill in <code>NoteEdit</code> for the <code>Name:</code> field in the
375 <p>Fill in the body of the <code>onCreate()</code> method for <code>NoteEdit</code>.</p>
466 <p>Fill in the body of the <code>onClick()</code> method of the <code>OnClickListener</code> created in the last step.</p>
  /frameworks/base/media/libstagefright/
Prefetcher.cpp 136 // fill the cache up to the max duration again.
257 // Fill the cache.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 324 public void setFill(short fill) throws DOMException {
325 mElementTime.setFill(fill);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 143 GridData.FILL, GridData.CENTER, false, false, 2, 1));
179 l.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, true, false));
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 102 Arrays.fill(d, Double.MAX_VALUE);
103 Arrays.fill(x, Double.MIN_VALUE);
107 Arrays.fill(x, Double.MAX_VALUE);
131 Arrays.fill(d, Float.MAX_VALUE);
132 Arrays.fill(x, Float.MIN_VALUE);
136 Arrays.fill(x, Float.MAX_VALUE);
  /external/skia/include/core/
SkPath.h 63 /** Return the path's fill type. This is used to define how "inside" is
66 @return the path's fill type
70 /** Set the path's fill type. This is used to define how "inside" is
73 @param ft The new fill type for this path
99 This does NOT change the fill-type setting nor isConvex
106 This does NOT change the fill-type setting nor isConvex
  /external/stlport/stlport/stl/
_bvector.h 514 fill(this->_M_start._M_p, (__chunk_type*)(this->_M_end_of_storage._M_data), __val ? ~0 : 0);
520 fill(this->_M_start._M_p, (__chunk_type*)(this->_M_end_of_storage._M_data), 0);
533 fill(this->_M_start._M_p, this->_M_end_of_storage._M_data, __x ? ~0 : 0);
599 fill(this->_M_start._M_p, (__chunk_type*)(this->_M_end_of_storage._M_data), __x ? ~0 : 0);
604 fill(this->_M_start._M_p, (__chunk_type*)(this->_M_end_of_storage._M_data), __x ? ~0 : 0);
768 fill(__position, __position + difference_type(__n), __x);
  /external/v8/src/arm/
builtins-arm.cc 139 // Initialize the FixedArray and fill it with holes. FixedArray length is not
151 // Fill the FixedArray with the hole value.
243 // Initialize the fixed array and fill it with holes. FixedArray length is not
272 // Fill the allocated FixedArray with the hole value if requested.
382 // Fill arguments as array elements. Copy from the top of the stack (last
582 // Fill all the in-object properties with undefined.
1285 Label fill; local
    [all...]
  /external/icu4c/common/
utrie.c 286 * fill around existing values if any, if(overwrite)
339 /* already allocated, fill in value */
346 /* create and set and fill the repeatBlock */
426 * fill the indexes with simplified code from utrie_setRange32()
431 /* create and fill the repeatBlock */
547 /* fill the entire map with "not used" */
970 /* fill the index and data arrays */
    [all...]
  /external/jpeg/
jquant1.c 188 /* and fill in Ncolors[] array to indicate choice. */
291 /* Allocate and fill in the colormap. */
304 /* fill in colormap entries for i'th color component */
310 /* Fill in all colormap entries that have this value of this component */
312 /* fill in blksize entries beginning at ptr */
361 /* fill in colorindex entries for i'th color component */
406 * Hence the dither value for the matrix cell with fill order f
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 180 constraintsStretch.fill = GridBagConstraints.HORIZONTAL;
192 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
199 splashPanelConstraints.fill = GridBagConstraints.BOTH;
207 welcomeTextAreaConstraints.fill = GridBagConstraints.NONE;
215 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
222 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
229 glueConstraints.fill = GridBagConstraints.BOTH;
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 486 private void addGrid(JPanel p, Component co, int x, int y, int w, int fill, double wx, int anchor) {
492 c.fill= fill;
493 if (fill == GridBagConstraints.BOTH || fill == GridBagConstraints.VERTICAL)
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_lib.h 454 This function decodes the syntax in sequence parameter set slice and fill up the AVCSeqParamSet
464 This function decodes the syntax in picture parameter set and fill up the AVCPicParamSet
494 This function decodes ref_pic_list_reordering related syntax and fill up the AVCSliceHeader
505 This function decodes dec_ref_pic_marking related syntax and fill up the AVCSliceHeader
526 This function decodes the intra pcm data and fill it in the corresponding location
  /external/webkit/JavaScriptCore/wtf/
Vector.h 577 void fill(const T&, size_t);
578 void fill(const T& val) { fill(val, size()); }
703 void Vector<T, inlineCapacity>::fill(const T& val, size_t newSize) function in class:WTF::Vector::Vector
714 std::fill(begin(), end(), val);
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 106 // We draw text up to two times (once for fill, once for stroke).
488 bool fill = textMode & cTextFill; local
493 if (!fill && !stroke)
497 if (fill) {
510 if (fill) {
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 323 // Make a transparency layer inset by one pixel, and fill it inset by
367 // Fill with white.
441 // Fill with red.
521 // Fill with red.
591 // Make another layer (which duplicates how WebKit will make this). We fill
  /frameworks/base/graphics/java/android/graphics/
Path.java 50 * This does NOT change the fill-type setting.
96 * Return the path's fill type. This defines how "inside" is
99 * @return the path's fill type
106 * Set the path's fill type. This defines how "inside" is computed.
108 * @param ft The new fill type for this path
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 454 This function decodes the syntax in sequence parameter set slice and fill up the AVCSeqParamSet
464 This function decodes the syntax in picture parameter set and fill up the AVCPicParamSet
494 This function decodes ref_pic_list_reordering related syntax and fill up the AVCSliceHeader
505 This function decodes dec_ref_pic_marking related syntax and fill up the AVCSliceHeader
526 This function decodes the intra pcm data and fill it in the corresponding location
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 66 * This does NOT change the fill-type setting.
106 * Return the path's fill type. This defines how "inside" is
109 * @return the path's fill type
116 * Set the path's fill type. This defines how "inside" is computed.
118 * @param ft The new fill type for this path
  /bionic/libc/bionic/
malloc_debug_common.c 37 * (to fill allocation entry hash table, for example). So, all relevant
405 "%s using MALLOC_DEBUG = %d (fill)\n",
419 "%s using MALLOC_DEBUG = %d (sentinels, fill)\n",
  /dalvik/libcore/luni/src/main/java/java/lang/
ThreadLocal.java 303 * We must rehash every time we fill a null slot; we depend on the
319 // and not fill up the table).
404 // Fill in null slot.
  /external/bison/lib/
timevar.c 195 /* Fill the current times into TIME. The definition of this function
324 /* Fill it in and put it on the stack. */
414 /* Fill the elapsed time for TIMEVAR into ELAPSED. Returns
  /external/elfutils/libasm/
asm_end.c 66 various subsections and fill in the content. */
273 /* Create the section header string table section and fill in the
403 /* Iterate over the created sections and fill in the names. */
  /external/icu4c/i18n/
transreg.h 294 * @param result fill-in paramter to receive the source specifier.
315 * @param result fill-in paramter to receive the target specifier.
346 * @param result fill-in paramter to receive the variant
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op.h 94 Arithmetically shift the 16 bit input var1 left var2 positions.Zero fill
141 fill the var2 LSB of the result. If var2 is negative, arithmetically
186 by -var2 and zero fill the -var2 LSB of the result. Saturate the result

Completed in 81 milliseconds

<<11121314151617181920>>