Searched
full:unsupported (Results
676 -
700 of
4261) sorted by null
<<21222324252627282930>>
/external/deqp/framework/opengl/ |
gluRenderConfig.cpp | 153 throw tcu::InternalError("Unsupported surface type"); 179 throw tcu::InternalError("Unsupported window visibility");
|
/external/deqp/framework/platform/win32/ |
tcuWGLContextFactory.cpp | 96 throw NotSupportedError("Unsupported surface type"); 130 throw NotSupportedError("Unsupported window visibility mode");
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
MapPutAllTester.java | 134 "Should not contain null key after unsupported " + 155 "Should not contain null value after unsupported " +
|
/external/jemalloc/include/jemalloc/internal/ |
util.h | 181 # error "Unsupported type sizes for lg_floor()" 206 # error "Unsupported type sizes for lg_floor()"
|
/external/libpng/ |
ANNOUNCE | 46 Support builds with unsupported PNG_TRANSFORM_* values. All of the 49 to #if out ones that are totally unsupported. This change adds error
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFObjectWriter.cpp | 85 default: llvm_unreachable("Unsupported Modifier"); 151 default: llvm_unreachable("Unsupported Modifier");
|
/external/llvm/utils/lit/lit/ |
Test.py | 32 UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
TestRunner.py | 31 raise InternalShellError(cmd,"unsupported shell operator: '&'") 81 raise InternalShellError(j,"Unsupported redirect: %r" % (r,)) 90 raise InternalShellError(j,"Unsupported redirect for stdin") 97 raise InternalShellError(j,"Unsupported redirect on stdout") 464 return lit.Test.Result(Test.UNSUPPORTED, 471 if test.config.unsupported: 472 return (Test.UNSUPPORTED, 'Test is unsupported')
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_caps.c | 89 assert(!"Unsupported check"); 266 assert(!"Unsupported check");
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILDevice.cpp | 109 return AMDGPUDeviceInfo::Unsupported; 115 return getExecutionMode(Mode) != AMDGPUDeviceInfo::Unsupported;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_need_swtnl.c | 41 * format. Return SVGA3D_DECLTYPE_MAX for unsupported gallium formats. 89 /* Unsupported format - use software fetch */
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 121 putNameMap(UNSUPPORTED, Unsupported.class.getName()); //22
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyServer.java | 70 @Override public void unsupported() { 71 System.out.println("UNSUPPORTED");
|
/external/openssl/crypto/ts/ |
ts_err.c | 161 {ERR_REASON(TS_R_UNSUPPORTED_MD_ALGORITHM),"unsupported md algorithm"}, 162 {ERR_REASON(TS_R_UNSUPPORTED_VERSION) ,"unsupported version"},
|
/external/qemu/android/ |
loadpng.c | 94 LOG("%s: unsupported (grayscale?) color type\n"); 226 LOG("%s: unsupported (grayscale?) color type\n");
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarigl.c | 429 /* 1555, big and little endian, unsupported */ 443 /* 565, little endian, unsupported */ 465 /* ABGR format unsupported */ 544 /* 15 bits unsupported */ 567 /* 16 bits unsupported */ 573 /* 565, little endian, unsupported */ 582 /* 565, little endian, unsupported */ 628 /* ABGR format unsupported */
|
/external/skia/tools/ |
jsondiff.py | 102 'test %s has unsupported hashtype %s' % ( 136 'test %s has unsupported hashtype %s' % (
|
/external/srtp/crypto/include/ |
err.h | 71 err_status_bad_param = 2, /**< unsupported parameter */ 81 err_status_no_such_op = 12, /**< unsupported operation */
|
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
AppWidget.java | 76 throw new IllegalArgumentException("Unsupported operation: " + operation); 100 throw new IllegalArgumentException("Unsupported argument: " + argument);
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 175 throw new IllegalArgumentException("Unsupported operation: " + operation); 196 throw new IllegalArgumentException("Unsupported argument: " + argument); 222 throw new IllegalArgumentException("Unsupported argument: " + argument); 247 throw new IllegalArgumentException("Unsupported argument: " + argument); 279 throw new IllegalArgumentException("Unsupported argument: " + argument); 302 throw new IllegalArgumentException("Unsupported argument: " + argument); 330 throw new IllegalArgumentException("Unsupported argument: " + argument); 365 throw new IllegalArgumentException("Unsupported type: " + type);
|
/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 44 /** Unsupported authentication scheme (ie, not basic or digest) */ 58 /** Unsupported URI scheme (ie, not http, https, etc) */
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Frame.java | 177 "Cannot set object value of unsupported type: " + value.getClass()); 188 throw new RuntimeException("Unsupported row byte count in bitmap!");
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraAgentFactory.java | 110 * requested on an unsupported device. 145 * requested on an unsupported device.
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 60 printf(" unsupported\n"); 172 // create an extension object, which is unsupported
|
/libcore/luni/src/main/java/java/util/ |
Currency.java | 40 throw new IllegalArgumentException("Unsupported ISO 4217 currency code: " + 84 throw new IllegalArgumentException("Unsupported ISO 3166 country: " + locale);
|
Completed in 3923 milliseconds
<<21222324252627282930>>