Searched refs:isBinary (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
H A DRTCPeerConnectionSyncObserver.h54 - (void)expectMessage:(NSData*)message isBinary:(BOOL)isBinary;
H A DRTCPeerConnectionSyncObserver.m136 - (void)expectMessage:(NSData*)message isBinary:(BOOL)isBinary {
138 isBinary:isBinary];
243 NSAssert(expectedBuffer.isBinary == buffer.isBinary,
244 @"Buffer isBinary should match");
H A DRTCPeerConnectionTest.mm240 [[RTCDataBuffer alloc] initWithData:textData isBinary:NO];
241 [answeringExpectations expectMessage:[textData copy] isBinary:NO];
249 buffer = [[RTCDataBuffer alloc] initWithData:byteData isBinary:YES];
250 [answeringExpectations expectMessage:[byteData copy] isBinary:YES];
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h54 @property(nonatomic, readonly) BOOL isBinary; variable
56 - (instancetype)initWithData:(NSData*)data isBinary:(BOOL)isBinary;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCDataChannel.mm141 - (instancetype)initWithData:(NSData*)data isBinary:(BOOL)isBinary {
145 _dataBuffer.reset(new webrtc::DataBuffer(buffer, isBinary));
155 - (BOOL)isBinary {
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm638 # isBinary: the value 1 if the diff is for a binary file.
671 my $isBinary;
710 $isBinary = 1;
734 $header{isBinary} = $isBinary if $isBinary;
762 # isBinary: the value 1 if the diff is for a binary file.
785 my $isBinary;
810 } elsif (s/^\+\+\+ [^\t\n\r]+/+++ $indexPath/ || $isBinary && /^$/) {
813 $isBinary
[all...]
H A Dsvn-create-patch139 return $fileDataA->{isBinary} <=> $fileDataB->{isBinary};
244 if ($fileData->{isBinary}) {
274 $diffFiles->{$path}->{isBinary} = isBinaryMimeType($path);
315 if ($fileData->{isBinary}) {
H A Dsvn-apply321 my $isBinary = $diffHashRef->{isBinary};
331 if (!$addition && !$deletion && !$isBinary && $hasTextChunks) {
347 if ($isBinary) {
H A Dsvn-unapply147 my $isSvnBinary = $diffHashRef->{isBinary} && $diffHashRef->{isSvn};
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp378 bool isBinary = true; local
393 if( isBinary )
410 '2' + (channels > 1 ? 1 : 0) + (isBinary ? 3 : 0),
417 if( isBinary )
/external/llvm/include/llvm/ADT/
H A DTwine.h57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
209 /// isBinary - Check if this is a binary twine.
210 bool isBinary() const { function in class:llvm::Twine
231 !LHS.twine->isBinary())
234 !RHS.twine->isBinary())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl72 diffName => "SVN: binary file (isBinary true)",
100 isBinary => 1,
108 diffName => "SVN: binary file (isBinary true) using Windows line endings",
138 isBinary => 1,
528 isBinary => 1,
569 isBinary => 1,
611 isBinary => 1,
655 isBinary => 1,
702 isBinary => 1,
751 isBinary
[all...]
H A DparseSvnDiffHeader.pl224 isBinary => 1,
264 isBinary => 1,
H A DparseGitDiffHeader.pl308 isBinary => 1,
338 isBinary => 1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 188 milliseconds