/external/webkit/Source/WebCore/html/parser/ |
HTMLToken.h | 78 int startIndex() const { return m_range.m_start; }
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelinePanel.js | 557 var startIndex = Math.max(0, Math.min(Math.floor(visibleTop / rowHeight) - 1, recordsInWindow.length - 1)); 561 const top = (startIndex * rowHeight) + "px"; 580 if (i < startIndex) { 582 if (lastChildIndex >= startIndex && lastChildIndex < endIndex) { [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 700 int startIndex = page * numCells; 701 int endIndex = Math.min(startIndex + numCells, mApps.size()); 707 for (int i = startIndex; i < endIndex; ++i) { 716 int index = i - startIndex; [all...] |
LauncherModel.java | [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 282 int startIndex = (ranges[i].getStart() - offset) / stride; 285 indices[n++] = startIndex+j;
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
DoubleBufferTest.java | 656 private void assertContentLikeTestData1(DoubleBuffer buf, int startIndex, 660 assertEquals(buf.get(startIndex + i), value, 0.01);
|
FloatBufferTest.java | 667 int startIndex, float startValue, int length) { 670 assertEquals(buf.get(startIndex + i), value, 0.01);
|
IntBufferTest.java | 643 int startIndex, int startValue, int length) { 646 assertEquals(buf.get(startIndex + i), value);
|
LongBufferTest.java | 650 int startIndex, long startValue, int length) { 653 assertEquals(buf.get(startIndex + i), value);
|
ShortBufferTest.java | 630 int startIndex, short startValue, int length) { 633 assertEquals(buf.get(startIndex + i), value);
|
CharBufferTest.java | 848 private void assertContentLikeTestData1(CharBuffer buf, int startIndex, 852 assertEquals(buf.get(startIndex + i), value);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_unittest.cc | 121 TemplateURLRef ref("http://foo{searchTerms}x{startIndex?}y{startPage?}", 133 TemplateURLRef ref("http://foo{searchTerms}x{startIndex}y{startPage}", 1, 2);
|
/external/icu4c/i18n/unicode/ |
regex.h | 770 * at the specified startIndex, and extending to the end of the input. 773 * @param startIndex The input string (native) index at which to begin matching. 778 virtual UBool matches(int64_t startIndex, UErrorCode &status); [all...] |
/external/skia/gpu/src/ |
GrGpu.cpp | 571 int startIndex, 592 int sIndex = startIndex;
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
VertexDataManager.cpp | 221 int startIndex = attribs[i].mOffset / attribs[i].stride(); 223 streamOffset = writeAttributeData(staticBuffer, -startIndex, totalCount, attribs[i]);
|
/frameworks/base/libs/rs/ |
rsFont.cpp | 726 uint32_t startIndex, int32_t numGlyphs, 749 currentFont->renderUTF(text, len, x, y, startIndex, numGlyphs,
|
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 478 int startIndex = 0; 488 startIndex = projectOutputs.length; 493 System.arraycopy(libraries, 0, compiledPaths, startIndex, libraries.length); [all...] |
/external/icu4c/common/ |
uiter.cpp | 362 return ((CharacterIterator *)(iter->context))->startIndex(); 447 } else if((int32_t)state<((CharacterIterator *)(iter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state) {
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 669 int startIndex = startRow * mColumns; 675 for (int i = startIndex; i < endIndex; i++) { [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | 517 unsigned StartIndex = Index; 523 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1); [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
LoginContext1Test.java | [all...] |