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

  /external/llvm/include/llvm/Support/
MemoryObject.h 25 /// isValidAddress can be used to test addresses without knowing the exact size
63 virtual bool isValidAddress(uint64_t address) const = 0;
StreamingMemoryObject.h 32 bool isValidAddress(uint64_t address) const override;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MemoryObject.h 25 /// isValidAddress can be used to test addresses without knowing the exact size
63 virtual bool isValidAddress(uint64_t address) const = 0;
StreamingMemoryObject.h 32 bool isValidAddress(uint64_t address) const override;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
MemoryObject.h 25 /// isValidAddress can be used to test addresses without knowing the exact size
63 virtual bool isValidAddress(uint64_t address) const = 0;
StreamingMemoryObject.h 32 bool isValidAddress(uint64_t address) const override;
  /external/llvm/unittests/Support/
StreamingMemoryObjectTest.cpp 42 TEST(StreamingMemoryObjectTest, isValidAddress) {
45 EXPECT_TRUE(O.isValidAddress(32 * 1024));
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 78 static boolean isValidAddress(int address) {
90 if (isValidAddress(address)) {
105 if (isValidAddress(address)) {
HdmiCecController.java 265 if (HdmiUtils.isValidAddress(newLogicalAddress)) {
HdmiCecLocalDevice.java 81 return HdmiUtils.isValidAddress(logicalAddress);
    [all...]
  /external/llvm/lib/Support/
StreamingMemoryObject.cpp 31 bool isValidAddress(uint64_t address) const override {
74 bool StreamingMemoryObject::isValidAddress(uint64_t address) const {
  /external/swiftshader/third_party/subzero/pnacl-llvm/
StreamingMemoryObject.cpp 31 bool isValidAddress(uint64_t address) const override {
74 bool StreamingMemoryObject::isValidAddress(uint64_t address) const {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Address.java 197 if (!TextUtils.isEmpty(address) && !isValidAddress(address)) {
222 if (isValidAddress(address)) {
236 static boolean isValidAddress(final String address) {
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 209 if (!TextUtils.isEmpty(address) && !isValidAddress(address)) {
234 if (isValidAddress(address)) {
251 static boolean isValidAddress(final String address) {
  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 692 assertTrue(address, !Address.isValidAddress(address));
695 assertTrue(address, Address.isValidAddress(address));
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 168 R->getBitcodeBytes().isValidAddress(static_cast<uint64_t>(pos - 1));
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitstreamReader.h 521 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress(

Completed in 862 milliseconds