/packages/apps/Mms/src/com/android/mms/model/ |
MediaModelFactory.java | 227 // Set 'fill' property.
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 134 // Fill in good and bad events
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
aout.h | 277 /* Output a gap. In fact we fill it with nulls. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 173 // Fill the formats in a set for faster access 716 boolean fill = ui_node.getDescriptor().hasChildren() && 719 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT, 722 fill ? LayoutConstants.VALUE_FILL_PARENT : LayoutConstants.VALUE_WRAP_CONTENT, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeySelectionPage.java | 136 // fill the texts with information loaded from the project.
|
KeystoreSelectionPage.java | 169 // fill the texts with information loaded from the project.
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
txXfer.c | 213 /* Fill the TxnDone CB only if registered by the upper layers */
|
/cts/tools/dasm/src/dasm/ |
parser.cup | 734 // fill-array-data <data> 746 // fill-array-data register type 750 // fill-array-data-end
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_package.html | 181 to <code>android:layout_height="fill-parent"</code>, 209 to "fill-parent", so the LinearLayout fills the screen. Each text view is as tall as it needs 368 the screen (<code>android:layout_width="fill-parent"</code>) and tall enough to
|
/external/dropbear/libtomcrypt/demos/ |
tv_gen.c | 168 "The output of step N is used as the key and plaintext for step N+1 (key bytes repeated as required to fill the key)\n\n"); 295 "step N (repeated as required to fill the array).\n\n"); 350 "step N (repeated as required to fill the array).\n\n");
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 158 /* fill the uchar buffer */ 380 /* Fill the buffer if it is empty */ 406 /* fill the buffer */
|
/external/jpeg/ |
jdhuff.c | 178 dtbl->pub = htbl; /* fill in back link */ 233 * fill in all the entries that correspond to bit sequences starting 376 /* Fill the buffer with zero bits */
|
/external/kernel-headers/original/linux/ |
ethtool.h | 355 * @get_settings is passed an ðtool_cmd to fill in. It returns 364 * Should fill in the magic field. Don't need to check len for zero 365 * or wraparound. Fill in the data argument with the eeprom values
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 748 // first fill bitmap with gray and image border 752 // then fill bitmap with image 782 // fill with GRAY
|
/external/netperf/ |
netlib.c | [all...] |
/external/opencore/engines/common/include/ |
pv_plugin_interfaces.h | 192 * Method called by a MDataSink to request the data source to fill aBuffer with data. 196 * to fill a buffer. The data source must call the BufferFilledL member on aConsumer when it has filled 410 * to fill a buffer by calling the data sources FillBufferL.
|
/external/webkit/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 258 cairo_pattern_t* fill = cairo_pattern_create_rgba(0., 0., 0., 0.); local 259 cairo_set_source(crFill, fill); 267 cairo_pattern_destroy(fill);
|
/external/webkit/WebCore/rendering/ |
AutoTableLayout.cpp | 164 m_layoutStruct.fill(Layout()); 165 m_spanCells.fill(0); 526 // fill up every cell with its minWidth
|
/frameworks/base/core/java/android/widget/ |
ImageView.java | 368 * Scale the image using {@link Matrix.ScaleToFit#FILL}. 579 Matrix.ScaleToFit.FILL, 750 scaletofit, then we just fill our entire view.
|
/frameworks/base/media/jni/soundpool/ |
SoundPool.cpp | 666 // fill buffer 677 LOGV("fill: q=%p, p=%p, mPos=%u, b->size=%u, count=%d", q, p, mPos, b->size, count); 684 LOGV("fill extra: q=%p, mPos=%u, b->size=%u, count=%d", q, mPos, b->size, count);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uctralgo.h | 216 /// Fill assigns the value value to every element in the range [first, last). 222 inline void fill (Container& ctr, const T& value) function in namespace:ustl 224 fill (ctr.begin(), ctr.end(), value);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
CropImage.java | 377 // something that's basically a circle. So we fill in the 387 // If the output is required to a specific size then scale or fill. 404 // Don't scale the image but instead fill it so it's the [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dicttrie.cpp | 421 // If necessary, fill in a new mile stone. 481 // If necessary, fill in the new DTMI 559 // If necessary, fill in the new DTMI
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/ |
TNETWArb.c | 242 /* Fill the Client instance with the callback handle and function passed in the call */ 311 /* Fill the Client instance with the callback handle and function given by the call */ 387 /* Fill the Client instance with NULL callback to ease debugging */
|
/external/v8/src/ |
builtins.cc | 232 // Fill in the content 270 // Fill out the new array with old elements. 396 // Fill out the new array with old elements. 516 // Fill newly created array. 594 // Fill newly created array. [all...] |