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

<<11121314151617181920>>

  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateRequest.cpp 52 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) {
54 ASSERT_NE(0ul, supported.size());
56 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; });
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
lockosthread.go 85 exists, supported := tidExists(subTID)
86 if !supported || !exists {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
lockosthread.go 85 exists, supported := tidExists(subTID)
86 if !supported || !exists {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
address-001.s 3 ;; Test supported indirect addressing
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 128 boolean supported = false;
131 supported = true;
135 if (!supported) {
190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 128 boolean supported = false;
131 supported = true;
135 if (!supported) {
190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
  /development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
MainActivity.java 128 boolean supported = false;
131 supported = true;
135 if (!supported) {
190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 133 // EGL_BAD_DISPLAY is generated if client extensions are not supported.
190 bool supported = isSupported(m_extName); local
195 log << TestLog::Message << m_extName << ": " << (supported ? "supported" : "not supported") << TestLog::EndMessage;
206 if (supported && funcPtr == 0)
208 log << TestLog::Message << "Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage;
240 log << TestLog::Message << "EGL_KHR_get_all_proc_addresses: " << (funcPtrSupported ? "supported" : "not supported") << TestLog::EndMessage;
245 log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, m_apiBit) << " not supported by any available configuration." << TestLog::EndMessage
    [all...]
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 192 // Read the first frame's header to determine the supported format.
206 // Enumerate the supported formats. We have only one supported format. We set
212 std::vector<VideoFormat> supported; local
213 supported.push_back(format);
215 // TODO(thorcarpenter): Report the actual file video format as the supported
218 SetSupportedFormats(supported);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/view/inputmethod/
CommitContentSupport.java 132 boolean supported = false;
135 supported = true;
139 if (!supported) {
194 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java 74 int supported = mSources.length == 0 ? 0 : MediaItem.SUPPORT_ALL; local
78 supported &= mSources[i].getSupportedOperations();
80 mSupportedOperation = supported;
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 432 bool supported = false; local
436 return supported;
447 return supported;
452 supported = true;
455 return supported;
  /external/webrtc/talk/media/base/
videocapturer.cc 279 LOG(LS_INFO) << " Supported " << i->ToString() << " distance " << distance;
573 // Get the distance between the supported and desired formats.
581 const VideoFormat& supported) {
585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc);
600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 ||
620 int64_t delta_w = supported.width - desired_width;
621 float supported_fps = VideoFormat::IntervalToFpsFloat(supported.interval);
624 // Check height of supported height compared to height we would like it to be.
626 ? supported.width * desired_height / desired_width
628 int64_t delta_h = supported.height - aspect_h
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 187 ESOCKTNOSUPPORT Errno = 94 /* Socket type not supported */
188 EOPNOTSUPP Errno = 95 /* Operation not supported on transport endpoint */
189 EPFNOSUPPORT Errno = 96 /* Protocol family not supported */
190 EAFNOSUPPORT Errno = 97 /* Address family not supported by protocol family */
210 ENOTSUP Errno = EOPNOTSUPP /* Not supported */
310 ESOCKTNOSUPPORT: "Socket type not supported",
311 EOPNOTSUPP: "Operation not supported on transport endpoint",
312 EPFNOSUPPORT: "Protocol family not supported",
313 EAFNOSUPPORT: "Address family not supported by protocol family",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 187 ESOCKTNOSUPPORT Errno = 94 /* Socket type not supported */
188 EOPNOTSUPP Errno = 95 /* Operation not supported on transport endpoint */
189 EPFNOSUPPORT Errno = 96 /* Protocol family not supported */
190 EAFNOSUPPORT Errno = 97 /* Address family not supported by protocol family */
210 ENOTSUP Errno = EOPNOTSUPP /* Not supported */
310 ESOCKTNOSUPPORT: "Socket type not supported",
311 EOPNOTSUPP: "Operation not supported on transport endpoint",
312 EPFNOSUPPORT: "Protocol family not supported",
313 EAFNOSUPPORT: "Address family not supported by protocol family",
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 104 vmixer->deint.supported = true;
108 vmixer->sharpness.supported = true;
112 vmixer->noise_reduction.supported = true;
116 vmixer->luma_key.supported = true;
120 vmixer->bicubic.supported = true;
147 VDPAU_MSG(VDPAU_WARN, "[VDPAU] Max layers > 4 not supported\n", vmixer->max_layers);
615 feature_supports[i] = vmixer->deint.supported;
619 feature_supports[i] = vmixer->sharpness.supported;
623 feature_supports[i] = vmixer->noise_reduction.supported;
627 feature_supports[i] = vmixer->luma_key.supported;
    [all...]
  /external/libcups/cups/
tls-darwin.c 1242 SSLCipherSuite supported[100]; \/* Supported cipher suites *\/ local
    [all...]
  /external/autotest/docs/
test-that.md 3 `test_that` is the supported mechanism to run autotests against Chrome OS
15 control file. Matching tests by filename is supported using f:[file
20 or a Moblab). This feature is only supported for infrastructure-produced builds
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 161 bool supported = false; local
173 supported = true;
178 supported = true;
194 supported = true;
200 supported = true;
202 if (!supported)
203 throw tcu::NotSupportedError("Renderbuffer format not supported", "", __FILE__, __LINE__);
  /prebuilts/go/darwin-x86/src/database/sql/
ctxutil.go 97 var errLevelNotSupported = errors.New("sql: selected isolation level is not supported")
111 // then return an error here as the BeginTx driver value is not supported.
117 // BeginTx driver value is not supported.
  /prebuilts/go/linux-x86/src/database/sql/
ctxutil.go 97 var errLevelNotSupported = errors.New("sql: selected isolation level is not supported")
111 // then return an error here as the BeginTx driver value is not supported.
117 // BeginTx driver value is not supported.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 340 Set<ULocale> supported = Collections.singleton(new ULocale(malformed)); local
341 names.getUiList(supported, false, collator);
342 assertNull("Failed to detect bogus locale «" + malformed + "»", supported);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 337 Set<ULocale> supported = Collections.singleton(new ULocale(malformed)); local
338 names.getUiList(supported, false, collator);
339 assertNull("Failed to detect bogus locale «" + malformed + "»", supported);
  /external/libdrm/tegra/
tegra.c 79 bool supported = false; local
87 supported = true;
91 if (!supported)
  /external/libffi/src/m68k/
sysv.S 101 | NOTE: On the mc68000, tst on an address register is not supported.
179 | NOTE: On the mc68000, extb is not supported. 8->16, then 16->32.
288 | NOTE: On the mc68000, extb is not supported. 8->16, then 16->32.

Completed in 735 milliseconds

<<11121314151617181920>>