Home
last modified time | relevance | path

Searched refs:expectedBinary (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp47 const TIntermBinary *expectedBinary = expected->getAsBinaryNode(); in AreLValuesTheSame() local
48 if (expectedBinary) in AreLValuesTheSame()
50 ASSERT(expectedBinary->getOp() == EOpIndexDirect); in AreLValuesTheSame()
56 if (expectedBinary->getRight()->getAsConstantUnion()->getIConst(0) != in AreLValuesTheSame()
61 return AreSymbolsTheSame(expectedBinary->getLeft()->getAsSymbolNode(), in AreLValuesTheSame()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java352 public synchronized void expectMessage(ByteBuffer expectedBuffer, boolean expectedBinary) { in expectMessage() argument
353 expectedBuffers.add(new DataChannel.Buffer(expectedBuffer, expectedBinary)); in expectMessage()