not               139 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java   private void assertValidUtf8(int[] bytes, boolean not) {
not               141 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     assertTrue(not ^ Utf8.isValidUtf8(realBytes));
not               142 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     assertTrue(not ^ Utf8.isValidUtf8(realBytes, 0, bytes.length));
not               145 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     assertTrue(not ^ lit.isValidUtf8());
not               146 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java     assertTrue(not ^ sub.isValidUtf8());
not               155 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java       assertTrue(not ^ rope.isValidUtf8());
not                38 third_party/qcms/src/iccread.c not used yet
not              102682 third_party/sqlite/amalgamation/sqlite3.c   int not;         /* True if the NOT keyword is present */
not              105345 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy342.eOperator = yymsp[0].minor.yy0; yygotominor.yy342.not = 0;}
not              105349 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy342.eOperator = yymsp[0].minor.yy0; yygotominor.yy342.not = 1;}
not              105357 third_party/sqlite/amalgamation/sqlite3.c   if( yymsp[-1].minor.yy342.not ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0);
not              105370 third_party/sqlite/amalgamation/sqlite3.c   if( yymsp[-3].minor.yy342.not ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0);
not                80 third_party/sqlite/src/src/parse.y   int not;         /* True if the NOT keyword is present */
not               847 third_party/sqlite/src/src/parse.y likeop(A) ::= LIKE_KW(X).     {A.eOperator = X; A.not = 0;}
not               848 third_party/sqlite/src/src/parse.y likeop(A) ::= NOT LIKE_KW(X). {A.eOperator = X; A.not = 1;}
not               849 third_party/sqlite/src/src/parse.y likeop(A) ::= MATCH(X).       {A.eOperator = X; A.not = 0;}
not               850 third_party/sqlite/src/src/parse.y likeop(A) ::= NOT MATCH(X).   {A.eOperator = X; A.not = 1;}
not               856 third_party/sqlite/src/src/parse.y   if( OP.not ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
not               867 third_party/sqlite/src/src/parse.y   if( OP.not ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0);
not               112 third_party/talloc/libreplace/strptime.c 	      if (*decided == not && ! any)				      \
not               321 third_party/talloc/libreplace/strptime.c 		      if (*decided == not
not               329 third_party/talloc/libreplace/strptime.c 		      if (*decided == not
not               362 third_party/talloc/libreplace/strptime.c 		      if (*decided == not
not               370 third_party/talloc/libreplace/strptime.c 		      if (*decided == not
not               405 third_party/talloc/libreplace/strptime.c 		  if (*decided == not &&
not               453 third_party/talloc/libreplace/strptime.c 		  if (*decided == not
not               548 third_party/talloc/libreplace/strptime.c 		  if (*decided == not &&
not               985 third_party/talloc/libreplace/strptime.c   decided = not;