testBytes 301 third_party/lzma_sdk/7zIn.c static int TestSignatureCandidate(Byte *testBytes) testBytes 305 third_party/lzma_sdk/7zIn.c if (testBytes[i] != k7zSignature[i]) testBytes 133 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java byte[] testBytes = testString.getBytes(UTF_16); testBytes 135 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)); testBytes 141 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java byte[] testBytes = testString.getBytes("UTF-8"); testBytes 143 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)); testBytes 147 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java byte[] testBytes = getTestBytes(77777, 113344L); testBytes 148 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java final List<ByteString> pieces = makeConcretePieces(testBytes); testBytes 152 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java isArrayRange(byteString.toByteArray(), testBytes, 0, testBytes.length)); testBytes 402 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java byte[] testBytes = testString.getBytes("UTF-8"); testBytes 403 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString byteString = ByteString.copyFrom(testBytes); testBytes 59 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java IsValidUtf8TestUtil.testBytes(1, testBytes 67 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java IsValidUtf8TestUtil.testBytes(2, testBytes 75 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8Test.java IsValidUtf8TestUtil.testBytes(3, testBytes 191 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java testBytes(numBytes, expectedCount, 0, -1); testBytes 69 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java byte[] testBytes = ByteStringTest.getTestBytes(numberOfPieces * pieceSize, 113377L); testBytes 74 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); testBytes 80 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java Arrays.equals(testBytes, concatenated.toByteArray())); testBytes 81 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringTest.java ByteString testString = ByteString.copyFrom(testBytes);