/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
array_allocator.h | 74 // 402. wrong new expression in [some_] allocator::construct 76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 106 // 402. wrong new expression in [some_] allocator::construct 108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
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/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
array_allocator.h | 74 // 402. wrong new expression in [some_] allocator::construct 76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 106 // 402. wrong new expression in [some_] allocator::construct 108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
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/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
array_allocator.h | 74 // 402. wrong new expression in [some_] allocator::construct 76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 106 // 402. wrong new expression in [some_] allocator::construct 108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
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++/include/ext/ |
array_allocator.h | 74 // 402. wrong new expression in [some_] allocator::construct 76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base 82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
|
malloc_allocator.h | 106 // 402. wrong new expression in [some_] allocator::construct 108 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator 114 construct(pointer __p, _Args&&... __args) function in class:malloc_allocator
|
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
|
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.h | 32 // Construct a null string, distinguishable from an empty string. 35 // Construct a string with UTF-16 data. 38 // Construct a string with UTF-16 data, from a null-terminated source. 41 // Construct a string with latin1 data. 44 // Construct a string with latin1 data, from a null-terminated source. 47 // Construct a string referencing an existing StringImpl.
|
/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/Email/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.
|
/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 */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTTreeParser.stg | 114 /** ID auto construct */ 133 /** label+=TOKEN auto construct */ 139 /** ^(ID ...) auto construct */ 155 /** Match ^(label+=TOKEN ...) auto construct */ 223 /** rule auto construct */ 235 /** x+=rule auto construct */ 241 /** ^(rule ...) auto construct */ 250 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTTreeParser.stg | 115 /** ID auto construct */ 134 /** label+=TOKEN auto construct */ 140 /** ^(ID ...) auto construct */ 156 /** Match ^(label+=TOKEN ...) auto construct */ 224 /** rule auto construct */ 236 /** x+=rule auto construct */ 242 /** ^(rule ...) auto construct */ 251 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 123 /** ID auto construct */ 147 /** label+=TOKEN auto construct */ 153 /** ^(ID ...) auto construct */ 174 /** Match ^(label+=TOKEN ...) auto construct */ 227 /** rule auto construct */ 239 /** x+=rule auto construct */ 245 /** ^(rule ...) auto construct */ 254 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 111 /** ID auto construct */ 130 /** label+=TOKEN auto construct */ 136 /** ^(ID ...) auto construct */ 152 /** Match ^(label+=TOKEN ...) auto construct */ 220 /** rule auto construct */ 232 /** x+=rule auto construct */ 238 /** ^(rule ...) auto construct */ 247 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ASTTreeParser.stg | 158 /** ID auto construct */ 178 /** label+=TOKEN auto construct */ 185 /** ^(ID ...) auto construct */ 202 /** Match ^(label+=TOKEN ...) auto construct */ 276 /** rule auto construct */ 289 /** x+=rule auto construct */ 297 /** ^(rule ...) auto construct */ 308 /** ^(x+=rule ...) auto construct */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 122 /** ID auto construct */ 143 /** label+=TOKEN auto construct */ 149 /** ^(ID ...) auto construct */ 165 /** Match ^(label+=TOKEN ...) auto construct */ 232 /** rule auto construct */ 246 /** x+=rule auto construct */ 252 /** ^(rule ...) auto construct */ 263 /** ^(x+=rule ...) auto construct */
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.h | 24 // Construct a NineBox with nine images. Images are specified using resource 29 // Construct a NineBox from a single image and insets indicating the sizes
|
/external/icu4c/common/ |
locbased.h | 39 * Construct a LocaleBased wrapper around the two pointers. These 45 * Construct a LocaleBased wrapper around the two const pointers.
|