OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_invalid
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/media/tools/layout_tests/
test_expectations.py
96
if parsed.
is_invalid
():
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-object-private.hh
61
inline bool
is_invalid
(void) const { return ref_count == HB_REFERENCE_COUNT_INVALID_VALUE; }
function in struct:hb_reference_count_t
144
return unlikely (obj->header.ref_count.
is_invalid
());
/external/harfbuzz_ng/src/
hb-object-private.hh
61
inline bool
is_invalid
(void) const { return ref_count == HB_REFERENCE_COUNT_INVALID_VALUE; }
function in struct:hb_reference_count_t
124
return unlikely (ref_count.
is_invalid
());
/external/clang/bindings/python/tests/cindex/
test_cursor_kind.py
24
assert CursorKind.INVALID_FILE.
is_invalid
()
37
'is_statement', '
is_invalid
', 'is_attribute')
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.cc
86
bool
is_invalid
= (file_access_permission_flags_ & kInvalidPermission) != 0U;
local
90
if (
is_invalid
|| (can_create && can_read_or_write)) {
/external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h
91
MOCK_METHOD1(InstallAttributesIsInvalid, bool(bool*
is_invalid
));
fake_cryptohome_client.cc
322
bool FakeCryptohomeClient::InstallAttributesIsInvalid(bool*
is_invalid
) {
323
*
is_invalid
= false;
cryptohome_client.h
268
virtual bool InstallAttributesIsInvalid(bool*
is_invalid
) = 0;
fake_cryptohome_client.h
87
virtual bool InstallAttributesIsInvalid(bool*
is_invalid
) OVERRIDE;
cryptohome_client.cc
406
virtual bool InstallAttributesIsInvalid(bool*
is_invalid
) OVERRIDE {
410
return CallBoolMethodAndBlock(&method_call,
is_invalid
);
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py
404
def
is_invalid
(self):
member in class:TestExpectationLine
456
if self.
is_invalid
():
646
if expectation_line.
is_invalid
():
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
562
def
is_invalid
(self):
member in class:CursorKind
[
all
...]
Completed in 663 milliseconds