/external/chromium/sdch/open-vcdiff/src/ |
instruction_map.cc | 158 // First pass to fill up first_instruction_map_ 178 // Second pass to fill up second_instruction_map_ (depends on first pass)
|
/external/elfutils/libasm/ |
libasmP.h | 103 /* Fill pattern. */ 226 /* The default fill pattern: one zero byte. */
|
/external/genext2fs/ |
genext2fs.8 | 72 .BI "\-e, \-\-fill\-value value" 73 Fill unallocated blocks with value.
|
/external/kernel-headers/original/linux/ |
uinput.h | 128 * 2. Allocate a uinput_ff_upload struct, fill in request_id with 142 * 2. Allocate a uinput_ff_erase struct, fill in request_id with
|
/external/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 100 'string-ci>?', 'string-copy', 'string-fill!', 'string-length', 109 'vector', 'vector->list', 'vector-fill!', 'vector-length', 'vector-ref',
|
/external/libvpx/vp8/decoder/ |
dboolhuff.h | 82 vp8_dbool_fill_fn_t fill; member in struct:vp8_dboolhuff_rtcd_vtable 112 DBOOLHUFF_INVOKE(br->rtcd, fill)(br);
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; 75 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/dc/ |
SDL_sysjoystick.c | 85 This should fill the nbuttons and naxes fields of the joystick structure. 99 /* fill nbuttons, naxes, and nhats fields */
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fb3dfx.c | 76 /* Execute the fill command */ 209 /* The 3Dfx has an accelerated color fill */
|
SDL_fbmatrox.c | 101 /* Set up for color fill operation */ 257 /* The Matrox has an accelerated color fill */
|
/external/skia/src/views/ |
SkOSSound.cpp | 143 U32 v32 = (gVolume << 8) | gVolume; // fill it out to 16bits 213 unsigned long v32 = (vol << 8) | vol; // fill it out to 16bits
|
/external/stlport/stlport/stl/ |
_algobase.h | 406 // fill and fill_n 449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { function 457 inline void fill(unsigned char* __first, unsigned char* __last, function 463 inline void fill(signed char* __first, signed char* __last, function 469 inline void fill(char* __first, char* __last, const char& __val) { function 489 _STLP_STD::fill(__first, __first + __n, __val); 496 _STLP_STD::fill(__first, __first + __n, __val); 503 _STLP_STD::fill(__first, __first + __n, __val);
|
_bitset.c | 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0)); 75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
|
_iomanip.h | 147 __os.fill(__m._M_c); 155 __is.fill(__m._M_c);
|
/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 102 m_glyphsVector.fill(0, m_glyphCount); 104 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
|
/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 51 // fill window 123 Arrays.fill(blob, value);
|
/ndk/sources/android/stlport/stlport/stl/ |
_algobase.h | 406 // fill and fill_n 449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { function 457 inline void fill(unsigned char* __first, unsigned char* __last, function 463 inline void fill(signed char* __first, signed char* __last, function 469 inline void fill(char* __first, char* __last, const char& __val) { function 489 _STLP_STD::fill(__first, __first + __n, __val); 496 _STLP_STD::fill(__first, __first + __n, __val); 503 _STLP_STD::fill(__first, __first + __n, __val);
|
_bitset.c | 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0)); 75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
|
_iomanip.h | 147 __os.fill(__m._M_c); 155 __is.fill(__m._M_c);
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
DataStatus.java | 45 // When creating from cursor row, fill normally 70 // Fill in remaining details from cursor
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilDocumentImpl.java | 130 public void setFill(short fill) throws DOMException { 131 mSeqTimeContainer.setFill(fill);
|
SmilParElementImpl.java | 198 public void setFill(short fill) throws DOMException { 199 mParTimeContainer.setFill(fill);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 78 * A code representing the value of the fill attribute, as defined 84 public void setFill(short fill)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
RankAwarePromoter.java | 70 // Then try to fill with the remaining promoted results 78 // Then try to fill with the rest
|
/packages/apps/Settings/src/com/android/settings/applications/ |
LinearColorBar.java | 42 mPaint.setStyle(Paint.Style.FILL); 43 mColorGradientPaint.setStyle(Paint.Style.FILL);
|