Searched refs:newBase (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp48 const char* newBase; variable
165 newBase = newBaseStr.c_str();
209 sandboxBase, oldDir, oldFile, oldBase, oldDir, oldFile, newBase, newDir, newFile, outFile);
533 newBase, "/WebCore", oldList, findWebCore.c_str());
541 newBase, "/JavaScriptCore", oldList, findJavaScriptCore.c_str());
719 sprintf(scratch, "%s/%s/%s", newBase, dir, "DerivedSources.make");
772 string filelist = string("cd ") + newBase + "/" + dir +
976 string filelist = string("cd ") + newBase + "/" + dir + " ;"
1108 char* newList = List(newBase, "new", workingDir);
1233 bool oldNewDiff = CompareFiles(oldBase, workingDir, oldList, newBase, renamedDi
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h216 void* newBase = m_buffer.data(); local
217 if (oldBase != newBase)
218 relocateJumps(oldBase, newBase);
819 /* Update each jump in the buffer of newBase. */
820 void relocateJumps(void* oldBase, void* newBase) argument
825 MIPSWord* insn = reinterpret_cast<MIPSWord*>(reinterpret_cast<intptr_t>(newBase) + pos);
833 int oldInsnAddress = (int)insn - (int)newBase + (int)oldBase;
836 int newTargetAddress = oldTargetAddress - (int)oldBase + (int)newBase;
852 int newTargetAddress = oldTargetAddress - (int)oldBase + (int)newBase;
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.cpp162 VisiblePosition newBase; local
165 newBase = start;
168 newBase = end;
171 setStartingSelection(VisibleSelection(newBase, newExtent));
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp108 ObjCPropertyRefRebuilder(Sema &S, Expr *newBase) argument
109 : Rebuilder<ObjCPropertyRefRebuilder>(S), NewBase(newBase) {}
136 ObjCSubscriptRefRebuilder(Sema &S, Expr *newBase, Expr *newKeyExpr) argument
138 NewBase(newBase), NewKeyExpr(newKeyExpr) {}

Completed in 991 milliseconds