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

<<11121314151617181920>>

  /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/webkit/Source/WebKit/mac/Misc/
WebNSDictionaryExtras.m 92 NSNumber *object = [[NSNumber alloc] initWithInt:value];
99 NSNumber *object = [[NSNumber alloc] initWithFloat:value];
106 NSNumber *object = [[NSNumber alloc] initWithBool:value];
113 NSNumber *object = [[NSNumber alloc] initWithLongLong:value];
120 NSNumber *object = [[NSNumber alloc] initWithUnsignedLongLong:value];
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseManager.mm 58 static WebDatabaseManager *sharedManager = [[WebDatabaseManager alloc] init];
66 NSMutableArray *webOrigins = [[NSMutableArray alloc] initWithCapacity:coreOrigins.size()];
69 WebSecurityOrigin *webOrigin = [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:coreOrigins[i].get()];
83 NSMutableArray *names = [[NSMutableArray alloc] initWithCapacity:nameVector.size()];
104 return [[[NSDictionary alloc] initWithObjects:objects forKeys:keys count:3] autorelease];
  /frameworks/rs/
rsProgram.cpp 139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
140 if (alloc != NULL) {
142 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but const count is %u",
147 if (alloc->getType() != mConstantTypes[slot].get()) {
148 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but types mismatch",
154 if (mConstants[slot].get() == alloc) {
160 mConstants[slot].set(alloc);
161 mHal.state.constants[slot] = alloc;
162 if (alloc) {
163 alloc->addProgramToDirty(this)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/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 113 alloc/Alloc.cpp \
114 alloc/CardTable.cpp \
115 alloc/HeapBitmap.cpp.arm \
116 alloc/HeapDebug.cpp \
117 alloc/Heap.cpp.arm \
118 alloc/DdmHeap.cpp \
119 alloc/Verify.cpp \
120 alloc/Visit.cpp \
199 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/chrome/browser/ui/cocoa/
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]
menu_controller_unittest.mm 67 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
82 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
108 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
141 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
155 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:YES]);
170 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
199 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
212 scoped_nsobject<MenuController> menu([[MenuController alloc] init]);
236 [[MenuController alloc] initWithModel:&model useWithPopUpButtonCell:NO]);
  /external/skia/legacy/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
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.mm 174 NSMutableArray *childWebLayers = [[NSMutableArray alloc] init];
182 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"-ve z-order list"];
190 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
202 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"normal flow list"];
210 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
222 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"+ve z-order list"];
230 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 18 details.reset([[CocoaCookieDetails alloc] initAsFolder]);
31 details.reset([[CocoaCookieDetails alloc] initWithCookie:&cookie
65 details.reset([[CocoaCookieDetails alloc] initWithDatabase:&info]);
94 details.reset([[CocoaCookieDetails alloc] initWithLocalStorage:&info]);
121 details.reset([[CocoaCookieDetails alloc] initWithAppCacheInfo:&info]);
160 details.reset([[CocoaCookieDetails alloc] initWithIndexedDBInfo:&info]);
182 details.reset([[CocoaCookieDetails alloc] initWithDatabase:domain
208 details.reset([[CocoaCookieDetails alloc] initWithLocalStorage:domain
230 details.reset([[CocoaCookieDetails alloc]
  /device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h 44 unsigned char *alloc(size_t len) { function in class:IOStream
48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRSymbolStack.m 43 return( [[ANTLRSymbolsScope alloc] init] );
62 return [[ANTLRSymbolStack alloc] init];
67 return [[ANTLRSymbolStack alloc] initWithLen:cnt];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRSymbolStack.m 43 return( [[ANTLRSymbolsScope alloc] init] );
62 return [[ANTLRSymbolStack alloc] init];
67 return [[ANTLRSymbolStack alloc] initWithLen:cnt];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRSymbolStack.m 43 return( [[ANTLRSymbolsScope alloc] init] );
62 return [[ANTLRSymbolStack alloc] init];
67 return [[ANTLRSymbolStack alloc] initWithLen:cnt];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuleMapElement.m 41 return [[ANTLRRuleMapElement alloc] init];
46 return [[ANTLRRuleMapElement alloc] initWithAnIndex:(NSNumber *)aNumber];
51 return [[ANTLRRuleMapElement alloc] initWithAnIndex:aNumber RuleNum:aRuleNum];
ANTLRSymbolStack.m 43 return( [[ANTLRSymbolsScope alloc] init] );
62 return [[ANTLRSymbolStack alloc] initWithLen:30];
67 return [[ANTLRSymbolStack alloc] initWithLen:cnt];
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac_unittest.mm 23 [[NSMenuItem alloc] initWithTitle:@""
59 scoped_nsobject<NSMenu> menu([[NSMenu alloc] initWithTitle:@""]);
86 scoped_nsobject<NSMenu> menu([[NSMenu alloc] initWithTitle:@""]);
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view_unittest.mm 35 [[FindBarView alloc] initWithFrame:frame]);
47 [[MouseDownViewPong alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)]);
72 [[MouseDownViewPong alloc] initWithFrame:NSMakeRect(0, 0, 200, 200)]);

Completed in 2062 milliseconds

<<11121314151617181920>>