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

1 2 3 4 5 67 8 91011>>

  /external/qemu/elff/
elf_alloc.h 39 * without having to adjust alignment of the blocks, returned from alloc()
95 void* alloc(size_t size);
elf_alloc.cc 34 void* ElfAllocator::alloc(size_t size) { function in class:ElfAllocator
61 return elf->allocator()->alloc(size);
  /external/webkit/Source/WebCore/platform/text/mac/
LocalizedNumberMac.mm 45 RetainPtr<NSNumberFormatter> formatter(AdoptNS, [[NSNumberFormatter alloc] init]);
70 RetainPtr<NSNumber> number(AdoptNS, [[NSNumber alloc] initWithDouble:inputNumber]);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCache.mm 76 NSMutableArray *webOrigins = [[[NSMutableArray alloc] initWithCapacity:coreOrigins.size()] autorelease];
80 RetainPtr<WebSecurityOrigin> webOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:(*it).get()]);
WebKeyGenerator.mm 35 static WebKeyGenerator *sharedGenerator = [[WebKeyGenerator alloc] init];
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientation.mm 50 m_internal = [[WebDeviceOrientationInternal alloc] initWithCoreDeviceOrientation:coreDeviceOrientation];
68 m_internal = [[WebDeviceOrientationInternal alloc] initWithCoreDeviceOrientation:DeviceOrientation::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma)];
WebGeolocationPosition.mm 79 _internal = [[WebGeolocationPositionInternal alloc] initWithCoreGeolocationPosition:GeolocationPosition::create(timestamp, latitude, longitude, accuracy)];
81 _internal = [[WebGeolocationPositionInternal alloc] init];
WebSerializedJSValue.mm 57 _private = [[WebSerializedJSValuePrivate alloc] init];
81 _private = [[WebSerializedJSValuePrivate alloc] init];
WebArchive.mm 131 _private = [[WebArchivePrivate alloc] init];
160 _private = [[WebArchivePrivate alloc] init];
217 _private = [[WebArchivePrivate alloc] init];
291 _private->cachedMainResource = [[WebResource alloc] _initWithCoreResource:coreArchive->mainResource()];
311 _private->cachedSubresources = [[NSArray alloc] init];
314 NSMutableArray *mutableArray = [[NSMutableArray alloc] initWithCapacity:subresources.size()];
317 WebResource *resource = [[WebResource alloc] _initWithCoreResource:subresources[i].get()];
344 _private->cachedSubframeArchives = [[NSArray alloc] init];
347 NSMutableArray *mutableArray = [[NSMutableArray alloc] initWithCapacity:subframeArchives.size()];
350 WebArchive *archive = [[WebArchive alloc] _initWithCoreLegacyWebArchive:(LegacyWebArchive *)subframeArchives[i].get()]
    [all...]
WebRenderLayer.mm 174 NSMutableArray *childWebLayers = [[NSMutableArray alloc] init];
182 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"-ve z-order list"];
190 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
202 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"normal flow list"];
210 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
222 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithName:@"+ve z-order list"];
230 WebRenderLayer* newLayer = [[WebRenderLayer alloc] initWithRenderLayer:curLayer];
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 39 * without having to adjust alignment of the blocks, returned from alloc()
95 void* alloc(size_t size);
elf_alloc.cc 34 void* ElfAllocator::alloc(size_t size) { function in class:ElfAllocator
61 return elf->allocator()->alloc(size);
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 3 template<typename T> struct alloc {}; struct
4 template<typename T> using Alloc = alloc<T>;
5 template<typename T, typename A = Alloc<T>> struct vector {};
31 Alloc<int> AC;
35 h<Alloc>(AC);
  /external/compiler-rt/BlocksRuntime/
Block_private.h 138 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
145 BLOCK_EXPORT void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
  /external/linux-tools-perf/util/
sigchain.c 9 int alloc; member in struct:sigchain_signal
24 ALLOC_GROW(s->old, s->n + 1, s->alloc);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowMac.mm 31 m_window.adoptNS([[NSView alloc] init]);
  /external/webkit/Source/WebCore/platform/mac/
WebNSAttributedStringExtras.mm 41 attachmentCharString = [[NSString alloc] initWithCharacters:chars length:1];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 66 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]];
69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
139 textInputWindowController = [[WebTextInputWindowController alloc] init];
150 _panel = [[WebTextInputPanel alloc] init];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.mm 65 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]];
68 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
133 textInputWindowController = [[WKTextInputWindowController alloc] init];
144 _panel = [[WKTextInputPanel alloc] init];
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ThreadLauncherMac.mm 41 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebKit2/WebProcess/mac/
FullKeyboardAccessWatcher.mm 66 static FullKeyboardAccessWatcher *watcher = [[FullKeyboardAccessWatcher alloc] init];
  /external/webkit/Tools/DumpRenderTree/mac/
PlainTextController.mm 35 static PlainTextController *controller = [[PlainTextController alloc] init];
  /frameworks/rs/
rsProgram.cpp 139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
140 if (alloc != NULL) {
142 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but const count is %u",
147 if (alloc->getType() != mConstantTypes[slot].get()) {
148 ALOGE("Attempt to bind alloc at slot %u, on shader id %u, but types mismatch",
154 if (mConstants[slot].get() == alloc) {
160 mConstants[slot].set(alloc);
161 mHal.state.constants[slot] = alloc;
162 if (alloc) {
163 alloc->addProgramToDirty(this)
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/MacCommon/
setup_gl.m 23 NSView *glView = [[NSView alloc] initWithFrame:contentRect];
  /external/valgrind/main/memcheck/tests/s390x/
cu21.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
18 Address 0x........ is 1 bytes after a block of size 1 alloc'd
25 Address 0x........ is 0 bytes after a block of size 2 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 2 alloc'd
46 Address 0x........ is 0 bytes inside a block of size 3 alloc'd

Completed in 1703 milliseconds

1 2 3 4 5 67 8 91011>>