HomeSort by relevance Sort by last modified time
    Searched refs:zipper (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/BuildSlaveSupport/
test-result-archive 107 zipper = zipfile.ZipFile(archiveFile, 'w', zipfile.ZIP_DEFLATED)
114 zipper.write(relativePath)
117 zipper.write(file)
118 zipper.close()
  /external/skia/tests/
TriangulationTest.cpp 109 static const SkPoint zipper[] = { variable
248 // Zipper test
281 const size_t numVertices = sizeof(zipper) / sizeof(SkPoint);
282 bool success = SkConcaveToTriangles(numVertices, zipper, &triangles);
283 PrintTriangles(triangles, numVertices, zipper, reporter);
286 reporter->report("Triangulate Zipper", success ? reporter->kPassed
  /development/scripts/
divide_and_compress.py 358 zipper = DirectoryZipper(options.destination,
362 zipper.StartCompress()
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 308 OutputStream zipper = new GZIPOutputStream(arr); local
309 zipper.write(data);
310 zipper.close();
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 149 ADD gain, gain, gainIncrement @ gain step to eliminate zipper noise

Completed in 104 milliseconds