/external/syslinux/efi32/include/efi/ |
efiudp.h | 152 EFI_UDP4_ROUTES Routes;
|
/external/syslinux/efi64/include/efi/ |
efiudp.h | 152 EFI_UDP4_ROUTES Routes;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
route80h.c | 5 * Control And Status Register (GCS) from LPC to PCI. In practical terms, it routes
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiudp.h | 152 EFI_UDP4_ROUTES Routes;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
HwModule.h | 65 void setRoutes(const AudioRouteVector &routes);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RegisteredMediaRouteProvider.java | 209 // This means that one of this provider's routes is selected. 253 List<MediaRouteDescriptor> routes = descriptor.getRoutes(); local 254 final int count = routes.size(); 256 final MediaRouteDescriptor route = routes.get(i);
|
MediaRouteSelector.java | 30 * Describes the capabilities of routes that applications would like to discover and use. 53 * An empty media route selector that will not match any routes.
|
/packages/apps/Camera2/src/com/android/camera/data/ |
FilmstripItemList.java | 114 * This implementation routes through to LinkedList.indexOf, so performs in
|
/packages/apps/Dialer/java/com/android/incallui/audioroute/ |
AudioRouteSelectorDialogFragment.java | 37 /** Shows picker for audio routes */
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/ |
NetworkMonitor.java | 43 // earlier than CONNECTIVITY_ACTION and may not have IPv6 routes
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
ConfigDialog.java | 106 mRoutes = (TextView) mView.findViewById(R.id.routes); 129 mRoutes.setText(mProfile.routes); 177 !mProfile.routes.isEmpty()) { 447 profile.routes = mRoutes.getText().toString().trim();
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 75 * <routes></routes> 169 Log.v(TAG, "routes: " + profile.routes);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
if_tr.h | 91 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
if_tr.h | 91 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
|
/system/netd/server/ |
RouteController.h | 36 LOCAL_NETWORK, // A fixed table used for routes to directly-connected clients/peers.
|
/system/nfc/src/nfc/nfc/ |
nfc_utils.c | 22 * On the receive side, it routes events to the appropriate handler
|
nfc_vs.c | 22 * NFCC. On the receive side, it routes events to the appropriate handler
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Route.h | 59 // the default routes. A route table also contains a route cache.
203 (default routes). In each route area, it will first search the instance's
|
/external/syslinux/core/lwip/doc/ |
snmp_agent.txt | 39 for the default interface and network routes (no H) for each 41 All routes are considered to be up (U).
|
/external/tcpdump/ |
print-token.c | 129 "All-routes", "All-routes",
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
ImageDistributorImpl.java | 85 * Distributes the image to all added routes according to timestamp. Note 88 * routes are up-to-date.
|
/packages/apps/Settings/res/layout/ |
vpn_dialog.xml | 140 android:labelFor="@+id/routes"/> 141 <EditText style="@style/vpn_value" android:id="@+id/routes"
|
/hardware/interfaces/audio/2.0/config/ |
audio_policy_configuration.xsd | 96 - <routes/>: list of possible connections between input 121 <xs:element name="routes" type="routes" minOccurs="0"/> 153 <xs:selector xpath="routes/route"/> 157 <xs:selector xpath="routes/route"/> 429 <xs:complexType name="routes">
|
/kernel/tests/net/test/ |
multinetwork_base.py | 82 rules and routes, and supports IPv4 and IPv6. 228 # We don't want any routes in the main table. If the kernel doesn't support 229 # putting RA routes into per-interface tables, configure routing manually. 270 # routes, and neighbour cache entries (since we don't reply to ARP or ND). 272 # Since deleting addresses also causes routes to be deleted, we need to 275 # A real Android system will have both IPv4 and IPv6 routes for
|
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 69 * The wifi display routes are integrated together with other remote display routes 72 * remote display routes will continue to be made available. 259 // Rebuild the routes. 263 // Add all known remote display routes. 272 // Additional features for wifi display routes.
|