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

1 2 3 45 6 7 8 91011>>

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
platform_macros.h 61 #error Host architecture was not detected as supported by protobuf
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
platform_macros.h 61 #error Host architecture was not detected as supported by protobuf
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mul.s 13 # mulo and mulou are only supported for register arguments
mips32r2-ill-fp64.s 49 # Even registers are supported w/ 32-bit FPU, odd
50 # registers supported only for 64-bit FPU.
mips32r2-ill.s 49 # Even registers are supported w/ 32-bit FPU, odd
50 # registers supported only for 64-bit FPU.
mipsr6@mips32r2-ill.s 49 # Even registers are supported w/ 32-bit FPU, odd
50 # registers supported only for 64-bit FPU.
  /external/drm_hwcomposer/
drmhwctwo.cpp 108 static inline void supported(char const *func) { function in namespace:android
109 ALOGV("Supported function: %s", func);
138 supported(__func__);
170 supported(__func__);
174 supported(__func__);
237 supported(__func__);
244 supported(__func__);
252 supported(__func__);
260 supported(__func__);
266 supported(__func__)
    [all...]
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 370 ResTable_config supported, requested; local
372 fillIn(NULL, NULL, NULL, NULL, &supported);
375 EXPECT_TRUE(supported.match(requested));
377 fillIn("en", "CA", NULL, NULL, &supported);
380 EXPECT_FALSE(supported.match(requested));
382 fillIn("tl", "PH", NULL, NULL, &supported);
385 EXPECT_TRUE(supported.match(requested));
387 fillIn("qaa", "FR", NULL, NULL, &supported);
390 EXPECT_FALSE(supported.match(requested));
392 fillIn("qaa", "FR", "Latn", NULL, &supported);
472 ResTable_config supported, requested; local
    [all...]
  /build/make/core/combo/arch/x86/
atom.mk 9 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
x86_64.mk 8 ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
  /build/make/core/combo/arch/x86_64/
x86_64.mk 9 ARCH_X86_HAVE_MOVBE := false # Only supported on Atom.
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.mk 8 $(error SP_MIN is only supported on AArch32 platforms)
28 # If no platform-specific SP_MIN Makefile exists, it means SP_MIN is not supported
32 $(error SP_MIN is not supported on platform ${PLAT})
  /external/curl/docs/cmdline-opts/
engine.d 7 list to print a list of build-time supported engines. Note that not all (or
key-type.d 7 is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
tlsv1.3.d 8 Note that TLS 1.3 is only supported by a subset of TLS backends. At the time
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 76 static constexpr bool supported = true; \
82 static_assert(SaveTypeTraits<TYPE>::supported, \
83 "Specified type " #TYPE " not supported for Restore"); \
89 static_assert(SaveTypeTraits<TYPE>::supported, \
90 "Specified type " #TYPE " not supported for Save"); \
138 static_assert(SaveTypeTraits<qint32>::supported,
139 "Specified type qint32 not supported for Restore");
153 static constexpr bool supported = true; member in struct:tensorflow::checkpoint::SaveTypeTraits
182 static constexpr bool supported = true; member in struct:tensorflow::checkpoint::SaveTypeTraits
189 static_assert(SaveTypeTraits<string>::supported,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eap_proxy_qmi_oc.mak 10 # This is supported only in B Family devices.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
gettid_none.go 13 func tidExists(tid int) (exists, supported bool) {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
gettid_none.go 13 func tidExists(tid int) (exists, supported bool) {
  /system/chre/platform/slpi/
memory.cc 64 #error SLPI UIMG memory allocation not supported
98 #error SLPI UIMG memory free not supported
  /build/make/core/
executable.mk 57 # check if preferred arch is supported
60 # first arch is supported
67 # check if preferred arch was not supported or asked to build both
78 # check if non-preferred arch is supported
81 # non-preferred arch is supported
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
SupportedBitstreamsProcessor.java 54 * @return paths to bitstreams that are supported on device
93 boolean supported = status.equals("true");
94 if (supported) {
103 decoderCapabilities.put(name, supported);
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 127 // Enumerate the supported formats. We have only one supported format.
130 std::vector<VideoFormat> supported; local
131 supported.push_back(format);
132 SetSupportedFormats(supported);
  /external/webrtc/talk/media/webrtc/
webrtcmediaengine.cc 114 bool (*supported)(const std::string&),
117 RTC_DCHECK(supported);
122 if (supported(extension.uri)) {
  /packages/apps/LegacyCamera/src/com/android/camera/
IconListPreference.java 88 public void filterUnsupported(List<String> supported) {
95 if (supported.indexOf(entryValues[i].toString()) >= 0) {
106 super.filterUnsupported(supported);

Completed in 456 milliseconds

1 2 3 45 6 7 8 91011>>