HomeSort by relevance Sort by last modified time
    Searched refs:is_invalid (Results 1 - 15 of 15) sorted by null

  /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
124 return unlikely (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/chromium_org/media/tools/layout_tests/
test_expectations.py 96 if parsed.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 84 MOCK_METHOD1(InstallAttributesIsInvalid, bool(bool* is_invalid));
cryptohome_client_stub.cc 231 bool CryptohomeClientStubImpl::InstallAttributesIsInvalid(bool* is_invalid) {
232 *is_invalid = false;
cryptohome_client.h 220 virtual bool InstallAttributesIsInvalid(bool* is_invalid) = 0;
cryptohome_client_stub.h 81 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
fake_cryptohome_client.cc 40 bool FakeCryptohomeClient::InstallAttributesIsInvalid(bool* is_invalid) {
fake_cryptohome_client.h 82 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE;
cryptohome_client.cc 404 virtual bool InstallAttributesIsInvalid(bool* is_invalid) OVERRIDE {
408 return CallBoolMethodAndBlock(&method_call, is_invalid);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 398 def is_invalid(self): member in class:TestExpectationLine
450 if self.is_invalid():
640 if expectation_line.is_invalid():
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 539 def is_invalid(self): member in class:CursorKind
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 11642 IRExpr *is_invalid = unop(Iop_64to1, mkexpr(retval1)); local
    [all...]

Completed in 495 milliseconds