HomeSort by relevance Sort by last modified time
    Searched refs:startIndex (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 219 void applyDeclarations(bool important, int startIndex, int endIndex);
  /frameworks/base/core/java/android/os/
Process.java     [all...]
  /external/icu4c/common/
uhash.c 335 int32_t theIndex, startIndex;
341 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length;
367 } while (theIndex != startIndex);
uiter.cpp 365 return ((CharacterIterator *)(iter->context))->startIndex();
450 } else if((int32_t)state<((CharacterIterator *)(iter->context))->startIndex() || ((CharacterIterator *)(iter->context))->endIndex()<(int32_t)state) {
  /external/v8/src/
string.js 629 var startIndex = 0;
636 if (startIndex === length) {
641 var matchInfo = DoRegExpExec(separator, subject, startIndex);
649 if (startIndex === endIndex && endIndex === currentIndex) {
650 startIndex++;
678 startIndex = currentIndex = endIndex;
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 57 unsigned char * msg, int len, int startIndex,
183 int status = 0,startIndex=0,repertoire,freq;
244 rds_txt, len, startIndex,repertoire) ;
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java     [all...]
  /external/icu4c/i18n/
rbnf.cpp     [all...]
usearch.cpp 621 int32_t startindex = ubrk_first(breakiterator); local
625 if (start < startindex || start > endindex ||
626 end < startindex || end > endindex) {
632 UBool result = (start == startindex ||
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 324 tree->startIndex = 0;
  /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     [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
CharBufferTest.java 848 private void assertContentLikeTestData1(CharBuffer buf, int startIndex,
852 assertEquals(buf.get(startIndex + i), value);
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 92 int startIndex = dummyFirst ? 0 : 1;
94 for (int i = startIndex; i < count; i++) {
  /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/rs/
rsFont.cpp 746 uint32_t startIndex, int32_t numGlyphs,
773 currentFont->renderUTF(text, len, x, y, startIndex, numGlyphs,
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 669 int startIndex = startRow * mColumns;
675 for (int i = startIndex; i < endIndex; i++) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 301 int startIndex = (ranges[i].getStart() - offset) / stride;
304 indices[n++] = startIndex+j;
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 2894 milliseconds

1 2 3 4 5 67 8 910