Searched refs:isBinary (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
D | parseDiff.pl | 99 isBinary => 1, 137 isBinary => 1, 522 isBinary => 1, 563 isBinary => 1, 605 isBinary => 1, 649 isBinary => 1, 696 isBinary => 1, 745 isBinary => 1,
|
D | parseGitDiffHeader.pl | 308 isBinary => 1, 338 isBinary => 1,
|
D | parseSvnDiffHeader.pl | 196 isBinary => 1,
|
/external/webkit/Tools/Scripts/ |
D | VCSUtils.pm | 588 my $isBinary; 627 $isBinary = 1; 651 $header{isBinary} = $isBinary if $isBinary; 702 my $isBinary; 730 $isBinary = 1; 749 $header{isBinary} = $isBinary if $isBinary; 925 …tEOLInFile($headerHashRef->{indexPath}) if !$headerHashRef->{isNew} && !$headerHashRef->{isBinary}; 968 $diffHash{isBinary} = $headerHashRef->{isBinary} if $headerHashRef->{isBinary};
|
D | svn-create-patch | 139 return $fileDataA->{isBinary} <=> $fileDataB->{isBinary}; 240 if ($fileData->{isBinary}) { 269 $diffFiles->{$path}->{isBinary} = isBinaryMimeType($path); 310 if ($fileData->{isBinary}) {
|
D | svn-apply | 316 my $isBinary = $diffHashRef->{isBinary}; 325 if (!$addition && !$deletion && !$isBinary) { 341 if ($isBinary) {
|
D | svn-unapply | 147 my $isSvnBinary = $diffHashRef->{isBinary} && $diffHashRef->{isSvn};
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_pxm.cpp | 378 bool isBinary = true; in WriteImage() local 393 if( isBinary ) in WriteImage() 410 '2' + (channels > 1 ? 1 : 0) + (isBinary ? 3 : 0), in WriteImage() 417 if( isBinary ) in WriteImage()
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 206 bool isBinary() const { in isBinary() function 227 !LHS.twine->isBinary()) in isValid() 230 !RHS.twine->isBinary()) in isValid()
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 2226 executableBitDelta and isBinary. 2228 copiedFromPath, isBinary, and sourceRevision. 2232 isBinary, isGit, isSvn, and sourceRevision. 2357 - Adjusted parseGitDiffHeader() to set the isBinary key. 2358 - Adjusted parseSvnDiffHeader() to set the isBinary key. 2359 - Adjusted parseDiffHeader() to set the isBinary key. 2362 - Adjusted parseDiff() to set the isBinary, isGit, and isSvn keys. 2365 - Updated the patch() method to use the isBinary, isGit, and 2369 - Updated the patch() method to use the isBinary and isSvn keys. 2373 - Added a test case to test that the isBinary key is getting set properly.
|
D | ChangeLog-2011-02-16 | 23399 "SVN: binary file (isBinary true) using Windows line endings" 23444 "SVN: binary file (isBinary true) using Windows line endings" 28460 "SVN: binary file (isBinary true)"
|
D | ChangeLog-2009-06-16 | 15542 - isBinary: boolean value (set to true for non-text files like images, etc.) 15564 $modificationType, $isBinary).
|