Searched refs:AQ (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.cpp | 455 std::vector<SUnit *> &AQ = Available[QID]; in pickOther() local 457 if (AQ.empty()) { in pickOther() 458 MoveUnits(Pending[QID], AQ); in pickOther() 460 if (!AQ.empty()) { in pickOther() 461 SU = AQ.back(); in pickOther() 462 AQ.pop_back(); in pickOther()
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 814 if (auto AQ = getAccessQualifier(AccQual)) in emitKernelArg() 815 Arg[".access"] = Arg.getDocument()->getNode(*AQ, /*Copy=*/true); in emitKernelArg()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | enum-bitwise-mixed.c | 10 AQ = 1, enumerator
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | 37 AQ: 'AQ',
|
H A D | phonenumberutil_test.js | 880 // AQ/Antarctica isn't a valid region code for phone number formatting, 884 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.AQ)); 997 alphaNumericNumber, RegionCode.AQ)); 1027 alphaNumericNumber, RegionCode.AQ));
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 29 static final String AQ = "AQ"; field in RegionCode
|
H A D | PhoneNumberUtilTest.java | 655 // AQ/Antarctica isn't a valid region code for phone number formatting, in testFormatOutOfCountryWithInvalidRegion() 658 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.AQ)); in testFormatOutOfCountryWithInvalidRegion() 735 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AQ)); in testFormatOutOfCountryKeepingAlphaChars() 754 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AQ)); in testFormatOutOfCountryKeepingAlphaChars()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 68 static const char* AQ() { in AQ() function in i18n::phonenumbers::RegionCode 69 return "AQ"; in AQ()
|
H A D | phonenumberutil_test.cc | 862 // AQ/Antarctica isn't a valid region code for phone number formatting, in TEST_F() 864 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::AQ(), in TEST_F() 991 RegionCode::AQ(), in TEST_F() 1018 RegionCode::AQ(), in TEST_F()
|
Completed in 18 milliseconds