/external/chromium_org/third_party/sqlite/src/test/ |
join.test | 323 } {1 {unknown or unsupported join type: INNER OUTER}} 328 } {1 {unknown or unsupported join type: INNER OUTER CROSS}} 333 } {1 {unknown or unsupported join type: OUTER NATURAL INNER}} 338 } {1 {unknown or unsupported join type: LEFT BOGUS}} 343 } {1 {unknown or unsupported join type: INNER BOGUS CROSS}} 348 } {1 {unknown or unsupported join type: NATURAL AWK SED}}
|
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLCipher.java | 250 throw new InvalidParameterException("Unsupported opmode " + opmode); 599 throw new InvalidKeyException("Unsupported key size: " + keyLength + " bytes"); 616 throw new NoSuchAlgorithmException("Unsupported mode " + mode.toString()); 627 throw new NoSuchPaddingException("Unsupported padding " + padding.toString()); 741 throw new NoSuchAlgorithmException("Unsupported mode " + mode.toString()); 752 throw new NoSuchPaddingException("Unsupported padding " + padding.toString());
|
/external/llvm/docs/CommandGuide/ |
lit.rst | 226 **UNSUPPORTED** 229 which can report unsupported tests. 301 **unsupported** Mark an unsupported directory, all tests within it will be 302 reported as unsupported. Used by: *ShTest*. 369 XPASS, UNRESOLVED, or UNSUPPORTED. The performance result codes of IMPROVED and
|
/external/valgrind/main/helgrind/ |
hg_intercepts.c | 315 # error "Unsupported OS" 361 # error "Unsupported OS" 736 # error "Unsupported OS" 838 # error "Unsupported OS" 887 # error "Unsupported OS" 939 # error "Unsupported OS" [all...] |
/external/libcxxabi/src/Unwind/ |
Registers.hpp | 134 _LIBUNWIND_ABORT("unsupported x86 register"); 170 _LIBUNWIND_ABORT("unsupported x86 register"); 342 _LIBUNWIND_ABORT("unsupported x86_64 register"); 402 _LIBUNWIND_ABORT("unsupported x86_64 register"); 673 _LIBUNWIND_ABORT("unsupported ppc register"); 836 _LIBUNWIND_ABORT("unsupported ppc register"); 1098 _LIBUNWIND_ABORT("unsupported arm64 register"); 1109 _LIBUNWIND_ABORT("unsupported arm64 register"); [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
Registers.hpp | 134 _LIBUNWIND_ABORT("unsupported x86 register"); 170 _LIBUNWIND_ABORT("unsupported x86 register"); 342 _LIBUNWIND_ABORT("unsupported x86_64 register"); 402 _LIBUNWIND_ABORT("unsupported x86_64 register"); 673 _LIBUNWIND_ABORT("unsupported ppc register"); 836 _LIBUNWIND_ABORT("unsupported ppc register"); 1098 _LIBUNWIND_ABORT("unsupported arm64 register"); 1109 _LIBUNWIND_ABORT("unsupported arm64 register"); [all...] |
/external/clang/include/clang/Driver/ |
Options.td | 32 // Unsupported - The option is unsupported, and the driver will reject command 34 def Unsupported : OptionFlag; 200 def ccc_ : Joined<["-"], "ccc-">, Group<internal_Group>, Flags<[Unsupported]>; 278 def V : JoinedOrSeparate<["-"], "V">, Flags<[DriverOption, Unsupported]>; 326 def b : JoinedOrSeparate<["-"], "b">, Flags<[Unsupported]>; 328 def combine : Flag<["-", "--"], "combine">, Flags<[DriverOption, Unsupported]>; 351 def dumpspecs : Flag<["-"], "dumpspecs">, Flags<[Unsupported]>; 371 def fallow_unsupported : Flag<["-"], "fallow-unsupported">, Group<f_Group>; 478 def : Flag<["-"], "fno-extended-identifiers">, Group<f_Group>, Flags<[Unsupported]>; [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device.cpp | [all...] |
omx_video_encoder.cpp | [all...] |
/external/wpa_supplicant_8/src/ap/ |
gas_serv.c | 805 wpa_printf(MSG_DEBUG, "ANQP: Unsupported Info Id %u", 860 wpa_printf(MSG_DEBUG, "ANQP: Unsupported HS 2.0 subtype %u", 917 wpa_printf(MSG_DEBUG, "ANQP: Unsupported vendor OUI %06x", 923 wpa_printf(MSG_DEBUG, "ANQP: Unsupported WFA vendor type %u", 949 wpa_printf(MSG_DEBUG, "ANQP: Unsupported HS 2.0 query subtype " 1059 "GAS: Unsupported GAS advertisement protocol id %u", 1115 wpa_printf(MSG_DEBUG, "ANQP: Unsupported Query " [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 49 wpa_printf(MSG_INFO, "IKEV2: Unsupported proposal"); 173 "Unsupported AES key size " 391 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group"); 525 wpa_printf(MSG_INFO, "IKEV2: Unsupported authentication " 543 wpa_printf(MSG_INFO, "IKEV2: Unsupported authentication " 757 wpa_printf(MSG_INFO, "IKEV2: Unsupported HDR version 0x%x " 1057 wpa_printf(MSG_INFO, "IKEV2: Unsupported Notify Message Type "
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeFloatTypes.cpp | 377 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!"); 394 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!"); 413 "Unsupported power type!"); 598 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!"); 662 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND libcall"); 694 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_TO_SINT!"); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 57 private static final int UNSUPPORTED = -1; 73 private static final int POP_X3 = UNSUPPORTED; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 341 throw new RuntimeException("unsupported MMI service code " + si); 652 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 659 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 673 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 744 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 773 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 787 throw new RuntimeException ("Invalid or Unsupported MMI Code"); 829 throw new RuntimeException("uicc unsupported service code=" + mSc); 840 throw new RuntimeException ("Invalid or Unsupported MMI Code"); [all...] |
/art/compiler/dex/ |
frontend.cc | 431 // Unsupported opcodes. nullptr can be used when everything is supported. Size of the lists is 572 VLOG(compiler) << "Unsupported shorty : " << shorty; 589 VLOG(compiler) << "Unsupported dalvik byte code : " 592 VLOG(compiler) << "Unsupported extended MIR opcode : " 607 VLOG(compiler) << "Unsupported to invoke '"
|
/external/chromium_org/media/base/ |
video_frame.cc | 411 NOTREACHED() << "Unsupported video frame format: " << format; 497 NOTREACHED() << "Unsupported video frame format/plane: " 565 NOTREACHED() << "Unsupported video frame format/plane: " 729 NOTREACHED() << "Unsupported video frame format/plane: " 791 NOTREACHED() << "Unsupported video frame format/plane: "
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 158 SkDEBUGFAIL("unsupported FT_Pixel_Mode for LCD16"); 248 SkDEBUGFAIL("unsupported combination of FT_Pixel_Mode and SkMask::Format"); 305 SkDEBUGFAIL("unsupported SkBitmap::Config"); 318 SkDEBUGFAIL("unsupported FT_PIXEL_MODE"); 332 SkDEBUGFAIL("unsupported destination SkBitmap::Config");
|
/external/llvm/include/llvm/ADT/ |
BitVector.h | 126 llvm_unreachable("Unsupported!"); 165 llvm_unreachable("Unsupported!"); 188 llvm_unreachable("Unsupported!"); 198 llvm_unreachable("Unsupported!"); 559 assert(BITWORD_SIZE % 32 == 0 && "Unsupported BitWord size.");
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 158 SkDEBUGFAIL("unsupported FT_Pixel_Mode for LCD16"); 248 SkDEBUGFAIL("unsupported combination of FT_Pixel_Mode and SkMask::Format"); 305 SkDEBUGFAIL("unsupported SkBitmap::Config"); 318 SkDEBUGFAIL("unsupported FT_PIXEL_MODE"); 332 SkDEBUGFAIL("unsupported destination SkBitmap::Config");
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.h | 562 return "Unsupported format"; 598 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 620 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 646 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt); 666 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.h | 562 return "Unsupported format"; 598 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 620 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 646 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt); 666 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 545 return "Unsupported format"; 600 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 622 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 648 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt); 668 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 542 return "Unsupported format"; 578 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 600 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__, 626 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt); 646 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
|
/hardware/samsung_slsi/exynos5/libcsc/ |
csc.c | 349 ALOGE("%s:: unsupported csc_hw_type(%d)", __func__, handle->csc_hw_type); 400 ALOGE("%s:: unsupported csc_hw_type, csc use sw", __func__); 497 ALOGE("%s:: unsupported csc_hw_type", __func__); 542 ALOGE("%s:: unsupported csc_hw_type", __func__); 595 ALOGE("%s:: unsupported csc_hw_type", __func__);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 650 Log.w(TAG, "4 - Unsupported SMS data coding scheme " 664 Log.w(TAG, "1 - Unsupported SMS data coding scheme " 705 Log.w(TAG, "5 - Unsupported SMS data coding scheme " 709 Log.w(TAG, "3 - Unsupported SMS data coding scheme " [all...] |