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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
Version.java 116 private Version.minType min_;
117 public Version.minType getMin() {
121 * @throws ClassCastException if value is not a Version.minType
124 this.min_ = (Version.minType) value;
126 public Version.minType setMinToNewInstance() {
127 min_ = new Version.minType();
221 return tag == null ? Version.minType.getPossibleFirstTags() : ImmutableList.of(tag);
385 public static class minType extends Asn1Integer {
391 public minType() {
417 * Creates a new minType from encoded stream
    [all...]
SETId.java 207 return new SETId.minType();
212 return tag == null ? SETId.minType.getPossibleFirstTags() : ImmutableList.of(tag);
528 public static class minType extends Asn1BitString {
534 public minType() {
561 * Creates a new minType from encoded stream.
563 public static minType fromPerUnaligned(byte[] encodedBytes) {
564 minType result = new minType();
570 * Creates a new minType from encoded stream.
572 public static minType fromPerAligned(byte[] encodedBytes)
    [all...]
  /frameworks/av/media/libstagefright/codec2/include/
C2.h 183 typedef wide_type mintype; typedef in struct:android::c2_types
199 std::is_signed<T>::value, wide_type, narrow_type>::type mintype;
219 typedef typename c2_types<typename c2_types<T, U>::mintype, V...>::mintype mintype;
252 inline constexpr typename c2_types<T, U>::mintype c2_min(const T a, const U b) {
256 static_cast<typename c2_types<T, U>::mintype>(a_ < b_ ? a_ : b_);
272 constexpr typename c2_types<T, U, V...>::mintype c2_min(const T a, const U b, const V ... c) {
273 typedef typename c2_types<U, V...>::mintype rest_type;
277 static_cast<typename c2_types<T, rest_type>::mintype>(a_ < b_ ? a_ : b_)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
ThirdPartyID.java 262 return new ThirdPartyID.minType();
267 return tag == null ? ThirdPartyID.minType.getPossibleFirstTags() : ImmutableList.of(tag);
908 public static class minType extends Asn1BitString {
914 public minType() {
941 * Creates a new minType from encoded stream.
943 public static minType fromPerUnaligned(byte[] encodedBytes) {
944 minType result = new minType();
950 * Creates a new minType from encoded stream.
952 public static minType fromPerAligned(byte[] encodedBytes)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 575 Uint32 minType, Uint32 maxType);
582 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
588 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 575 Uint32 minType, Uint32 maxType);
582 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
588 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 575 Uint32 minType, Uint32 maxType);
582 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
588 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 575 Uint32 minType, Uint32 maxType);
582 extern DECLSPEC SDL_bool SDLCALL SDL_HasEvents(Uint32 minType, Uint32 maxType);
588 extern DECLSPEC void SDLCALL SDL_FlushEvents(Uint32 minType, Uint32 maxType);

Completed in 460 milliseconds