OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesEqual
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.cpp
40
static inline bool
bytesEqual
(const char* p, char b0, char b1, char b2, char b3, char b4)
45
static inline bool
bytesEqual
(const char* p, char b0, char b1, char b2, char b3, char b4, char b5)
50
static inline bool
bytesEqual
(const char* p, char b0, char b1, char b2, char b3, char b4, char b5, char b6, char b7)
55
static inline bool
bytesEqual
(const char* p, char b0, char b1, char b2, char b3, char b4, char b5, char b6, char b7, char b8, char b9)
255
if (
bytesEqual
(dataStart, '@', 'c', 'h', 'a', 'r', 's', 'e', 't', ' ', '"')) {
301
if (
bytesEqual
(ptr, '<', '?', 'x', 'm', 'l')) {
313
} else if (
bytesEqual
(ptr, '<', 0, '?', 0, 'x', 0)) {
315
} else if (
bytesEqual
(ptr, 0, '<', 0, '?', 0, 'x')) {
317
} else if (
bytesEqual
(ptr, '<', 0, 0, 0, '?', 0, 0, 0)) {
319
} else if (
bytesEqual
(ptr, 0, 0, 0, '<', 0, 0, 0, '?'))
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8TestUtil.java
225
boolean
bytesEqual
= Arrays.equals(bytes, bytesReencoded);
227
if (
bytesEqual
!= isRoundTrippable) {
365
boolean
bytesEqual
= true;
368
bytesEqual
= false;
372
bytesEqual
= false;
377
if (
bytesEqual
!= isRoundTrippable) {
Completed in 37 milliseconds