Searched defs:fill (Results 1 - 25 of 135) sorted by relevance

123456

/external/libpcap/Win32/Include/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/llvm/test/MC/Mips/
H A Dxgot.s22 .globl fill
24 .type fill,@function
26 .ent fill
27 fill: # @fill label
56 .end fill
58 .size fill, ($tmp0)-fill
/external/tcpdump/missing/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java22 protected void fill() { method in class:HitPointPool
H A DGameComponentPool.java25 fill();
31 fill();
35 protected void fill() { method in class:GameComponentPool
H A DVectorPool.java29 protected void fill() { method in class:VectorPool
H A DObjectPool.java22 * This class is abstract; derivations need to implement the fill() function to fill the pool, and
67 fill();
70 protected abstract void fill(); method in class:ObjectPool
H A DDrawableFactory.java75 protected void fill() { method in class:DrawableFactory.DrawableBitmapPool
112 protected void fill() { method in class:DrawableFactory.ScrollableBitmapPool
141 protected void fill() { method in class:DrawableFactory.TiledBackgroundVertexGridPool
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c7 void foo(long long fill) { argument
8 __m64 vfill = _mm_cvtsi64_m64(fill);
/external/compiler-rt/test/asan/TestCases/
H A Dstrchr_strict.c12 char fill = 'o'; local
14 memset(s, fill, size);
H A Dstrcmp_strict.c12 char fill = 'o'; local
14 memset(s1, fill, size);
16 memset(s2, fill, size);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
H A DPhysicsSweepTestResult.java85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { method in class:PhysicsSweepTestResult
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
H A DPhysicsRayTestResult.java85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { method in class:PhysicsRayTestResult
H A DPhysicsSweepTestResult.java85 public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFraction, boolean normalInWorldSpace) { method in class:PhysicsSweepTestResult
/external/guava/guava-tests/test/com/google/common/jdk5backport/
H A DArrays.java23 public static void fill(byte[] array, byte val) { method in class:Arrays
24 java.util.Arrays.fill(array, val);
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketParser.java51 void fill(Buffer buffer); method in interface:WebSocketParser
H A DWebSocketParserD00.java97 // Loop until an datagram call back or can't fill anymore
115 int filled=_endp.isOpen()?_endp.fill(_buffer):-1;
201 public void fill(Buffer buffer) method in class:WebSocketParserD00
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c138 int fill = PIPE_POLYGON_MODE_FILL; local
146 fill = PIPE_POLYGON_MODE_FILL;
151 fill = fill_front;
156 fill = fill_back;
163 * front/back fill modes:
170 fill = fill_front;
183 if (fill != PIPE_POLYGON_MODE_FILL &&
189 fill = PIPE_POLYGON_MODE_FILL;
197 if (fill == PIPE_POLYGON_MODE_LINE &&
200 fill
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h88 if ( n > 0 ) fill(n); // out of elements?
92 public void fill(int n) { function in class:FastQueue
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNetworkTrafficSelectChannelEndPoint.java45 public int fill(Buffer buffer) throws IOException method in class:NetworkTrafficSelectChannelEndPoint
47 int read = super.fill(buffer);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DField.java55 * have a clead empty copy of the filed to fill with data.
82 public void fill(BlenderInputStream blenderInputStream) throws BlenderFileException { method in class:Field
97 pointer.fill(blenderInputStream);
103 pointer.fill(blenderInputStream);
183 structure.fill(blenderInputStream);
189 structure.fill(blenderInputStream);
H A DPointer.java75 public void fill(BlenderInputStream inputStream) { method in class:Pointer
113 structure.fill(inputStream);
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java144 private void fill(InternalState from, InternalState to) { method in class:ParserStateTable
/external/skia/include/device/xps/
H A DSkXPSDevice.h236 BOOL stroke, BOOL fill,
241 BOOL stroke, BOOL fill, member in class:SkXPSDevice
264 BOOL stroke, BOOL fill, const SkPath& path);
298 BOOL* fill, BOOL* stroke);
/external/zlib/src/contrib/infback9/
H A Dinftree9.c50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
197 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
290 drops back to the root table to fill in any remaining entries there.

Completed in 3214 milliseconds

123456