Searched
full:edge (Results
976 -
1000 of
3660) sorted by null
<<31323334353637383940>>
/external/v8/src/compiler/ |
control-equivalence.h | 101 // Called when hitting a back edge in the DFS walk. 109 // x N1 edge towards N is taken next, calling VisitPre(N).
|
js-generic-lowering.cc | 750 for (auto edge : node->use_edges()) { 751 if (NodeProperties::IsEffectEdge(edge)) { 752 edge.UpdateTo(effect); 753 } else if (NodeProperties::IsControlEdge(edge)) { 754 Node* const use = edge.from(); 759 edge.UpdateTo(cache_type_true0); 764 Node* const use = edge.from(); 765 DCHECK(NodeProperties::IsValueEdge(edge)); [all...] |
/external/webrtc/webrtc/base/ |
timeutils_unittest.cc | 42 // Edge cases 60 // Edge cases
|
/frameworks/base/docs/html/training/material/ |
theme.jd | 118 primary toolbar, except for cases where you show edge-to-edge rich imagery or media content behind
|
/frameworks/base/packages/PrintSpooler/res/values-en-rAU/ |
strings.xml | 96 <item msgid="7296563835355641719">"Long edge"</item> 97 <item msgid="79513688117503758">"Short edge"</item>
|
/frameworks/base/packages/PrintSpooler/res/values-en-rGB/ |
strings.xml | 96 <item msgid="7296563835355641719">"Long edge"</item> 97 <item msgid="79513688117503758">"Short edge"</item>
|
/frameworks/base/packages/PrintSpooler/res/values-en-rIN/ |
strings.xml | 96 <item msgid="7296563835355641719">"Long edge"</item> 97 <item msgid="79513688117503758">"Short edge"</item>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
FakeShadowDrawable.java | 258 // this is why edge shadow shader has some extra space 259 // When drawing bottom edge shadow, we use that extra space.
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
RadialGradient_Delegate.java | 82 * @param colors The colors to be distributed between the center and edge of 86 * distributed evenly between the center and edge of the circle.
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlingerConsumer.cpp | 159 // we also want to throw in a bit of padding to avoid edge cases where we 183 // weird effects if apps might be requesting times right on the edge.
|
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
FadeAndShortSlide.java | 156 int edge = a.getInt(R.styleable.lbSlide_lb_slideEdge, Gravity.START); local 157 setSlideEdge(edge);
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
mpu60x0.cxx | 388 void MPU60X0::installISR(int gpio, mraa::Edge level, 395 void MPU60X0::installISR(int gpio, mraa::Edge level,
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/ |
LetterTileDrawable.java | 236 * at the top edge of the canvas. 239 * at the bottom edge of the canvas.
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
PreviewOverlay.java | 98 // DevCamera locks itself to portrait, and the camera sensor long edge is always aligned 99 // with the long edge of the device.
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ContactsAsyncHelper.java | 185 // If the longer edge is much longer than the shorter edge, the latter may
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageDraw.java | 82 float edge = res.getDimensionPixelSize(R.dimen.draw_rect_border_edge); local 87 mBorderPaint.setStrokeWidth(edge);
|
/packages/apps/TvSettings/Settings/res/values/ |
arrays.xml | 113 <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] --> 122 <!-- Values for captioning character edge type preference. -->
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info.cpp | 237 // When the distance between center point and bottom edge of the keyboard is shorter than 239 // The center point is extended to the bottom edge for such keys.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
LocaleSpanCompatUtilsTests.java | 145 // Test if existing span flags are preserved even when partially overlapped (leading edge). 156 // Test if existing span flags are preserved even when partially overlapped (trailing edge).
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/ |
LayoutCustomizer.java | 141 * @return the array of {@link ExpectedKey} that should be placed at left edge of the 151 * @return the array of {@link ExpectedKey} that should be placed at right edge of the
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
ContactsAsyncHelper.java | 170 // If the longer edge is much longer than the shorter edge, the latter may
|
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
OverviewHelper.java | 113 int top = r.top + r.height() / 4; // top edge = top + 25% height 114 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
SystemUiJankTests.java | 220 int top = r.top + r.height() / 4; // top edge = top + 25% height 221 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px
|
/system/tpm/trunks/ftdi/ |
mpsse.c | 295 /* SPI mode 0 propogates data on the falling edge and read data on the 296 * rising edge of the clock */ 309 /* SPI mode 3 propogates data on the falling edge and read data on the 310 * rising edge of the clock */ 329 /* Data read on falling clock edge */ 340 /* Data read on falling clock edge */ 347 /* I2C propogates data on the falling clock edge and reads data on the 348 * falling (or rising) clock edge */
|
/art/compiler/optimizing/ |
ssa_test.cc | 116 // Synthesized block to avoid critical edge. 147 // Synthesized block to avoid critical edge. 227 // Simple loop with one preheader and one back edge. 325 // incoming blocks and one back edge. 405 // Test a loop with one preheader, one back edge, and two exit edges (e.g. break). 481 // Synthesized block to avoid critical edge.
|
Completed in 616 milliseconds
<<31323334353637383940>>