HomeSort by relevance Sort by last modified time
    Searched full:oldend (Results 1 - 17 of 17) sorted by null

  /external/webkit/JavaScriptCore/interpreter/
CallFrameClosure.h 37 Register* oldEnd;
Interpreter.cpp 590 Register* oldEnd = m_registerFile.end();
591 Register* newEnd = oldEnd + codeBlock->m_numParameters + RegisterFile::CallFrameHeaderSize + codeBlock->m_numCalleeRegisters;
603 CallFrame* newCallFrame = CallFrame::create(oldEnd + codeBlock->m_numParameters + RegisterFile::CallFrameHeaderSize);
633 m_registerFile.shrink(oldEnd);
649 Register* oldEnd = m_registerFile.end();
652 if (!m_registerFile.grow(oldEnd + argc)) {
659 CallFrame* newCallFrame = CallFrame::create(oldEnd);
670 m_registerFile.shrink(oldEnd);
696 m_registerFile.shrink(oldEnd);
711 Register* oldEnd = m_registerFile.end()
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Vector.h 792 T* oldEnd = end();
795 TypeOperations::move(oldBuffer, oldEnd, begin());
819 T* oldEnd = end();
822 TypeOperations::move(oldBuffer, oldEnd, begin());
  /bionic/libc/regex/
regcomp.c 878 char *oldend = p->end; local
891 p->end = oldend;
920 char *oldend = p->end; local
932 p->end = oldend;
1168 size_t oldend = cs->smultis; local
1182 strlcpy(cs->multis + oldend - 1, cp, cs->smultis - oldend + 1);
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.h 329 * In the currently focused textfield, replace the characters from oldStart to oldEnd
330 * (if oldStart == oldEnd, this will be an insert at that position) with replace,
334 int oldEnd, const WebCore::String& replace, int start, int end,
WebViewCore.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 201 int oldEnd = Selection.getSelectionEnd(text);
208 if (maxedOut && oldEnd != oldStart) {
231 if (oldEnd == oldStart) {
    [all...]
WebViewCore.java 503 int oldStart, int oldEnd, String replace, int newStart, int newEnd,
    [all...]
WebView.java     [all...]
  /external/libxml2/
valid.c 716 xmlAutomataStatePtr oldstate, oldend; local
734 oldend = ctxt->state;
735 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
744 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
747 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
753 xmlAutomataStatePtr oldstate, oldend; local
763 oldend = xmlAutomataNewState(ctxt->am);
772 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
778 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend);
779 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL)
    [all...]
relaxng.c 8682 xmlChar *oldvalue, *oldend, *val, *cur; local
    [all...]
xmlregexp.c 5202 xmlRegStatePtr start, oldend, start0; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /development/ndk/platforms/android-8/arch-arm/lib/
libc.so 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 792 milliseconds