HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 151 - 175 of 2627) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaObjC/
related-result-type-inference.m 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;
68 NSArray *arr = [[NSMutableArray alloc] init];
106 + alloc; // expected-note{{overridden method is part of the 'alloc' method family}}
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class type 'D', but is decl (…)
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_enc.cpp 25 ptr = stream->alloc(packetSize);
45 ptr = stream->alloc(packetSize);
68 ptr = stream->alloc(packetSize);
91 ptr = stream->alloc(packetSize);
114 ptr = stream->alloc(packetSize);
135 ptr = stream->alloc(packetSize);
158 ptr = stream->alloc(packetSize);
182 ptr = stream->alloc(packetSize);
201 ptr = stream->alloc(packetSize);
222 ptr = stream->alloc(packetSize)
    [all...]
  /external/clang/test/Analysis/
retain-release-region-store.m 33 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
55 + (id)alloc;
163 [[NSNumber alloc] initWithInt:1], // no-warning
164 [[NSNumber alloc] initWithInt:2], // no-warning
165 [[NSNumber alloc] initWithInt:3], // no-warning
166 [[NSNumber alloc] initWithInt:4], // no-warning
167 [[NSNumber alloc] initWithInt:5] // no-warning
176 [[NSNumber alloc] initWithInt:1], // expected-warning{{leak}}
177 [[NSNumber alloc] initWithInt:2], // expected-warning{{leak}}
178 [[NSNumber alloc] initWithInt:3], // expected-warning{{leak}
    [all...]
pr_2542_rdar_6793404.m 22 + (id)alloc;
48 NSAnimation *animation = [[NSAnimation alloc] // no-warning
57 NSAnimation *animation = [[NSAnimation alloc] // expected-warning{{leak}}
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.cpp 25 ptr = stream->alloc(packetSize);
41 ptr = stream->alloc(packetSize);
59 ptr = stream->alloc(packetSize);
75 ptr = stream->alloc(packetSize);
92 ptr = stream->alloc(packetSize);
110 ptr = stream->alloc(packetSize);
126 ptr = stream->alloc(packetSize);
143 ptr = stream->alloc(packetSize);
160 ptr = stream->alloc(packetSize);
181 ptr = stream->alloc(packetSize)
    [all...]
  /external/clang/test/ARCMT/
objcmt-subscripting-literals-in-arc.m 12 + (id)alloc;
100 arr = [[NSArray alloc] initWithObjects:str, str, nil];
102 dict = [[NSDictionary alloc] initWithObjectsAndKeys: @"value1", @"key1", @"value2", @"key2", nil];
104 dict = [[NSDictionary alloc] initWithObjects:[[NSArray alloc] initWithObjects:@"1", @"2", nil] forKeys:[NSArray arrayWithObjects:@"A", @"B", nil]];
106 NSNumber *n = [[NSNumber alloc] initWithInt:2];
  /external/valgrind/main/memcheck/tests/
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
badrw.stderr.exp-s390x-mvc 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/
eq.pass.cpp 12 // template <class Key, class T, class Hash, class Pred, class Alloc>
14 // operator==(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
15 // const unordered_map<Key, T, Hash, Pred, Alloc>& y);
17 // template <class Key, class T, class Hash, class Pred, class Alloc>
19 // operator!=(const unordered_map<Key, T, Hash, Pred, Alloc>& x,
20 // const unordered_map<Key, T, Hash, Pred, Alloc>& y);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
eq.pass.cpp 12 // template <class Key, class T, class Hash, class Pred, class Alloc>
14 // operator==(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
15 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
17 // template <class Key, class T, class Hash, class Pred, class Alloc>
19 // operator!=(const unordered_multimap<Key, T, Hash, Pred, Alloc>& x,
20 // const unordered_multimap<Key, T, Hash, Pred, Alloc>& y);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/
eq.pass.cpp 12 // template <class Key, class Hash, class Pred, class Alloc>
14 // operator==(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
15 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
17 // template <class Key, class Hash, class Pred, class Alloc>
19 // operator!=(const unordered_multiset<Key, Hash, Pred, Alloc>& x,
20 // const unordered_multiset<Key, Hash, Pred, Alloc>& y);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.m 16 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription];
21 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription element:anElement];
26 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription elements:theElements];
  /external/grub/stage2/
vstafs.h 43 struct alloc struct
55 struct alloc fs_freesecs[0];
76 struct alloc blocks[32];
  /external/skia/src/gpu/
GrAllocPool.cpp 36 void* alloc(size_t bytes) { function in struct:GrAllocPool::Block
80 void* GrAllocPool::alloc(size_t size) { function in class:GrAllocPool
88 return fBlock->alloc(size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp 156 __gnu_cxx::throw_allocator<char> alloc; local
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc; local
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc; local
339 const double orig_throw_prob = alloc.get_throw_prob()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 156 __gnu_cxx::throw_allocator<char> alloc; local
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc; local
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc; local
339 const double orig_throw_prob = alloc.get_throw_prob()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 156 __gnu_cxx::throw_allocator<char> alloc; local
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc; local
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc; local
339 const double orig_throw_prob = alloc.get_throw_prob()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 156 __gnu_cxx::throw_allocator<char> alloc; local
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc; local
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc; local
339 const double orig_throw_prob = alloc.get_throw_prob()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
debug_map_base.hpp 156 __gnu_cxx::throw_allocator<char> alloc; local
157 const double orig_throw_prob = alloc.get_throw_prob();
158 alloc.set_throw_prob(0);
174 alloc.set_throw_prob(orig_throw_prob);
317 __gnu_cxx::throw_allocator<char> alloc; local
318 const double orig_throw_prob = alloc.get_throw_prob();
319 alloc.set_throw_prob(0);
330 alloc.set_throw_prob(orig_throw_prob);
338 __gnu_cxx::throw_allocator<char> alloc; local
339 const double orig_throw_prob = alloc.get_throw_prob()
    [all...]
  /development/ndk/platforms/android-3/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
main.m 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.mm 14 [[[BookmarkBarFolderButtonCell alloc] initForNode:node
bookmark_button_unittest.mm 69 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
78 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
79 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
112 delegate([[FakeButtonDelegate alloc] init]);
113 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
114 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
137 delegate([[FakeButtonDelegate alloc] init]);
138 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
139 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button_unittest.mm 14 button.reset([[DownloadItemButton alloc]
download_shelf_view_unittest.mm 19 scoped_nsobject<DownloadShelfView> view([[DownloadShelfView alloc] init]);

Completed in 149 milliseconds

1 2 3 4 5 67 8 91011>>