HomeSort by relevance Sort by last modified time
    Searched refs:NSString (Results 451 - 475 of 478) sorted by null

<<11121314151617181920

  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 189 void PostNotification(NSString* notification);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 267 NSString *string;
269 string = [ [ NSString alloc ] initWithUTF8String:title ];
274 string = [ [ NSString alloc ] initWithUTF8String:icon ];
SDL_QuartzEvents.m 335 NSString *chars = NULL;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 102 - (NSString *) description
424 NSString * functionHeader1 = nil ;
426 NSString * functionHeader2 = nil ;
595 * SimpleC.g:36:1: functionHeader returns [NSString *name] : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')' ;
597 - (NSString *) functionHeader
602 NSString * name = nil ;
    [all...]
SimpleCLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 79 base::scoped_nsobject<NSString> toolTip_;
165 - (void)setToolTipAtMousePoint:(NSString *)string;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 144 AtomicString(NSString* s) : m_string(add((CFStringRef)s)) { }
145 operator NSString*() const { return m_string; }
WTFString.h 380 String(NSString*);
384 operator NSString*() const { if (!m_impl) return @""; return *m_impl; }
524 inline NSString* nsStringNilIfEmpty(const String& str) { return str.isEmpty() ? nil : (NSString*)str; }
StringImpl.h 40 @class NSString;
420 operator NSString*();
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 406 - (BookmarkButtonCell*)cellForCustomButtonWithText:(NSString*)text
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 184 base::scoped_nsobject<NSString> pending_window_title_;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm 88 NSString* language = [m_locale.get() objectForKey:NSLocaleLanguageCode];
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 1022 if (strcmp(class_name,"NSString") &&
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.mm 62 NSString *buttonPlacement = [[NSUserDefaults standardUserDefaults] objectForKey:@"AppleScrollBarVariant"];
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.mm 141 self.fTitle = [NSString stringWithUTF8String:title];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 286 - (NSString *) description
308 + (NSString *) tokenNameForType:(NSInteger)aTokenType
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 80 - (NSString*)webCoreFamilyName
ScrollAnimatorMac.mm 699 NSString* scrollAnimationDefaultsKey =
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.mm 685 NSString* category = session.category;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 317 + (NSString *) tokenNameForType:(NSInteger)aTokenType
1006 //<if(trace)>[self traceOut:[NSString stringWithFormat:@"<ruleName> %d\n", <ruleDescriptor.index>]];<endif>
    [all...]

Completed in 1859 milliseconds

<<11121314151617181920