HomeSort by relevance Sort by last modified time
    Searched refs:startindex (Results 1 - 25 of 39) sorted by null

1 2

  /external/libxml2/
xpointer.c 334 * @startindex: the start index
343 xmlXPtrNewRangeInternal(xmlNodePtr start, int startindex,
364 ret->index = startindex;
373 * @startindex: the start index
382 xmlXPtrNewRange(xmlNodePtr start, int startindex,
390 if (startindex < 0)
395 ret = xmlXPtrNewRangeInternal(start, startindex, end, endindex);
2697 int i, startindex, endindex = 0, fendindex; local
    [all...]
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
224 text.see(self.startindex)
225 x, y, cx, cy = text.bbox(self.startindex)
368 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /external/python/cpython3/Lib/idlelib/
autocomplete_w.py 45 self.startindex = None
64 self.widget.delete("%s+%dc" % (self.startindex, i),
65 "%s+%dc" % (self.startindex, len(self.start)))
67 self.widget.insert("%s+%dc" % (self.startindex, i),
158 self.startindex = self.widget.index(index)
159 self.start = self.widget.get(self.startindex, "insert")
227 text.see(self.startindex)
228 x, y, cx, cy = text.bbox(self.startindex)
378 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
editor.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 43 self.startindex = None
62 self.widget.delete("%s+%dc" % (self.startindex, i),
63 "%s+%dc" % (self.startindex, len(self.start)))
65 self.widget.insert("%s+%dc" % (self.startindex, i),
156 self.startindex = self.widget.index(index)
157 self.start = self.widget.get(self.startindex, "insert")
222 text.see(self.startindex)
223 x, y, cx, cy = text.bbox(self.startindex)
366 self.widget.index("%s+%dc" % (self.startindex, len(self.start))):
EditorWindow.py     [all...]
  /external/libxml2/include/libxml/
xpointer.h 55 int startindex,
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /external/icu/icu4c/source/i18n/
usearch.cpp 612 int32_t startindex = ubrk_first(breakiterator); local
616 if (start < startindex || start > endindex ||
617 end < startindex || end > endindex) {
623 UBool result = (start == startindex ||
    [all...]
  /prebuilts/misc/common/asm/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.0/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.1.1/
asm-commons-6.1.1.jar 
  /prebuilts/misc/common/jacoco/lib/
jacocoagent.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 

Completed in 748 milliseconds

1 2