OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:differences
(Results
176 - 200
of
1943
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/libelf/
elf32_fsize.c
45
/* We do not have
differences
between file and memory sizes. Better
/external/icu/android_icu4j/src/main/java/android/icu/text/
RbnfLenientScanner.java
33
* primary-order
differences
are significant in determining
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
RbnfScannerProviderImpl.java
44
* Only primary
differences
are treated as significant. This means that case
45
*
differences
, accent
differences
, alternate spellings of the same letter
262
// (considering only primary
differences
). If we
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RbnfLenientScanner.java
31
* primary-order
differences
are significant in determining
/external/llvm/test/CodeGen/PowerPC/
i64_fp_round.ll
13
; for minor code generation
differences
.
/external/markdown/docs/extensions/
footnotes.txt
16
implementation of footnotes. The only
differences
involve a few subtleties in
/external/valgrind/VEX/orig_amd64/
Compare.hs
7
and shows
differences
.
/external/valgrind/docs/lib/
vg-html-website.xsl
5
<!-- the only
differences
between this and vg-html-chunk.xsl are: -->
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_sse2.cc
83
// Compute the sum of all pixel
differences
of this MB.
160
// Calculate
differences
.
212
// Compute the sum of all pixel
differences
of this MB.
238
// Calculate
differences
.
/hardware/bsp/intel/peripheral/libmraa/docs/
testing.md
11
were conducted on Intel Galileo v2, but because of hardware
differences
, some
/packages/apps/Settings/src/com/android/settings/
SetupRedactionInterstitial.java
30
* should only overload base methods for minor theme and behavior
differences
specific to Setup
/prebuilts/go/darwin-x86/src/cmd/fix/
doc.go
22
the
differences
a rewrite would introduce.
/prebuilts/go/linux-x86/src/cmd/fix/
doc.go
22
the
differences
a rewrite would introduce.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py
67
Determine the
differences
from the left policy to the right policy.
properties.py
63
self.log.debug("Resetting property
differences
")
rbacrules.py
53
"Generating role allow
differences
from {0.left_policy} to {0.right_policy}".
67
"Generating role_transition
differences
from {0.left_policy} to {0.right_policy}".
128
self.log.debug("Resetting RBAC rule
differences
")
/sdk/build/
windows_sdk_whitelist.mk
4
# due to obvious compiler/architectures
differences
. When building the Windows
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-3.s
5
! resolvable
differences
between local symbols, but not in range for the
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
AnglesClassifier.java
26
* A classifier which calculates the variance of
differences
between successive angles in a stroke.
30
* previously calculated angle. Then it calculates the variance of the
differences
from a stroke.
31
* To the
differences
there is artificially added value 0.0 and the difference between the first
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_sse2.asm
742
paddw xmm6, xmm5 ; xmm6 += accumulated column
differences
744
paddd xmm7, xmm5 ; xmm7 += accumulated square column
differences
862
paddw xmm6, xmm5 ; xmm6 += accumulated column
differences
866
paddd xmm7, xmm5 ; xmm7 += accumulated square column
differences
[
all
...]
/toolchain/binutils/binutils-2.25/include/elf/
ppc.h
210
differences
. */
214
ABIs affected by the
differences
. */
219
affected by the
differences
. */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java
80
+", SOURCE calendar was not set:
Differences
: "+ diffs);
94
+", SET SOURCE calendar was not set:
Differences
: "+ diffs);
105
errln((String)"FAIL: "+thisString+",
Differences
: "+ diffs);
244
+", SET SOURCE calendar was not set:
Differences
: "+ diffs);
294
+"
Differences
: "+ diffs );
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java
76
+", SOURCE calendar was not set:
Differences
: "+ diffs);
90
+", SET SOURCE calendar was not set:
Differences
: "+ diffs);
101
errln((String)"FAIL: "+thisString+",
Differences
: "+ diffs);
240
+", SET SOURCE calendar was not set:
Differences
: "+ diffs);
290
+"
Differences
: "+ diffs );
/external/skia/src/utils/
SkPatchUtils.cpp
14
* Evaluator to sample the values of a cubic bezier using forward
differences
.
15
* Forward
differences
is a method for evaluating a nth degree polynomial at a uniform step by only
24
* apply again forward
differences
and get linear function to which we can apply again forward
25
*
differences
to get a constant difference. This is why we keep an array of size 4, the 0th
46
* Restarts the forward
differences
evaluator to the first value of t = 0.
/prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py
89
x.report() -> prints a report on the
differences
between dir1 and dir2
91
x.report_partial_closure() -> prints report on
differences
between dir1
173
def phase3(self): # Find out
differences
between common files
177
def phase4(self): # Find out
differences
between common subdirectories
192
def report(self): # Print a report on the
differences
between a and b
Completed in 1558 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>