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

  /hardware/ril/mock-ril/src/cpp/
worker.h 40 * DO-WORK
67 static void * Work(void *param);
87 * Method called to do work, see example above.
101 * 4) Process will be called with a pointer as work can be done.
worker.cpp 34 void * WorkerThread::Work(void *param) {
109 (void * (*)(void *))&WorkerThread::Work, this);
141 // Do the work until we're told to stop
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 4 * this work for additional information regarding copyright ownership.
    [all...]
  /external/libpng/
CHANGES 64 enabled png_set_shift to work with paletted images on read
96 added new initialization API to make libpng work better with shared libs
106 since it didn't work in previous versions of libpng anyways
252 Version 99c "buffered" operations didn't work as intended. Replaced them
336 More work on the Paeth-filtering, achieving imperceptible speedup (A Kleinert).
337 More work on loop optimization which may help when compiled with C++ compilers.
390 Fixed a problem in pngrutil.c: gray_to_rgb didn't always work with 16-bit.
495 Re-enabled some parts of pngvcrd.c (png_combine_row) that work properly.
576 Added code in pngwrite.c to work around a newly discovered zlib bug.
598 Changed "unit" parameter of png_write_sCAL from png_byte to int, to work
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 144 {\bf own} crypto library and hopefully along the way others will appreciate the work.
153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
155 without having to use configure scripts. This means that the library will work with platforms where development
396 special care to work properly on platforms where an \textit{unsigned char} is not eight bits.
686 To work with the cipher\_descriptor array there is a function:
    [all...]

Completed in 6310 milliseconds