Home
last modified time | relevance | path

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 DR600MachineScheduler.cpp455 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 DAMDGPUHSAMetadataStreamer.cpp814 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 Denum-bitwise-mixed.c10 AQ = 1, enumerator
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dregioncodefortesting.js37 AQ: 'AQ',
H A Dphonenumberutil_test.js880 // 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 DRegionCode.java29 static final String AQ = "AQ"; field in RegionCode
H A DPhoneNumberUtilTest.java655 // 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 Dtest_util.h68 static const char* AQ() { in AQ() function in i18n::phonenumbers::RegionCode
69 return "AQ"; in AQ()
H A Dphonenumberutil_test.cc862 // 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