/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/ |
as.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
as.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/ |
as.info | [all...] |
/external/jpeg/ |
jquant2.c | 561 /* Compute the representative color for each box, fill colormap */ 601 * problem is solved. Furthermore, we need not fill subboxes that are never 856 /* Fill the inverse-colormap entries in the update box that contains */ 858 /* we can fill as many others as we wish.) */ [all...] |
jdhuff.c | 179 dtbl->pub = htbl; /* fill in back link */ 234 * fill in all the entries that correspond to bit sequences starting 387 /* Fill the buffer with zero bits */
|
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 623 // Create const instructions for each fill value 625 FillArrayDataInsn fill = (FillArrayDataInsn) ropUse; local 626 ArrayList<Constant> constList = fill.getInitValues(); [all...] |
/external/chromium/third_party/icu/public/i18n/unicode/ |
gregocal.h | 433 * @param status Fill-in parameter which receives the status of this operation. 479 * @param status Fill-in parameter which receives the status of this operation. 583 * @param status Fill-in parameter which receives the status of this operation. [all...] |
/external/chromium/third_party/icu/source/common/ |
uhash.c | 47 * don't allow the table to fill. When there is only one 52 * exhausted, then the table may fill. 498 /* Important: We must never actually fill the table up. If we [all...] |
/external/grub/netboot/ |
sk_g16.c | 651 /* Fill in Transmit Message Descriptor */ 937 * LANCE must be owner at beginning so that he can fill in 949 /* Fill LANCE Initialize Block */
|
/external/icu4c/common/ |
uhash.c | 47 * don't allow the table to fill. When there is only one 52 * exhausted, then the table may fill. 498 /* Important: We must never actually fill the table up. If we [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 433 * @param status Fill-in parameter which receives the status of this operation. 479 * @param status Fill-in parameter which receives the status of this operation. 583 * @param status Fill-in parameter which receives the status of this operation. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 205 /* Allocate the new list of modes, and fill in the new mode */ 836 /* Don't fill the visible part of the screen, wait until flipped */ 849 printf("Hardware accelerated rectangle fill: %dx%d at %d,%d\n", w, h, x, y);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
SDL_dibvideo.c | 250 /* Allocate the new list of modes, and fill in the new mode */ 382 /* Fill in some window manager capabilities */ 545 /* Fill in part of the video surface */ [all...] |
/external/v8/src/ |
array.js | 802 // Copy defined elements from the end to fill in all holes and undefineds 829 // Fill in hole or undefined. 839 // Fill in the undefineds and the holes. There may be a hole where [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 174 pixmap.fill(Qt::transparent); 378 // Do a rect fill of our endpoints. This ensures we always have the [all...] |
/frameworks/base/media/libstagefright/codecs/aacenc/basic_op/ |
basicop2.c | 231 | Arithmetically shift the 16 bit input var1 left var2 positions.Zero fill|
[all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
basic_op.h | 253 Arithmetically shift the 16 bit input var1 left var2 positions.Zero fill 307 fill the var2 LSB of the result. If var2 is negative, arithmetically 361 by -var2 and zero fill the -var2 LSB of the result. Saturate the result
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint.java | 45 private Style mStyle = Style.FILL; 81 * stroked, or both (in the same color). The default is FILL. 88 FILL (0), [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | 337 legend.setLayoutData(new GridData(GridData.FILL, GridData.BEGINNING, true, false, 426 data.horizontalAlignment = GridData.FILL; 427 data.verticalAlignment = GridData.FILL; [all...] |
/bionic/libc/unistd/ |
syslog.c | 319 /* BIONIC: no sun_len field to fill on Linux */
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FrameLayoutTest.java | 137 // check the default gravity FILL, it completely fills its container
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 149 Arrays.fill(spaceArr, ' ');
|
/dalvik/vm/ |
Misc.h | 115 * Fill in a DebugOutputTarget struct.
|