OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringsEqual
(Results
1 - 2
of
2
) sorted by null
/external/zopfli/src/zopfli/
zopfli_bin.c
124
static char
StringsEqual
(const char* str1, const char* str2) {
139
if (
StringsEqual
(arg, "-v")) options.verbose = 1;
140
else if (
StringsEqual
(arg, "-c")) output_to_stdout = 1;
141
else if (
StringsEqual
(arg, "--deflate")) {
144
else if (
StringsEqual
(arg, "--zlib")) output_type = ZOPFLI_FORMAT_ZLIB;
145
else if (
StringsEqual
(arg, "--gzip")) output_type = ZOPFLI_FORMAT_GZIP;
146
else if (
StringsEqual
(arg, "--splitlast")) options.blocksplittinglast = 1;
151
else if (
StringsEqual
(arg, "-h")) {
/device/generic/goldfish/camera/
EmulatedCamera.cpp
85
static bool
StringsEqual
(const char* str1, const char* str2) {
667
if (!
StringsEqual
(old_format, new_format)) {
674
if (!
StringsEqual
(old_hint, new_hint)) {
[
all
...]
Completed in 254 milliseconds