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

<<11121314151617181920

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 107 + (NSArray *)generatorsFromPath:(NSString *)path;
  /external/skia/src/views/mac/
SkOptionsTableView.h 37 - (NSCell*)createTextField:(NSString*)placeHolder;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 47 + (NSFont*)findFontLike:(NSFont*)font forString:(NSString*)string withRange:(NSRange)range inLanguage:(id)useNil;
122 NSString *string = [[NSString alloc] initWithCharactersNoCopy:codeUnits length:codeUnitsLength freeWhenDone:NO];
SimpleFontDataMac.mm 103 static NSString *webFallbackFontFamily(void)
105 DEFINE_STATIC_LOCAL(RetainPtr<NSString>, webFallbackFontFamily, ([[NSFont systemFontOfSize:16.0f] familyName]));
160 NSString *fallbackFontFamily;
230 NSString *familyName = [m_platformData.font() familyName];
365 NSString *name = [f fontName];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m 80 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 37 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.m 67 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 50 NSString* const kRTCSessionDescriptionDelegateErrorDomain = @"RTCSDPError";
74 NSString* str = @(error.c_str());
103 NSString* str = @(error.c_str());
165 - (RTCDataChannel*)createDataChannelWithLabel:(NSString*)label
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
video_capture_ios.mm 67 [NSString alloc] initWithCString:deviceUniqueIdUTF8
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 56 - (NSString *)toString;
67 - (NSString *)toString { return st==nil?nil:[st render]; }
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_titlebar_view_cocoa.h 80 - (void)setTitle:(NSString*)newTitle;
panel_window_controller_cocoa.h 33 base::scoped_nsobject<NSString> pendingWindowTitle_;
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 101 NSString* substring =
102 [[[NSString alloc] initWithCharacters:characters.data()
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 76 - (RTCDataChannel*)createDataChannelWithLabel:(NSString*)label
  /external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h 118 @property(copy, nonatomic) NSString* trayTitle;
  /external/chromium_org/base/mac/
foundation_util.h 25 class NSString;
148 // converting a CFStringRef to NSString.
182 // NSString *foo = CFToNSCast(CFSTR("Hello"));
316 // NSString* version = base::mac::ObjCCast<NSString>(
319 // NSString* str = base::mac::ObjCCastStrict<NSString>(
360 // Converts |path| to an autoreleased NSString. Returns nil if |path| is empty.
361 BASE_EXPORT NSString* FilePathToNSString(const FilePath& path);
364 BASE_EXPORT FilePath NSStringToFilePath(NSString* str)
    [all...]
  /external/lldb/examples/summaries/cocoa/
NSURL.py 33 if not(self.sys_params.types_cache.NSString):
34 self.sys_params.types_cache.NSString = self.valobj.GetTarget().FindFirstType('NSString').GetPointerType()
46 # then there is a pointer to an NSString which is the url text
61 self.sys_params.types_cache.NSString)
96 url_text_vo = self.valobj.CreateValueFromExpression("url","(NSString*)[" + stream.GetData() + " description]")
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 43 #import <Foundation/NSString.h>
266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
275 NSString* docPath = [paths objectAtIndex:0];
tcuIOSPlatform.mm 162 NSString* chooseLayerColorFormat (const glu::RenderConfig& config)
214 const NSString* const colorFormat = chooseLayerColorFormat(config);
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 72 @property(assign, nonatomic) NSString* toolTip;
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 178 nibFileNamed:(NSString*)nibName;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 64 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 139 - (NSString *) description
161 + (NSString *) tokenNameForType:(NSInteger)aTokenType
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.m 164 - (NSString *) description
187 + (NSString *) tokenNameForType:(NSInteger)aTokenType

Completed in 2426 milliseconds

<<11121314151617181920