OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:route
(Results
276 - 300
of
1258
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/wpa_supplicant_8/src/drivers/
drivers.mak
158
DRV_LIBS += -lnl-
route
-3
169
DRV_LIBS += -lnl-
route
drivers.mk
162
DRV_LIBS += -lnl-
route
-3
173
DRV_LIBS += -lnl-
route
/frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java
99
assertEquals(CardEmulationRoute.ROUTE_ON_WHEN_SCREEN_ON, newRoute.
route
);
107
assertEquals(CardEmulationRoute.ROUTE_OFF, newRoute.
route
);
/development/scripts/
reverse_tether.sh
7
# (
Route
all network traffic via the host.)
113
$ADB shell 'cat /proc/net/
route
' | awk '{ if ($2==00000000) print $1 }'
119
# kill all default
route
interfaces (just in case something remains)
128
$ADB shell "
route
add default gw $HOST_IP dev $PHONE_DEV"
/device/generic/goldfish/
init.goldfish.sh
5
route
add default gw 10.0.2.2 dev eth0
/external/bluetooth/bluedroid/btif/co/
bta_dm_co.c
202
tBTM_SCO_ROUTE_TYPE
route
= BTA_DM_SCO_ROUTE_PCM;
local
216
route
= btui_cb.sco_hci = BTA_DM_SCO_ROUTE_HCI;
219
if (p_codec_type->codec_type == BTA_SCO_CODEC_PCM &&
route
== BTA_DM_SCO_ROUTE_HCI)
228
return
route
;
/external/chromium/chrome/browser/sync/
js_event_handler_list.h
31
// Sets the backend to
route
all messages to. Should be called only
/external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.h
42
//
route
packets through the XMPP client passed into the constructor
/external/chromium_org/chrome/browser/ui/
auto_login_prompter.h
34
// child/
route
id.
/external/chromium_org/content/common/gpu/
devtools_gpu_agent.cc
26
// returning MSG_ROUTING_NONE as the
route
id.
/external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.h
55
//
Route
ID for the command buffer associated with video decoder's context.
/external/chromium_org/ipc/
ipc_forwarding_message_filter.h
21
// be sent. Messages are filtered based on type. To
route
these messages,
/external/chromium_org/sync/js/
sync_js_controller.h
35
// Sets the backend to
route
all messages to (if initialized).
/external/chromium_org/sync/notifier/
mock_ack_handler.h
30
// that its Acknowledge() and Drop() methods will
route
back to us.
/external/chromium_org/third_party/freetype/src/raster/
rastpic.c
86
/* re-
route
these init and free functions to the above functions */
/external/chromium_org/third_party/freetype/src/smooth/
ftspic.c
87
/* re-
route
these init and free functions to the above functions */
/external/freetype/src/raster/
rastpic.c
86
/* re-
route
these init and free functions to the above functions */
/external/freetype/src/smooth/
ftspic.c
87
/* re-
route
these init and free functions to the above functions */
/external/iproute2/ip/
routel
17
ip
route
list table "$@" |
/external/libnl-headers/netlink/route/
neighbour.h
2
* netlink/
route
/neighbour.h Neighbours
/external/libppp/src/
route.c
28
* $FreeBSD: src/usr.sbin/ppp/
route
.c,v 1.94.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $
34
#include <net/
route
.h>
78
#include "
route
.h"
425
* potential errors from trying to delete
route
X after
route
Y where
426
*
route
X was cloned from
route
Y (and is no longer there 'cos it
427
* may have gone with
route
Y).
612
/* Oops, we already have this
route
- unlink it */
797
log_Printf(LogERROR, "rt_Set: Cannot add a
route
with
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java
39
* when it sent out the request. This allows you to
route
requests
/external/qemu/slirp/
ip.h
120
#define IPOPT_RR 7 /* record packet
route
*/
123
#define IPOPT_LSRR 131 /* loose source
route
*/
125
#define IPOPT_SSRR 137 /* strict source
route
*/
281
u_long ips_noroute; /* packets discarded due to no
route
*/
/external/qemu/slirp-android/
ip.h
122
#define IPOPT_RR 7 /* record packet
route
*/
125
#define IPOPT_LSRR 131 /* loose source
route
*/
127
#define IPOPT_SSRR 137 /* strict source
route
*/
283
u_long ips_noroute; /* packets discarded due to no
route
*/
/external/smack/src/org/xbill/DNS/
PXRecord.java
78
/** Gets the preference of the
route
. */
Completed in 1481 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>