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

1 2 3 4 5 67 8 91011>>

  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_stacks.cc 13 fprintf(stderr, "Test alloc: %p.\n", stack_var);
17 // CHECK: Test alloc: [[ADDR:.*]].
use_tls_static.cc 15 fprintf(stderr, "Test alloc: %p.\n", tls_var);
18 // CHECK: Test alloc: [[ADDR:.*]].
use_unaligned.cc 15 fprintf(stderr, "Test alloc: %p.\n", p);
20 // CHECK: Test alloc: [[ADDR:.*]].
  /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/chromium_org/base/memory/
singleton_objc.h 13 // of [[NSExampleType alloc] init]. Subsequent calls will return the same
24 // return [[Foo alloc] initWithName:@"selecty"];
37 // are instantiated by sending |alloc| and |init| messages, and are deallocated
43 return [[Type alloc] init];
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_animation_unittest.mm 58 delegate_.reset([[ConstrainedWindowAnimationTestDelegate alloc] init]);
67 [[ConstrainedWindowAnimationShow alloc] initWithWindow:test_window()]);
74 [[ConstrainedWindowAnimationHide alloc] initWithWindow:test_window()]);
81 [[ConstrainedWindowAnimationPulse alloc] initWithWindow:test_window()]);
  /external/chromium_org/third_party/skia/src/views/mac/
skia_mac.mm 14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/chromium_org/tools/gyp/test/mac/xctest/
TestCase.m 13 MyClass *foo = [[MyClass alloc] init];
  /external/clang/test/Analysis/inlining/
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/PCH/
typo.m 5 [NSstring alloc]; // expected-error{{unknown receiver 'NSstring'; did you mean 'NSString'?}}
  /external/skia/src/views/mac/
skia_mac.mm 14 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /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
  /frameworks/rs/driver/runtime/
rs_sample.c 269 getBilinearSample1D(const Allocation_t *alloc, float2 weights,
273 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
319 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3,
323 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
324 size_t stride = alloc->mHal.drvState.lod[lod].stride;
349 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk,
352 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
386 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk,
389 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
390 size_t stride = alloc->mHal.drvState.lod[lod].stride
537 const Allocation_t *alloc = (const Allocation_t *)a.p; local
589 const Allocation_t *alloc = (const Allocation_t *)a.p; local
636 const Allocation_t *alloc = (const Allocation_t *)a.p; local
    [all...]
  /external/speex/libspeex/
cb_search.c 57 ALLOC(shape, subvect_size, spx_word16_t);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
142 ALLOC(E, shape_cb_size>>2, __m128);
145 ALLOC(E, shape_cb_size, spx_word32_t);
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
231 ALLOC(r2, nsf, spx_word16_t);
300 ALLOC(ot2, N, spx_word16_t*);
301 ALLOC(nt2, N, spx_word16_t*)
    [all...]
  /external/bison/build-aux/
darwin11.4.0.valgrind 21 fun:?alloc*
29 fun:?alloc*
37 fun:?alloc*
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller_unittest.mm 22 AboutIPCController* controller = [[AboutIPCController alloc] init];
32 scoped_nsobject<CocoaLogData> cdata([[CocoaLogData alloc]
39 scoped_nsobject<CocoaLogData> cdata([[CocoaLogData alloc]
fullscreen_window_unittest.mm 29 window.reset([[FullscreenWindow alloc] init]);
41 window.reset([[FullscreenWindow alloc] init]);
44 item.reset([[PerformCloseUIItem alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window_unittest.mm 16 window_.reset([[BookmarkBarFolderWindow alloc]
28 view_.reset([[BookmarkBarFolderWindowContentView alloc]
42 scroll_view_.reset([[BookmarkBarFolderWindowScrollView alloc]
bookmark_tree_browser_cell_unittest.mm 18 matrixMock_.reset([[NSMatrix alloc] init]);
19 targetMock_.reset([[NSObject alloc] init]);
28 BookmarkTreeBrowserCell* cell = [[[BookmarkTreeBrowserCell alloc]

Completed in 1233 milliseconds

1 2 3 4 5 67 8 91011>>