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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 29 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::tinyutils::SharedBuffer
52 SharedBuffer* sb = alloc(mSize);
71 SharedBuffer* sb = alloc(newSize);
91 SharedBuffer* sb = alloc(new_size);
  /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...]
  /external/valgrind/main/massif/tests/
deep-C.post.exp 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --depth=8 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_lo (…)
    [all...]
  /dalvik/vm/alloc/
MarkSweep.h 19 #include "alloc/HeapBitmap.h"
20 #include "alloc/HeapSource.h"
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view_unittest.mm 20 view_.reset([[AnimatableView alloc] initWithFrame:frame]);
23 resizeDelegate_.reset([[ViewResizerPong alloc] init]);
clickhold_button_cell_unittest.mm 19 scoped_nsobject<NSButton> view([[NSButton alloc] initWithFrame:frame]);
22 [[ClickHoldButtonCell alloc] initTextCell:@"Testing"]);
dock_icon.mm 77 [[NSGradient alloc] initWithStartingColor:backgroundHighlight
99 [[NSGradient alloc] initWithStartingColor:sliceHighlight
130 scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]);
140 [[NSNumberFormatter alloc] init]);
144 scoped_nsobject<NSShadow> countShadow([[NSShadow alloc] init]);
161 [[NSAttributedString alloc] initWithString:countString
188 scoped_nsobject<DockTileView> dockTileView([[DockTileView alloc] init]);
191 icon = [[DockIcon alloc] init];
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.mm 50 appDelegate_.reset([[FakeAppDelegate alloc] init]);
57 bookmarkBar_.reset([[BookmarkFolderAppleScript alloc]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 43 children_.reset([[NSMutableArray alloc] initWithCapacity:childCount]);
47 [[CocoaCookieTreeNode alloc] initWithNode:child]);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration_unittest.mm 23 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
41 scoped_nsobject<NSImage> image([[NSImage alloc] initWithSize:kImageSize]);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac_unittest.mm 24 [[NSWindow alloc] initWithContentRect:frame
37 [[NSData alloc] initWithBytes:&(*png_representation)[0]
  /external/chromium/webkit/glue/
webmenurunner_mac.mm 48 menu_.reset([[NSMenu alloc] initWithTitle:@""]);
75 [[NSMutableDictionary alloc] initWithCapacity:3]);
77 [[NSMutableParagraphStyle alloc] init]);
88 [[NSNumber alloc] initWithInteger:
91 [[NSArray alloc] initWithObjects:directionValue.get(), nil]);
99 [[NSAttributedString alloc] initWithString:title
124 NSPopUpButtonCell* button = [[NSPopUpButtonCell alloc] initTextCell:@""
140 NSView* dummyView = [[[NSView alloc] initWithFrame:bounds] autorelease];
  /external/clang/test/Analysis/
uninit-ps-rdar6145427.m 14 + (id)alloc;
34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
  /external/clang/test/CodeGenObjC/
debug-info-id-with-protocol.m 5 + (id)alloc;
33 MyClass *my_class = [MyClass alloc];

Completed in 1063 milliseconds

1 2 3 4 5 6 7 8 91011>>