/external/skia/include/utils/ |
SkInterpolator.h | 41 last keyframe. If there are no keyframes, this parameter 49 @param mirror If true, the odd repeats interpolate from the last key 62 @param reset If true, the odd repeats interpolate from the last key 116 (kFreezeStart) or last (kFreezeEnd), or from interpolated the two
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
catchguard-001-n.js | 40 catch (e) /* the non-guarded catch should HAVE to appear last */
|
/external/webkit/WebCore/history/ |
PageCache.cpp | 164 LOG(PageCache, "WebCorePageCache: Postponing releaseAutoreleasedPagesNowOrReschedule() - %f since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size()); 169 LOG(PageCache, "WebCorePageCache: Releasing page caches - %f seconds since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size());
|
/external/webkit/WebCore/manual-tests/inspector/ |
debugger-shortcuts-with-console-opened.html | 15 Press F11, F10, F11 sequentially. You should see the "Test completed." alert dialog ONLY after the last keypress.</p>
|
/external/webkit/WebCore/manual-tests/ |
linkjump-5.html | 7 <p><b>BUG ID:</b> <a href="rdar://problem/4256060">4256060</a> Link scrolling to last object on the page doesn't work if the link being scrolled to contains an empty inline</p>
|
/external/webkit/WebCore/platform/text/gtk/ |
TextBreakIteratorGtk.cpp | 128 // but really the one near the last character. 131 // "Determine the index immediately beyond the last character in the text being scanned." 134 // If last character position in the original string is a whitespace, 137 // Otherwise return m_length, as "the first character beyond the last" is outside our string.
|
/external/webkit/WebKitTools/iExploder/tools/ |
osx_last_crash.rb | 3 # that has crashed within the last 2 days
|
/external/webkit/WebKitTools/mangleme/ |
README | 15 When the browser crashes, error-log should be examined for the last matching
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_methods.c | 113 struct eap_method *m, *last = NULL; local 124 last = m; 127 if (last) 128 last->next = method;
|
/external/yaffs2/yaffs2/direct/ |
yaffscfg2k.c | 92 ramDev.endBlock = 127; // Last block in 2MB. 107 bootDev.endBlock = 63; // Last block 156 //ram2kDev.endBlock = 127; // Last block in 16MB 157 ram2kDev.endBlock = nandemul2k_GetNumberOfBlocks() - 1; // Last block in 512MB
|
/frameworks/base/core/java/android/provider/ |
OpenableColumns.java | 29 * the last segment of the file's URI.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ScrollingThroughListOfFocusablesTest.java | 128 // move down to last item 145 assertTrue("bottom of last row of last item should be at " + 164 // (make sure we are at last row of second item)
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
GridStackFromBottomManyTest.java | 46 // Last item should be selected
|
GridStackFromBottomTest.java | 46 // Last item should be selected
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListBottomGravityManyTest.java | 46 // Last item should be selected
|
ListBottomGravityTest.java | 46 // Last item should be selected
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListOfItemsTallerThanScreenTest.java | 137 fail("couldn't get to last item within 20 down arrows"); 142 // press down enough times to get to bottom of last item 148 // one more time to get across last item 180 * b) the selected view is the last item in the list, and we are scrolled to the bottom
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchBottomGravityManyTest.java | 55 // Last item should be selected 94 assertEquals("Last item is not touching the bottom edge", 111 assertEquals("Wrong view in last position", mListView.getAdapter().getCount() - 1, 133 assertEquals("Wrong view in last position", mListView.getAdapter().getCount() - 1,
|
/frameworks/base/include/private/surfaceflinger/ |
LayerState.h | 67 // non POD must be last. see write/read
|
/frameworks/base/media/libdrm/mobile2/src/util/domcore/ |
NodeImpl.cpp | 139 * NULL, means the child node is the last node of parent.so set the
140 * last node of children's parent as children's previous sibling node.
148 * NULL,means the node is neither first child nor last children of its parent.
155 * so adjust the first child and last child to NULL when remove the children node.
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
memlink.h | 68 inline void link (const void* first, const void* last) { link (first, distance (first, last)); } 69 inline void link (void* first, void* last) { link (first, distance (first, last)); }
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
power.h | 39 // set how long to stay awake after the last user activity in seconds
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
bssTypes.h | 91 TI_UINT64 lastRxTSF; /**< TSF of last received frame */ 104 TI_UINT8 rxRate; /**< Rate at which last frame was received */ 106 * the host timestamp (in milliseconds) at which last frame 110 TI_INT8 lastRSSI; /** last given RSSI */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/GLES/ |
glplatform.h | 12 * Last modified on 2008/12/19
|
/ndk/build/platforms/android-5/arch-arm/usr/include/GLES/ |
glplatform.h | 12 * Last modified on 2008/12/19
|