HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 976 - 1000 of 8676) sorted by null

<<31323334353637383940>>

  /external/zlib/src/examples/
gun.c 207 int bits; /* current bits per code */
208 unsigned code; /* code, table traversal index */ local
210 int max; /* maximum bits per code for this stream */
213 unsigned temp; /* current code */
214 unsigned prev; /* previous code */
215 unsigned final; /* last character written for previous code */
247 /* set up: get first 9-bit code, which is the first decompressed byte, but
248 don't create a table entry until the next code */
251 final = prev = (unsigned)last; /* low 8 bits of code */
    [all...]
  /frameworks/av/camera/
IProCameraCallbacks.cpp 86 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
88 ALOGV("onTransact - code = %d", code);
89 switch(code) {
118 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/drm/libdrmframework/include/
IDrmServiceListener.h 65 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);
  /frameworks/av/include/camera/
ICameraServiceListener.h 79 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/media/
IAudioRecord.h 57 virtual status_t onTransact( uint32_t code,
IEffect.h 52 virtual status_t onTransact( uint32_t code,
IEffectClient.h 46 virtual status_t onTransact( uint32_t code,
IRemoteDisplayClient.h 71 virtual status_t onTransact( uint32_t code,
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gc_pred.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
131 Word16 *code, /* i : innovative codebook vector (L_SUBFR) */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 * frac_en[2]*2^exp_en[2] = <exc code> // LTP/CB innovation dot product
120 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
qgain795.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
124 Word16 *gain_cod, /* o : Code gain, Q1 */
130 /* (first gain pitch, then code pitch)*/
  /frameworks/base/core/java/android/net/http/
EventHandler.java 77 * @param code HTTP Status code. See RFC 2616.
82 int code,
  /frameworks/native/include/gui/
IDisplayEventConnection.h 64 virtual status_t onTransact( uint32_t code,
IGraphicBufferAlloc.h 48 virtual status_t onTransact( uint32_t code,
ISensorEventConnection.h 50 virtual status_t onTransact( uint32_t code,
ISensorServer.h 48 virtual status_t onTransact( uint32_t code,
  /hardware/qcom/display/msm8960/libqservice/
IQClient.h 44 virtual android::status_t onTransact( uint32_t code,
  /hardware/qcom/display/msm8974/libqservice/
IQClient.h 44 virtual android::status_t onTransact( uint32_t code,
  /hardware/qcom/display/msm8x26/libqservice/
IQClient.h 44 virtual android::status_t onTransact( uint32_t code,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category_const_char_pointer.pass.cpp 27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category_string.pass.cpp 27 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
reset.pass.cpp 55 assert(e.code() == make_error_code(std::future_errc::no_state));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 17 from types import CodeType as code namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 17 from types import CodeType as code namespace

Completed in 1479 milliseconds

<<31323334353637383940>>