/external/libpng/contrib/pngminus/ |
pnm2png.c | 473 * using the bit-depth to fill up a byte (0Ah -> AAh) 506 * using the bit-depth to fill up a byte (0Ah -> AAh)
|
/external/openssl/crypto/rc2/ |
rrc2.doc | 52 The purpose of the key-expansion routine is to expand the user's key K to fill 74 The secret key is first expanded to fill 128 bytes (64 words). The expansion
|
/external/proguard/src/proguard/classfile/util/ |
DynamicMemberReferenceInitializer.java | 373 // Did we find a match to fill out the string constant? 382 // Fill out the matched string constant.
|
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 404 public void fill(Shape s) method in class:OverrideGraphics2D 406 graphics.fill(s);
|
/external/protobuf/src/google/protobuf/ |
service.h | 68 // // ... read request and fill in response ... 84 // // ... fill in request ...
|
/external/qemu/audio/ |
coreaudio.c | 540 /* fill buffer */ 687 /* fill buffer */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_wave.c | 299 /* Fill the decode buffer with a channel block of data (8 samples) */ 361 /* Fill the state information for this block */
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/os2/ |
SDL_syscdrom.c | 69 /* Fill in our driver capabilities */ 182 /* Fill SDL Tracks Structure */
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macwm.c | 177 /* fill ramp */ 325 if (pTableGammaNew) /* if successful fill table */
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 198 /* Allocate the new list of modes, and fill in the new mode */ 288 /* Fill in our hardware acceleration capabilities */
|
/external/qemu/hw/ |
usb-hub.c | 409 /* fill DeviceRemovable bits */ 416 /* fill PortPwrCtrlMask bits */
|
/external/quake/quake/src/QW/client/ |
common.c | 137 void Q_memset (void *dest, int fill, int count) 144 fill = fill | (fill<<8) | (fill<<16) | (fill<<24); 146 ((int *)dest)[i] = fill; 150 ((byte *)dest)[i] = fill; [all...] |
pmovetst.c | 360 // fill in a default trace
385 // fill in a default trace
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 27 SVG_ATTRIBUTE(fill), 28 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
|
/external/sonivox/docs/JET_Creator_User_Manual_files/ |
header.htm | 17 <o:shapedefaults v:ext="edit" spidmax="5122" fill="f" fillcolor="white"
19 <v:fill color="white" on="f"/>
|
/external/webkit/WebCore/bindings/scripts/ |
IDLParser.pm | 202 # Fill in domClass datastructure 230 # Fill in known parts of the domClass datastructure now...
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 274 // If there is a non-blur shadow and both the fill color and shadow color 484 // If there is a non-blur shadow and both the fill color and shadow color
|
/external/webkit/WebCore/rendering/ |
SVGRenderTreeAsText.cpp | 293 ts << " [fill={"; 298 writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO);
|
/external/wpa_supplicant/ |
md5.c | 164 * will fill a supplied 16-byte array with the digest. 275 /* Now fill the next block with 56 bytes */
|
os.h | 249 * os_memset - Fill memory with a constant byte 252 * @n: Number of bytes started from s to fill with c
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
md5.c | 164 * will fill a supplied 16-byte array with the digest. 275 /* Now fill the next block with 56 bytes */
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os.h | 249 * os_memset - Fill memory with a constant byte 252 * @n: Number of bytes started from s to fill with c
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 181 // Fill get area from gzipped file 195 // Attempt to fill internal buffer from gzipped file
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerIntegrationTest.java | 401 // fill cache to ensure we don't have enough space - take half the size of the 455 // Fill up the cache partition until there's not enough room for another download.
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseCursorTest.java | 141 Arrays.fill(blob, value); 172 Arrays.fill(blob, value);
|