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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 300 for (const TAllocation* alloc = this; alloc != 0; alloc = alloc->prevAlloc)
301 alloc->check();
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 487 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur)
489 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
490 con, alloc, (Surface *)sur);
497 rsAllocationSetSurface(con, alloc, static_cast<ANativeWindow *>(s.get()));
501 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
503 LOG_API("nAllocationIoSend, con(%p), alloc(%p)", con, alloc);
504 rsAllocationIoSend(con, alloc);
508 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
510 LOG_API("nAllocationIoReceive, con(%p), alloc(%p)", con, alloc)
    [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...]
  /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/skia/src/gpu/
GrAllocPool.cpp 36 void* alloc(size_t bytes) { function in struct:GrAllocPool::Block
80 void* GrAllocPool::alloc(size_t size) { function in class:GrAllocPool
88 return fBlock->alloc(size);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 77 static WKMenuTarget* target = [[WKMenuTarget alloc] init];
143 NSMenuItem* menuItem = [[NSMenuItem alloc] initWithTitle:nsStringFromWebCoreString(items[i].title()) action:@selector(forwardContextMenuAction:) keyEquivalent:@""];
149 WebUserDataWrapper *wrapper = [[WebUserDataWrapper alloc] initWithUserData:items[i].userData()];
161 NSMenu* menu = [[NSMenu alloc] initWithTitle:nsStringFromWebCoreString(items[i].title())];
165 NSMenuItem* menuItem = [[NSMenuItem alloc] initWithTitle:nsStringFromWebCoreString(items[i].title()) action:@selector(forwardContextMenuAction:) keyEquivalent:@""];
191 m_popup.adoptNS([[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:NO]);
WebPopupMenuProxyMac.mm 57 m_popup.adoptNS([[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:NO]);
75 RetainPtr<NSMutableDictionary> attributes(AdoptNS, [[NSMutableDictionary alloc] initWithObjectsAndKeys:
80 RetainPtr<NSNumber> writingDirectionValue(AdoptNS, [[NSNumber alloc] initWithInteger:writingDirection + NSTextWritingDirectionOverride]);
81 RetainPtr<NSArray> writingDirectionArray(AdoptNS, [[NSArray alloc] initWithObjects:writingDirectionValue.get(), nil]);
84 RetainPtr<NSAttributedString> string(AdoptNS, [[NSAttributedString alloc] initWithString:nsStringFromWebCoreString(items[i].m_text) attributes:attributes.get()]);
127 RetainPtr<NSView> dummyView(AdoptNS, [[NSView alloc] initWithFrame:rect]);
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 49 int[] alloc = new int[FakeApp.PAGE_SIZE/4];
50 mAllocs.add(alloc);
53 alloc[j] = VAL;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 253 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp);
254 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) {
256 rsnAllocationCopyToBitmap(mContext, alloc, bmp);
260 native void rsnAllocationSyncAll(int con, int alloc, int src);
261 synchronized void nAllocationSyncAll(int alloc, int src) {
263 rsnAllocationSyncAll(mContext, alloc, src);
265 native void rsnAllocationIoSend(int con, int alloc);
266 synchronized void nAllocationIoSend(int alloc) {
268 rsnAllocationIoSend(mContext, alloc);
270 native void rsnAllocationIoReceive(int con, int alloc);
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 82 * alloc Target-side memory allocation
89 * obtained from *alloc. Symbols defined and referenced by the module are
105 struct Dynamic_Loader_Allocate * alloc,
119 * alloc Target-side memory allocation
126 * obtained from *alloc. Symbols defined and referenced by the module are
138 struct Dynamic_Loader_Allocate * alloc, // the target memory allocator
151 * alloc Target-side memory allocation
168 struct Dynamic_Loader_Allocate * alloc,
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 320 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp);
321 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) {
323 rsnAllocationCopyToBitmap(mContext, alloc, bmp);
327 native void rsnAllocationSyncAll(int con, int alloc, int src);
328 synchronized void nAllocationSyncAll(int alloc, int src) {
330 rsnAllocationSyncAll(mContext, alloc, src);
332 native Surface rsnAllocationGetSurface(int con, int alloc);
333 synchronized Surface nAllocationGetSurface(int alloc) {
335 return rsnAllocationGetSurface(mContext, alloc);
337 native void rsnAllocationSetSurface(int con, int alloc, Surface sur)
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 57 m_pointerData[loc].alloc(len);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 83 [ANTLRBaseRecognizer setTokenNames:[[[NSArray alloc] initWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
89 return [[CombinedParser alloc] initWithTokenStream:aStream];
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 69 return [[DeviceWatcherImpl alloc] init:dm];
77 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 13 +(id)alloc; variable
  /external/clang/test/Index/
complete-method-decls.m 13 + (id)alloc;
38 + (id)alloc { return 0; }
  /external/dropbear/libtommath/
bn_mp_div_2.c 24 if (b->alloc < a->used) {
bn_mp_lshd.c 29 if (a->alloc < a->used + b) {
bn_mp_mul_2.c 24 if (b->alloc < a->used + 1) {
bn_mp_mul_d.c 27 if (c->alloc < a->used + 1) {
  /external/freetype/include/freetype/
ftsystem.h 161 * alloc ::
174 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n)
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 19 #include "caml/alloc.h"
35 Option = alloc(1, 0);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 136 appleMenu = [[NSMenu alloc] initWithTitle:@""];
159 menuItem = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""];
178 windowMenu = [[NSMenu alloc] initWithTitle:@"Window"];
181 menuItem = [[NSMenuItem alloc] initWithTitle:@"Minimize" action:@selector(performMiniaturize:) keyEquivalent:@"m"];
186 windowMenuItem = [[NSMenuItem alloc] initWithTitle:@"Window" action:nil keyEquivalent:@""];
201 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
219 [NSApp setMainMenu:[[NSMenu alloc] init]];
224 sdlMain = [[SDLMain alloc] init];

Completed in 1500 milliseconds

1 2 3 4 5 6 78 91011>>