HomeSort by relevance Sort by last modified time
    Searched defs:UInt (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 85 #ifndef UInt
86 typedef unsigned int UInt;
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 86 typedef unsigned int UInt;
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 512 // TypeWithSize<4>::UInt
523 // For now it only handles UInt (unsigned int) as that's all Google Test
531 typedef void UInt;
543 typedef unsigned int UInt;
552 typedef unsigned __int64 UInt;
555 typedef unsigned long long UInt; // NOLINT
561 typedef TypeWithSize<4>::UInt UInt32;
563 typedef TypeWithSize<8>::UInt UInt64;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned int UInt;
  /external/gtest/include/gtest/internal/
gtest-port.h 741 // TypeWithSize<4>::UInt
752 // For now it only handles UInt (unsigned int) as that's all Google Test
760 typedef void UInt;
772 typedef unsigned int UInt;
781 typedef unsigned __int64 UInt;
784 typedef unsigned long long UInt; // NOLINT
790 typedef TypeWithSize<4>::UInt UInt32;
792 typedef TypeWithSize<8>::UInt UInt64;
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 31 typedef unsigned int uint; typedef
57 typedef unsigned int UInt;
  /external/freetype/src/raster/
ftraster.c 301 typedef unsigned int UInt;
    [all...]

Completed in 577 milliseconds