OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parsedOk
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/uuid/
tst_uuid.c
51
int
parsedOk
;
53
parsedOk
= uuid_parse(uuid, uuidBits) == 0;
56
if (
parsedOk
!= isValid) {
57
printf(" but uuid_parse says %s\n", validStr[
parsedOk
]);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertySourceData.h
58
CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool
parsedOk
, const SourceRange& range);
71
bool
parsedOk
;
Completed in 460 milliseconds