OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc
(Results
701 - 725
of
3588
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
db_swap_1.pass.cpp
12
// template <class T, class
Alloc
>
13
// void swap(list<T,
Alloc
>& x, list<T,
Alloc
>& y);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
rebind_alloc.pass.cpp
12
// template <class
Alloc
>
15
// template <class T> using rebind_alloc =
Alloc
::rebind<U>::other |
Alloc
<T, Args...>;
/frameworks/base/graphics/java/android/renderscript/
RenderScript.java
371
native void rsnAllocationCopyToBitmap(int con, int
alloc
, Bitmap bmp);
372
synchronized void nAllocationCopyToBitmap(int
alloc
, Bitmap bmp) {
374
rsnAllocationCopyToBitmap(mContext,
alloc
, bmp);
378
native void rsnAllocationSyncAll(int con, int
alloc
, int src);
379
synchronized void nAllocationSyncAll(int
alloc
, int src) {
381
rsnAllocationSyncAll(mContext,
alloc
, src);
383
native Surface rsnAllocationGetSurface(int con, int
alloc
);
384
synchronized Surface nAllocationGetSurface(int
alloc
) {
386
return rsnAllocationGetSurface(mContext,
alloc
);
388
native void rsnAllocationSetSurface(int con, int
alloc
, Surface sur)
[
all
...]
/art/runtime/mirror/
string.cc
120
String* string =
Alloc
(self, GetJavaLangString(), utf16_length);
150
String* string =
Alloc
(self, GetJavaLangString(), utf16_length);
161
String* String::
Alloc
(Thread* self, Class* java_lang_String, int32_t utf16_length) {
162
SirtRef<CharArray> array(self, CharArray::
Alloc
(self, utf16_length));
166
return
Alloc
(self, java_lang_String, array.get());
169
String* String::
Alloc
(Thread* self, Class* java_lang_String, CharArray* array) {
/external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm
262
return [[[CocoaCookieDetails
alloc
] initWithCookie:info.cookie
266
return [[[CocoaCookieDetails
alloc
]
269
return [[[CocoaCookieDetails
alloc
]
272
return [[[CocoaCookieDetails
alloc
]
275
return [[[CocoaCookieDetails
alloc
]
278
return [[[CocoaCookieDetails
alloc
] initAsFolder] autorelease];
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container.mm
36
[[AutofillSectionContainer
alloc
] initWithDelegate:delegate_
43
details_.reset([[NSMutableArray
alloc
] init]);
50
scrollView_.reset([[NSScrollView
alloc
] initWithFrame:NSZeroRect]);
57
[scrollView_ setDocumentView:[[NSView
alloc
] initWithFrame:NSZeroRect]];
168
[[AutofillBubbleController
alloc
]
234
base::scoped_nsobject<NSMutableArray> fields([[NSMutableArray
alloc
] init]);
new_credit_card_bubble_cocoa.mm
77
[[InfoBubbleWindow
alloc
]
106
[[NSTextField
alloc
] initWithFrame:NSZeroRect]);
118
[[NSMutableParagraphStyle
alloc
] init]);
124
[[NSAttributedString
alloc
]
133
base::scoped_nsobject<NSImageView> icon([[NSImageView
alloc
]
265
bubbleController_ = [[NewCreditCardBubbleControllerCocoa
alloc
]
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm
263
return [[[CocoaCookieDetails
alloc
] initWithCookie:info.cookie
266
return [[[CocoaCookieDetails
alloc
]
269
return [[[CocoaCookieDetails
alloc
]
272
return [[[CocoaCookieDetails
alloc
]
275
return [[[CocoaCookieDetails
alloc
]
278
return [[[CocoaCookieDetails
alloc
] initAsFolder] autorelease];
/external/chromium_org/chrome/browser/ui/cocoa/
validation_message_bubble_cocoa.mm
36
[[InfoBubbleWindow
alloc
] initWithContentRect:
65
FlippedView* contentView = [[FlippedView
alloc
] initWithFrame:contentFrame];
69
base::scoped_nsobject<NSImageView> imageView([[NSImageView
alloc
]
79
[[NSTextField
alloc
] initWithFrame:textFrame]);
108
[[NSTextField
alloc
] initWithFrame:subTextFrame]);
158
controller_.reset([[[ValidationMessageBubbleController
alloc
]
/external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h
32
// Invalid offset, returned by
Alloc
in case of failure.
52
Offset
Alloc
(unsigned int size);
165
void *
Alloc
(unsigned int size) {
166
FencedAllocator::Offset offset = allocator_.
Alloc
(size);
173
// This is a type-safe version of
Alloc
, returning a typed pointer.
182
return static_cast<T *>(
Alloc
(count * sizeof(T)));
/external/clang/include/clang/Analysis/Support/
BumpVector.h
33
llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1>
Alloc
;
37
BumpVectorContext() :
Alloc
(new llvm::BumpPtrAllocator(), 1) {}
42
BumpVectorContext(llvm::BumpPtrAllocator &A) :
Alloc
(&A, 0) {}
45
if (
Alloc
.getInt())
46
delete
Alloc
.getPointer();
49
llvm::BumpPtrAllocator &getAllocator() { return *
Alloc
.getPointer(); }
/art/runtime/gc/accounting/
mod_union_table-inl.h
28
// A mod-union table to record image references to the Zygote and
alloc
space.
47
// A mod-union table to record Zygote references to the
alloc
space.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseMapElement.m
41
return [[ANTLRBaseMapElement
alloc
] init];
46
return [[ANTLRBaseMapElement
alloc
] initWithAnIndex:(NSNumber *)aNumber];
ANTLRBaseStack.m
47
return [[ANTLRBaseStack
alloc
] init];
52
return [[ANTLRBaseStack
alloc
] initWithLen:cnt];
ANTLRMissingTokenException.m
39
return [[ANTLRMissingTokenException
alloc
] init];
46
return [[ANTLRMissingTokenException
alloc
] init:expected Stream:anInput With:insertedToken];
ANTLRNodeMapElement.m
47
return [[ANTLRNodeMapElement
alloc
] init];
52
return [[ANTLRNodeMapElement
alloc
] initWithAnIndex:anIndex Node:aNode];
ANTLRUnwantedTokenException.m
38
return [[ANTLRUnwantedTokenException
alloc
] init];
43
return [[ANTLRUnwantedTokenException
alloc
] initWithStream:anInput And:expected];
/external/chromium/chrome/browser/ssl/
ssl_add_cert_handler_mac.mm
31
[[[SSLAddCertHandlerCocoa
alloc
] initWithHandler: this] askToAddCert];
68
SFCertificatePanel* panel = [[SFCertificatePanel
alloc
] init];
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller_unittest.mm
72
FakeBookmarkMenuController *c = [[FakeBookmarkMenuController
alloc
] init];
73
NSMenuItem *item = [[[NSMenuItem
alloc
] init] autorelease];
/external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa_unittest.mm
44
controller_ = [[BrowserWindowController
alloc
] initWithBrowser:browser
106
[[FakeController
alloc
] init]);
bug_report_window_controller_unittest.mm
34
BugReportWindowController* controller = [[BugReportWindowController
alloc
]
59
BugReportWindowController* controller = [[BugReportWindowController
alloc
]
gradient_button_cell_unittest.mm
23
scoped_nsobject<NSButton>view([[NSButton
alloc
] initWithFrame:frame]);
25
scoped_nsobject<GradientButtonCell> cell([[GradientButtonCell
alloc
]
history_menu_cocoa_controller_unittest.mm
45
[[FakeHistoryMenuController
alloc
] initWithBridge:bridge_.get()]);
76
scoped_nsobject<NSMenu> menu([[NSMenu
alloc
] initWithTitle:@"History"]);
restart_browser.mm
31
alert_ = [[NSAlert
alloc
] init];
71
RestartHelper* helper = [[RestartHelper
alloc
] init];
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller_unittest.mm
21
resizeDelegate_.reset([[ViewResizerPong
alloc
] init]);
24
[[InfoBarContainerController
alloc
] initWithResizeDelegate:viewResizer];
Completed in 203 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>