/external/swiftshader/third_party/subzero/src/ |
D | IceRegistersARM32.h | 111 RegNum.assertIsValid(); in isGPRegister() 126 RegNum.assertIsValid(); in getEncodedGPR() 141 RegNum.assertIsValid(); in isGPR() 146 RegNum.assertIsValid(); in getI64PairFirstGPRNum() 151 RegNum.assertIsValid(); in getI64PairSecondGPRNum() 156 RegNum.assertIsValid(); in isI64RegisterPair() 161 RegNum.assertIsValid(); in isEncodedSReg() 176 RegNum.assertIsValid(); in getEncodedSReg() 181 RegNum.assertIsValid(); in isEncodedDReg() 196 RegNum.assertIsValid(); in getEncodedDReg() [all …]
|
D | IceRegistersX8632.h | 104 RegNum.assertIsValid(); in getRegName() 117 RegNum.assertIsValid(); in getEncodedGPR() 131 RegNum.assertIsValid(); in getEncodedByteReg() 157 RegNum.assertIsValid(); in getEncodedXmm() 171 RegNum.assertIsValid(); in getEncoding() 184 RegNum.assertIsValid(); in getBaseReg()
|
D | IceRegistersX8664.h | 89 RegNum.assertIsValid(); in getRegName() 102 RegNum.assertIsValid(); in getEncodedGPR() 116 RegNum.assertIsValid(); in getEncodedByteReg() 142 RegNum.assertIsValid(); in getEncodedXmm() 156 RegNum.assertIsValid(); in getEncoding() 169 RegNum.assertIsValid(); in getBaseReg()
|
D | IceOperand.h | 472 void assertIsValid() const { assert(Value != NoRegisterValue); } in assertIsValid() function
|
D | IceTargetLoweringX8664.h | 187 Reg.assertIsValid(); in getAliasesForRegister()
|
D | IceTargetLoweringX8632.h | 186 Reg.assertIsValid(); in getAliasesForRegister()
|
D | IceTargetLoweringMIPS32.cpp | 1017 RegNum.assertIsValid(); in getRegName() 1031 RegNum.assertIsValid(); in getPhysicalRegister()
|
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Utf8Test.java | 69 assertIsValid(new byte[] {(byte) 0xE0, (byte) 0xB9, (byte) 0x96}, true); in testValid() 70 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0xB2, (byte) 0x83, (byte) 0xBC}, true); in testValid() 75 assertIsValid(new byte[] {(byte) 0xC0, (byte) 0x81}, false); in testOverlongIsInvalid() 76 assertIsValid(new byte[] {(byte) 0xE0, (byte) 0x81, (byte) 0x81}, false); in testOverlongIsInvalid() 77 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testOverlongIsInvalid() 83 assertIsValid(new byte[] {(byte) 0xF5, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testMaxCodepointExceeded() 88 assertIsValid(new byte[] {(byte) 0xED, (byte) 0xA1, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 91 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 93 assertIsValid(new byte[] {(byte) 0xF4, (byte) 0x90, (byte) 0x81, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 110 private static void assertIsValid(byte[] data, boolean valid) { in assertIsValid() method in Utf8Test
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Utf8Test.java | 69 assertIsValid(new byte[] {(byte) 0xE0, (byte) 0xB9, (byte) 0x96}, true); in testValid() 70 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0xB2, (byte) 0x83, (byte) 0xBC}, true); in testValid() 75 assertIsValid(new byte[] {(byte) 0xC0, (byte) 0x81}, false); in testOverlongIsInvalid() 76 assertIsValid(new byte[] {(byte) 0xE0, (byte) 0x81, (byte) 0x81}, false); in testOverlongIsInvalid() 77 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testOverlongIsInvalid() 83 assertIsValid(new byte[] {(byte) 0xF5, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testMaxCodepointExceeded() 88 assertIsValid(new byte[] {(byte) 0xED, (byte) 0xA1, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 91 assertIsValid(new byte[] {(byte) 0xF0, (byte) 0x81, (byte) 0x81, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 93 assertIsValid(new byte[] {(byte) 0xF4, (byte) 0x90, (byte) 0x81, (byte) 0x81}, false); in testInvalidSurrogateCodepoint() 110 private static void assertIsValid(byte[] data, boolean valid) { in assertIsValid() method in Utf8Test
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | CustomEvent.java | 62 PersistableBundles.assertIsValid(bundle), in create() 63 PersistableBundles.assertIsValid(piiValues)); in create()
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | PersistableBundles.java | 102 public static PersistableBundle assertIsValid(PersistableBundle persistableBundle) { in assertIsValid() method in PersistableBundles
|