HomeSort by relevance Sort by last modified time
    Searched refs:stacked (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/net/
LinkProperties.java 65 // Stores the properties of links that are "stacked" above this link.
145 for (LinkProperties stacked: mStackedLinks.values()) {
146 interfaceNames.addAll(stacked.getAllInterfaceNames());
170 * Returns all the addresses on this link and all the links stacked above it.
178 for (LinkProperties stacked: mStackedLinks.values()) {
179 addresses.addAll(stacked.getAllAddresses());
247 * Returns all the addresses on this link and all the links stacked above it.
253 for (LinkProperties stacked: mStackedLinks.values()) {
254 addresses.addAll(stacked.getAllLinkAddresses());
441 * Returns all the routes on this link and all the links stacked above it
519 List<LinkProperties> stacked = new ArrayList<LinkProperties>(); local
575 String stacked = ""; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 363 // Addresses on stacked links don't count.
364 LinkProperties stacked = new LinkProperties(); local
365 stacked.setInterfaceName("stacked");
366 lp.addStackedLink(stacked);
367 stacked.addLinkAddress(LINKADDRV4);
368 stacked.addLinkAddress(LINKADDRV6);
369 assertTrue(stacked.hasIPv4Address());
370 assertTrue(stacked.hasGlobalIPv6Address());
373 lp.removeStackedLink(stacked);
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 55 // Current LinkProperties of the network. Includes mLP as a stacked link when clat is active.
163 // Copies the stacked clat link in oldLp, if any, to the LinkProperties in nai.
169 for (LinkProperties stacked: oldLp.getStackedLinks()) {
170 if (CLAT_INTERFACE_NAME.equals(stacked.getInterfaceName())) {
171 nai.linkProperties.addStackedLink(stacked);
205 Slog.i(TAG, "Adding stacked link. tracker LP: " + mBaseLP);
  /external/ltrace/
read_config_file.c 178 int stacked = 0; local
192 stacked++;
194 stacked--;
198 } while (stacked > 0);
200 return (stacked == 0) ? pos : NULL;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 445 public void setStackedMode(boolean stacked) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /external/blktrace/doc/
blktrace.tex 577 \item[A -- remap] For stacked devices, incoming io is remapped to device
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 835 // subtractions are stacked, while multiplications are subordinate.
    [all...]

Completed in 1445 milliseconds