/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge_unittest.mm | 39 menu_([[NSMenu alloc] initWithTitle:@"History"]) {} 77 NSMenuItem* item = [[[NSMenuItem alloc] initWithTitle:title action:NULL 126 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"history foo"] autorelease]; 144 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"history foo"] autorelease]; 164 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"history foo"] autorelease]; 176 NSMenu* menu = [[[NSMenu alloc] initWithTitle:@"history foo"] autorelease]; 352 item.menu_item.reset([[NSMenuItem alloc] init]);
|
javascript_app_modal_dialog_cocoa.mm | 39 alert_.reset([[NSAlert alloc] init]); 44 textField_ = [[NSTextField alloc] initWithFrame:NSMakeRect(0, 0, 300, 22)]; 136 helper_.reset([[JavaScriptAppModalDialogHelper alloc] init]); 218 [[NSAttributedString alloc] initWithString:message_text 237 [[NSAttributedString alloc] initWithString:informative_text
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleMac.mm | 64 return RetainPtr<NSLocale>(AdoptNS, [[NSLocale alloc] initWithLocaleIdentifier:locale]); 74 NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; 85 , m_gregorianCalendar(AdoptNS, [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]) 92 m_locale.adoptNS([[NSLocale alloc] initWithLocaleIdentifier:defaultLanguage()]); 102 RetainPtr<NSLocale> locale = [[NSLocale alloc] initWithLocaleIdentifier:localeIdentifier]; 304 RetainPtr<NSNumberFormatter> formatter(AdoptNS, [[NSNumberFormatter alloc] init]); 309 RetainPtr<NSNumber> sampleNumber(AdoptNS, [[NSNumber alloc] initWithDouble:9876543210]);
|
/frameworks/rs/ |
rsScriptGroup.cpp | 237 Allocation * alloc = Allocation::createAllocation(rsc, local 239 l->mAlloc = alloc; 243 n->mOutputs[ct3]->mAlloc = alloc; 368 RsAllocation alloc) { 371 s->setInput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc); 375 RsAllocation alloc) { 378 s->setOutput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 100 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 211 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) 517 unsigned alloc; \ 525 unsigned alloc; \ 626 vec_->alloc = alloc_; \ 633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \ 642 VEC_ASSERT (dst_->num + len_ <= dst_->alloc, "splice", T, base); \ 654 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 100 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 211 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) 517 unsigned alloc; \ 525 unsigned alloc; \ 626 vec_->alloc = alloc_; \ 633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \ 642 VEC_ASSERT (dst_->num + len_ <= dst_->alloc, "splice", T, base); \ 654 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 100 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 211 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) 517 unsigned alloc; \ 525 unsigned alloc; \ 626 vec_->alloc = alloc_; \ 633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \ 642 VEC_ASSERT (dst_->num + len_ <= dst_->alloc, "splice", T, base); \ 654 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 100 DEF_VEC_ALLOC_{O,P,I}(TYPEDEF,ALLOC) macro to get memory managed 102 VEC(TYPEDEF,ALLOC) macro. The ALLOC argument specifies the 211 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) 517 unsigned alloc; \ 525 unsigned alloc; \ 626 vec_->alloc = alloc_; \ 633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \ 642 VEC_ASSERT (dst_->num + len_ <= dst_->alloc, "splice", T, base); \ 654 VEC_ASSERT (vec_->num < vec_->alloc, "push", T, base); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.mm | 155 [[PageInfoBubbleController alloc] initWithPageInfoModel:model 178 [[InfoBubbleWindow alloc] initWithContentRect:contentRect 275 [[PageInfoContentView alloc] initWithFrame:contentFrame]); 305 NSButton* certButton = [[[NSButton alloc] initWithFrame:frame] autorelease]; 335 [[NSTextField alloc] initWithFrame:frame]); 355 [[NSTextField alloc] initWithFrame:frame]); 404 [[NSImageView alloc] initWithFrame:frame]); 415 scoped_nsobject<NSButton> button([[NSButton alloc] initWithFrame:frame]); 419 [[HyperlinkButtonCell alloc] initTextCell:string]); 440 scoped_nsobject<NSBox> spacer([[NSBox alloc] initWithFrame:frame]) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 81 sheet_controller_.reset([[CollectedCookiesWindowController alloc] 86 [[CustomConstrainedWindowSheet alloc] 151 animation_.reset([[NSViewAnimation alloc] init]); 174 [[NSGradient alloc] initWithStartingColor:bannerStartingColor 203 detailsViewController_.reset([[CookieDetailsViewController alloc] init]); 370 icons_.reset([[NSMutableArray alloc] init]); 386 [[CocoaCookieTreeNode alloc] initWithNode:root]); 390 [[CocoaCookieTreeNode alloc] initWithNode:root]); 414 label = [[[NSString alloc] init] autorelease]; 444 label = [[[NSString alloc] init] autorelease] [all...] |
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_results_controller.mm | 129 [[AppsSearchResultsTableView alloc] initWithFrame:NSZeroRect]); 144 [[CrTrackingArea alloc] initWithRect:NSZeroRect 154 [[NSTableColumn alloc] initWithIdentifier:@""]); 156 [[AppsSearchResultsCell alloc] initTextCell:@""]); 164 base::scoped_nsobject<FlippedView> containerView([[FlippedView alloc] 170 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, size.width, 0)]); 260 [[AppsSearchResultRep alloc] 327 [[NSMutableParagraphStyle alloc] init]); 336 [[NSMutableAttributedString alloc] 384 [[NSAttributedString alloc] initWithString:@"\n"]) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBitSet.m | 34 return [[ANTLRBitSet alloc] init]; 39 return [[ANTLRBitSet alloc] initWithType:type]; 47 return [[ANTLRBitSet alloc] initWithNBits:nbits]; 52 return [[ANTLRBitSet alloc] initWithArrayOfBits:types]; 57 return [[ANTLRBitSet alloc] initWithBits:theBits Count:longCount];
|
ANTLRCommonTokenStream.m | 40 return [[ANTLRCommonTokenStream alloc] init]; 45 return [[ANTLRCommonTokenStream alloc] initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource]; 50 return [[ANTLRCommonTokenStream alloc] initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:aChannel]; 270 ANTLRBitSet *bits = [[ANTLRBitSet alloc] initWithArrayOfBits:tokenTypes]; 278 ANTLRBitSet *bits = [[ANTLRBitSet alloc] init];
|
/external/chromium/chrome/browser/themes/ |
theme_service_mac.mm | 65 empty_image = [[NSImage alloc] initWithSize:image_rect.size]; 215 gradient = [[NSGradient alloc] initWithStartingColor:start_color 239 [[NSGradient alloc] initWithColorsAndLocations:start_color, 0.0, 251 gradient = [[NSGradient alloc] initWithStartingColor:start_color 266 gradient = [[NSGradient alloc] initWithStartingColor:start_color
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.mm | 120 BrowserActionCell* cell = [[[BrowserActionCell alloc] init] autorelease]; 125 // NSButton between alloc/init and setCell:. 134 [self setMenu:[[[ExtensionActionContextMenu alloc] 143 moveAnimation_.reset([[NSViewAnimation alloc] init]); 272 NSImage* image = [[[NSImage alloc] initWithSize:bounds.size] autorelease];
|
extension_install_dialog_controller_unittest.mm | 113 controller([[ExtensionInstallDialogController alloc] 170 controller([[ExtensionInstallDialogController alloc] 202 controller1([[ExtensionInstallDialogController alloc] 214 controller2([[ExtensionInstallDialogController alloc] 257 controller([[ExtensionInstallDialogController alloc]
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller_unittest.mm | 57 resizeDelegate_.reset([[ViewResizerPong alloc] init]); 59 [[ToolbarController alloc] initWithModel:browser->toolbar_model() 209 scoped_nsobject<HitView> view([[HitView alloc] 227 scoped_nsobject<NSButton> button([[NSButton alloc] init]); 232 scoped_nsobject<GradientButtonCell> cell([[GradientButtonCell alloc] init]);
|
/external/chromium_org/base/mac/ |
objc_property_releaser_unittest.mm | 47 return [[[CountVonCount alloc] init] autorelease]; 241 ObjCPropertyTestDerived* test_object = [[ObjCPropertyTestDerived alloc] init]; 247 CountVonCount* baseAssign = [[CountVonCount alloc] init]; 248 CountVonCount* derivedAssign = [[CountVonCount alloc] init]; 249 CountVonCount* protoAssign = [[CountVonCount alloc] init];
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_mac.mm | 78 empty_image = [[NSImage alloc] initWithSize:image_rect.size]; 191 gradient = [[NSGradient alloc] initWithStartingColor:start_color 215 [[NSGradient alloc] initWithColorsAndLocations:start_color, 0.0, 227 gradient = [[NSGradient alloc] initWithStartingColor:start_color 242 gradient = [[NSGradient alloc] initWithStartingColor:start_color
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_sheet_controller.mm | 82 [[ConstrainedWindowSheetController alloc] 85 g_sheetControllers = [[NSMutableDictionary alloc] init]; 115 sheets_.reset([[NSMutableArray alloc] init]); 144 [[CWSheetOverlayWindow alloc] initWithContentRect:rect controller:self]); 150 [[ConstrainedWindowSheetInfo alloc] initWithSheet:sheet
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.mm | 51 [[FramedBrowserWindow alloc] initWithContentRect:contentRect 59 tabContentArea_.reset([[FastResizeView alloc] initWithFrame: 65 tabStripView_.reset([[TabStripView alloc] initWithFrame: 119 overlayWindow_ = [[TabWindowOverlayWindow alloc] 137 focusBeforeOverlay_.reset([[FocusTracker alloc] initWithWindow:window]);
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller_unittest.mm | 64 resizeDelegate_.reset([[ViewResizerPong alloc] init]); 66 [[ToolbarController alloc] 221 [[HitView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]); 238 base::scoped_nsobject<NSButton> button([[NSButton alloc] init]); 244 [[GradientButtonCell alloc] init]);
|
/external/chromium_org/media/video/capture/mac/ |
video_capture_device_qtkit_mac.mm | 40 [[[NSMutableDictionary alloc] init] autorelease]; 56 lock_ = [[NSLock alloc] init]; 102 captureDeviceInput_ = [[QTCaptureDeviceInput alloc] initWithDevice:device]; 103 captureSession_ = [[QTCaptureSession alloc] init]; 106 [[[QTCaptureDecompressedVideoOutput alloc] init] autorelease];
|
/external/speex/libspeex/ |
ltp.c | 188 ALLOC(corr16, end-start+1, spx_word16_t); 189 ALLOC(ener16, end-start+1, spx_word16_t); 190 ALLOC(corr, end-start+1, spx_word32_t); 197 ALLOC(energy, end-start+2, spx_word32_t); 198 ALLOC(corr, end-start+1, spx_word32_t); 203 ALLOC(best_score, N, spx_word32_t); 204 ALLOC(best_ener, N, spx_word32_t); 381 ALLOC(tmp1, 3*nsf, spx_word16_t); 382 ALLOC(e, nsf, spx_word16_t); 397 ALLOC(mm, p, spx_mem_t) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.c | 203 gcov_var.alloc = 0; 333 size_t new_size = gcov_var.alloc; 340 gcov_var.alloc = new_size; 360 "alloc" calculation in gcov_write_string(). */ 367 gcov_unsigned_t alloc = 1 + ((len + 4) >> 2); local 370 gcc_assert (alloc < GCOV_BLOCK_SIZE); 371 return alloc; 397 if (gcov_var.offset + words > gcov_var.alloc) 441 unsigned alloc = 0; local 447 alloc = (length + 4) >> 2 [all...] |