Searched refs:keyword (Results 1 – 13 of 13) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | named_params.hpp | 41 template<typename unique_id,bool required> struct keyword; 132 res_type operator[]( keyword<typename NP::id,true> kw ) const { return m_param[kw]; } in operator []() 133 res_type operator[]( keyword<typename NP::id,false> kw ) const { return m_param[kw]; } in operator []() 136 … bool has( keyword<typename NP::id,false> kw ) const { return m_param.has( kw ); } in has() 139 void erase( keyword<typename NP::id,false> kw ) const { m_param.erase( kw ); } in erase() 190 …ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().… in operator []() 191 …ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().… in operator []() 193 nil_t operator[]( keyword<UnknownId,false> ) const { return nil_t::inst(); } in operator []() 195 bool has( keyword<unique_id,false> ) const { return !m_erased; } in has() 197 bool has( keyword<UnknownId,false> ) const { return false; } in has() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | modifier.hpp | 56 nfp::keyword<struct default_value_t> default_value; 57 nfp::keyword<struct handler_t> handler; 58 nfp::keyword<struct interpreter_t> interpreter; 59 nfp::keyword<struct assign_to_t> assign_to;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | modifier.hpp | 37 nfp::keyword<struct default_value_t> default_value; 38 nfp::keyword<struct interpreter_t> interpreter;
|
/ndk/sources/host-tools/make-3.81/config/ |
D | signed.m4 | 17 [Define to empty if the C compiler doesn't support this keyword.])
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makevars | 28 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
D | token_iterator.hpp | 167 nfp::keyword<struct dropped_delimeters_t > dropped_delimeters; 168 nfp::keyword<struct kept_delimeters_t > kept_delimeters;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 412 // or proved to not exist. A keyword may be "", in which will match anything. 413 // If one keyword is a prefix of another, and the next CharT in the input 414 // might match another keyword, the algorithm will attempt to find the longest 415 // matching keyword. If the longer matching keyword ends up not matching, then 416 // no keyword match is found. If no keyword match is found, __ke is returned 418 // Else an iterator pointing to the matching keyword is found. If more than 419 // one keyword matches, an iterator to the first matching keyword is returned. 424 // If the input is "a", the first keyword matches and eofbit is set. 449 size_t __n_might_match = __nkw; // At this point, any keyword might match 472 // For each keyword which might match, see if the __indx character is __c [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | targetvars | 37 # Test the export keyword with per-target variables
|
/ndk/sources/host-tools/make-3.81/ |
D | config.ami | 31 /* Define to empty if the keyword does not work. */
|
D | config.h-vms | 50 /* Define to empty if the keyword does not work. */
|
D | NEWS | 77 "export" keyword. 372 the override keyword is available.
|
D | ChangeLog | 1831 * read.c (eval): Fix Bug #1391: allow "export" keyword in
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 249 span.keyword {
|