/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
new_allocator.h | 102 // 402. wrong new expression in [some_] allocator::construct 104 construct(pointer __p, const _Tp& __val) function in class:new_allocator 110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
array_allocator.h | 76 // 402. wrong new expression in [some_] allocator::construct 78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 108 // 402. wrong new expression in [some_] allocator::construct 110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 116 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
new_allocator.h | 105 // 402. wrong new expression in [some_] allocator::construct 107 construct(pointer __p, const _Tp& __val) function in class:new_allocator 113 construct(pointer __p, _Args&&... __args) function in class:new_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
array_allocator.h | 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base 88 // 402. wrong new expression in [some_] allocator::construct 90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
|
malloc_allocator.h | 114 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator 122 // 402. wrong new expression in [some_] allocator::construct 124 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
|
new_allocator.h | 109 construct(_Up* __p, _Args&&... __args) function in class:new_allocator 117 // 402. wrong new expression in [some_] allocator::construct 119 construct(pointer __p, const _Tp& __val) function in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
array_allocator.h | 76 // 402. wrong new expression in [some_] allocator::construct 78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 108 // 402. wrong new expression in [some_] allocator::construct 110 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 116 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
new_allocator.h | 105 // 402. wrong new expression in [some_] allocator::construct 107 construct(pointer __p, const _Tp& __val) function in class:new_allocator 113 construct(pointer __p, _Args&&... __args) function in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
array_allocator.h | 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base 88 // 402. wrong new expression in [some_] allocator::construct 90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
|
malloc_allocator.h | 114 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator 122 // 402. wrong new expression in [some_] allocator::construct 124 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
|
new_allocator.h | 109 construct(_Up* __p, _Args&&... __args) function in class:new_allocator 117 // 402. wrong new expression in [some_] allocator::construct 119 construct(pointer __p, const _Tp& __val) function in class:new_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
malloc_allocator.h | 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator 129 // 402. wrong new expression in [some_] allocator::construct 131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
|
new_allocator.h | 119 construct(_Up* __p, _Args&&... __args) function in class:new_allocator 127 // 402. wrong new expression in [some_] allocator::construct 129 construct(pointer __p, const _Tp& __val) function in class:new_allocator
|
alloc_traits.h | 139 using _Base_type::construct; 151 // overload construct for non-standard pointer types 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits 156 _Base_type::construct(__a, std::addressof(*__p), 215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits 216 { __a.construct(__p, __arg); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
malloc_allocator.h | 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator 129 // 402. wrong new expression in [some_] allocator::construct 131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
|
new_allocator.h | 126 construct(_Up* __p, _Args&&... __args) function in class:new_allocator 134 // 402. wrong new expression in [some_] allocator::construct 136 construct(pointer __p, const _Tp& __val) function in class:new_allocator
|
/external/chromium_org/google_apis/gaia/ |
google_service_auth_error.h | 140 // Construct a GoogleServiceAuthError from a State with no additional data. 143 // Construct a GoogleServiceAuthError from a network error. 147 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data from the 156 // Construct a SERVICE_ERROR error, e.g. invalid client ID, with an 161 // Construct an UNEXPECTED_SERVICE_RESPONSE error, with an |error_message| 189 // Construct a GoogleServiceAuthError from |state| and |error_message|.
|
/frameworks/base/core/java/android/nfc/ |
NdefMessage.java | 45 * Use {@link #NdefMessage(byte[])} to construct an NDEF Message from 47 * construct from one or more {@link NdefRecord}s. 65 * Construct an NDEF Message by parsing raw bytes.<p> 106 * Construct an NDEF Message from one or more NDEF Records. 127 * Construct an NDEF Message from one or more NDEF Records. 166 * byte array used to construct this NDEF Message. However it will
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
WildcardFileFilter.java | 60 * Construct a new case-sensitive wildcard filter for a single wildcard. 70 * Construct a new wildcard filter for a single wildcard specifying case-sensitivity. 85 * Construct a new case-sensitive wildcard filter for an array of wildcards. 98 * Construct a new wildcard filter for an array of wildcards specifying case-sensitivity. 116 * Construct a new case-sensitive wildcard filter for a list of wildcards. 127 * Construct a new wildcard filter for a list of wildcards specifying case-sensitivity.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
alloc_traits.h | 139 using _Base_type::construct; 151 // overload construct for non-standard pointer types 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits 156 _Base_type::construct(__a, std::addressof(*__p), 215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits 216 { __a.construct(__p, __arg); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
alloc_traits.h | 139 using _Base_type::construct; 151 // overload construct for non-standard pointer types 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits 156 _Base_type::construct(__a, std::addressof(*__p), 215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits 216 { __a.construct(__p, __arg); }
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 112 /** ID auto construct */ 131 /** label+=TOKEN auto construct */ 137 /** ^(ID ...) auto construct */ 153 /** Match ^(label+=TOKEN ...) auto construct */ 221 /** rule auto construct */ 233 /** x+=rule auto construct */ 239 /** ^(rule ...) auto construct */ 248 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 128 /** ID auto construct */ 148 /** label+=TOKEN auto construct */ 154 /** ^(ID ...) auto construct */ 170 /** Match ^(label+=TOKEN ...) auto construct */ 238 /** rule auto construct */ 253 /** x+=rule auto construct */ 259 /** ^(rule ...) auto construct */ 268 /** ^(x+=rule ...) auto construct */
|