Searched
full:mismatch (Results
426 -
450 of
4810) sorted by null
<<11121314151617181920>>
| /external/skia/tests/ |
| SkSLErrorTest.cpp | 173 "error: 1: type mismatch: '=' cannot operate on 'int', 'float'\n1 error\n"); 178 "error: 1: type mismatch: '*=' cannot operate on 'int3', 'float'\n1 error\n"); 244 "error: 1: type mismatch: '*' cannot operate on 'int', 'bool'\n1 error\n"); 247 "error: 1: type mismatch: '||' cannot operate on 'int', 'float'\n1 error\n"); 306 "error: 1: ternary operator result mismatch: 'bool', 'float'\n1 error\n"); 309 "error: 1: ternary operator result mismatch: 'float3', 'float'\n1 error\n");
|
| /external/skqp/tests/ |
| SkSLErrorTest.cpp | 173 "error: 1: type mismatch: '=' cannot operate on 'int', 'float'\n1 error\n"); 178 "error: 1: type mismatch: '*=' cannot operate on 'int3', 'float'\n1 error\n"); 244 "error: 1: type mismatch: '*' cannot operate on 'int', 'bool'\n1 error\n"); 247 "error: 1: type mismatch: '||' cannot operate on 'int', 'float'\n1 error\n"); 306 "error: 1: ternary operator result mismatch: 'bool', 'float'\n1 error\n"); 309 "error: 1: ternary operator result mismatch: 'float3', 'float'\n1 error\n");
|
| /external/vboot_reference/tests/ |
| vboot_firmware_tests.c | 227 "Flags mismatch dev=0"); 231 "Key block flag mismatch for dev=0"); 233 "Key block flag mismatch for rec=0"); 243 "Flags mismatch dev=1"); 247 "Key block flag mismatch for dev=1"); 249 "Key block flag mismatch for rec=1");
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
| ext_test.go | 32 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 93 // allowedMismatch determines whether this mismatch should be 148 if !*mismatch { 151 suffix += " (allowed mismatch)" 165 if *mismatch { 31 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
| /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
| ext_test.go | 32 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") 93 // allowedMismatch determines whether this mismatch should be 148 if !*mismatch { 151 suffix += " (allowed mismatch)" 165 if *mismatch { 31 mismatch = flag.Bool("mismatch", false, "log allowed mismatches") var
|
| /tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
| LocalFileRecord.java | 181 "Data Descriptor presence mismatch between Local File Header and Central" 192 "CRC-32 mismatch between Local File Header and Central Directory for entry " 199 "Compressed size mismatch between Local File Header and Central Directory" 206 "Uncompressed size mismatch between Local File Header and Central Directory" 214 "Name mismatch between Local File Header and Central Directory for entry" 221 "Name mismatch between Local File Header and Central Directory. LFH: \""
|
| /external/autotest/server/site_tests/platform_LabFirmwareUpdate/ |
| platform_LabFirmwareUpdate.py | 165 logging.info('BIOS mismatch %s, will update to %s', 169 logging.info('EC mismatch %s, will update to %s', 185 raise error.TestFail('Version mismatch after firmware update')
|
| /external/clang/utils/ |
| CmpDriver | 151 print 'mismatch: A: %s' % aElt 171 print 'mismatch: A: %s' % aElt 200 print 'mismatch: A: %s' % aElt
|
| /external/freetype/src/psaux/ |
| psstack.c | 150 return 0; /* type mismatch */ 159 /* Note: type mismatch is silently cast */ 184 /* Note: type mismatch is silently cast */
|
| /external/libdrm/include/drm/ |
| README | 146 - License mismatch, missing DRM_IOCTL_OMAP_GEM_NEW and related struct 150 - License mismatch, missing MSM_PIPE_*, MSM_SUBMIT_*. Renamed 155 - License mismatch, now using fixed size ints (but not everywhere). Lots of
|
| /external/llvm/unittests/ADT/ |
| APSIntTest.cpp | 107 // Bit-width mismatch and is-signed. 127 // Bit-width mismatch and not is-signed. 135 // Bit-width mismatch and mixed signs.
|
| /external/pcre/dist2/doc/ |
| pcre2serialize.3 | 72 PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns 143 PCRE2_ERROR_BADMAGIC mismatch of id bytes in the data 144 PCRE2_ERROR_BADMODE mismatch of code unit size or PCRE2 version
|
| /external/skia/src/core/ |
| SkClipStack.cpp | [all...] |
| /external/skqp/src/core/ |
| SkClipStack.cpp | [all...] |
| /libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
| TestJapaneseChronoImpl.java | 114 assertEquals(jDate.get(ChronoField.DAY_OF_MONTH), cal.get(Calendar.DAY_OF_MONTH), "Day mismatch in " + jDate + "; cal: " + cal); 115 assertEquals(jDate.get(ChronoField.MONTH_OF_YEAR), cal.get(Calendar.MONTH) + 1, "Month mismatch in " + jDate); 116 assertEquals(jDate.get(ChronoField.YEAR_OF_ERA), cal.get(Calendar.YEAR), "Year mismatch in " + jDate);
|
| /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/host/ |
| host.go | 147 _, err = plugin.Open("plugin-mismatch.so") 149 log.Fatal(`plugin.Open("plugin-mismatch.so"): should have failed`) 152 log.Fatalf(`plugin.Open("plugin-mismatch.so"): error does not mention "different version": %v`, s)
|
| /prebuilts/go/linux-x86/misc/cgo/testplugin/src/host/ |
| host.go | 147 _, err = plugin.Open("plugin-mismatch.so") 149 log.Fatal(`plugin.Open("plugin-mismatch.so"): should have failed`) 152 log.Fatalf(`plugin.Open("plugin-mismatch.so"): error does not mention "different version": %v`, s)
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| director.swg | 210 /* Type mismatch in the return value from a Ruby method call */ 214 : Swig::DirectorException(error, "SWIG director type mismatch", msg) 219 : Swig::DirectorException(rb_eTypeError, "SWIG director type mismatch", msg)
|
| /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
| libnl.so | |
| /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
| libnl.so | |
| /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
| libziparchive.so | |
| /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
| libziparchive.so | |
| /art/test/ |
| README.md | 9 this can be used to exercise "API mismatch" situations by replacing
|
| /bionic/tools/versioner/ |
| run_tests.py | 39 print("{} {}: expected output mismatch".format(
|
| /cts/tests/app/src/android/app/cts/ |
| BaseProcessInstrumentation.java | 44 "getProcessName()s mismatch. Instr=%s App=%s", proc, appProc));
|
Completed in 3380 milliseconds
<<11121314151617181920>>