HomeSort by relevance Sort by last modified time
    Searched full:last (Results 301 - 325 of 6204) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 87 * is the last fragment of the record (bit value 1 implies the fragment
88 * is the last fragment) and a 31-bit unsigned binary value which is the
  /external/opencore/oscl/oscl/osclbase/src/
oscl_map.h 120 // Oscl_Map(const value_type* first, const value_type* last,
121 // const Compare& comp = Compare()) : t(first, last, comp, false) {}
225 * Inserts the range [first,last) into the map
227 void insert(const value_type* first, const value_type* last)
229 t.insert_unique(first, last);
246 * Erases all elements in the range [first,last)
248 void erase(iterator first, iterator last)
250 t.erase(first, last);
  /external/opencore/pvmi/pvmf/include/
pvmf_fileformat_events.h 77 Placeholder for the last PVMF FF error event
98 Placeholder for the last PVMF FF informational event
pvmf_video.h 88 PVMFVideoResolutionRange(PVMFVideoResolution first, PVMFVideoResolution last)
89 : iFirst(first), iLast(last) {}
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 69 /* Information about the last cursor position */
72 /* Information about the last keys down */
  /external/stlport/test/eh/
test_construct.h 92 const typename T::value_type* last )
93 : fItems( first ), fEnd( last ) {
  /external/webkit/JavaScriptCore/runtime/
LiteralParser.cpp 305 lastValue = objectStack.last();
314 asArray(objectStack.last())->push(m_exec, lastValue);
323 lastValue = objectStack.last();
347 lastValue = objectStack.last();
369 asObject(objectStack.last())->putDirect(identifierStack.last(), lastValue);
376 lastValue = objectStack.last();
449 state = stateStack.last();
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 134 offset += add + letterSpacing + components->last().m_width;
148 offset += components->last().m_width + letterSpacing;
156 offset += wordSpacing + add + components->last().m_width + letterSpacing;
164 offset += components->last().m_width + letterSpacing;
172 offset += components->last().m_width;
183 offset += components->last().m_width;
192 offset += add + components->last().m_width;
202 offset += components->last().m_width;
PlatformPathWince.cpp 209 if (poly.isEmpty() || poly.last() != p)
215 const PathPoint& startPoint = poly.last();
231 if (poly.isEmpty() || poly.last() != data.m_end)
334 const PathPoint* point1 = &last();
335 Vector<PathPoint>::const_iterator last = end(); local
338 for (Vector<PathPoint>::const_iterator i = begin(); i != last; ++i) {
372 j = last;
488 m_subpaths.last().append(m_currentPoint);
501 if (m_currentPoint != m_subpaths.last()[0]) {
503 m_subpaths.last().append(m_subpaths.last()[0])
    [all...]
  /external/webkit/WebCore/platform/sql/
SQLiteStatement.h 69 // Returns -1 on last-step failing. Otherwise, returns number of rows
70 // returned in the last step()
  /external/webkit/WebKitTools/Scripts/
update-javascriptcore-test-results 43 last if /failures reported\.$/;
56 last if /failures reported\.$/;
  /external/zlib/examples/
gzlog.c 27 off_t last_off; /* offset of last block */
125 32, 0, 0, 0, 0, 0, 0, 0, /* offset of last block */
126 1, 0, 0, 0xff, 0xff, /* empty stored block (last) */
216 /* set up to write over empty last block */
340 /* write last empty block, crc, and length */
352 /* update extra field to point to new last empty block */
388 /* write last block (empty) */
398 /* put offset of that last block in gzip extra block */
  /frameworks/base/awt/java/awt/image/
BufferStrategy.java 39 * Returns true if the drawing buffer was lost since the last call of
42 * @return true if the drawing buffer was lost since the last call of
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 60 * SystemClock.uptimeMillis()}) that the last garbage collection occurred
66 * SystemClock.uptimeMillis()} of the last garbage collection.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomManyTest.java 49 // Last item should be selected
83 assertEquals("Last item is not touching the bottom edge",
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityTest.java 71 assertEquals("Last item is not touching the bottom edge",
90 assertEquals("Last item is not touching the bottom edge",
  /frameworks/base/libs/surfaceflinger/
BlurFilter.cpp 80 inline uint16_t to(int shift, int last, int dither) const {
84 if (UNLIKELY(last)) {
127 inline uint32_t to(int shift, int last, int dither) const {
131 if (UNLIKELY(last)) {
170 inline uint16_t to(int shift, int last, int dither) const {
172 if (UNLIKELY(last)) {
202 inline uint32_t to(int shift, int last, int dither) const {
205 if (UNLIKELY(last)) {
  /hardware/ti/wlan/wl1271/utils/
GenSM.h 76 TI_UINT32 uEvent; /**< Last event sent */
77 void *pData; /**< Last event data */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.AbsoluteLayout.groovy 29 [ "p": null ], // Point: last cursor position
78 // Get the last component of the FQCN (e.g. "android.view.Button" => "Button")
android.widget.FrameLayout.groovy 29 [ "p": null ], // Point: last cursor position
67 // Get the last component of the FQCN (e.g. "android.view.Button" => "Button")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DropFeedback.java 40 * - The {@link INode} target node last used in a onDropEnter or onDropMove call. <br/>
41 * - The {@link DropFeedback} returned by the last onDropEnter or onDropMove call. <br/>
  /system/core/adb/
utils.c 29 if (avail == 1) { /* overflowing, the last byte is reserved for zero */
90 * trigger that last case. */
  /system/wlan/ti/wilink_6_1/utils/
GenSM.h 76 TI_UINT32 uEvent; /**< Last event sent */
77 void *pData; /**< Last event data */
  /external/icu4c/tools/genprops/
genprops.c 283 uint32_t first, last, props; member in struct:__anon2450
438 /* first or last entry of a Unicode area */
458 } else if(0==uprv_memcmp(", Last>", fields[1][1]-7, 7)) {
459 /* check that the current area matches, and complete it with the last code point */
466 unicodeAreas[unicodeAreaIndex].last=p.code;
470 (unsigned long)unicodeAreas[unicodeAreaIndex].last,
475 /* error: different properties between first & last, different area name, first>=last */
476 fprintf(stderr, "genprops: error - Last of area \"%s\" is incorrect\n", unicodeAreas[unicodeAreaIndex].name);
526 unicodeAreas[i].last,
    [all...]
  /external/zlib/contrib/ada/
zlib.ads 179 Last : out Ada.Streams.Stream_Element_Offset);
224 -- Out_Data. In_Last is the index of last element from In_Data accepted by
225 -- the Filter. Out_Last is the last element of the received data from
261 Last : out Ada.Streams.Stream_Element_Offset);
270 -- Rest_First have to be initialized to Buffer'Last + 1
271 -- Rest_Last have to be initialized to Buffer'Last
275 -- Is it allowed to return Last < Item'Last before end of data.
280 Last : out Ada.Streams.Stream_Element_Offset;
285 -- Last < Item'Last only at end of stream
    [all...]

Completed in 316 milliseconds

<<11121314151617181920>>