HomeSort by relevance Sort by last modified time
    Searched refs:Unsupported (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/v8/src/base/platform/
platform-posix.cc 279 #error Unsupported host architecture.
  /external/v8/src/
gdb-jit.cc 546 #error Unsupported target architecture.
667 #error Unsupported target architecture.
696 #error Unsupported target architecture.
1164 #error Unsupported target architecture.
    [all...]
messages.h 259 T(Unsupported, "Not supported") \
493 T(UnsupportedSuper, "Unsupported reference to 'super'") \
531 T(UnsupportedTimeZone, "Unsupported time zone specified %") \
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 131 #error Unsupported platform!
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 858 return Error::Unsupported;
872 return Error::Unsupported;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 419 case HWC2_ERROR_UNSUPPORTED: return "Unsupported";
622 Unsupported = HWC2_ERROR_UNSUPPORTED,
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 182 return HWC2::Error::Unsupported;
338 DLOGE("Unsupported format type for UBWC %d", source);
428 DLOGW("Unsupported format type = %d", source);
524 DLOGE("Unsupported CSC: %d", source);
540 DLOGE("Unsupported IGC: %d", source);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 60 DLOGE("Unsupported CSC: %d", csc);
94 DLOGV_IF(kTagStrategy, "Unsupported Standard Request = %d", standard);
123 DLOGV_IF(kTagStrategy, "Unsupported Transfer Request = %d", transfer);
139 DLOGV_IF(kTagStrategy, "Unsupported Range Request = %d", range);
343 return HWC2::Error::Unsupported;
374 DLOGW_IF(kTagQDCM, "Unsupported dataspace type %d", dataspace);
525 DLOGE("Unsupported format type for UBWC %d", source);
615 DLOGW("Unsupported format type = %d", source);
699 DLOGE("Unsupported IGC: %d", source);
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_layers.cpp 60 DLOGE("Unsupported CSC: %d", csc);
217 return HWC2::Error::Unsupported;
248 DLOGW_IF(kTagQDCM, "Unsupported dataspace type %d", dataspace);
409 DLOGE("Unsupported format type for UBWC %d", source);
508 DLOGW("Unsupported format type = %d", source);
591 DLOGE("Unsupported IGC: %d", source);
  /build/soong/ui/build/
config.go 421 panic("Unsupported OS")
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 35 unsupported = ('aarch64', 'arm', 'ebc', 'ipf') variable in class:UnsupportedArch
84 help="Force conversion even if unsupported")
225 if maybeArch in UnsupportedArch.unsupported:
700 newAsm = self.Unsupported(newAsm, 'fword used')
718 def Unsupported(self, asm, message=None):
723 newAsm = '%error conversion unsupported'
813 print 'MASM=>NASM conversion unsupported for', dst
837 if srcParentDir.lower() in UnsupportedArch.unsupported:
    [all...]
  /external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js 461 // Unsupported video formats.
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 65 import gov.nist.javax.sip.header.Unsupported;
203 || sipHeader instanceof Server || sipHeader instanceof Unsupported
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 40 #error Unsupported vector width
721 #error Unsupported vector width
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 1366 ARMRelocator::Result unsupported(Relocation& pReloc, ARMRelocator& pParent) { function in namespace:mcld
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 1099 Relocator::Result unsupported(Relocation& pReloc, X86_32Relocator& pParent) { function in namespace:mcld
1685 Relocator::Result unsupported(Relocation& pReloc, X86_64Relocator& pParent) { function in namespace:mcld
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc     [all...]
  /external/llvm/tools/sancov/
sancov.cc 603 errs() << "Unsupported bitness: " << Header->Bitness;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 242 #error Unsupported platform
    [all...]
  /external/python/cpython2/Lib/
urllib2.py     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 76 #error Unsupported target architecture.
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 455 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) { function in namespace:mcld
456 return Relocator::Unsupported;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 964 Relocator::Result unsupported(Relocation& pReloc, HexagonRelocator& pParent) { function in namespace:mcld
965 return Relocator::Unsupported;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 831 return Error::Unsupported;
  /build/blueprint/proptools/
extend_test.go 616 // Unsupported kind
626 err: extendPropertyErrorf("i", "unsupported kind int"),
711 err: extendPropertyErrorf("s.i", "unsupported kind int"),

Completed in 3416 milliseconds

1 2 3 45 6 7