Searched
full:alloc (Results
876 -
900 of
3588) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/ocmock/OCMock/ |
OCPartialMockRecorder.m | 15 [invocationHandlers addObject:[[[OCMRealObjectForwarder alloc] init] autorelease]];
|
/external/chromium_org/third_party/ocmock/ |
ocmock_extensions.mm | 72 return [[[cr_OCMConformToProtocolConstraint alloc] initWithProtocol:protocol]
|
/external/chromium_org/third_party/opus/src/silk/ |
NLSF_encode.c | 72 ALLOC( err_Q26, psNLSF_CB->nVectors, opus_int32 ); 76 ALLOC( tempIndices1, nSurvivors, opus_int ); 79 ALLOC( RD_Q25, nSurvivors, opus_int32 ); 80 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 );
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaLib.c | 9 #include "Alloc.h"
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
SkNativeGLContext_iOS.mm | 46 fEAGLContext = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
|
/external/chromium_org/third_party/skia/src/views/ios/ |
SkOSWindow_iOS.mm | 15 fNotifier = [[SkEventNotifier alloc] init];
|
/external/chromium_org/ui/app_list/cocoa/ |
signin_view_controller.mm | 68 [[AppsSigninView alloc] initWithFrame:frame]); 108 [[NSTextField alloc] initWithFrame:frame]); 119 [[NSAttributedString alloc] initWithString:text 155 [[BlueLabelButton alloc] initWithFrame:NSZeroRect]);
|
/external/chromium_org/ui/base/cocoa/ |
base_view_unittest.mm | 20 [[BaseView alloc] initWithFrame:frame]);
|
nib_loading.mm | 14 [[NSNib alloc] initWithNibNamed:name
|
/external/chromium_org/ui/base/cocoa/controls/ |
hover_image_menu_button_cell.mm | 54 base::scoped_nsobject<NSMenuItem> buttonMenuItem([[NSMenuItem alloc] init]);
|
/external/chromium_org/ui/message_center/cocoa/ |
popup_controller_unittest.mm | 33 [[MCPopupController alloc] initWithNotification:notification.get()
|
/external/clang/test/ARCMT/ |
autoreleases.m.result | 69 id a = [[A alloc] init];
|
checking-in-arc.m | 28 + (id)alloc;
|
/external/clang/test/Analysis/ |
malloc.m | 51 NSData *d = [[NSData alloc] initWithBytes: b length: 12]; // expected-warning {{Potential leak of memory pointed to by 'b'}}
|
test-objc-non-nil-return-value-checker.m | 9 +(id)alloc;
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
disabler_in_tsd_destructor.cc | 19 fprintf(stderr, "Test alloc: %p.\n", p);
|
/external/dropbear/libtommath/ |
bn_mp_copy.c | 30 if (b->alloc < a->used) {
|
bn_mp_init.c | 37 a->alloc = MP_PREC;
|
bn_mp_read_unsigned_bin.c | 24 if (a->alloc < 2) {
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_alloc.c | 18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) {
|
/external/linux-tools-perf/Documentation/ |
perf-kmem.txt | 31 --alloc::
|
/external/lzma/C/ |
7zAlloc.c | 7 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
|
Lzma86Dec.c | 6 #include "Alloc.h"
|
LzmaLib.c | 8 #include "Alloc.h"
|
MtCoder.h | 82 ISzAlloc *alloc;
member in struct:_CMtCoder
|
Completed in 3795 milliseconds
<<31323334353637383940>>