/external/stressapptest/src/ |
queue.h | 46 uint64 ts; // Timestamp of the last read from this page. 47 class Pattern *lastpattern; // Expected Pattern at last read.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementaddnewattribute.js | 81 Retrieve the last child of the last employee, then
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementaddnewattribute.js | 81 Retrieve the last child of the last employee, then
|
/external/webkit/Source/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) 333 const PathPoint* point1 = &last(); 334 Vector<PathPoint>::const_iterator last = end(); local 337 for (Vector<PathPoint>::const_iterator i = begin(); i != last; ++i) { 371 j = last; 487 m_subpaths.last().append(m_currentPoint); 500 if (m_currentPoint != m_subpaths.last()[0]) { 502 m_subpaths.last().append(m_subpaths.last()[0]) [all...] |
/external/webkit/Tools/Scripts/ |
update-javascriptcore-test-results | 43 last if /failures reported\.$/; 56 last if /failures reported\.$/;
|
/external/webrtc/src/system_wrappers/interface/ |
event_wrapper.h | 60 // Returns 1 if a key has been pressed since last call to this function. 62 // 0 indicates no key has been pressed since last call
|
/external/webrtc/src/system_wrappers/test/map/ |
map.cc | 84 // Test Last 85 MapItem* last_item = test_map.Last();
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 59 * SystemClock.uptimeMillis()}) that the last garbage collection occurred 65 * 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/compile/mclinker/lib/Target/X86/ |
X86GOT.h | 49 X86_32GOTEntry* m_pLast; ///< the last consumed entry 79 X86_64GOTEntry* m_pLast; ///< the last consumed entry
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcDriverId.h | 49 /** Last GD driver number reserved for pre-installed drivers. 59 /** Last GD driver ID reserved for pre-installed drivers.
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementaddnewattribute.java | 34 * Retrieve the last child of the last employee, then
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedBreakIterator.java | 62 @Override public int last() { method in class:RuleBasedBreakIterator 63 return wrapped.last();
|
/libcore/luni/src/main/java/java/util/ |
Iterator.java | 53 * Removes the last object returned by {@code next} from the collection. 61 * already been called after the last call to {@code next}.
|
/libcore/luni/src/main/java/libcore/net/http/ |
RawHeaders.java | 96 int last = mark + 3; local 97 if (last > statusLine.length()) { 98 last = statusLine.length(); 100 this.responseCode = Integer.parseInt(statusLine.substring(mark, last)); 101 if (last + 1 <= statusLine.length()) { 102 this.responseMessage = statusLine.substring(last + 1); 219 * Returns the last value corresponding to the specified field, or null. 281 * present, the null field's last element will be used to set the status
|
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/ |
MethodLogger.java | 64 * Returns the name of the last method that was invoked. Returns null if no 80 * Returns the argument array of the last method that was invoked. Returns
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
wchar_support.c | 214 wchar_t* last = NULL; local 218 last = (wchar_t*)s + n; 223 return last; 262 wchar_t *wcstok(wchar_t *s, const wchar_t *delim, wchar_t **last) { 264 s = *last; 283 *last = NULL; 300 *last = NULL; 303 *last = &s[i+1];
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
suffix | 4 $details = "The suffix function will return the string following the last _._\n" 45 # to send the name of the last logfile created. You may also use
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryService.java | 39 * - Checking for the last update date and scheduling the next update. This runs every 100 * The last seen start Id. This must be stored because we must only call stopSelfResult() with 101 * the last seen Id, or the service won't stop. 132 * - Check last update time and possibly schedule an update of the data for later. 210 * Utility method to decide whether the last update is older than a certain time. 212 * @return true if at least `time' milliseconds have elapsed since last update, false otherwise. 217 PrivateLog.log("Last update was " + lastUpdate); 224 * This will check the last update time, and if it's been more than VERY_LONG_TIME,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sem.h | 42 __time_t sem_otime; /* last semop() time */ 44 __time_t sem_ctime; /* last time changed by semctl() */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pktcdvd.h | 59 #define PACKET_LRA_VALID 3 /* last recorded address valid */ 80 * Last session/border status
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_constants.h | 161 * last) proceeds according to the rules of the grammar specified for the 199 * The first character in the sequence [first, last) is treated as though it 206 * The last character in the sequence [first, last) is treated as though it 208 * expression shall not match [last, last). 220 * [last,last).
|
stl_multiset.h | 147 * @param last An input iterator. 150 * [first,last). This is linear in N if the range is already sorted, 151 * and NlogN otherwise (where N is distance(first,last)). 161 * @param last An input iterator. 166 * [first,last). This is linear in N if the range is already sorted, 167 * and NlogN otherwise (where N is distance(first,last)). 291 * Returns a read-only (constant) iterator that points one past the last 301 * last element in the %multiset. Iteration is done in descending order 310 * last element in the %multiset. Iteration is done in descending order 328 * Returns a read-only (constant) iterator that points one past the last [all...] |