OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fill
(Results
501 - 525
of
2437
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c
177
fill_me = cmd_passed->param2; /* buffer that has just finished playing, so
fill
it */
330
the buffers, so we'll zero it to silence and
fill
it with audio if
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
SDL_mmjoystick.c
187
This should
fill
the nbuttons and naxes fields of the joystick structure.
236
/*
fill
nbuttons, naxes, and nhats fields */
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc
197
/* Allocate the new list of modes, and
fill
in the new mode */
236
/*
Fill
in some window manager capabilities */
/external/quake/quake/src/WinQuake/
common.cpp
138
void Q_memset (void *dest, int
fill
, int count)
145
fill
=
fill
| (
fill
<<8) | (
fill
<<16) | (
fill
<<24);
147
((int *)dest)[i] =
fill
;
151
((byte *)dest)[i] =
fill
;
[
all
...]
/external/skia/include/core/
SkCanvas.h
313
/**
Fill
the entire canvas' bitmap (restricted to the current clip) with the
315
@param a the alpha component (0..255) of the color to
fill
the canvas
316
@param r the red component (0..255) of the color to
fill
the canvas
317
@param g the green component (0..255) of the color to
fill
the canvas
318
@param b the blue component (0..255) of the color to
fill
the canvas
324
/**
Fill
the entire canvas' bitmap (restricted to the current clip) with the
332
/**
Fill
the entire canvas' bitmap (restricted to the current clip) with the
334
@param paint The paint used to
fill
the canvas
[
all
...]
/external/sonivox/docs/JET_Authoring_Guidelines_files/
header.htm
17
<o:shapedefaults v:ext="edit" spidmax="9218"
fill
="f" fillcolor="white"
19
<v:
fill
color="white" on="f"/>
/external/srec/portable/src/
PFile.c
227
/*
Fill
remainder of buffer */
301
/*
Fill
remainder of buffer */
/external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp
645
void CanvasRenderingContext2D::
fill
()
function in class:WebCore::CanvasRenderingContext2D
[
all
...]
/external/webkit/WebCore/platform/graphics/
BitmapImage.h
232
// Checks to see if the image is a 1x1 solid color. We optimize these images and just do a
fill
rect instead.
268
Color m_solidColor; // If we're a 1x1 solid color, this is the color to use to
fill
.
/external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp
242
m_glyphsVector.
fill
(0, m_glyphCount);
244
m_advancesVector.
fill
(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
/external/wpa_supplicant/
md4.c
68
* will
fill
a supplied 16-byte array with the digest.
171
* Final wrapup--call MD4Pad,
fill
in digest and zero out ctx.
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md4.c
68
* will
fill
a supplied 16-byte array with the digest.
171
* Final wrapup--call MD4Pad,
fill
in digest and zero out ctx.
/external/zlib/contrib/iostream2/
zstream.h
244
oss->
fill
(m_os->
fill
());
/external/zlib/examples/
fitblk.c
19
enough deflate blocks to produce output to
fill
the requested
46
that there is enough uncompressed data for the second pass to
fill
/libcore/luni/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
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MDGoldenData.java
48
//
fill
myMessage
52
//
fill
goldenData
/packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java
155
//
Fill
in the row in the UI for this caller.
240
* Helper function to
fill
out the Conference Call(er) information
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
213
// Return the number of full ids for the given half id, and
fill
spl_id_start
252
// string, and
fill
-in '\0' at the end.
/sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java
350
// we're going to loop on the keys and
fill
the table.
372
// create a new Map object and
fill
it.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java
182
* @param table The table to
fill
. It must have 2 columns.
200
* @param table The table to
fill
. It must have 2 columns.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java
158
data.horizontalAlignment = GridData.
FILL
;
159
data.verticalAlignment = GridData.
FILL
;
/system/core/libcutils/
open_memstream.c
119
* If we previously seeked beyond EOF, zero-
fill
the gap.
132
DBUG(("+++ zero-
fill
gap from %d to %d\n",
Completed in 776 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>