/frameworks/compile/mclinker/include/mcld/Support/ |
GCFactory.h | 114 template<typename Alloc> 115 class GCFactoryBase : public Alloc 118 typedef DataIterator<typename Alloc::chunk_type, 120 typename Alloc::value_type> > iterator; 121 typedef DataIterator<typename Alloc::chunk_type, 123 typename Alloc::value_type> > const_iterator; 125 typedef typename Alloc::value_type value_type; 126 typedef typename Alloc::pointer pointer; 127 typedef typename Alloc::reference reference; 128 typedef typename Alloc::size_type size_type [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
main.m | 9 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 20 TreeRewriteParser *parser = [[TreeRewriteParser alloc] initWithTokenStream:tokenStream]; 23 // ANTLRCommonTreeNodeStream *treeStream = [[ANTLRCommonTreeNodeStream alloc] initWithTree:program_tree]; 24 // SimpleCTP *walker = [[SimpleCTP alloc] initWithTreeNodeStream:treeStream];
|
/external/clang/test/SemaObjC/ |
gcc-cast-ext.m | 8 + alloc; // expected-note {{method 'alloc' declared here}} 18 // expected-warning {{method definition for 'alloc' not found}} 23 return [[[self alloc] initWithFileReference:fileRef gylphRange:(NSRange)range anchor:(NSString *)htmlAnchor] autorelease]; // expected-warning {{method '-initWithFileReference:gylphRange:anchor:' not found (return type defaults to 'id')}}
|
arc-unsafe-assigns.m | 12 + (id)alloc; 21 +(id)alloc { return 0; } 26 self.unsafe_prop = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe property}} 27 self->unsafe_ivar = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_unretained}} 31 unsafe_var = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_unretained}} 40 unsafe_var = [[Foo alloc] init]; // expected-warning {{assigning retained object to unsafe_unretained}}
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 11 TestLexer *lexer = [[TestLexer alloc] initWithCharStream:stream];
|
/external/clang/test/CodeGenObjC/ |
no-vararg-messaging.m | 6 +(id)alloc; 16 [[[[[[Foo alloc] init] retain] autorelease] self] release];
|
/external/clang/test/PCH/ |
method_pool.h | 16 + alloc; variable 25 + alloc { return 0; }
|
/external/valgrind/main/massif/tests/ |
filter_stderr | 10 # Remove AIX-only alloc-fns 13 # Remove Darwin-only alloc-fns
|
peak2.stderr.exp | 1 Massif: alloc-fns: 24 Massif: alloc S. 1 (t:1728, hp:1600, ex:128, st:0) 25 Massif: alloc S. 2 (t:1872, hp:1616, ex:256, st:0) 28 Massif: alloc S. 5 (t:3744, hp:3200, ex:256, st:0) 29 Massif: alloc S. 6 (t:3888, hp:3216, ex:384, st:0) 32 Massif: alloc S. 9 (t:5760, hp:4800, ex:384, st:0) 33 Massif: alloc S. 10 (t:5904, hp:4816, ex:512, st:0) 36 Massif: alloc S. 13 (t:7776, hp:6400, ex:512, st:0) 37 Massif: alloc S. 14 (t:7920, hp:6416, ex:640, st:0) 40 Massif: alloc S. 17 (t:9792, hp:8000, ex:640, st:0 [all...] |
alloc-fns-B.post.exp | 2 Command: ./alloc-fns 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time (…) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
container_base_dispatch.hpp | 108 typename Policy_Tl, typename Alloc> 111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 113 Policy_Tl, Alloc> 122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 125 template<typename Key, typename Policy_Tl, typename Alloc> 127 Policy_Tl, Alloc> 136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type; 139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc> 140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc> 147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p2.cpp | 18 template<class T> struct Alloc {}; 19 template<class T> using Vec = vector<T, Alloc<T>>; 27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} 34 void g(TT<int, Alloc<int>>); 42 // v's type is same as vector<int, Alloc<int>>. 43 using VTest = vector<int, Alloc<int>>;
|
/external/clang/test/CodeGenCXX/ |
mangle-alias-template.cpp | 3 template<typename T> struct alloc {}; struct 4 template<typename T> using Alloc = alloc<T>; 5 template<typename T, typename A = Alloc<T>> struct vector {}; 31 Alloc<int> AC; 35 h<Alloc>(AC);
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
heap.js | 49 var alloc = allocs[i]; 50 var traceNames = alloc.trace.split(' '); 65 heapEntry.currentBytes += alloc.currentBytes; 66 heapEntry.currentAllocs += alloc.currentAllocs; 67 heapEntry.totalBytes += alloc.totalBytes; 68 heapEntry.totalAllocs += alloc.totalAllocs; 74 currentBytes: alloc.currentBytes, 75 currentAllocs: alloc.currentAllocs, 76 totalBytes: alloc.totalBytes, 77 totalAllocs: alloc.totalAlloc [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
Lzma2Dec.h | 28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc); 29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc); 31 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc); 32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc); 78 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc);
|
/external/clang/test/SemaObjCXX/ |
related-result-type-inference.mm | 8 + (id)alloc; 21 - (id)alloc; 50 __typeof__(([[NSString alloc] init])) *str = (NSString**)0; 52 __typeof__(([[NSString alloc] initWithCString:"blah"])) *str3 = (NSString**)0; 59 __typeof__(([[NSString new] alloc])) *id3 = (id*)0; 64 __typeof__(([[NSString alloc] initAsUnrelated])) *unrelated = (Unrelated**)0; 67 NSArray *arr = [[NSMutableArray alloc] init];
|
/external/lzma/C/ |
Lzma2Dec.h | 28 #define Lzma2Dec_FreeProbs(p, alloc) LzmaDec_FreeProbs(&(p)->decoder, alloc);
29 #define Lzma2Dec_Free(p, alloc) LzmaDec_Free(&(p)->decoder, alloc);
31 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
32 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
78 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc);
|