HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 401 - 425 of 3538) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
allocator_type.pass.cpp 12 // template <class Alloc>
15 // typedef Alloc allocator_type;
value_type.pass.cpp 12 // template <class Alloc>
15 // typedef typename Alloc::value_type value_type;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
63 Address 0x........ is 0 bytes after a block of size 20 alloc'd
70 Address 0x........ is 7 bytes after a block of size 20 alloc'd
77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'
    [all...]
custom_alloc.stderr.exp-s390x-mvc 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
63 Address 0x........ is 0 bytes after a block of size 20 alloc'd
70 Address 0x........ is 7 bytes after a block of size 20 alloc'd
77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'
    [all...]
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/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 41 callbacks_.reset([[NSMutableArray alloc] init]);
102 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]);
104 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]);
106 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]);
109 [[FakeBookmarkBarController alloc] initWithBrowser:browser()]);
  /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/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/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 24 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151)
59 [[NSWindow alloc] initWithContentRect:NSMakeRect(100, 101, 150, 151)
73 [[WindowSizeAutosaver alloc] initWithWindow:window_
91 [[WindowSizeAutosaver alloc] initWithWindow:window_
132 [[WindowSizeAutosaver alloc] initWithWindow:window_
150 [[WindowSizeAutosaver alloc] initWithWindow:window_
191 [[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]];

Completed in 581 milliseconds

<<11121314151617181920>>