HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 476 - 500 of 1179) sorted by null

<<11121314151617181920>>

  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 23 echo $msg memory hotplug is not supported >&2
  /external/llvm/lib/TableGen/
TGLexer.cpp 219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
  /external/skia/gn/
gn_helpers.py 69 For details on supported types see GNValueParser.Parse() below.
117 Only simple types and lists supported; variables, structs, calls
185 variables preceeded by $) are not supported and will be returned as
190 - GN scopes ('{ ... }') are not supported."""
  /external/skia/src/core/
SkSharedMutex.cpp 43 #error weak annotations are not supported for your compiler
  /external/skqp/gn/
gn_helpers.py 69 For details on supported types see GNValueParser.Parse() below.
117 Only simple types and lists supported; variables, structs, calls
185 variables preceeded by $) are not supported and will be returned as
190 - GN scopes ('{ ... }') are not supported."""
  /external/skqp/src/core/
SkSharedMutex.cpp 43 #error weak annotations are not supported for your compiler
  /external/squashfs-tools/squashfs-tools/
lzo_wrapper.c 138 "supported by selected %s algorithm\n",
438 .supported = 1
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 56 echo "Supported parameters are:"
88 echo No abi provided, so building for all supported abis.
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 247 printSkipped("Program list not supported");
307 * - AM/FM regional configuration is either set at startup or not supported at all by the hardware;
315 bool supported = getAmFmRegionConfig(false, &config); local
316 if (!supported) {
317 printSkipped("AM/FM not supported");
340 * - AM/FM regional capabilities are either available or not supported at all by the hardware;
341 * - there is at least one AM/FM range supported;
342 * - there is at least one de-emphasis filter mode supported for FM-capable radio;
348 bool supported = getAmFmRegionConfig(true, &config); local
349 if (!supported) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 221 int supported; member in struct:__anon49316
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 549 int supported = HWC_DISPLAY_PRIMARY_BIT; local
553 // Not supported for now
558 supported |= HWC_DISPLAY_VIRTUAL_BIT;
561 supported |= HWC_DISPLAY_EXTERNAL_BIT;
563 value[0] = supported;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 537 int supported = HWC_DISPLAY_PRIMARY_BIT; local
541 // Not supported for now
546 supported |= HWC_DISPLAY_VIRTUAL_BIT;
550 supported |= HWC_DISPLAY_EXTERNAL_BIT;
552 value[0] = supported;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 588 int supported = HWC_DISPLAY_PRIMARY_BIT; local
592 // Not supported for now
597 supported |= HWC_DISPLAY_VIRTUAL_BIT;
601 supported |= HWC_DISPLAY_EXTERNAL_BIT;
603 value[0] = supported;
    [all...]
  /hardware/qcom/msm8994/kernel-headers/video/
msm_hdmi_modes.h 60 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8994/original-kernel-headers/video/
msm_hdmi_modes.h 39 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
200 /* Timing information for supported modes */
  /hardware/qcom/msm8x84/original-kernel-headers/video/
msm_hdmi_modes.h 22 uint32_t supported; member in struct:msm_hdmi_mode_timing_info
132 /* Timing information for supported modes */
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
ManualDiscovery.java 142 * @param supported true if the printer is supported (and was therefore added), or false
143 * if the printer was found but is not supported (and was therefore not
146 void onFound(DiscoveredPrinter printer, boolean supported);
215 // Only add supported printers
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 360 #error For 64-bit windows and 32-bit based multilib version of gcc just SJLJ exceptions are supported.
397 /* Biggest alignment supported by the object file format of this
479 /* Static stack checking is supported by means of probes. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 10 #error Only Win32 target is supported!
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 170 t.Skipf("skipping on %s/%s; 'unix' is not supported", runtime.GOOS, runtime.GOARCH)
340 t.Skipf("skipping on %s/%s; neither 'unix' or 'tcp' is supported", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 238 // The octal prefix "0" is not supported (a leading "0" is simply
285 // the scanned number. It accepts formats whose verbs are supported by
floatconv_test.go 319 continue // 'p' format not supported in strconv.Format
456 // ('p' format is not supported by strconv.FormatFloat,
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
socks5.go 59 "command not supported",
60 "address type not supported",
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 170 t.Skipf("skipping on %s/%s; 'unix' is not supported", runtime.GOOS, runtime.GOARCH)
340 t.Skipf("skipping on %s/%s; neither 'unix' or 'tcp' is supported", runtime.GOOS, runtime.GOARCH)

Completed in 566 milliseconds

<<11121314151617181920>>