OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tag_found
(Results
1 - 2
of
2
) sorted by null
/external/libexif/libexif/canon/
mnote-canon-tag.c
143
int
tag_found
= 0;
local
149
tag_found
= 1;
152
if (!
tag_found
|| !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS))
173
int
tag_found
= 0;
local
179
tag_found
= 1;
182
if (!
tag_found
|| !(o & EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS))
/external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc
220
bool
tag_found
= false;
local
224
tag_found
= true;
228
if (!
tag_found
) {
Completed in 106 milliseconds