| /external/webkit/Source/WebKit/mac/Panels/ |
| WebAuthenticationPanel.m | 229 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession]; 258 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebScriptDebugDelegate.mm | 94 _private = [[WebScriptCallFramePrivate alloc] init]; 183 NSMutableArray *scopes = [[NSMutableArray alloc] init];
|
| /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
| WebEditorClientMac.mm | 94 NSArray *elements = [[NSArray alloc] initWithObjects: 113 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys: excludedElements,
|
| /external/webkit/Tools/WebKitLauncher/ |
| WebKitNightlyEnabler.m | 187 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 192 extensionPaths = [[NSSet alloc] initWithObjects:@"~/Library/InputManagers/", @"/Library/InputManagers/",
|
| /frameworks/base/libs/rs/scriptc/ |
| rs_graphics.rsh | 187 * @param alloc 190 rsgAllocationSyncAll(rs_allocation alloc); 198 * @param alloc 202 rsgAllocationSyncAll(rs_allocation alloc,
|
| /frameworks/base/libs/utils/ |
| String16.cpp | 46 SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)); 75 SharedBuffer* buf = SharedBuffer::alloc(sizeof(char16_t)*(u16len+1)); 114 SharedBuffer* buf = SharedBuffer::alloc((len+1)*sizeof(char16_t)); 128 SharedBuffer* buf = SharedBuffer::alloc((len+1)*sizeof(char16_t));
|
| String8.cpp | 63 SharedBuffer* buf = SharedBuffer::alloc(1); 82 SharedBuffer* buf = SharedBuffer::alloc(len+1); 105 SharedBuffer* buf = SharedBuffer::alloc(bytes+1); 127 SharedBuffer* buf = SharedBuffer::alloc(bytes+1);
|
| /frameworks/compile/libbcc/runtime/BlocksRuntime/ |
| runtime.c | 232 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), 239 _Block_allocator = alloc; 255 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), 260 _Block_use_GC(alloc, setHasRefcount, gc_assign, gc_assign_weak, _Block_memmove_gc_broken);
|
| /hardware/msm7k/libgralloc/ |
| allocator.h | 120 ssize_t alloc(size_t size, uint32_t flags);
|
| /hardware/msm7k/libgralloc-qsd8k/ |
| allocator.h | 121 ssize_t alloc(size_t size, uint32_t flags);
|
| /ndk/sources/cxx-stl/stlport/src/ |
| sparc_atomic.s | 1 .section ".text",#alloc,#execinstr
|
| sparc_atomic64.s | 1 .section ".text",#alloc,#execinstr
|
| /system/core/libpixelflinger/tinyutils/ |
| VectorImpl.cpp | 91 sb = SharedBuffer::alloc(capacity() * mItemSize); 250 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 294 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 346 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
|
| /external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
| libtommath.c | 116 int used, alloc, sign; member in struct:__anon14144 226 if (c->alloc < max + 1) { 304 if (c->alloc < max) { 380 a->alloc = MP_PREC; 404 a->alloc = a->used = 0; 951 if (a->alloc < 2) { 1106 for (n = 0; n < a->alloc; n++) { 1123 if (b->alloc < a->used) { 1253 /* if the alloc size is smaller alloc more ram * [all...] |
| /external/wpa_supplicant_8/src/tls/ |
| libtommath.c | 116 int used, alloc, sign; member in struct:__anon14368 226 if (c->alloc < max + 1) { 304 if (c->alloc < max) { 380 a->alloc = MP_PREC; 404 a->alloc = a->used = 0; 951 if (a->alloc < 2) { 1106 for (n = 0; n < a->alloc; n++) { 1123 if (b->alloc < a->used) { 1253 /* if the alloc size is smaller alloc more ram * [all...] |
| /development/tools/emulator/opengl/host/libs/libOpenglRender/ |
| WindowSurface.cpp | 155 void *data = m_xferBuffer.alloc(m_width * m_height * 4); 199 void *tmpBuf = m_xUpdateBuf.alloc(m_width * m_height * bpp);
|
| /external/mksh/src/ |
| syn.c | 192 nextiop = alloc(sizeof(*iop), ATEMP); 193 nextiop->name = cp = alloc(5, ATEMP); 234 iops = alloc((NUFILE + 1) * sizeof(struct ioword *), ATEMP); 454 t->str = alloc(2, ATEMP); 664 t->left->args = alloc(2 * sizeof(char *), ATEMP); 665 t->left->args[0] = tv = alloc(3, ATEMP); 670 t->left->vars = alloc(sizeof(char *), ATEMP); 848 t = alloc(sizeof(struct op), ATEMP);
|
| /external/oprofile/module/ia64/ |
| IA64syscallstub.h | 90 alloc loc1=ar.pfs, 8, 6, 8, 0; \ 173 alloc loc1=ar.pfs, 8, 5, 8, 0; \
|
| /external/skia/src/core/ |
| SkWriter32.cpp | 12 uint32_t* alloc(size_t size) { function in struct:SkWriter32::Block 86 return block->alloc(size);
|
| /external/skia/src/ports/ |
| SkImageRef_ashmem.cpp | 127 AshmemAllocator alloc(&fRec, this->getURI()); 129 codec->setAllocator(&alloc);
|
| /external/valgrind/main/massif/tests/ |
| long-names.post.exp | 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| new-cpp.post.exp | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| overloaded-new.post.exp | 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| /external/valgrind/main/memcheck/tests/ |
| fprw.stderr.exp | 38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
|
| varinfo1.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
|