HomeSort by relevance Sort by last modified time
    Searched full:constexpr (Results 701 - 725 of 1617) sorted by null

<<21222324252627282930>>

  /frameworks/native/include/gui/
SensorEventQueue.h 60 static constexpr int32_t SENSOR_DELAY_FASTEST = 0;
62 static constexpr int32_t SENSOR_DELAY_GAME = 20000;
64 static constexpr int32_t SENSOR_DELAY_UI = 66667;
66 static constexpr int32_t SENSOR_DELAY_NORMAL = 200000;
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.cpp 50 static constexpr const char* const type_tag = "type";
51 static constexpr const char* const value_tag = "value";
53 static constexpr const char* const type_int_tag = "int";
54 static constexpr const char* const type_byte_array_tag = "byte_array";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.initlist/support.initlist.cons/
default.pass.cpp 26 constexpr std::initializer_list<A> il2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/
double_long_double_implicit.fail.cpp 15 // explicit constexpr complex(const complex<long double>&);
float_double_implicit.fail.cpp 15 // explicit constexpr complex(const complex<double>&);
float_long_double_implicit.fail.cpp 15 // explicit constexpr complex(const complex<long double>&);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
default.pass.cpp 14 // constexpr sub_match();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eof.pass.cpp 14 // static constexpr int_type eof();
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eof.pass.cpp 14 // static constexpr int_type eof();
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
lt.pass.cpp 14 // static constexpr bool lt(char_type c1, char_type c2);
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eof.pass.cpp 14 // static constexpr int_type eof();
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
lt.pass.cpp 14 // static constexpr bool lt(char_type c1, char_type c2);
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);
to_int_type.pass.cpp 14 // static constexpr int_type to_int_type(char_type c);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eof.pass.cpp 14 // static constexpr int_type eof();
eq.pass.cpp 14 // static constexpr bool eq(char_type c1, char_type c2);
lt.pass.cpp 14 // static constexpr bool lt(char_type c1, char_type c2);
to_char_type.pass.cpp 14 // static constexpr char_type to_char_type(int_type c);

Completed in 1176 milliseconds

<<21222324252627282930>>