/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_decode.cpp | 875 pTcoef->last = (uint) tab->last; //(tab->val >> 16) & 1; 884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE) 922 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1; 926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20)) 930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run]; 974 pTcoef->last = (uint)tab->last; //(tab->val >> 16) & 1 [all...] |
vlc_dequant.cpp | 69 int last, return_status; local 117 last = 1;/* 11/1/2000 let it slips undetected, just like 125 last = run_level.last; 131 last = 1; 162 while (!last); 395 int last, return_status; local 422 last = 1;/* 11/1/2000 let it slips undetected, just like 430 last = run_level.last; 520 int last, return_status; local 822 int last, return_status; local 1078 int last, return_status; local [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
nfa.c | 153 int last = lastst[mach]; local 155 for ( i = firstst[mach]; i <= last; ++i ) 281 * new = link_machines( first, last ); 283 * new - a machine constructed by connecting first to last 284 * first - the machine whose successor is to be last 285 * last - the machine whose predecessor is to be first 288 * last to produce a machine new which will pattern-match first first 289 * and then last, and will fail if either of the sub-patterns fails. 290 * FIRST is set to new by the operation. last is unmolested. 293 int link_machines( first, last ) [all...] |
/external/easymock/src/org/easymock/ |
MockControl.java | 137 * Records that the mock object will expect the last method call once, and
142 * called on the mock object before, or if the last method
152 * Records that the mock object will expect the last method call once, and
161 * if the last method called on the mock cannot throw the
173 * Records that the mock object will expect the last method call once, and
180 * called on the mock object before. or if the last method
190 * Records that the mock object will expect the last method call a fixed
197 * called on the mock object before, or if the last method
207 * Records that the mock object will expect the last method call a fixed
218 * if the last method called on the mock cannot throw the [all...] |
/external/kernel-headers/original/linux/ |
sem.h | 25 __kernel_time_t sem_otime; /* last semop time */ 26 __kernel_time_t sem_ctime; /* last change time */ 29 struct sem_queue **sem_pending_last; /* last pending operation */ 87 int sempid; /* pid of last operation */ 94 time_t sem_otime; /* last semop time */ 95 time_t sem_ctime; /* last change time */ 98 struct sem_queue **sem_pending_last; /* last pending operation */
|
/external/proguard/src/proguard/classfile/util/ |
MethodLinker.java | 90 // Get the last method in the chain. 111 // Get the last methods in the both chains. 118 // Merge the two chains, with the library members last. 132 * Finds the last class member in the linked list of related class members. 134 * @return the last class member in the linked list. 150 * Finds the last visitor accepter in the linked list of visitors. 152 * @return the last method in the linked list.
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
AgeFileFilter.java | 100 * a certain File (whose last modification time will be used as reference).
102 * @param cutoffReference the file whose last modification
111 * of a certain File (whose last modification time will be used as
114 * @param cutoffReference the file whose last modification
125 * Checks to see if the last modification of the file matches cutoff
128 * If last modification time equals cutoff and newer files are required,
130 * If last modification time equals cutoff and older files are required,
|
/dalvik/libcore/text/src/main/java/java/text/ |
AttributedCharacterIterator.java | 188 * Returns the index of the last character in the run having the same 191 * @return the index of the last character of the current run. 196 * Returns the index of the last character in the run that has the same 201 * @return the index of the last character of the current run. 206 * Returns the index of the last character in the run that has the same 211 * @return the index of the last character of the current run. 219 * @return the index of the last character of the current run. 229 * @return the index of the last character of the current run. 239 * @return the index of the last character of the current run.
|
/external/webkit/WebCore/bindings/v8/ |
DOMDataStore.h | 93 Chunk* last = m_chunks; local 95 Chunk* previous = last->m_previous; 98 delete last; 100 last = previous; 103 m_chunks = last; 125 static void clearEntries(T* first, T* last) 127 for (T* entry = first; entry < last; entry++) 131 static void visitEntries(T* first, T* last, typename Traits::Visitor* visitor) 133 for (T* entry = first; entry < last; entry++)
|
/dalvik/dx/src/com/android/dx/rop/code/ |
TranslationAdvice.java | 29 * where the last source argument is used as a constant. (That is, the 30 * last argument must have a type which indicates it is a known constant.) 37 * using a constant for the last argument
|
/development/tools/axl/ |
chewperf.py | 33 last = 0 39 out.append("%s %d" % (line, (tm - last))) 40 last = tm
|
/external/bison/lib/ |
basename.c | 1 /* basename.c -- return the last element in a file name 31 Return the address of the last file name component of NAME. If 33 NAME if it is empty, the address of its last slash otherwise. */
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 18 The last bit in the last group of the block bitmap badding was not 21 The free_blocks and free_inodes count in the last group weren't being
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 95 struct list_head *last = list->prev; local 101 last->next = at; 102 at->prev = last;
|
/external/oprofile/daemon/ |
oprofiled.c | 304 char const * last = binary_name_filter; local 313 while ((cur = strchr(last, ',')) != NULL) { 314 char * tmp = op_xstrndup(last, cur - last); 317 last = cur + 1; 319 add_image_filter(last); 382 char const * last = verbose; local 388 while ((cur = strchr(last, ',')) != NULL) { 389 char * tmp = op_xstrndup(last, cur - last); [all...] |
/external/webkit/WebCore/svg/ |
SVGGlyphMap.h | 67 node->glyphs.last().priority = m_currentPriority++; 68 node->glyphs.last().nameLength = len; 69 node->glyphs.last().isValid = true;
|
/external/webkit/WebKit/chromium/src/ |
WebPluginListBuilderImpl.cpp | 56 m_results->last()->mimes.append(info); 61 MimeClassInfo* info = m_results->last()->mimes.last();
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListLastItemPartiallyVisibleTest.java | 48 assertTrue("last item should be partially off screen", 70 assertEquals("should have moved to last position", 76 assertEquals("shouldn't have scrolled: top of last child changed.",
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_dequant.cpp | 69 int last, return_status; local 117 last = 1;/* 11/1/2000 let it slips undetected, just like 125 last = run_level.last; 131 last = 1; 162 while (!last); 395 int last, return_status; local 422 last = 1;/* 11/1/2000 let it slips undetected, just like 430 last = run_level.last; 520 int last, return_status; local 822 int last, return_status; local 1078 int last, return_status; local [all...] |
/external/icu4c/common/ |
propsvec.c | 32 int32_t prevRow; /* search optimization: remember last row seen */ 100 /* check the vicinity of the last-seen row (start searching with an unrolled loop) */ 104 /* same row as last seen */ 107 /* next row after the last one */ 111 /* second row after the last one */ 185 /* find the first and last rows, always successful */ 191 * input range (only possible for the first and last rows) 197 /* split first/last rows if necessary */ 228 /* count the number of row cells to move after the last row, and move them */ 250 /* split the last row * [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
namednodemapreturnlastitem.java | 32 * the map(test for last item). 35 * listing of the attributes of the last child. Since the 37 * of the LAST node can contain either "domestic" or "street". 38 * The test should return "true" if the LAST node is either
|
/dalvik/libcore/luni/src/main/java/java/util/ |
ListIterator.java | 102 * Removes the last object returned by {@code next} or {@code previous} from 110 * the last call to {@code next} or {@code previous}. 115 * Replaces the last object returned by {@code next} or {@code previous} 129 * the last call to {@code next} or {@code previous}.
|
/dalvik/libcore/xml/src/test/resources/ |
recipe.xml | 19 mozzarella till the last minute.
|
recipe1.xml | 19 mozzarella till the last minute.
|
recipt.xml | 19 mozzarella till the last minute.
|