Home | History | Annotate | Download | only in webkitmerge

Lines Matching full:false

61 } while(false)
65 Options() : emitGitCommands(false), emitPerforceCommands(false),
67 removeEmptyDirs(true), removeSVNDirs(true), debug(false),
68 execute(false), verbose(false), cleared(false)
77 mergeMake = copyOther = mergeCore = removeEmptyDirs = removeSVNDirs = false;
135 return false;
139 return false;
143 return false;
223 while (line[0] && isspace(line[0]) == false)
288 Parse(char* text) : m_text(text), m_inComment(false), m_inFunction(false), m_inFindFunctionType(false),
329 if (m_inComment == false && m_text[0] == '/') {
335 if (m_inComment == false && skipText(&commentStart, "//")) {
353 m_inComment = false;
370 bool is_endif = false;
371 if (skipText(&m_text, "#elif") || (is_endif = skipText(&m_text, "#endif")) != false) { // pop prior elif, if
390 if (m_inFindFunctionType == false) {
398 myassert(isdigit(last[0]) == false);
417 m_inFindFunctionType = false;
422 m_inFindFunctionType = false;
746 bool found = false;
780 bool inGen = false;
786 bool onGen = false;
788 if (inGen == false) {
812 if (MarkDerivedFound(derived, st, strlen(st)) == false) {
821 if (onGen && inGen == false) { // no continuation
831 if (MarkDerivedFound(derived, lastSlash, lastLen) == false) {
915 if (inGen == false)
924 inGen = false;
1120 bool oldDir = false;
1121 bool oldExecutable = false;
1129 bool newDir = false;
1130 bool newExecutable = false;
1138 bool sandDir = false;
1139 bool sandExecutable = false;
1157 if (sandOrder > 0 && renamePass == false)
1160 if (sandOrder < 0 && renamePass == false) {
1180 if (oldDir == false) {
1181 bool modifiedFile = false;
1198 if (renamePass == false) {
1221 if (success == false) {
1248 } // if renamePass == false
1262 } else { // if oldDir != false
1273 if (renamePass == false)
1280 if (renamePass == false) {
1284 bool skip = false;
1291 if (skip == false) {
1294 emptyDirectory(newBase, workingDir, newFile) == false) {
1313 bool edit = false;
1326 if (edit == false) {
1347 if (emptyDirectory(newBase, newFile) == false) {
1372 if (oldNewDiff && sandOrder == 0 && renamePass == false) { // if it changed, see if android also changed it
1380 if (success == false) {
1413 return false;
1440 return false;
1446 return false;
1451 if (false) printf("%s\n", scratch);
1641 if (options.emitPerforceCommands == false)
1661 if (options.emitGitCommands == false)
1707 return false;
1714 if (ReadArgs(args, argCount) == false)
1785 CompareDirs("WebCore", false); // generate command script
1786 CompareDirs("JavaScriptCore", false);