/external/bluetooth/bluedroid/hci/src/ |
bt_hw.c | 114 ** Function alloc 123 static void *alloc(int size) function 128 p_hdr = (HC_BT_HDR *) bt_hc_cbacks->alloc(size); 139 ** allocated through the alloc call earlier 192 alloc,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_bridge_unittest.mm | 41 callbacks_.reset([[NSMutableArray alloc] init]); 105 scoped_nsobject<NSView> parentView([[NSView alloc] 107 scoped_nsobject<NSView> webView([[NSView alloc] 110 [[NSView alloc] initWithFrame:NSMakeRect(0,0,100,100)]); 113 controller([[FakeBookmarkBarController alloc] initWithBrowser:browser]);
|
/external/chromium/chrome/browser/ui/cocoa/ |
tab_view_picker_table_unittest.mm | 37 [[TabViewPickerTable alloc] initWithFrame:frame]); 42 [[[NSTableColumn alloc] initWithIdentifier:nil] autorelease]]; 48 [[NSTabView alloc] initWithFrame:frame]); 52 [[NSTabViewItem alloc] initWithIdentifier:nil]); 57 [[NSTabViewItem alloc] initWithIdentifier:nil]);
|
window_size_autosaver_unittest.mm | 24 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151) 55 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151) 68 scoped_nsobject<WindowSizeAutosaver> sizeSaver([[WindowSizeAutosaver alloc] 86 scoped_nsobject<WindowSizeAutosaver> sizeSaver([[WindowSizeAutosaver alloc] 127 scoped_nsobject<WindowSizeAutosaver> sizeSaver([[WindowSizeAutosaver alloc] 145 scoped_nsobject<WindowSizeAutosaver> sizeSaver([[WindowSizeAutosaver alloc] 186 scoped_nsobject<WindowSizeAutosaver> sizeSaver([[WindowSizeAutosaver alloc]
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_account_chooser.mm | 30 [[NSMenuItem alloc] initWithTitle:title 54 icon_.reset([[NSImageView alloc] initWithFrame:NSZeroRect]); 65 popup_.reset([[MenuButton alloc] initWithFrame:NSZeroRect]); 67 [[DownArrowPopupMenuCell alloc] initTextCell:@""]); 78 base::scoped_nsobject<NSMenu> menu([[NSMenu alloc] initWithTitle:@""]);
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_bridge_unittest.mm | 43 callbacks_.reset([[NSMutableArray alloc] init]); 104 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]); 106 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]); 108 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]); 111 [[FakeBookmarkBarController alloc] initWithBrowser:browser()]);
|
/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory.cc | 40 void* MappedMemoryManager::Alloc( 52 void* mem = chunk->Alloc(size); 65 TRACE_EVENT0("gpu", "MappedMemoryManager::Alloc::wait"); 69 void* mem = chunk->Alloc(size); 91 void* mem = mc->Alloc(size);
|
/external/chromium_org/remoting/host/ |
continue_window_mac.mm | 63 [[ContinueWindowMacController alloc] initWithWindow:this]); 93 shades_.reset([[NSMutableArray alloc] initWithCapacity:[screens count]]); 96 [[[NSWindow alloc] initWithContentRect:[screen frame] 114 continue_alert_.reset([[NSAlert alloc] init]); 132 [[NSImage alloc] initByReferencingFile:imagePath]);
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_controller_unittest.mm | 62 [[MCSettingsController alloc] initWithProvider:&provider 78 [[MCSettingsController alloc] initWithProvider:&provider 105 [[MCSettingsController alloc] initWithProvider:&provider 125 [[MCSettingsController alloc] initWithProvider:&provider 144 [[MCSettingsController alloc] initWithProvider:&provider
|
/external/clang/test/Index/ |
complete-objc-message-id.m | 5 + (id)alloc; 24 [[A alloc] init]; 30 + (id)alloc { 31 return [A alloc]; 65 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText alloc} (32)
|
/external/srtp/crypto/kernel/ |
alloc.c | 2 * alloc.c 45 #include "alloc.h" 52 "alloc" /* printable name for module */ 60 * grepping for 'alloc', then matching alloc and free calls by
|
/external/valgrind/main/memcheck/tests/ |
holey_buffer_too_small.stderr.exp | 6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd 15 Address 0x........ is 0 bytes after a block of size 8 alloc'd 24 Address 0x........ is 1 bytes before a block of size 8 alloc'd 33 Address 0x........ is 0 bytes after a block of size 8 alloc'd 42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memfs_malloc.cc | 99 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 116 // us with an internal lock held (see tcmalloc/system-alloc.cc). 117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size, 120 return fallback_->Alloc(size, actual_size, alignment); 126 return fallback_->Alloc(size, actual_size, alignment); 135 return fallback_->Alloc(size, actual_size, alignment); 148 return fallback_->Alloc(size, actual_size, alignment); 169 "alloc too large (size, bytes left)", size, limit-hugetlb_base_); 259 SysAllocator* alloc = MallocExtension::instance()->GetSystemAllocator(); 260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memfs_malloc.cc | 99 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 116 // us with an internal lock held (see tcmalloc/system-alloc.cc). 117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size, 120 return fallback_->Alloc(size, actual_size, alignment); 126 return fallback_->Alloc(size, actual_size, alignment); 135 return fallback_->Alloc(size, actual_size, alignment); 148 return fallback_->Alloc(size, actual_size, alignment); 169 "alloc too large (size, bytes left)", size, limit-hugetlb_base_); 259 SysAllocator* alloc = MallocExtension::instance()->GetSystemAllocator(); 260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc); [all...] |
/frameworks/rs/ |
rsProgram.cpp | 150 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { 151 if (alloc != NULL) { 153 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but const count is %u", 158 if (alloc->getType() != mConstantTypes[slot].get()) { 159 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but types mismatch", 165 if (mConstants[slot].get() == alloc) { 171 mConstants[slot].set(alloc); 172 mHal.state.constants[slot] = alloc; 173 if (alloc) { 174 alloc->addProgramToDirty(this) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
stack | 45 template <class Alloc> explicit stack(const Alloc& a); 46 template <class Alloc> stack(const container_type& c, const Alloc& a); 47 template <class Alloc> stack(container_type&& c, const Alloc& a); 48 template <class Alloc> stack(const stack& c, const Alloc& a); 49 template <class Alloc> stack(stack&& c, const Alloc& a) [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_enc.cpp | 25 ptr = stream->alloc(packetSize); 40 ptr = stream->alloc(packetSize); 57 ptr = stream->alloc(packetSize); 75 ptr = stream->alloc(packetSize); 91 ptr = stream->alloc(packetSize); 107 ptr = stream->alloc(packetSize); 123 ptr = stream->alloc(packetSize); 139 ptr = stream->alloc(packetSize); 157 ptr = stream->alloc(packetSize); 172 ptr = stream->alloc(packetSize) [all...] |
/dalvik/vm/ |
Dvm.mk | 118 alloc/Alloc.cpp \ 119 alloc/CardTable.cpp \ 120 alloc/HeapBitmap.cpp.arm \ 121 alloc/HeapDebug.cpp \ 122 alloc/Heap.cpp.arm \ 123 alloc/DdmHeap.cpp \ 124 alloc/Verify.cpp \ 125 alloc/Visit.cpp \ 204 alloc/Copying.cpp.ar [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_controller_unittest.mm | 83 scoped_nsobject<TabController> controller([[TabController alloc] init]); 95 scoped_nsobject<TabController> controller([[TabController alloc] init]); 99 [[TabControllerTestTarget alloc] init]); 113 scoped_nsobject<TabController> controller([[TabController alloc] init]); 127 scoped_nsobject<TabController> controller([[TabController alloc] init]); 139 scoped_nsobject<TabController> controller([[TabController alloc] init]); 160 scoped_nsobject<TabController> controller([[TabController alloc] init]); 169 [[TabControllerTestTarget alloc] init]); 206 scoped_nsobject<TabController> controller([[TabController alloc] init]); 220 scoped_nsobject<TabController> controller([[TabController alloc] init]) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_button.mm | 49 return [[[NSGradient alloc] initWithColorsAndLocations: 59 NSShadow* shadow = [[[NSShadow alloc] init] autorelease]; 69 NSShadow* shadow = [[[NSShadow alloc] init] autorelease]; 91 base::scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]); 98 [[NSMutableParagraphStyle alloc] init]); 114 return [[[NSAttributedString alloc] initWithString:title 138 trackingArea_.reset([[CrTrackingArea alloc]
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
window_size_autosaver_unittest.mm | 25 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151) 60 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151) 74 [[WindowSizeAutosaver alloc] initWithWindow:window_ 92 [[WindowSizeAutosaver alloc] initWithWindow:window_ 133 [[WindowSizeAutosaver alloc] initWithWindow:window_ 151 [[WindowSizeAutosaver alloc] initWithWindow:window_ 192 [[WindowSizeAutosaver alloc] initWithWindow:window_
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMockRecorder.m | 33 invocationHandlers = [[NSMutableArray alloc] init]; 60 [invocationHandlers addObject:[[[OCMReturnValueProvider alloc] initWithValue:anObject] autorelease]]; 66 [invocationHandlers addObject:[[[OCMBoxedReturnValueProvider alloc] initWithValue:aValue] autorelease]]; 72 [invocationHandlers addObject:[[[OCMExceptionReturnValueProvider alloc] initWithValue:anException] autorelease]]; 78 [invocationHandlers addObject:[[[OCMNotificationPoster alloc] initWithNotification:aNotification] autorelease]]; 84 [invocationHandlers addObject:[[[OCMIndirectReturnValueProvider alloc] initWithProvider:anObject andSelector:selector] autorelease]]; 92 [invocationHandlers addObject:[[[OCMBlockCaller alloc] initWithCallBlock:aBlock] autorelease]];
|
/external/chromium_org/third_party/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 20 char* dst = (char*)chunk.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); 58 SkChunkAlloc& alloc = p->fAlloc; local 60 c->fName = dupstr(alloc, el, strlen(el)); 63 SkXMLPullParser::AttrInfo* info = (SkXMLPullParser::AttrInfo*)alloc.alloc(n * sizeof(SkXMLPullParser::AttrInfo), 70 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0])); 71 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1]));
|
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 20 char* dst = (char*)chunk.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); 58 SkChunkAlloc& alloc = p->fAlloc; local 60 c->fName = dupstr(alloc, el, strlen(el)); 63 SkXMLPullParser::AttrInfo* info = (SkXMLPullParser::AttrInfo*)alloc.alloc(n * sizeof(SkXMLPullParser::AttrInfo), 70 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0])); 71 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1]));
|
/external/valgrind/main/memcheck/tests/s390x/ |
cu21.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd 11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd 18 Address 0x........ is 1 bytes after a block of size 1 alloc'd 25 Address 0x........ is 0 bytes after a block of size 2 alloc'd 32 Address 0x........ is 0 bytes inside a block of size 1 alloc'd 39 Address 0x........ is 0 bytes inside a block of size 2 alloc'd 46 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
|