/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));
|
/system/media/opensles/tests/mimeUri/ |
slesTestLoopUri.cpp | 57 fprintf(stdout, "\t\tPrefetchEventCallback: Buffer fill level is = %d\n", level); 158 /* Configure fill level updates every 5 percent */
|
/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);
|
/ndk/sources/android/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/chromium/third_party/icu/source/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/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...] |
/device/samsung/crespo/alsa-lib/src/control/ |
control_ext.c | 576 has to fill the necessary field (typically iface, name and index) in return via the 593 It must fill the control element type (#snd_ctl_elem_type_t), the access type 599 For integer and integer64 types, the callbacks need to fill the minimal (imin), 607 element type. These callbacks have to fill the current values of the element in return. 625 The callback needs to fill the event_mask value, a bit-field defined as SND_CTL_EVENT_MASK_XXX.
|
/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/libnfc-nxp/src/ |
phHciNfc_RFReaderA.c | 283 /* Fill the data buffer and send the command to the 298 /* Fill the data buffer and send the command to the 313 /* Fill the data buffer and send the command to the [all...] |
/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 414 "%s using MALLOC_DEBUG = %d (fill)\n", 428 "%s using MALLOC_DEBUG = %d (sentinels, fill)\n",
|
/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/chromium/base/ |
field_trial.h | 56 // Memory.RendererTotal // 96% of users still fill this histogram. 57 // Memory.RendererTotal_high_mem // 2% of users will fill this histogram. 58 // Memory.RendererTotal_low_mem // 2% of users will fill this histogram.
|
/external/chromium/third_party/icu/source/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/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. */
|