Searched
full:fill (Results
426 -
450 of
2123) sorted by null
<<11121314151617181920>>
/external/proguard/src/proguard/classfile/util/ |
ClassReferenceInitializer.java | 163 // Fill out the String class. 217 // Fill out the referenced class. 221 // Fill out the Class class.
|
DynamicClassReferenceInitializer.java | 250 // Fill out the matched string constant. 277 // Fill out the matched string constant. 289 // Fill out the matched string constant.
|
/external/proguard/src/proguard/optimize/peephole/ |
BranchTargetFinder.java | 363 // Fill out any gaps in the subroutine starts and the subroutine ends 498 // Fill it out in the creation offsets. 501 // Fill out the initialization offsets.
|
/external/skia/src/core/ |
SkBitmapProcState_matrixProcs.cpp | 341 // fill before 0 as needed 356 // fill in 0..width-1 if needed 370 // fill the remaining with the max value
|
/external/skia/src/svg/ |
SkSVGParser.cpp | 133 bool fill = false; local 143 fill = walking->f_fill.equals("none") == false; 149 return stroke && fill;
|
/external/webkit/WebCore/platform/graphics/win/ |
UniscribeController.cpp | 262 spaceCharacters.fill(-1); 264 roundingHackCharacters.fill(-1); 266 roundingHackWordBoundaries.fill(-1);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
BitmapDrawable.java | 387 setGravity(a.getInt(com.android.internal.R.styleable.BitmapDrawable_gravity, Gravity.FILL)); 418 if (mBitmapState.mGravity != Gravity.FILL) { 435 int mGravity = Gravity.FILL;
|
/frameworks/base/media/libstagefright/codecs/amrwb/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
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuad.java | 357 // Allocate and fill the vertex buffer. 366 // Allocate and fill the texture coordinate buffer. 383 // Allocate and fill the index buffer.
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 180 * Fill the given list with any activities matching the base {@link Intent}. 231 * Create a list item and fill it with details from the given 253 // Valid package and class, so fill details as normal intent
|
/sdk/apkbuilder/src/com/android/apkbuilder/internal/ |
ApkBuilderImpl.java | 222 * @param javaResources the list of {@link ApkFile} to fill. 246 * @param resourcesJars the collection of FileInputStream to fill up with jar files. 279 * @param javaResources the Collection of {@link ApkFile} object to fill.
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.h | 681 // the CAEI will fill this in with the final sampling 689 // USAGE: The CAEI will fill this in if it needs to convert 719 // USAGE: The authoring application is required to fill this in. 725 // USAGE: The authoring application is required to fill this in. 733 // USAGE: The authoring application is required to fill this in. 740 // USAGE: The authoring application is required to fill this in. [all...] |
/external/openssl/crypto/x509v3/ |
v3_addr.c | 148 const unsigned char fill) 155 if (fill == 0) 161 memset(addr + bs->length, fill, length - bs->length); 174 const unsigned char fill, 182 addr_expand(addr, bs, 4, fill); 186 addr_expand(addr, bs, 16, fill); [all...] |
/bionic/libc/netbsd/isc/ |
ev_timers.c | 210 /* Allocate and fill. */ 359 /* Allocate and fill. */
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/util/ |
Resources.java | 214 * also fill in the time zone IDs to speed things up a bit. There's one 231 * Fill in the zone names in native.
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MDGoldenData.java | 48 // fill myMessage 52 // fill goldenData
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/res/ |
XMLErrorResources.java | 144 * Now fill in the message text. 145 * Then fill in the message text for that message code in the
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 279 paint.setStyle(Paint.Style.FILL); 329 paint.setStyle(Paint.Style.FILL);
|
/external/elfutils/doc/ |
elfutils.sgml | 377 value <symbol>EV_NONE</symbol> the library will fill in 385 <simpara>The user should fill in the byte ordering for
|
/external/elfutils/libelf/ |
libelf.h | 326 /* Set fill bytes used to fill holes in data structures. */
|
/external/freetype/include/freetype/ |
ftoutln.h | 357 /* ensure consistent fill conventions for mirrored glyphs. */ 505 * fill orientation (see @FT_Orientation). This is done by computing
|
/external/grub/stage2/ |
start.S | 390 /* fill the first data listing with the default */ 397 .word 0 /* the command "install" will fill this up */
|
/external/icu4c/i18n/ |
utrans.cpp | 458 // and fill in *neededCapacity (if neededCapacity != NULL). 488 // and fill in *neededCapacity (if neededCapacity != NULL).
|
/external/kernel-headers/original/linux/mtd/ |
map.h | 165 /* The map stuff is very simple. You fill in your struct map_info with 171 At which point, you fill in the mtd->module with your own module
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 240 * Fill in the pre_op attr for the wcc data 257 * Fill in the post_op attr for the wcc data
|
Completed in 81 milliseconds
<<11121314151617181920>>