HomeSort by relevance Sort by last modified time
    Searched full:last (Results 651 - 675 of 13702) sorted by null

<<21222324252627282930>>

  /external/clang/test/Index/
complete-super.m 9 - (void)last;
10 + (void)last;
53 // CHECK-ADD-ADD: ObjCInstanceMethodDecl:{ResultType void}{TypedText last} (35)
56 // CHECK-SELECTOR-SELECTOR: ObjCInstanceMethodDecl:{ResultType void}{TypedText last} (35)
78 // CHECK-IN-CATEGORY: ObjCInstanceMethodDecl:{ResultType void}{TypedText last} (35)
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 128 * last insn in a block.
131 * be last insn in block
149 * adding before the last insn, and the last insn must have no
185 // Everything that's a source in the last insn interferes.
  /external/easymock/src/org/easymock/
IExpectationSetters.java 111 * Expect the last invocation <code>count</code> times.
120 * Expect the last invocation between <code>min</code> and
132 * Expect the last invocation once. This is default in EasyMock.
139 * Expect the last invocation at least once.
146 * Expect the last invocation any times.
  /external/icu4c/test/intltest/
tstnrapi.cpp 126 // test last()/previous() with an internal buffer overflow
129 if(copy.last()!=0x308) {
130 errln("error in Normalizer(1000*U+0308).last()");
135 if(norm.first()!=0x61 || norm.next()!=0x308 || norm.last()!=0x2f800) {
136 errln("error in Normalizer(UNORM_NONE).first()/next()/last()");
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 357 char Last = *FB++ = *FmtStr++;
359 while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
360 Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
361 Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java 166 TimeToSampleBox.Entry last = entries2.peekLast(); local
177 if (last == null) {
179 } else if (last.getDelta() != x) {
182 last.setCount(last.getCount() + 1);
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 25 last;
28 last;
32 last;
44 last;
118 # GNU assembler can't handle extrdi rA,rS,16,48, or when sum of last two
  /external/skia/src/pdf/
SkPDFCatalog.cpp 112 int last = fCatalog.count() - 1; local
114 // int last = fCatalog.count() - fFirstPageCount - 1;
117 // last = fCatalog.count() - 1;
123 stream->writeDecAsText(last - first + 1);
130 for (int i = first; i <= last; i++) {
  /external/smack/src/org/jivesoftware/smack/util/collections/
MapIterator.java 67 * Gets the current key, which is the key returned by the last call
76 * Gets the current value, which is the value associated with the last key
86 * Removes the last returned key from the underlying <code>Map</code> (optional operation).
93 * since the last call to <code>next()</code>
105 * last call to <code>next()</code>
  /external/valgrind/main/docs/lib/
line-wrap.xsl 76 <xsl:copy-of select="$arg1/line[position() != last()]"/>
82 <xsl:with-param name="pLine" select="$arg1/line[last()]"/>
89 <xsl:copy-of select="$arg1/line[last()]"/>
98 <!-- children. After the last 'line' element there's a single 'word', in -->
101 <!-- formation of a new word. This word is either added to the last line -->
  /external/webkit/Source/WebCore/html/parser/
HTMLInputStream.h 47 // m_last is a pointer to the last of the afterInsertionPoint strings.
49 // them to the "last" string.
97 // the m_last string, |next| is now the last one.
106 // The string |next| used to be the last SegmentedString in
108 // that makes m_first the last one.
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.cpp 158 if (value >= 1 || value >= m_stops.last().stop) {
159 *r = m_stops.last().red;
160 *g = m_stops.last().green;
161 *b = m_stops.last().blue;
162 *a = m_stops.last().alpha;
  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.cpp 75 m_page->backForwardRemovedItem(m_entries.last()->itemID());
76 removedItems.append(m_entries.last().release());
204 unsigned last = m_current + size; local
205 ASSERT(last < m_entries.size());
206 for (unsigned i = m_current + 1; i <= last; ++i)
  /external/webrtc/src/system_wrappers/test/list/
list.cc 107 // Test Last
108 ListItem* last_item = test_list.Last();
129 // Pop last and first since they are pushed as unsigned items.
135 FailTest(test_list.Insert(test_list.Last(),insert_item_last) != 0);
160 FailTest(test_list.Last() != NULL);
  /external/zlib/src/contrib/infback9/
infback9.c 230 int lastblock; /* true if processing last block */
246 code last; /* parent table entry */ local
274 /* Inflate until end of block marked as last */
290 lastblock ? " (last)" : ""));
299 lastblock ? " (last)" : ""));
304 lastblock ? " (last)" : ""));
477 last = here;
479 here = lencode[last.val +
480 (BITS(last.bits + last.op) >> last.bits)]
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_enc_tab.h 182 /* MCBPC Indexing by cbpc in first two bits, mode in last two.
225 /* DCT coefficients. Four tables, two for last = 0, two for last = 1.
228 /* first part of coeffs for last = 0. Indexed by [run][level-1] */
246 /* rest of coeffs for last = 0. indexing by [run-2][level-1] */
330 /* first coeffs of last = 1. indexing by [run][level-1] */
344 /* rest of coeffs for last = 1. indexing by [run-2] */
364 /* Coeffs for last = 0, run = 0. Indexed by [level-1] */
378 /* Coeffs for last = 0, run = 1. Indexed by [level-1] */
387 /* Coeffs for last = 0, run = 2 -> 9. Indexed by [run-2][level-1] *
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsShorterThanScreenTest.java 79 assertTrue("last item should be partially off screen",
94 // the current view isn't the last anymore...
97 // peeking view is now last
105 // go down to one past last item, then back up to the second item. this will
149 assertEquals("bottom of last item should be just above padding; no fading edge.",
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 76 assertTrue("the button we've moved to off screen must not be the last "
94 // if the item is the last one on screen
105 // move down to last button
110 assertTrue("last button should have focus", lastButton.hasFocus());
172 assertTrue("we want to be at the last button", lastButton.hasFocus());
  /frameworks/volley/src/com/android/volley/
VolleyLog.java 106 /** Minimum duration from first marker to last in an marker log to warrant logging. */
135 * the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}.
165 /** Returns the time difference between the first and last events in this log. */
172 long last = mMarkers.get(mMarkers.size() - 1).time; local
173 return last - first;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.h 84 * Also the last error code will be stored till it's read.
88 int32_t lastErr; /**< Last error of session */
142 * Set additional error information of the last error that occured.
149 * Get additional error information of the last error that occured.
153 * @return Last stored error code or SESSION_ERR_NO.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 59 tn0: tn in the last temporal statistics phase (since the last executing phase)
60 if frame rate is less than 0.5fps and tn0 is less than 10 in the last phase,
92 unsigned long last_burst; /* last burst so we don't count the
93 last delay of each raw burst into
  /libcore/luni/src/main/java/java/util/jar/
InitManifest.java 100 // if the last line break is missed, the line
132 int last = pos; local
152 valueBuffer.write(buf, mark, last - mark);
163 last = pos;
166 valueBuffer.write(buf, mark, last - mark);
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 40 // Preference key for the value of the system setting last read by the browser
90 // Get the last read value
96 // If the new value is the same as the last one we read, we're done.
101 // Save the new value as the last read value
111 // Remove the origins in the last read value
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FsInfoSector.java 38 * The offset to the "last allocated cluster" value in this sector.
122 * Sets the last allocated cluster that was used in the {@link Fat}.
124 * @param value the FAT's last allocated cluster number
134 * Returns the last allocated cluster number of the {@link Fat} of the
137 * @return the last allocated cluster number
  /external/zlib/src/contrib/inflate86/
inffast.S 42 * have less latency than MMX ops. Added code to buffer the last 11 bytes of
51 * structure offsets which are hard coded in this file. This was last tested
181 #define last 20 /* unsigned char* */ define
244 * last = in + strm->avail_in - 11;
255 movl %edx, last(%esp)
320 movl last(%esp), %ecx
322 ja .L_align_long /* if in < last */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
426 /* while (in < last && out < end
    [all...]

Completed in 1253 milliseconds

<<21222324252627282930>>