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

<<11121314151617181920>>

  /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/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h 205 * Vendor lib needs to request a buffer through the alloc callout function
258 * needs to be first allocated through the alloc callout function.
290 malloc_cb alloc; member in struct:__anon2991
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 41 if (c->alloc < digs) {
bn_fast_s_mp_mul_high_digs.c 35 if (c->alloc < pa) {
bn_mp_add_d.c 26 if (c->alloc < a->used + 1) {
bn_mp_dr_reduce.c 43 if (x->alloc < m + m) {
bn_mp_montgomery_reduce.c 39 if (x->alloc < digs) {
bn_mp_mul_2d.c 31 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
bn_mp_sub_d.c 26 if (c->alloc < a->used + 1) {
bn_s_mp_add.c 39 if (c->alloc < max + 1) {
bn_s_mp_sub.c 29 if (c->alloc < max) {
  /external/freetype/src/raster/
ftmisc.h 76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
  /external/kernel-headers/original/linux/
mempool.h 21 mempool_alloc_t *alloc; member in struct:mempool_s
  /external/valgrind/main/helgrind/tests/
pth_barrier2.stderr.exp 33 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
52 Address 0x........ is 1 bytes inside a block of size 32 alloc'd
71 Address 0x........ is 2 bytes inside a block of size 32 alloc'd
90 Address 0x........ is 3 bytes inside a block of size 32 alloc'd
109 Address 0x........ is 4 bytes inside a block of size 32 alloc'd
128 Address 0x........ is 5 bytes inside a block of size 32 alloc'd
147 Address 0x........ is 6 bytes inside a block of size 32 alloc'd
166 Address 0x........ is 7 bytes inside a block of size 32 alloc'd
185 Address 0x........ is 8 bytes inside a block of size 32 alloc'd
204 Address 0x........ is 9 bytes inside a block of size 32 alloc'
    [all...]
  /external/valgrind/main/massif/tests/
custom_alloc.post.exp 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.stderr.exp 1 Massif: alloc-fns:
24 Massif: alloc S. 1 (t:800, hp:800, ex:0, st:0)
zero1.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero2.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
errs1.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 alloc'd
21 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm 140 _applicationCacheQuotaManager = [[WebApplicationCacheQuotaManager alloc] initWithOrigin:self];
147 _databaseQuotaManager = [[WebDatabaseQuotaManager alloc] initWithOrigin:self];
WebViewFactory.mm 48 NSMenuItem *item = [[[NSMenuItem alloc] initWithTitle:title action:action keyEquivalent:@""] autorelease];
61 [[[self alloc] init] release];
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 36 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
105 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 35 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
38 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 92 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/javascript" expectedContentLength:0 textEncodingName:@"utf-8"];
105 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/plain" expectedContentLength:0 textEncodingName:@"utf-8"];

Completed in 3279 milliseconds

<<11121314151617181920>>