/external/nist-sip/java/gov/nist/javax/sip/parser/ |
H A D | SupportedParser.java | 48 * @param supported the header to parse 50 public SupportedParser(String supported) { argument 51 super(supported); 77 Supported supported = new Supported(); 78 supported.setHeaderName(SIPHeaderNames.SUPPORTED); 83 supported.setOptionTag(token.getTokenValue()); 86 supportedList.add(supported); 92 supported = new Supported(); 97 supported.setOptionTag(token.getTokenValue()); 100 supportedList.add(supported); [all...] |
/external/webrtc/webrtc/voice_engine/ |
H A D | voe_audio_processing_unittest.cc | 50 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local 51 if (supported) {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted) argument 77 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D() 89 for (int i = 0; i < (int)supported.size(); i++) 91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]); 92 if (fmt != supported.end()) 158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); 165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); 1961 vector<deInt32> supported; 1963 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported); [all...] |
/external/boringssl/src/crypto/ |
H A D | cpu-arm.c | 88 int supported = 0; local 113 supported = 1; 123 return supported;
|
/external/boringssl/src/crypto/x509v3/ |
H A D | v3_prn.c | 69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported); 171 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument 179 if(supported)
|
/external/icu/icu4c/source/common/ |
H A D | servlkf.cpp | 60 const Hashtable* supported = getSupportedIDs(status); local 61 if (supported) { 64 return supported->get(id) != NULL; 71 const Hashtable* supported = getSupportedIDs(status); local 72 if (supported) { 76 while ((elem = supported->nextElement(pos)) != NULL) {
|
/external/libdrm/tegra/ |
H A D | tegra.c | 79 bool supported = false; local 87 supported = true; 91 if (!supported)
|
/external/squashfs-tools/squashfs-tools/ |
H A D | compressor.h | 28 int supported; member in struct:compressor
|
/external/webrtc/talk/media/base/ |
H A D | fakevideocapturer.h | 57 // Default supported formats. Use ResetSupportedFormats to over write. 142 cricket::VideoFormat supported; local 143 if (GetBestCaptureFormat(format, &supported)) { 144 SetCaptureFormat(&supported);
|
/external/webrtc/talk/media/devices/ |
H A D | 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);
|
H A D | 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);
|
/external/dbus/dbus/ |
H A D | dbus-bus.c | 163 dbus_bool_t supported; local 170 supported = FALSE; 175 retval = _dbus_lookup_session_address (&supported, &addr, &error); 176 if (supported && retval) 180 else if (supported && !retval) 183 _dbus_warn ("Dynamic session lookup supported but failed: %s\n", error.message); 185 _dbus_warn ("Dynamic session lookup supported but failed silently\n"); 1440 * application to fall back to less efficient match rules supported by older 1483 * supported for path-like namespaces. If your argument match has
|
/external/deqp/modules/egl/ |
H A D | 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 b [all...] |
/external/libvncserver/client_examples/ |
H A D | scrap.c | 503 Atom supported[] = { local 511 (unsigned char*)supported, 512 sizeof(supported) / sizeof(supported[0]));
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
H A D | decode.c | 53 bool supported; local 75 supported = screen->get_video_param 81 if (!supported) {
|
/external/mesa3d/src/mesa/main/ |
H A D | texparam.c | 52 * Check if a coordinate wrap mode is supported for the texture target. 60 bool supported; local 67 supported = (ctx->API == API_OPENGL) 72 supported = true; 76 supported = is_desktop_gl && e->ARB_texture_border_clamp 82 supported = (target != GL_TEXTURE_RECTANGLE_NV) 88 supported = is_desktop_gl 95 supported = is_desktop_gl && e->EXT_texture_mirror_clamp 101 supported = false; 105 if (!supported) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
H A D | RobolectricPackageManager.java | 183 * or is not supported. 186 * @param supported 188 public void setSystemFeature(String name, boolean supported) { argument 189 systemFeatureList.put(name, supported);
|
/external/webrtc/talk/media/webrtc/ |
H A D | webrtcvideocapturer.cc | 189 // Enumerate the supported formats. 191 std::vector<VideoFormat> supported; local 198 supported.push_back(format); 207 if (supported.empty()) { 221 SetSupportedFormats(supported);
|
/external/webrtc/webrtc/p2p/base/ |
H A D | sessiondescription.h | 164 void set_msid_supported(bool supported) { msid_supported_ = supported; } argument
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 414 private void showDistance(LocaleMatcher matcher, String desired, String supported) { argument 416 ULocale supported2 = new ULocale(supported); 418 logln(desired + " to " + supported + " :\t" + distance); 585 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); 587 long timeMedium = timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, timeShort); 589 long timeLong = timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations, timeShort);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 410 private void showDistance(LocaleMatcher matcher, String desired, String supported) { argument 412 ULocale supported2 = new ULocale(supported); 414 logln(desired + " to " + supported + " :\t" + distance); 581 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); 583 long timeMedium = timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, timeShort); 585 long timeLong = timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations, timeShort);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
H A D | x11_screen.c | 145 boolean supported = FALSE; local 149 supported = XShmQueryExtension(xscr->dpy); 153 supported = x11_screen_init_glx(xscr); 156 supported = x11_screen_init_dri2(xscr); 163 return supported;
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
H A D | xa_composite.c | 111 boolean supported = FALSE; local 127 supported = TRUE; 132 return supported; 166 return supported;
|
/external/mesa3d/src/glx/ |
H A D | glxextensions.c | 47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit )) 269 * Highest core GL version that can be supported for indirect rendering. 289 * \param supported Table in which the state of the extension is to be set. 294 unsigned char *supported) 303 SET_BIT(supported, ext[i].bit); 306 CLR_BIT(supported, ext[i].bit); 322 * \param server_support Bit-field of supported extensions. 493 * Convert a bit-field to a string of supported extensions. 497 const unsigned char *supported) 292 set_glx_extension(const struct extension_info *ext, const char *name, unsigned name_len, GLboolean state, unsigned char *supported) argument 496 __glXGetStringFromTable(const struct extension_info *ext, const unsigned char *supported) argument [all...] |
/external/skia/include/gpu/ |
H A D | GrCaps.h | 33 bool supported() const { return 0 != fBits; } function in struct:GrShaderCaps::PrecisionInfo 69 * given shader type. If the shader type is not supported or the precision level is not 70 * supported in that shader type then the returned struct will report false when supported() is 80 * then unless the shader type is not supported, any call to getFloatShaderPrecisionInfo() would 86 * PLS storage size in bytes (0 when not supported). The PLS spec defines a minimum size of 16 87 * bytes whenever PLS is supported. 216 // Will be 0 if MSAA is not supported 218 // Will be 0 if MSAA is not supported 220 // Will be 0 if raster multisample is not supported [all...] |