HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 526 - 550 of 611) sorted by null

<<2122232425

  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 424 uint8_t* srcRow = (uint8_t*)srcStorage.alloc(cinfo.output_width * 4);
672 uint8_t* srcRow = (uint8_t*)srcStorage.alloc(width * 4);
922 uint8_t* oneRowP = (uint8_t*)oneRow.alloc(width * 3);
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 248 WebView *webView = [[WebView alloc] initWithFrame: frame];
623 view->fKitWindow = [[CarbonWindowAdapter alloc] initWithCarbonWindowRef: newWindow takingOwnership: NO disableOrdering:NO carbon:YES];
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 48 static MipMap* Alloc(int levelCount, size_t pixelSize) {
882 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const {
896 if (tmpSrc.config() == dstConfig && NULL == alloc) {
918 if (!tmpDst.allocPixels(alloc, ctable)) {
1127 MipMap* mm = MipMap::Alloc(maxLevels, size);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 584 NSImage *snapshot = [[NSImage alloc] initWithSize: [self bounds].size];
1025 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 384 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
394 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count);
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 39 "third_party/srtp/crypto/kernel/alloc.c",
  /external/clang/include/clang/AST/
ExprObjC.h 430 /// [[NSString alloc] initWithString:@"Hello"]
433 /// The innermost message send invokes the "alloc" class method on the
436 /// NSString's "alloc". In all, an Objective-C message send can take
568 static ObjCMessageExpr *alloc(ASTContext &C,
574 static ObjCMessageExpr *alloc(ASTContext &C,
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 138 LocMap::Allocator &alloc)
139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc)
    [all...]
  /external/mksh/src/
expr.c 542 tvar = alloc(c + /* NUL */ 1, ATEMP);
625 vp = alloc(sizeof(struct tbl), ATEMP);
histrap.c 95 editor = alloc(len + 4, ATEMP);
582 history = alloc(histsize * sizeof(char *), APERM);
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 70 <auxwhat>Address 0x........ is 0 bytes after a block of size 40 alloc'd</auxwhat>
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 110 0000 0010 show after reg-alloc
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 430 NSString *string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO];
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 254 NSURL *url = [[NSURL alloc] initWithString:cocoaData];
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 397 NSData *data = [[NSData alloc] initWithBytes:element.m_data.data() length:element.m_data.size()];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 132 _pluginLayer.adoptNS([[CALayer alloc] init]);
  /frameworks/base/core/jni/android/opengl/
util.cpp 63 void* alloc(size_t size) { function in class:android::MallocHelper
119 pTransformed = (float*) mallocHelper.alloc(transformedIndexCount * 4 * sizeof(float));
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 579 Address 0x........ is 0 bytes after a block of size 4 alloc'd
585 Address 0x........ is 4 bytes after a block of size 4 alloc'd
591 Address 0x........ is 8 bytes after a block of size 4 alloc'd
597 Address 0x........ is 0 bytes after a block of size 4 alloc'd
    [all...]
  /external/clang/lib/AST/
Expr.cpp 2865 ObjCMessageExpr *ObjCMessageExpr::alloc(ASTContext &C, function in class:ObjCMessageExpr
2877 ObjCMessageExpr *ObjCMessageExpr::alloc(ASTContext &C, function in class:ObjCMessageExpr
    [all...]
  /external/ping/
ping.c 459 /* Set socket buffers, "alloc" is an estimate of memory taken by single packet. */
461 void sock_setbufs(int icmp_sock, int alloc)
467 sndbuf = alloc;
470 rcvbuf = hold = alloc * preload;
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 1596 String8 alloc = Asset::getAssetAllocations(); local
    [all...]
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 74 // Our gralloc device structure (alloc interface)
127 // gralloc device functions (alloc interface)
254 // alloc succeeded - insert the allocated handle to the allocated list
513 // 3. locked sw access must match usage during alloc time.
677 // Allocate memory for the gralloc device (alloc interface)
692 dev->device.alloc = gralloc_alloc;
  /external/dropbear/libtommath/
tommath.h 180 int used, alloc, sign; member in struct:__anon5573
  /external/jpeg/
jmemdos.c 57 #include <alloc.h> /* need farmalloc(), farfree() */

Completed in 1238 milliseconds

<<2122232425