/external/e2fsprogs/tests/f_overfsblks/ |
name | 0 overlapping inode and block bitmaps
|
/dalvik/vm/mterp/c/ |
OP_MOVE_WIDE.cpp | 2 /* IMPORTANT: must correctly handle overlapping registers, e.g. both
|
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 35 * The out and sums buffers must either be completely separate (non-overlapping), or 36 * they must both start at the same address. Partially overlapping buffers are not supported. 45 * The destination and source buffers must either be completely separate (non-overlapping), or 46 * they must both start at the same address. Partially overlapping buffers are not supported. 55 * The destination and source buffers must either be completely separate (non-overlapping), or 56 * they must both start at the same address. Partially overlapping buffers are not supported. 66 * The destination and source buffers must either be completely separate (non-overlapping), or 67 * they must both start at the same address. Partially overlapping buffers are not supported. 78 * The destination and source buffers must either be completely separate (non-overlapping), or 79 * they must both start at the same address. Partially overlapping buffers are not supported [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 105 GLint overlapping; local 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 119 overlapping = GL_FALSE; 123 if (!overlapping && srcy < desty) { 141 if (overlapping) { 167 if (overlapping) { 198 if (overlapping) 253 GLint overlapping; local 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 270 overlapping = GL_FALSE 355 GLint overlapping; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 105 GLint overlapping; local 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 119 overlapping = GL_FALSE; 123 if (!overlapping && srcy < desty) { 141 if (overlapping) { 167 if (overlapping) { 198 if (overlapping) 253 GLint overlapping; local 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 270 overlapping = GL_FALSE 355 GLint overlapping; local [all...] |
/external/chromium_org/ash/shelf/ |
shelf_types.h | 48 // The background when a window is overlapping.
|
/external/chromium_org/ui/base/win/ |
accessibility_ids_win.h | 20 // These constants ensure they use non-overlapping id ranges.
|
/external/llvm/test/CodeGen/X86/ |
2003-08-03-CallArgLiveRanges.ll | 4 ; it makes a ton of annoying overlapping live ranges. This code should not
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
exit_compare_live_range.ll | 2 ; having overlapping live ranges that result in copies. We want the setcc
|
/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 28 The resulting path will be constructed from non-overlapping contours. 43 /** Set this path to a set of non-overlapping contours that describe the
|
/external/llvm/test/ExecutionEngine/ |
2003-08-23-RegisterAllocatePhysReg.ll | 5 ; of registers (due to too many overlapping live ranges), but then attempts to 11 ; Produce lots of overlapping live ranges
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-08-23-RegisterAllocatePhysReg.ll | 4 ; of registers (due to too many overlapping live ranges), but then attempts to 10 ; Produce lots of overlapping live ranges
|
/external/skia/include/pathops/ |
SkPathOps.h | 28 The resulting path will be constructed from non-overlapping contours. 43 /** Set this path to a set of non-overlapping contours that describe the
|
/external/chromium_org/ash/wm/ |
frame_border_hit_test_controller.cc | 59 // Check the frame first, as we allow a small area overlapping the contents 63 // Don't allow overlapping resize handles when the window is maximized or 85 // Maximized and fullscreen windows don't want resize handles overlapping the
|
/external/chromium_org/content/public/browser/ |
web_contents_view.h | 89 virtual void SetAllowOverlappingViews(bool overlapping) = 0; 91 // Returns true if overlapping views are allowed, false otherwise. 94 // To draw two overlapping web contents view, the underlaying one should
|
/external/chromium_org/third_party/icu/source/common/ |
rbbisetb.h | 33 // Each of the non-overlapping character ranges gets one of these descriptors. 68 // - compute a derived set of non-overlapping UnicodeSets 72 // to set numbers in the non-overlapping set of sets.
|
/external/icu4c/common/ |
rbbisetb.h | 33 // Each of the non-overlapping character ranges gets one of these descriptors. 68 // - compute a derived set of non-overlapping UnicodeSets 72 // to set numbers in the non-overlapping set of sets.
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsGhostObject.java | 52 * GhostObject can keep track of all objects that are overlapping. 212 * Another Object is overlapping with this GhostNode, 215 * @return All CollisionObjects overlapping with this GhostNode. 234 * @return With how many other CollisionObjects this GhostNode is currently overlapping. 244 * @param index The index of the overlapping Node to retrieve. 245 * @return The Overlapping CollisionObject at the given index.
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsGhostObject.java | 54 * GhostObject can keep track of all objects that are overlapping. 214 * Another Object is overlapping with this GhostNode, 217 * @return All CollisionObjects overlapping with this GhostNode. 229 * @return With how many other CollisionObjects this GhostNode is currently overlapping. 237 * @param index The index of the overlapping Node to retrieve. 238 * @return The Overlapping CollisionObject at the given index.
|
/external/speex/libspeex/ |
cb_search.h | 69 const void *par, /* non-overlapping codebook */ 96 const void *par, /* non-overlapping codebook */
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
Blort.java | 20 // here the current algorithm partial-overlapping will stumble a bit
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CrossfadeActivity.java | 30 * This sample demonstrates cross-fading between two overlapping views. 32 * <p>In this sample, the two overlapping views are a loading indicator and some text content. The 46 * The view (or view group) containing the content. This is one of two overlapping views. 51 * The view containing the loading indicator. This is the other of two overlapping views.
|
/device/google/accessory/demokit/hardware/fab/m256c/ |
README | 41 overlapping silkscreen on the pads through mask openings.
|
/external/chromium_org/ash/ |
ash_constants.h | 22 // window bounds and an even smaller region overlapping the window to be the
|
/external/chromium_org/chrome/browser/net/ |
proxy_policy_handler.h | 24 // PolicyProxyModeType types were not very precise and had overlapping use
|