/external/valgrind/main/none/tests/amd64/ |
bug132813-amd64.stdout.exp | 1 pushb_pos: delta 8, top64 0x0000000000000022 2 pushb_neg: delta 8, top64 0xffffffffffffffee 3 pushw_neg: delta 2, top64 0x0000555555553344 4 pushw_pos: delta 2, top64 0x000055555555ddcc 5 pushq_pos: delta 8, top64 0x0000000067675656 6 pushq_neg: delta 8, top64 0x0000000078988787 7 66pushb_pos: delta 2, top64 0x0000555555550022 8 66pushb_neg: delta 2, top64 0x000055555555ffee
|
/external/valgrind/main/none/tests/x86/ |
bug132813-x86.stdout.exp | 1 pushb_pos: delta 4, top32 0x00000022 2 pushb_neg: delta 4, top32 0xffffffee 3 pushw_neg: delta 2, top32 0x55553344 4 pushw_pos: delta 2, top32 0x5555ddcc 5 pushl_pos: delta 4, top32 0x67675656 6 pushl_neg: delta 4, top32 0x98988787 7 66pushb_pos: delta 2, top32 0x55550022 8 66pushb_neg: delta 2, top32 0x5555ffee
|
/external/clang/test/CodeGen/ |
2003-11-19-AddressOfRegister.c | 4 short delta[4]; member in struct:item 9 aa[nt].delta;
|
/external/valgrind/main/massif/tests/ |
pages_as_heap.c | 9 int delta; local 14 // loop to increase(decrease) with small then big delta 15 for (delta = 1; delta <= 400; delta+=399) { 16 if (0) printf("initial brk value for inc_dec %d delta %d: %p\n", 17 inc_dec, delta, sbrk(0)); 19 brk_stat = brk(sbrk(0) + inc_dec * delta); 26 if (0) printf("resulting brk value for inc_dec %d delta %d: %p\n", 27 inc_dec, delta, sbrk(0)) [all...] |
/external/easymock/src/org/easymock/internal/matchers/ |
EqualsWithDelta.java | 28 private final Number delta;
field in class:EqualsWithDelta 30 public EqualsWithDelta(Number value, Number delta) {
32 this.delta = delta;
37 return expected.doubleValue() - delta.doubleValue() <= actualNumber
40 + delta.doubleValue();
44 buffer.append("eq(" + expected + ", " + delta + ")");
|
/external/chromium/chrome/common/ |
time_format.h | 28 static string16 TimeElapsed(const base::TimeDelta& delta); 31 static string16 TimeRemaining(const base::TimeDelta& delta); 34 static string16 TimeRemainingShort(const base::TimeDelta& delta);
|
/external/mockito/src/org/mockito/internal/matchers/ |
EqualsWithDelta.java | 19 private final Number delta; field in class:EqualsWithDelta 21 public EqualsWithDelta(Number value, Number delta) { 23 this.delta = delta; 36 return wanted.doubleValue() - delta.doubleValue() <= actualNumber.doubleValue() 38 + delta.doubleValue(); 42 description.appendText("eq(" + wanted + ", " + delta + ")");
|
/external/srtp/crypto/replay/ |
rdb.c | 102 int delta; local 106 delta = (index - rdb->window_start); 107 if (delta < rdb_bits_in_bitmask) { 110 v128_set_bit(&rdb->bitmask, delta); 114 delta -= rdb_bits_in_bitmask - 1; 116 /* shift the window forward by delta bits*/ 117 v128_left_shift(&rdb->bitmask, delta); 119 rdb->window_start += delta;
|
/external/ceres-solver/internal/ceres/ |
local_parameterization_test.cc | 48 double delta[3] = {0.0, 1.0, 2.0}; local 50 parameterization.Plus(x, delta, x_plus_delta); 93 double delta[3] = {1.0, 2.0, 3.0}; local 96 parameterization.Plus(x, delta, x_plus_delta); 102 EXPECT_EQ(x_plus_delta[j], x[j] + delta[k++]); 129 bool operator()(const T* x, const T* delta, T* x_plus_delta) const { 131 delta[0] * delta[0] + delta[1] * delta[1] + delta[2] * delta[2] 201 double delta[3] = {0.0, 0.0, 0.0}; local 217 double delta[3] = {0.24, 0.15, 0.10}; local 242 double delta[3] = {0.24, 0.15, 0.10}; local [all...] |
local_parameterization.cc | 45 const double* delta, 48 ConstVectorRef(x, size_) + ConstVectorRef(delta, size_); 87 const double* delta, 93 x_plus_delta[i] = x[i] + delta[j++]; 112 const double* delta, 115 sqrt(delta[0] * delta[0] + delta[1] * delta[1] + delta[2] * delta[2]) [all...] |
/external/chromium/chrome/browser/ |
power_save_blocker_common.cc | 37 void PowerSaveBlocker::PostAdjustBlockCount(int delta) { 40 NewRunnableFunction(&PowerSaveBlocker::AdjustBlockCount, delta)); 44 void PowerSaveBlocker::AdjustBlockCount(int delta) { 49 blocker_count_ += delta;
|
power_save_blocker.h | 31 static void AdjustBlockCount(int delta); 34 static void PostAdjustBlockCount(int delta);
|
/external/webrtc/src/common_audio/vad/ |
vad_gmm.h | 28 // - delta : input used when updating the model, Q11. 29 // |delta| = (|input| - |mean|) / |std|^2. 37 int16_t* delta);
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 31 """Compute the delta for b - a. Even/odd and odd/even 45 def _AddDelta(a, delta): 46 """Return a + delta, handling EvenOdd and OddEven specially.""" 47 if type(delta) == int: 48 return a+delta 49 if delta == 'EvenOdd': 54 if delta == 'OddEven': 59 print >>sys.stderr, "Bad Delta: ", delta 60 raise "Bad Delta" [all...] |
/external/icu4c/layout/ |
GlyphPosnLookupProc.cpp | 71 le_uint32 delta = 0; local 82 delta = subtable->process(glyphIterator, fontInstance); 90 delta = subtable->process(glyphIterator, fontInstance); 98 delta = subtable->process(glyphIterator, fontInstance); 106 delta = subtable->process(glyphIterator, fontInstance); 114 delta = subtable->process(glyphIterator, fontInstance); 122 delta = subtable->process(glyphIterator, fontInstance); 130 delta = subtable->process(this, glyphIterator, fontInstance, success); 138 delta = subtable->process(this, glyphIterator, fontInstance, success); 146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success) [all...] |
GlyphSubstLookupProc.cpp | 58 le_uint32 delta = 0; local 69 delta = subtable->process(glyphIterator, fFilter); 77 delta = subtable->process(glyphIterator, success, fFilter); 85 delta = subtable->process(glyphIterator, fFilter); 93 delta = subtable->process(glyphIterator, fFilter); 101 delta = subtable->process(this, glyphIterator, fontInstance, success); 109 delta = subtable->process(this, glyphIterator, fontInstance, success); 117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success); 125 return delta;
|
/cts/tools/signature-tools/src/signature/io/html/ |
PackageOverviewPage.java | 34 private final IPackageDelta delta; field in class:PackageOverviewPage 42 public PackageOverviewPage(IPackageDelta delta, 44 this.delta = delta; 51 .getRemoved(delta.getClassDeltas())); 55 .getAdded(delta.getClassDeltas())); 59 .getChanged(delta.getClassDeltas())); 66 template.setAttribute("package_delta", delta);
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebNSImageExtras.h | 35 - (void)_web_dissolveToFraction:(float)delta;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
ratetracker.cc | 50 int delta = talk_base::TimeDiff(current_time, last_units_second_time_); local 51 if (delta >= 1000) { 52 int fraction_time = delta % 1000; 53 int seconds = delta / 1000; 56 fraction_time / delta;
|
/external/webkit/Source/WebCore/platform/gtk/ |
PlatformWheelEventGtk.cpp | 39 static const float delta = 1; local 44 // Docs say an upwards scroll (away from the user) has a positive delta 47 m_deltaY = delta; 50 m_deltaY = -delta; 53 m_deltaX = delta; 56 m_deltaX = -delta;
|
/external/webkit/Source/WebCore/platform/win/ |
WheelEventWin.cpp | 68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location) 75 m_deltaX = delta.width(); 76 m_deltaY = delta.height(); 107 float delta = GET_WHEEL_DELTA_WPARAM(wParam) / static_cast<float>(WHEEL_DELTA); local 110 // |delta| after saving the original value on the wheel tick member. 111 m_wheelTicksX = delta; 113 delta = -delta; 120 m_wheelTicksY = delta; 123 m_deltaX = delta * static_cast<float>(horizontalScrollChars()) * cScrollbarPixelsPerLine [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 57 -delta $DELTA_FILE \ 61 -delta $DELTA_FILE \ 101 -delta $DELTA_FILE \ 116 -delta $DELTA_FILE; } \ 136 -delta $DELTA_FILE \ 149 -delta $DELTA_FILE \ 160 -delta $DELTA_FILE \ 169 -delta $DELTA_FILE \ 174 # Delta file not found [all...] |
/external/open-vcdiff/src/ |
vcdiff_test.sh | 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 57 -delta $DELTA_FILE \ 61 -delta $DELTA_FILE \ 101 -delta $DELTA_FILE \ 116 -delta $DELTA_FILE; } \ 136 -delta $DELTA_FILE \ 149 -delta $DELTA_FILE \ 160 -delta $DELTA_FILE \ 169 -delta $DELTA_FILE \ 174 # Delta file not found [all...] |
/external/icu4c/test/perf/perldriver/ |
Format.pm | 45 # Format a number, optionally with a +/- delta, to n significant 51 # @optional delta in seconds 59 my $delta = shift; # may be undef 62 if (defined($delta)) { 63 my $d = formatSigDig($sigdig, $delta*$mult); 64 # restrict PRECISION of delta to that of main number 70 # isn't rounding the $delta properly. Have to put 81 # Format a time, optionally with a +/- delta, to n significant 86 # @optional delta in seconds 93 my $delta = shift; # may be unde [all...] |
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorEditable.java | 41 String delta = tb.subSequence(tbstart, tbend).toString(); local 42 return internalReplace(start, end, delta); 49 private SpannableStringBuilder internalReplace(int start, int end, String delta) { 50 if (!mLogic.acceptInsert(delta)) { 57 delta = delta.replace(ORIGINALS[i], REPLACEMENTS[i]); 60 int length = delta.length(); 62 char text = delta.charAt(0); 96 return super.replace(start, end, delta);
|