Home
last modified time | relevance | path

Searched refs:iphone (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/dports/devel/bazel-buildtools/buildtools-3.2.1/build/testdata/
H A D009.golden28 "iphone/avatar.gss",
29 "iphone/chrome.gss",
31 "iphone/error.gss",
33 "iphone/labels.gss",
34 "iphone/menu.gss",
36 "iphone/search.gss",
38 "iphone/toolbar.gss",
40 "iphone/overlay.gss",
43 "iphone/netstat.gss",
44 "iphone/mouse.gss",
[all …]
H A D009.in28 "iphone/avatar.gss",
29 "iphone/chrome.gss",
31 "iphone/error.gss",
33 "iphone/labels.gss",
34 "iphone/menu.gss",
36 "iphone/search.gss",
38 "iphone/toolbar.gss",
40 "iphone/overlay.gss",
43 "iphone/netstat.gss",
44 "iphone/mouse.gss",
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/src/iphone/
H A Diphone_system.c7 ALLEGRO_SYSTEM_IPHONE *iphone;
16 iphone = al_calloc(1, sizeof *iphone); in iphone_initialize()
18 ALLEGRO_SYSTEM *sys = &iphone->system; in iphone_initialize()
20 iphone->mutex = al_create_mutex(); in iphone_initialize()
21 iphone->cond = al_create_cond(); in iphone_initialize()
42 al_lock_mutex(iphone->mutex); in _al_iphone_await_termination()
43 while (!iphone->has_shutdown) { in _al_iphone_await_termination()
44 al_wait_cond(iphone->cond, iphone->mutex); in _al_iphone_await_termination()
46 al_unlock_mutex(iphone->mutex); in _al_iphone_await_termination()
H A Diphone_main.m7 ALLEGRO_DEBUG_CHANNEL("iphone")
9 /* Not that there could ever be any arguments on iphone... */
21 ALLEGRO_SYSTEM_IPHONE *iphone = (void *)al_get_system_driver();
22 al_lock_mutex(iphone->mutex);
23 iphone->has_shutdown = true;
24 al_signal_cond(iphone->cond);
25 al_unlock_mutex(iphone->mutex);
26 /* Apple does not allow iphone applications to shutdown and provides
28 * http://developer.apple.com/iphone/library/qa/qa2008/qa1561.html
33 if (!iphone->wants_shutdown)
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Diphone.c994 struct iphone *iphone; in imux_close() local
1899 struct iphone *iphone = container_of ( ep, struct iphone, usbnet.in ); in iphone_in_complete() local
1973 struct iphone *iphone = container_of ( ep, struct iphone, usbnet.out ); in iphone_out_complete() local
2009 struct iphone *iphone = netdev->priv; in iphone_check_link() local
2060 struct iphone *iphone = container_of ( timer, struct iphone, timer ); in iphone_expired() local
2078 struct iphone *iphone = netdev->priv; in iphone_open() local
2104 struct iphone *iphone = netdev->priv; in iphone_close() local
2122 struct iphone *iphone = netdev->priv; in iphone_transmit() local
2138 struct iphone *iphone = netdev->priv; in iphone_poll() local
2168 struct iphone *iphone; in iphone_probe() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/usb/
H A Dipheth.c130 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs()
131 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs()
132 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs()
133 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs()
137 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, tx_buf, in ipheth_alloc_urbs()
149 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->rx_buf, in ipheth_free_urbs()
150 iphone->rx_urb->transfer_dma); in ipheth_free_urbs()
151 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->tx_buf, in ipheth_free_urbs()
152 iphone->tx_urb->transfer_dma); in ipheth_free_urbs()
153 usb_free_urb(iphone->rx_urb); in ipheth_free_urbs()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/usb/
H A Dipheth.c130 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs()
131 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs()
132 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs()
133 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs()
137 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, tx_buf, in ipheth_alloc_urbs()
149 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->rx_buf, in ipheth_free_urbs()
150 iphone->rx_urb->transfer_dma); in ipheth_free_urbs()
151 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->tx_buf, in ipheth_free_urbs()
152 iphone->tx_urb->transfer_dma); in ipheth_free_urbs()
153 usb_free_urb(iphone->rx_urb); in ipheth_free_urbs()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/usb/
H A Dipheth.c130 iphone->tx_urb = tx_urb; in ipheth_alloc_urbs()
131 iphone->rx_urb = rx_urb; in ipheth_alloc_urbs()
132 iphone->tx_buf = tx_buf; in ipheth_alloc_urbs()
133 iphone->rx_buf = rx_buf; in ipheth_alloc_urbs()
137 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, tx_buf, in ipheth_alloc_urbs()
149 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->rx_buf, in ipheth_free_urbs()
150 iphone->rx_urb->transfer_dma); in ipheth_free_urbs()
151 usb_free_coherent(iphone->udev, IPHETH_BUF_SIZE, iphone->tx_buf, in ipheth_free_urbs()
152 iphone->tx_urb->transfer_dma); in ipheth_free_urbs()
153 usb_free_urb(iphone->rx_urb); in ipheth_free_urbs()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/misc/dist/ios_xcode/godot_ios.xcodeproj/
H A Dproject.pbxproj10 …8 /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4331C5D57360…
20 …600B7FB28 /* Default@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43D1C5D57…
21 …D573600B7FB28 /* Default~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43E1C5D5…
30 …C06A004A7AAE /* godot_opt.iphone in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7918AEC06A…
45 …E1C5D573600B7FB28 /* Default~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.pn…
80 D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */,
112 D07CD4331C5D573600B7FB28 /* Default-568h@2x~iphone.png */,
122 D07CD43D1C5D573600B7FB28 /* Default@2x~iphone.png */,
123 D07CD43E1C5D573600B7FB28 /* Default~iphone.png */,
201 D07CD44A1C5D573600B7FB28 /* Default~iphone.png in Resources */,
[all …]
/dports/devel/godot2/godot-2.1.6-stable/misc/dist/ios_xcode/godot_ios.xcodeproj/
H A Dproject.pbxproj10 …8 /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4331C5D57360…
20 …600B7FB28 /* Default@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43D1C5D57…
21 …D573600B7FB28 /* Default~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43E1C5D5…
30 …C06A004A7AAE /* godot_opt.iphone in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7918AEC06A…
45 …E1C5D573600B7FB28 /* Default~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.pn…
80 D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */,
112 D07CD4331C5D573600B7FB28 /* Default-568h@2x~iphone.png */,
122 D07CD43D1C5D573600B7FB28 /* Default@2x~iphone.png */,
123 D07CD43E1C5D573600B7FB28 /* Default~iphone.png */,
201 D07CD44A1C5D573600B7FB28 /* Default~iphone.png in Resources */,
[all …]
/dports/misc/sword/sword-1.8.1/cmake/toolchains/
H A Diphone-3.0.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-${SDKVER}/" "/usr/local/iphone-${SDKVER}/")
H A Diphone-3.1.2.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-${SDKVER}/" "/usr/local/iphone-${SDKVER}/")
H A Diphone-2.2.1.toolchain-broken37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-${SDKVER}/" "/usr/local/iphone-${SDKVER}/")
H A Diphone-3.1.3.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-${SDKVER}/" "/usr/local/iphone-${SDKVER}/")
H A Diphone-3.1.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-${SDKVER}/" "/usr/local/iphone-${SDKVER}/")
H A Diphone-simulator-3.1.2.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-simulator-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/include")
42 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-simulator-${SDKVER}/lib")
43 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/lib")
45 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-simulator-${SDKVER}/" "/usr/local/iphone-simula…
H A Diphone-simulator-3.1.3.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-simulator-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/include")
42 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-simulator-${SDKVER}/lib")
43 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/lib")
45 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-simulator-${SDKVER}/" "/usr/local/iphone-simula…
H A Diphone-simulator-3.1.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-simulator-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/include")
42 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-simulator-${SDKVER}/lib")
43 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/lib")
45 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-simulator-${SDKVER}/" "/usr/local/iphone-simula…
H A Diphone-simulator-2.2.1.toolchain-broken37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-simulator-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/include")
41 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-simulator-${SDKVER}/lib")
42 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/lib")
44 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-simulator-${SDKVER}/" "/usr/local/iphone-simula…
H A Diphone-simulator-3.0.toolchain37 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/opt/iphone-simulator-${SDKVER}/include")
38 INCLUDE_DIRECTORIES(SYSTEM "${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/include")
42 LINK_DIRECTORIES("${SDKROOT}/opt/iphone-simulator-${SDKVER}/lib")
43 LINK_DIRECTORIES("${SDKROOT}/usr/local/iphone-simulator-${SDKVER}/lib")
45 SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "/opt/iphone-simulator-${SDKVER}/" "/usr/local/iphone-simula…
/dports/www/ot-recorder/recorder-0.8.4/etc/
H A Ddemo-iphone.readme4 therein `iphone`, and then copy `demo-iphone.rec' into
7 <storagedirectory>/rec/demo/iphone/demo-iphone.rec
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/BoostMac/
H A Dboost.sh82 rm -rf iphone-build iphonesim-build osx-build
135 using darwin : ${IPHONE_SDKVERSION}~iphone
138 : <architecture>arm <target-os>iphone
143 : <architecture>x86 <target-os>iphone
188 …build-dir=iphone-build --stagedir=iphone-build/stage --prefix=$PREFIXDIR toolset=darwin architectu…
189 …build-dir=iphone-build --stagedir=iphone-build/stage --prefix=$PREFIXDIR toolset=darwin architectu…
193 …toolset=darwin-${IPHONE_SDKVERSION}~iphonesim architecture=x86 target-os=iphone macosx-version=iph…
/dports/math/giacxcas/giac-1.6.0/
H A Dmkiphone14 cp config.h.iphone config.h
15 cp config.h.iphone src/config.h
26 cp config.h.iphone config.h
27 cp config.h.iphone src/config.h
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/datasets/
H A Delection-tweets-2016.tab1249 False 2016-08-20 00:17:09 en 27723.0 62133.0 realDonaldTrump http://twitter.com/download/iphone #…
4651 False 2016-04-27 18:51:08 en 9572.0 20003.0 realDonaldTrump http://twitter.com/download/iphone Ag…
4661 False 2016-04-27 17:46:35 en 2501.0 9005.0 realDonaldTrump http://twitter.com/download/iphone Tha…
4662 False 2016-04-27 17:44:18 en 2440.0 8716.0 realDonaldTrump http://twitter.com/download/iphone Tha…
4664 False 2016-04-27 17:35:19 en 2215.0 7888.0 realDonaldTrump http://twitter.com/download/iphone Tha…
5322 False 2016-03-13 20:32:48 en 7147.0 14504.0 realDonaldTrump http://twitter.com/download/iphone LY…
5354 False 2016-03-11 17:58:24 und 4957.0 10505.0 realDonaldTrump http://twitter.com/download/iphone h…
5370 False 2016-03-09 07:36:16 en 5767.0 20463.0 realDonaldTrump http://twitter.com/download/iphone Th…
5506 False 2016-03-01 19:52:30 en 18629.0 31560.0 realDonaldTrump http://twitter.com/download/iphone M…
5916 False 2016-02-07 13:43:47 en 765.0 4075.0 realDonaldTrump http://twitter.com/download/iphone I am…
[all …]
/dports/devel/cdash/CDash-2-2-3/iphone/
H A Dlogin.xsl12 <style type="text/css" media="screen">@import "iphone.css";</style>
14 <script type="application/x-javascript" src="jquery-iphone.js"></script>
15 <script type="application/x-javascript" src="iphone.js"></script>
19 <a href="http://cdash.org/iphone" class="home"></a>

12345678910>>...46