/external/chromium_org/ppapi/api/private/ |
pp_video_frame_private.idl | 30 * struct on 8-byte boundaries as well and pad it to 8 bytes even without this
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UpdateRect.3 | 11 Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
|
SDL_UpdateRects.3 | 11 Makes sure the given list of rectangles is updated on the given screen\&. The rectangles must all be confined within the screen boundaries (no clipping is done)\&.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
TOOLCHAIN_SOURCES | 4 toolchain/gdb.git: 5f9d38fd85e779aa1fd17eb38d24f8ec994d9147 Sync internal and external versions. This fixed a problem that gdb inserts wrong kind of break points at ARM/THUMB boundaries. The patch is a backport of 3 upstream patches.
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
term_break_iterator.h | 21 // camel case boundaries and alpha/number boundaries. Numbers are defined
|
/bionic/libc/arch-x86/include/machine/ |
asm.h | 134 #define ALIGN_TEXT .align 4 /* 4-byte boundaries */ 135 #define SUPERALIGN_TEXT .align 16 /* 15-byte boundaries */ 138 #define ALIGN_TEXT .align 16 /* 16-byte boundaries */ 139 #define SUPERALIGN_TEXT .align 16 /* 16-byte boundaries */ 142 #define ALIGN_TEXT .align 4 /* 16-byte boundaries */ 143 #define SUPERALIGN_TEXT .align 4 /* 16-byte boundaries */
|
/external/icu4c/samples/break/ |
break.cpp | 91 /* Creating and using text boundaries */ 113 puts("\n Sentence Boundaries... "); 121 printf("\n Word Boundaries... \n");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 44 * boundaries may extend beyond image boundaries if the image has
|
/dalvik/vm/compiler/template/ia32/ |
TEMPLATE_INTERPRET.S | 20 * FIXME - this won't work as-is. The cache boundaries are not
|
/docs/source.android.com/src/devices/tech/datausage/ |
usage-cycle-resets-dates.jd | 20 resets. Internally, cycle boundaries are defined to end at midnight
|
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_chromeos.h | 53 // have to be read with boundaries between datagrams preserved while rfcomm
|
/external/chromium_org/ppapi/c/private/ |
pp_video_frame_private.h | 43 * struct on 8-byte boundaries as well and pad it to 8 bytes even without this
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextGranularity.h | 32 // Frame doesn't need the 3 boundaries in this enum.
|
/external/chromium_org/tools/gn/ |
pattern_unittest.cc | 26 // Path boundaries.
|
/external/chromium_org/v8/tools/ |
mac-nm | 10 # can't be done partially, because term boundaries are plain text symbols, such
|
/external/compiler-rt/lib/arm/ |
sync_synchronize.S | 31 // tell linker it can break up file at label boundaries
|
/external/hyphenation/ |
README.nonstandard | 22 or with narrow boundaries: 34 narrow boundaries may be better for recent Libhnj. For example, 37 boundaries solves this problem. Java HyFo module can check this problem. 71 These point may be at subregion boundaries: schif3fahrt/ff=,5,1
|
/external/icu4c/samples/datecal/ |
cal.cpp | 56 /* Creating and using text boundaries */
|
/external/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 8 # Will be bundle-aligning to 16 byte boundaries
|
/external/v8/tools/ |
mac-nm | 10 # can't be done partially, because term boundaries are plain text symbols, such
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.h | 42 // Data appended to the queue is always at access unit boundaries.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceFilter.cpp | 143 filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(filterElement, filterElement->filterUnitsCurrentValue(), targetBoundingBox); 144 if (filterData->boundaries.isEmpty()) 156 // Determine absolute boundaries of the filter and the drawing region. 157 FloatRect absoluteFilterBoundaries = filterData->shearFreeAbsoluteTransform.mapRect(filterData->boundaries); 159 filterData->drawingRegion.intersect(filterData->boundaries); 164 filterData->filter = SVGFilter::create(filterData->shearFreeAbsoluteTransform, absoluteDrawingRegion, targetBoundingBox, filterData->boundaries, primitiveBoundingBoxMode); 282 if (lastEffect && !filterData->boundaries.isEmpty() && !lastEffect->filterPrimitiveSubregion().isEmpty()) {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
FilterEffect.cpp | 97 FloatRect boundaries = effectBoundaries(); local 99 sourceClipRect.setX(boundaries.x()); 101 sourceClipRect.setY(boundaries.y()); 103 sourceClipRect.setWidth(boundaries.width()); 105 sourceClipRect.setHeight(boundaries.height()); 459 FloatRect boundaries = effectBoundaries(); local 461 subregion.setX(boundaries.x()); 463 subregion.setY(boundaries.y()); 465 subregion.setWidth(boundaries.width()); 467 subregion.setHeight(boundaries.height()) [all...] |
/external/v8/test/cctest/ |
test-double.cc | 149 // Therefore its boundaries are at the same distance. 169 // Therefore its boundaries are at the same distance. 171 // Denormals have their boundaries much closer. 181 // Even though the significand is of the form 2^p (for some p), its boundaries 201 // Therefore its boundaries are at the same distance.
|
/external/icu4c/test/cintltst/ |
utf8tst.c | 505 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries. 647 * Use a (mostly) well-formed UTF-8 string and test at code point boundaries. 659 static const int8_t boundaries[]={ 0, 1, 5, 7, 10, 12, 16, 17 }; local 665 if(offset != boundaries[i]){ 666 log_err("ERROR: UTF8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); 671 if(offset != boundaries[i]){ 672 log_err("ERROR: U8_FWD_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset); 676 for(i=LENGTHOF(boundaries)-2, offset=LENGTHOF(input); offset>0; --i) { 678 if(offset != boundaries[i]){ 679 log_err("ERROR: UTF8_BACK_1_UNSAFE offset expected:%d, Got:%d\n", boundaries[i], offset) [all...] |