/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 378 bool isBinary = true; 393 if( isBinary ) 410 '2' + (channels > 1 ? 1 : 0) + (isBinary ? 3 : 0), 417 if( isBinary )
|
/external/llvm/include/llvm/ADT/ |
Twine.h | 56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for 204 /// isBinary - Check if this is a binary twine. 205 bool isBinary() const { 226 !LHS.twine->isBinary()) 229 !RHS.twine->isBinary())
|
/external/webkit/Tools/Scripts/ |
svn-create-patch | 139 return $fileDataA->{isBinary} <=> $fileDataB->{isBinary}; 240 if ($fileData->{isBinary}) { 269 $diffFiles->{$path}->{isBinary} = isBinaryMimeType($path); 310 if ($fileData->{isBinary}) {
|
VCSUtils.pm | 555 # isBinary: the value 1 if the diff is for a binary file. 588 my $isBinary; 627 $isBinary = 1; 651 $header{isBinary} = $isBinary if $isBinary; 679 # isBinary: the value 1 if the diff is for a binary file. 702 my $isBinary; 730 $isBinary = 1; 749 $header{isBinary} = $isBinary if $isBinary [all...] |
svn-apply | 316 my $isBinary = $diffHashRef->{isBinary}; 325 if (!$addition && !$deletion && !$isBinary) { 341 if ($isBinary) {
|
svn-unapply | 147 my $isSvnBinary = $diffHashRef->{isBinary} && $diffHashRef->{isSvn};
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseDiff.pl | 71 diffName => "SVN: binary file (isBinary true)", 99 isBinary => 1, 107 diffName => "SVN: binary file (isBinary true) using Windows line endings", 137 isBinary => 1, 522 isBinary => 1, 563 isBinary => 1, 605 isBinary => 1, 649 isBinary => 1, 696 isBinary => 1, 745 isBinary => 1 [all...] |
parseGitDiffHeader.pl | 308 isBinary => 1, 338 isBinary => 1,
|
parseSvnDiffHeader.pl | 196 isBinary => 1,
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 262 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; 263 formatted_raw_ostream *Out = GetOutputStream(Opts, Diags, IsBinary);
|
/system/core/liblog/ |
fake_log_device.c | 69 int isBinary; 185 logState->isBinary = 1; 558 if (state->isBinary) {
|
/external/libvpx/examples/includes/geshi/geshi/ |
cfm.php | 152 'IsArray','REReplace','BitSHLN','IsBinary','REReplaceNoCase','BitSHRN','IsBoolean','Reverse','BitXor','IsCustomFunction',
|
autoit.php | 158 'IsBinary','IsBool','IsDeclared','IsDllStruct','IsFloat','IsHWnd', [all...] |
/prebuilt/sdk/tools/linux/ |
zipalign | |
aapt | |
/external/webkit/Tools/ |
ChangeLog-2010-05-24 | [all...] |
/bionic/libc/kernel/tools/ |
cpp.py | 688 def isBinary(self): [all...] |