HomeSort by relevance Sort by last modified time
    Searched refs:larger (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4.asm 12 [savexmm128 xmm7, 16*64*1024] ; first larger-sized
13 [savereg rsi, 8*64*1024] ; first larger-sized
28 [allocstack 8*64*1024] ; first larger-sized
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
imm64.asm 8 mov rax, 0x1122334455667788 ; 64-bit imm (larger than signed 32-bit)
9 ;mov rax, 0x80000000 ; 64-bit imm (larger than signed 32-bit)
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
onebar.css 48 font-size: larger;
  /external/skia/tests/
PathOpsExtendedTest.cpp 273 SkRect larger = one.getBounds();
274 larger.join(two.getBounds());
275 SkScalar largerWidth = larger.width();
279 SkScalar largerHeight = larger.height();
346 SkRect larger = bounds1;
347 larger.join(bounds2);
350 int bitWidth = SkScalarCeil(larger.width()) + 2;
354 int bitHeight = SkScalarCeil(larger.height()) + 2;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 395 int larger = SkMax32(fStart, fEnd);
396 while (smaller < larger && fSegment->span(smaller).fTiny) {
399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) {
410 : fSegment->span(larger).fUnsortableEnd;
414 SkPoint ePt = fSegment->xyAtT(larger);
  /external/skia/src/pathops/
SkOpAngle.cpp 395 int larger = SkMax32(fStart, fEnd);
396 while (smaller < larger && fSegment->span(smaller).fTiny) {
399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) {
410 : fSegment->span(larger).fUnsortableEnd;
414 SkPoint ePt = fSegment->xyAtT(larger);
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 531 // It didn't all fit. Copy into a larger replacement SkFlatData.
533 SkFlatData* larger = AllocScratch(bytesWritten); local
534 fWriteBuffer.writeToMemory(larger->data());
536 // Carry on with this larger scratch to minimize the likelihood of future resizing.
539 fScratch = larger;
  /external/skia/src/core/
SkPictureFlat.h 531 // It didn't all fit. Copy into a larger replacement SkFlatData.
533 SkFlatData* larger = AllocScratch(bytesWritten); local
534 fWriteBuffer.writeToMemory(larger->data());
536 // Carry on with this larger scratch to minimize the likelihood of future resizing.
539 fScratch = larger;
  /art/build/
Android.common.mk 130 -Wframe-larger-than=1728
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 786 BigDecimal larger; // operand with the largest unscaled value local
798 larger = augend;
801 larger = this;
806 if (mc.getPrecision() >= larger.approxPrecision()) {
811 largerSignum = larger.signum();
813 tempBI = Multiplication.multiplyByPositiveInt(larger.getUnscaledValue(),10)
816 tempBI = larger.getUnscaledValue().subtract(
822 larger = new BigDecimal(tempBI, larger.scale + 1);
823 return larger.round(mc)
    [all...]
  /external/chromium_org/remoting/webapp/
toolbar.js 114 * active area of the tool-bar stub larger without making a corresponding area
  /external/chromium_org/v8/test/mjsunit/
big-array-literal.js 32 // Also test that we can attempt to make even larger object literals without
big-object-literal.js 29 // Also test that we can attempt to make even larger object literals without
string-fromcharcode.js 32 // Test char codes larger than 0xffff.
  /external/v8/test/mjsunit/
big-array-literal.js 29 // Also test that we can attempt to make even larger object literals without
big-object-literal.js 29 // Also test that we can attempt to make even larger object literals without
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 288 Grows the set to a larger number of bits.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 84 * Wildcard the first number must be larger then 0 and less or equal then
86 * Wildcard the second number must be larger then the first number. If it's
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 141 rem detect the case where the wrong dictionary is larger than the right one.)
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
316 rem Using -buffersize=128M (larger than default maximum) should still work.
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 141 rem detect the case where the wrong dictionary is larger than the right one.)
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
316 rem Using -buffersize=128M (larger than default maximum) should still work.
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 141 rem detect the case where the wrong dictionary is larger than the right one.)
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
316 rem Using -buffersize=128M (larger than default maximum) should still work.
  /external/bison/djgpp/
djunpack.bat 38 Rem If their environment space is too small, re-exec with a larger one
  /external/chromium_org/chrome/renderer/resources/extensions/
set_icon.js 48 'is no larger than ' + iconSize + ' pixels square.');
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 9 // temporary store and combined into larger records in a permanent store.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 280 // Output WARNING when sub-breakdown size is larger.
281 console.log('WARNING: size of sub-breakdown is larger');

Completed in 365 milliseconds

1 2 3 4