/external/valgrind/none/tests/ |
unit_debuglog.stderr.exp | 2 |%f| printf = |0.000000| wrote 10 chars 3 |%f| debuglog = |0.000000| wrote 10 chars 4 |%2f| printf = |0.000000| wrote 10 chars 5 |%2f| debuglog = |0.000000| wrote 10 chars 6 |%9f| printf = | 0.000000| wrote 11 chars 7 |%9f| debuglog = | 0.000000| wrote 11 chars 8 |%8.0f| printf = | 0| wrote 10 chars 9 |%8.0f| debuglog = | 0| wrote 10 chars 10 |%8.1f| printf = | 0.0| wrote 10 chars 11 |%8.1f| debuglog = | 0.0| wrote 10 char [all...] |
/external/valgrind/ |
AUTHORS | 3 Valgrind, created the dynamic translation frameworks, wrote Memcheck, 7 Nicholas Nethercote did the core/tool generalisation, wrote 14 Jeremy Fitzhardinge wrote Helgrind (in the 2.X line) and totally 18 Josef Weidendorfer wrote and maintains Callgrind and the associated 26 Greg Parker wrote the Mac OS X port. 35 Bart Van Assche wrote and maintains DRD. 47 Vince Weaver wrote and maintains BBV. 60 Florian Krohm and Christian Borntraeger wrote and maintain the 64 Philippe Waroquiers wrote and maintains the embedded GDB server. He 71 Petar Jovanovic and Dejan Jevtic wrote and maintain the mips32-linu [all...] |
/external/mesa3d/docs/ |
thanks.html | 53 <li><b>Bernd Barsuhn</b> wrote the evaluator code for (splines, 56 <li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver. 58 <li><b>Bogdan Sikorski</b> wrote the GLU NURBS and polygon tessellator 61 <li><b>Charlie Wallace</b> wrote the MS-DOS driver. 67 <li><b>David Bucciarelli</b> wrote and maintained the 3Dfx Glide 70 <li><b>Gareth Hughes</b> wrote new GLU 1.2 Polygon Tessellation code 95 <li><b>Kendall Bennett</b> wrote the SciTech MGL driver. 105 <li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver. 107 <li><b>Pascal Thibaudeau</b> wrote the NeXT driver. 113 <li><b>Stefan Zivkovic</b> wrote the Amiga driver [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
check_dims.rs | 9 // each row). If we don't see the pattern that we wrote, we know that we
|
/external/tinycompress/ |
cplay.c | 208 int size, num_read, wrote; local 272 wrote = compress_write(compress, buffer, num_read); 273 if (wrote < 0) { 274 fprintf(stderr, "Error %d playing sample\n", wrote); 278 if (wrote != num_read) { 280 fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); 295 wrote = compress_write(compress, buffer, num_read); 296 if (wrote < 0) { 301 if (wrote != num_read) [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
utils.c | 122 uint32_t val=0, wrote = size; local 131 //wrote += (ddr_addr & 0x3); 132 wrote = (wrote+3)>>2;/* make number of bytes multiple of 4 */ 133 val=(wrote & 0xffff) << 2; 137 if(wrote > 64) 150 return (wrote << 2); 169 uint32_t val=0, wrote = size; local 178 //wrote += (ddr_addr & 0x3); 179 wrote = (wrote+3)>>2;/* make number of bytes multiple of 4 * [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
PrintWriterTest.java | 258 assertTrue("Wrote incorrect char[] string: " + s, s 277 assertEquals("Wrote incorrect char string", "c", new String(bao.toByteArray()) 289 assertTrue("Wrote incorrect double string", new String(bao 301 assertTrue("Wrote incorrect float string", 312 assertEquals("Wrote incorrect int string", "4908765", new String(bao.toByteArray()) 323 assertEquals("Wrote incorrect long string", "49087650000", new String(bao.toByteArray()) 340 assertEquals("Wrote in incorrect Object string", "Bogus", new String(bao 357 assertEquals("Wrote incorrect string", "Hello World", new String(bao.toByteArray()) 368 assertEquals("Wrote in incorrect boolean string", "true", new String(bao 385 assertTrue("Wrote incorrect line: " + s, s.equals("Blarg")) [all...] |
/external/deqp/framework/delibs/destream/ |
deStreamCpyThread.c | 43 deInt32 wrote = 0; local 44 deOutStream_write(thread->output, buffer, read - written, &wrote); 47 written += wrote;
|
/external/autotest/client/tests/disktest/ |
control | 6 does not match the data it wrote, the test fails.
|
/external/dnsmasq/contrib/try-all-ns/ |
README | 12 requests as a failed tcp connection. I wrote the feature into dnsmasq
|
/external/nanopb-c/ |
LICENSE.txt | 12 must not claim that you wrote the original software. If you use
|
NOTICE | 12 must not claim that you wrote the original software. If you use
|
/external/opencv/ |
LICENSE_Android_NDK | 10 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
/external/tinyxml/ |
NOTICE | 10 not claim that you wrote the original software. If you use this
|
/external/tinyxml2/ |
NOTICE | 10 not claim that you wrote the original software. If you use this
|
/prebuilts/misc/windows/sdl2/ |
COPYING.txt | 14 claim that you wrote the original software. If you use this software
|
/system/tools/aidl/tests/ |
aidl_test_client_file_descriptors.cpp | 51 int wrote; local 53 while ((wrote = write(fd.get(), buf.data(), buf.size())) < 0 && errno == EINTR); 55 if (wrote == (signed)buf.size()) { 59 if (wrote < 0) {
|
/bootable/recovery/mtdutils/ |
flash_image.c | 103 int wrote = mtd_write_data(out, buf, headerlen); local 104 if (wrote != headerlen) die("error writing %s", argv[1]); 108 wrote = mtd_write_data(out, buf, len); 109 if (wrote != len) die("error writing %s", argv[1]); 120 wrote = mtd_write_data(out, header, headerlen); 121 if (wrote != headerlen) die("error re-writing %s", argv[1]);
|
mtdutils.c | 460 printf("mtd: wrote block after %d retries\n", retry); 462 printf("mtd: successfully wrote block at %lx\n", pos); 480 size_t wrote = 0; local 481 while (wrote < len) { 483 if (ctx->stored > 0 || len - wrote < ctx->partition->erase_size) { 485 size_t copy = len - wrote < avail ? len - wrote : avail; 486 memcpy(ctx->buffer + ctx->stored, data + wrote, copy); 488 wrote += copy; 498 while (ctx->stored == 0 && len - wrote >= ctx->partition->erase_size) [all...] |
/external/libpcap/ |
pcap-savefile.manfile.in | 57 read by a host with the same byte order as the host that wrote the file, 59 opposite byte order as the host that wrote the file, will have the value 61 the byte order of the host that wrote the file is the same as the byte 68 wrote the file and as 0x4d3cb2a1 by a host with the opposite byte order 69 as the host that wrote the file, the file format is the same as for
|
/toolchain/binutils/binutils-2.25/gas/ |
CONTRIBUTORS | 13 Dean Elsner wrote the original gas for vax. [more details?] 33 Ken Raeburn wrote the high-level BFD interface code to replace most of 47 Keith Knowles at the Open Software Foundation wrote the original MIPS 69 i386 SVR3, and SCO Unix), wrote the ECOFF support based on Michael 70 Meissner's mips-tfile program, wrote the PowerPC and RS/6000 support,
|
/external/autotest/utils/modelviz/ |
generate_schema_diagrams.py | 40 print 'Wrote', dot_path
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/gl-matrix/ |
version.rb | 12 # claim that you wrote the original software. If you use this software
|
/external/libexif/contrib/examples/ |
thumbnail.c | 51 printf("Wrote thumbnail to %s\n", thumb_name);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/ |
b2Draw.cpp | 11 * claim that you wrote the original software. If you use this software
|