Searched refs:static (Results 1 – 25 of 130) sorted by relevance
123456
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | limits | 24 static constexpr bool is_specialized = false; 25 static constexpr T min() noexcept; 26 static constexpr T max() noexcept; 27 static constexpr T lowest() noexcept; 29 static constexpr int digits = 0; 30 static constexpr int digits10 = 0; 31 static constexpr int max_digits10 = 0; 32 static constexpr bool is_signed = false; 33 static constexpr bool is_integer = false; 34 static constexpr bool is_exact = false; [all …]
|
D | ratio | 24 static const intmax_t num; 25 static const intmax_t den; 86 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value; 92 static const intmax_t value = _Xp; 98 static const intmax_t value = 1; 106 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp; 112 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp; 118 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1); 127 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1; 128 static const intmax_t max = -min; [all …]
|
D | ios | 32 static constexpr fmtflags boolalpha; 33 static constexpr fmtflags dec; 34 static constexpr fmtflags fixed; 35 static constexpr fmtflags hex; 36 static constexpr fmtflags internal; 37 static constexpr fmtflags left; 38 static constexpr fmtflags oct; 39 static constexpr fmtflags right; 40 static constexpr fmtflags scientific; 41 static constexpr fmtflags showbase; [all …]
|
D | __locale | 56 static const category // values assigned here are for exposition only 92 static locale global(const locale&); 93 static const locale& classic(); 100 static locale& __global(); 129 static int32_t __next_id; 210 static locale::id id; 322 static const mask space = _ISspace; 323 static const mask print = _ISprint; 324 static const mask cntrl = _IScntrl; 325 static const mask upper = _ISupper; [all …]
|
D | __refstring | 37 static 44 static 53 static 66 static 70 static const char* p = compute_gcc_empty_string_storage();
|
D | chrono | 33 static constexpr Rep zero(); 34 static constexpr Rep max(); 35 static constexpr Rep min(); 90 static constexpr duration zero(); 91 static constexpr duration min(); 92 static constexpr duration max(); 132 static constexpr time_point min(); 133 static constexpr time_point max(); 239 static const bool is_steady = false; // constexpr in C++14 241 static time_point now() noexcept; [all …]
|
D | __functional_base | 48 template <class _Up> static __two __test(...); 49 template <class _Up> static char __test(typename _Up::result_type* = 0); 51 static const bool value = sizeof(__test<_Tp>(0)) == 1; 141 static __two __test(...); 143 static unary_function<_Ap, _Rp> 146 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 155 static __two __test(...); 157 static binary_function<_A1, _A2, _Rp> 160 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 514 template <class _Up> static __two __test(...); [all …]
|
D | strstream | 54 static const strstate allocated; // exposition only 55 static const strstate constant; // exposition only 56 static const strstate dynamic; // exposition only 57 static const strstate frozen; // exposition only 180 static const __mode_type __allocated = 0x01; 181 static const __mode_type __constant = 0x02; 182 static const __mode_type __dynamic = 0x04; 183 static const __mode_type __frozen = 0x08; 184 static const streamsize __default_alsize = 4096;
|
/ndk/tests/build/import-static/ |
D | README | 1 The purpose of this check is to verify that static library imports 2 are transitive, i.e. that if foo imports a static library bar, which 3 imports another static library zoo, then libfoo.so will be linked
|
/ndk/tests/build/stlport-static-assert/jni/ |
D | Android.mk | 4 LOCAL_MODULE := stlport-static-assert 5 LOCAL_SRC_FILES := stlport-static-assert.cpp
|
/ndk/tests/device/static-executable/jni/ |
D | Android.mk | 4 LOCAL_MODULE := static-executable 11 LOCAL_LDFLAGS += -static
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | value | 15 static := FOO = $(value FOO) 17 all: ; @echo $(recurse) $(value recurse) $(static) $(value static)
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0009-Fix-locale-stuff-for-LP64.patch | 16 static const mask xdigit = _ISXDIGIT; 17 static const mask blank = _ISBLANK; 33 static const mask space = _S; 34 static const mask print = _P | _U | _L | _N | _B; 57 static const unsigned short ctype_android_tab[256+128] = {
|
D | 0001-android-Add-locale-support.patch | 23 static const mask punct = _ISPUNCT; 24 static const mask xdigit = _ISXDIGIT; 25 static const mask blank = _ISBLANK; 29 + static const mask space = _S; 30 + static const mask print = _P | _U | _L | _N | _B; 31 + static const mask cntrl = _C; 32 + static const mask upper = _U; 33 + static const mask lower = _L; 34 + static const mask alpha = _U | _L; 35 + static const mask digit = _N; [all …]
|
/ndk/tests/device/clone/jni/ |
D | Android.mk | 9 LOCAL_MODULE := clone-static 11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/tests/device/test-wait/jni/ |
D | Android.mk | 9 LOCAL_MODULE := test_wait-static 11 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/tests/build/issue41297-atomic-64bit/jni/ |
D | Android.mk | 9 LOCAL_MODULE := issue41297-atomic-64bit-static-executable 11 LOCAL_LDFLAGS += -static
|
/ndk/build/core/ |
D | build-all.mk | 45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk 46 BUILD_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-static-library.mk 50 PREBUILT_STATIC_LIBRARY := $(BUILD_SYSTEM)/prebuilt-static-library.mk
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 119 disabled static && { 146 echo "BUILD_STATIC=$static" >> config.mak 157 echo "static: $static"
|
D | Makefile | 8 INSTALL+=static-install 24 static-install:
|
/ndk/sources/cxx-stl/stlport/ |
D | README | 17 You can either use it as a static or shared library. 19 1/ The static library is recommended if you will only produce 30 To use the *static* library, define APP_STL in your Application.mk as follows: 42 static {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 143 static struct info_t { 303 static char* 308 static char title_str[50]; 353 static char* argv_buff[200]; 396 static void 415 static char const* 423 static char cmd_file_name[] = "/tmp/btl_gdb_cmd_XXXXXX"; // !! ?? 455 static void 468 static void 484 static void [all …]
|
D | interaction_based.ipp | 63 static manager dummy( 0 ); 65 static manager* ptr = &dummy;
|
/ndk/tests/device/issue38121/jni/ |
D | Android.mk | 7 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | statipattrules | 2 $description = "Test handling of static pattern rules."; 43 # TEST #3 -- PR/1670: don't core dump on invalid static pattern rules 62 # TEST #5 -- bug #13881: double colon static pattern rule does not
|
123456