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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
types_traits.hpp 52 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
55 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
60 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
62 typedef typename Alloc::template rebind<Key>::other key_allocator;
68 typedef typename Alloc::size_type size_type;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 43 ObjectBaseRef<Allocation> alloc; member in class:android::renderscript::RsdCpuScriptIntrinsicYuvToRGB
56 alloc.set(static_cast<Allocation *>(data));
112 if (!cp->alloc.get()) {
116 const uchar *pinY = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
118 size_t strideY = cp->alloc->mHal.drvState.lod[0].stride;
121 if (cp->alloc->mHal.drvState.lod[0].dimY == 0) {
127 // ALOGE("dimX, %d, dimY, %d", cp->alloc->mHal.drvState.lod[0].dimX, cp->alloc->mHal.drvState.lod[0].dimY);
134 switch (cp->alloc->mHal.state.yuv) {
141 const uchar *pinUV = (const uchar *)cp->alloc->mHal.drvState.lod[1].mallocPtr
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
main.m 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
21 TParser *parser = [[TParser alloc] initWithTokenStream:tokenStream];
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_unittest.mm 17 scoped_nsobject<BookmarkMenu> menu([[BookmarkMenu alloc]
19 scoped_nsobject<NSMenuItem> item([[NSMenuItem alloc] initWithTitle:@"item"
  /external/clang/test/ARCMT/
init.m 16 +alloc;
24 a = [[A alloc] init];
init.m.result 16 +alloc;
24 a = [[A alloc] init];
  /external/clang/test/Analysis/inlining/
ObjCImproperDynamictallyDetectableCast.m 6 +(id)alloc;
33 id a = [[self alloc] init];
RetainCountExamples.m 10 +(id)alloc;
32 SelfStaysLive *foo = [[SelfStaysLive alloc] init];
58 Cell *sharedCell3 = [[Cell alloc] initWithInt: 3];
63 Cell *sharedCell4 = [[Cell alloc] initWithInt: 3]; // expected-warning {{leak}}
117 DelegateTest *obj1 = [[DelegateTest alloc] initWithDelegate: d]; // no-warning
118 DelegateTest *obj2 = [[DelegateTest alloc] init]; // no-warning
119 DelegateTest *obj3 = [[DelegateTest alloc] init]; // no-warning
123 DelegateTest *obj4 = [[DelegateTest alloc] init]; // no-warning
assume-super-init-does-not-return-nil.m 7 +(id)alloc;
37 Cell *newCell = [[Cell alloc] init];
retain-count-self-init.m 10 +(id)alloc;
59 Cell *sharedCell1 = [[Cell alloc] init];
61 Cell *sharedCell2 = [[Cell alloc] initWithInt: 3];
63 Cell *sharedCell3 = [[Cell alloc] initWithIntGood: 3];
  /external/clang/test/Analysis/
properties.m 12 +(id)alloc;
25 +(id)alloc;
44 Test1 *cell = [[[Test1 alloc] init] autorelease];
46 NSString *string1 = [[NSString alloc] initWithFormat:@"test %f", 0.0]; // expected-warning {{Potential leak}}
89 return [[NSNumber alloc] initWithInteger:1];
103 value = [[NSNumber alloc] initWithInteger:0];
131 Person *p = [[[Person alloc] init] autorelease];
134 p.name = [[NSString alloc] init]; // expected-warning {{leak}}
  /external/clang/test/CodeGenObjC/
objc2-legacy-dispatch.m 16 +(id) alloc;
21 [A alloc];
  /external/clang/test/SemaObjC/
ivar-access-package.m 10 +alloc;
41 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
  /external/llvm/test/CodeGen/SPARC/
2008-10-10-InlineAsmRegOperand.ll 5 module asm "\09.section\09\22.ctors\22,#alloc,#write"
6 module asm "\09.section\09\22.dtors\22,#alloc,#write"
  /external/valgrind/main/memcheck/tests/
test-plo-no.stderr.exp-le32 3 Address 0x........ is 4 bytes inside a block of size 5 alloc'd
9 Address 0x........ is 4 bytes inside a block of size 5 alloc'd
test-plo-no.stderr.exp-le64 3 Address 0x........ is 0 bytes inside a block of size 5 alloc'd
9 Address 0x........ is 0 bytes inside a block of size 5 alloc'd
test-plo-no.stderr.exp-s390x-mvc 3 Address 0x........ is 0 bytes after a block of size 5 alloc'd
9 Address 0x........ is 0 bytes after a block of size 5 alloc'd
clo_redzone_128.stderr.exp 4 Address 0x........ is 69 bytes after a block of size 128 alloc'd
fwrite.stderr.exp-kfail 3 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
  /external/chromium/base/memory/
singleton_objc.h 13 // of [[NSExampleType alloc] init]. Subsequent calls will return the same
24 // return [[Foo alloc] initWithName:@"selecty"];
38 // are instantiated by sending |alloc| and |init| messages, and are deallocated
44 return [[Type alloc] init];
  /external/skia/legacy/src/core/
SkRegionPriv.h 25 static RunHead* Alloc(int count)
28 //SkDEBUGF(("************** gRgnAllocCounter::alloc %d\n", gRgnAllocCounter));
62 // We need to alloc & copy the current region before we call
65 writable = Alloc(fRunCount);
  /external/valgrind/main/massif/tests/
deep.c 5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon
8 // - In deep-C.vgtest, we have --alloc-fn=a3..a12, which means that get_XCon
9 // ends up with an empty stack trace after removing all the alloc-fns.
11 // - In deep-D.vgtest, we have --alloc-fn=main..a12, which means we have a
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/
swap_member.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
31 typedef test_allocator<std::pair<const int, std::string> > Alloc;
32 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
60 typedef test_allocator<std::pair<const int, std::string> > Alloc;
61 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.swap/
swap_non_member.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
31 typedef test_allocator<std::pair<const int, std::string> > Alloc;
32 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
60 typedef test_allocator<std::pair<const int, std::string> > Alloc;
61 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
swap_member.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
31 typedef test_allocator<std::pair<const int, std::string> > Alloc;
32 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
43 assert(c1.get_allocator() == Alloc(1));
52 assert(c2.get_allocator() == Alloc(2));
60 typedef test_allocator<std::pair<const int, std::string> > Alloc;
61 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1))
    [all...]

Completed in 794 milliseconds

1 2 3 45 6 7 8 91011>>