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

  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
graph_utils.js 96 * Creates and returns a set of stacked graphs, assuming the given
114 * @return {Array.<Array.<Array.<number>>>} A stacked {@code plotData}.
122 var stacked = [];
124 stacked.push([]);
132 (i == 0 ? 0 : stacked[i - 1][j][1])];
136 stacked[i].push(point);
140 return stacked;
  /external/clang/test/CodeGen/
aarch64-arguments.c 147 // PCS: @f36(i32 %x0, i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s36* byval align 8 %stacked)
149 void f36(int x0, int x1, int x2, int x3, int x4, int x5, int x6, struct s36 stacked) {}
152 // PCS: @f37(i32 %x0, i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s37* byval align 8 %stacked, %struct.s37* byval align 8 %stacked2)
154 void f37(int x0, int x1, int x2, int x3, int x4, int x5, int x6, struct s37 stacked, struct s37 stacked2) {}
160 // PCS: @f38(float %s0, double %d1, float %s2, float %s3, float %s4, float %s5, [2 x float], %struct.s38* byval align 4 %stacked)
162 void f38(float s0, double d1, float s2, float s3, float s4, float s5, struct s38 stacked) {}
169 // PCS: @f39(float %s0, i32 %x0, float %s1, i32* %x1, float %s2, i32 %x2, float %s3, float %s4, i32 %x3, [3 x float], %struct.s39_float* byval align 4 %stacked, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s39_int* byval align 8 %stacked2)
171 int x3, struct s39_float stacked, int x4, int x5, int x6,
175 // PCS: @f40(i32 %x0, [1 x i128] %x2_3.coerce, i32 %x4, i32 %x5, i32 %x6, [1 x i64], %struct.s40* byval align 16 %stacked)
176 void f40(int x0, struct s40 x2_3, int x4, int x5, int x6, struct s40 stacked) {}
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 55 * Links can also be stacked on top of each other.
71 // Stores the properties of links that are "stacked" above this link.
128 for (LinkProperties stacked: mStackedLinks.values()) {
129 interfaceNames.addAll(stacked.getAllInterfaceNames());
146 * Returns all the addresses on this link and all the links stacked above it.
153 for (LinkProperties stacked: mStackedLinks.values()) {
154 addresses.addAll(stacked.getAllAddresses());
191 * Returns all the addresses on this link and all the links stacked above it.
196 for (LinkProperties stacked: mStackedLinks.values()) {
197 addresses.addAll(stacked.getAllLinkAddresses())
320 Collection<LinkProperties> stacked = new ArrayList<LinkProperties>(); local
367 String stacked = ""; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 352 // Addresses on stacked links don't count.
353 LinkProperties stacked = new LinkProperties(); local
354 stacked.setInterfaceName("stacked");
355 lp.addStackedLink(stacked);
356 stacked.addLinkAddress(LINKADDRV4);
357 stacked.addLinkAddress(LINKADDRV6);
358 assertTrue(stacked.hasIPv4Address());
359 assertTrue(stacked.hasIPv6Address());
362 lp.removeStackedLink(stacked);
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 14 * | stacked tab content areas |
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 145 is_stacked: True to draw a "stacked" graph. First-come values are
146 stacked at bottom by default.
284 # TODO(dmikurube): Change the condition to use stacked graph when we
  /external/chromium_org/chrome/test/functional/
perf.py 310 is_stacked: True to draw a "stacked" graph. First-come values are
311 stacked at bottom by default.
434 is_stacked: True to draw a "stacked" graph. First-come values are
435 stacked at bottom by default.
474 # TODO(dmikurube): Support stacked graphs in PrintPerfResult.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 351 public void setStackedMode(boolean stacked) {
    [all...]
  /external/blktrace/doc/
blktrace.tex 577 \item[A -- remap] For stacked devices, incoming io is remapped to device
    [all...]

Completed in 3927 milliseconds