HomeSort by relevance Sort by last modified time
    Searched full:iphone (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/skia/gyp/
iOSShell.gyp 41 # iPhone
42 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
43 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm',
44 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
65 '../experimental/iOSSampleApp/iPhone',
77 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
SimpleiOSApp.gyp 24 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
59 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib',
apptype_console.gypi 40 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
54 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib',
SampleApp.gyp 195 # iPhone
196 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm',
197 '../experimental/iOSSampleApp/iPhone/SkUINavigationController.mm',
221 '../experimental/iOSSampleApp/iPhone',
232 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
  /external/skia/experimental/iOSSampleApp/
SkiOSSampleApp-Base.xcconfig 16 CODE_SIGN_IDENTITY=iPhone Developer
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 94 return std::string("iPhone 1G");
96 return std::string("iPhone 3G");
98 return std::string("iPhone 3GS");
100 return std::string("iPhone 4");
102 return std::string("Verizon iPhone 4");
104 return std::string("iPhone 4S");
106 return std::string("iPhone 5 (GSM)");
108 return std::string("iPhone 5 (GSM+CDMA)");
110 return std::string("iPhone 5c (GSM)");
112 return std::string("iPhone 5c (GSM+CDMA)")
    [all...]
  /external/webrtc/webrtc/modules/utility/include/
helpers_ios.h 47 // Examples: ?iPhone? and ?iPod touch?.
51 // Examples: "iPhone 5s (GSM)" and "iPhone 6 Plus".
  /external/clang/test/Driver/
darwin-sdkroot.c 47 // RUN: | FileCheck --check-prefix=CHECK-IPHONE %s
49 // CHECK-IPHONE: clang
50 // CHECK-IPHONE: "-cc1"
51 // CHECK-IPHONE: "-triple" "arm64-apple-ios8.0.0"
52 // CHECK-IPHONE: ld
53 // CHECK-IPHONE: "-iphoneos_version_min" "8.0.0"
darwin-objc-gc.m 1 // Check that we warn, but accept, -fobjc-gc for iPhone OS.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/
karma-config-ci.js 15 browserName: 'iphone',
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 69 // For iPhone, they are defined in iPhone specific test code.
  /external/webrtc/webrtc/modules/video_render/
video_render_defines.h 32 kRenderiOS = 4, // iPhone
  /frameworks/wilhelm/tests/native-media/res/values/
strings.xml 17 <item>http://iphone.video.hsn.com/iPhone_high.m3u8</item>
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_platform.h 74 /* if compiling for iPhone */
79 /* if not compiling for iPhone */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_platform.h 74 /* if compiling for iPhone */
79 /* if not compiling for iPhone */
  /prebuilts/misc/windows/sdl2/include/
SDL_platform.h 74 /* if compiling for iPhone */
79 /* if not compiling for iPhone */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_platform.h 74 /* if compiling for iPhone */
79 /* if not compiling for iPhone */
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
Ipsum.java 26 "Article One\n\nExcepteur pour-over occaecat squid biodiesel umami gastropub, nulla laborum salvia dreamcatcher fanny pack. Ullamco culpa retro ea, trust fund excepteur eiusmod direct trade banksy nisi lo-fi cray messenger bag. Nesciunt esse carles selvage put a bird on it gluten-free, wes anderson ut trust fund twee occupy viral. Laboris small batch scenester pork belly, leggings ut farm-to-table aliquip yr nostrud iphone viral next level. Craft beer dreamcatcher pinterest truffaut ethnic, authentic brunch. Esse single-origin coffee banksy do next level tempor. Velit synth dreamcatcher, magna shoreditch in american apparel messenger bag narwhal PBR ennui farm-to-table.",
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
ios_device.py 32 if line and re.match(r'\s*(iPod|iPhone|iPad):', line):
  /prebuilts/misc/windows/sdl2/
CREDITS.txt 41 * Holmes Futrell for his port of SDL to the iPhone and iPod Touch during the
  /external/clang/www/analyzer/
scan-build.html 71 <li><a href="#iphone">Analyzing iPhone Projects</a></li>
302 <h2 id="iphone">Analyzing iPhone Projects</h2>
304 <p>Conceptually Xcode projects for iPhone applications are nearly the same as
307 iPhone projects from the command line because there are a few extra preparative
312 <p>The absolute easiest way to analyze iPhone projects is to use the
324 <p>If you wish to use <b>scan-build</b> with your iPhone project, keep the
357 iPhone projects, <b>scan-build</b> may pick the wrong compiler than the one
360 you are developing for the iPhone.</p
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
README 25 codesign -f -s "iPhone Developer" --entitlements hello.app/Entitlements.plist hello.app/hello
detect.go 55 if !bytes.Contains(line, []byte("iPhone Developer")) {
  /prebuilts/go/linux-x86/misc/ios/
README 25 codesign -f -s "iPhone Developer" --entitlements hello.app/Entitlements.plist hello.app/hello
detect.go 55 if !bytes.Contains(line, []byte("iPhone Developer")) {

Completed in 553 milliseconds

1 2 3 4 5