OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:difference
(Results
101 - 125
of
7042
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/sdk/support_api_diff/23.2.0/
changes.html
9
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java
difference
, API
difference
,
difference
between two APIs, API diff, Javadoc, doclet">
/frameworks/base/docs/html/sdk/support_api_diff/24.2.0/
changes.html
9
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java
difference
, API
difference
,
difference
between two APIs, API diff, Javadoc, doclet">
/external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py
79
missing = self.expected_shm.
difference
(observed_shm)
80
extra = observed_shm.
difference
(self.expected_shm)
91
missing = self.expected_sem.
difference
(observed_sem)
92
extra = observed_sem.
difference
(self.expected_sem)
/external/autotest/client/tests/tsc/src/
README
10
report the observed
difference
in TSC values between each pair of CPUs.
/external/chromium-trace/catapult/devil/devil/android/tools/
script_common.py
22
missing = requested.
difference
(available)
/external/clang/test/CXX/temp/temp.param/
p2.cpp
4
// There is no semantic
difference
between class and typename in a
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetOperationsTest.java
28
* {@link Sets#
difference
}.
80
Set<String> goodFriends = Sets.
difference
(friends, enemies);
84
= Sets.
difference
(friends, enemies).immutableCopy();
86
= Sets.
difference
(friends, enemies).copyInto(new HashSet<String>());
/external/jdiff/src/jdiff/
PackageDiff.java
28
/* The percentage
difference
for this package. */
/external/libchrome/crypto/
secure_util.h
21
// so as to not to reveal to the attacker where the
difference
(s) are.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/devel/
ft2build.h
21
* debug mode. Its only
difference
to the default version is that it
/external/libvpx/libvpx/vp9/common/
vp9_mfqe.h
24
//
difference
, etc.
/toolchain/binutils/binutils-2.25/gas/doc/
c-xstormy16.texi
88
computes the
difference
between the address of labels 'here' and
89
'there', takes the lower 16 bits of this
difference
and adds it to
99
computes the
difference
between the address of labels 'here' and
100
'there', takes the upper 16 bits of this
difference
, shifts it down 16
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s
6
; one is tested) can take "
difference
-expressions".
/toolchain/binutils/binutils-2.25/libiberty/
bcmp.c
10
@var{count} is zero. A nonzero result only indicates a
difference
,
/art/profman/
profile_assistant.h
45
// When the returned value is kCompile there is a significant
difference
50
// When the returned value is kSkipCompilation, the
difference
between the
/external/avahi/avahi-common/
timeval.h
38
/** Calculate the
difference
between two timeval structures as microsecond value */
44
/** Return the
difference
between the current time and *a. Positive if *a was earlier */
/external/curl/lib/
timeval.h
38
* Returns: the time
difference
in number of milliseconds.
45
* Returns: the time
difference
in seconds with subsecond resolution.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ArrayComparator.java
39
/* Lexigraphic compare. Returns the first
difference
41
* where i is the index of the first comparator finding a
difference
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
ArrayComparator.java
38
/* Lexigraphic compare. Returns the first
difference
40
* where i is the index of the first comparator finding a
difference
/external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt
6
One significant
difference
between .NET CLR and our VM is that the CLR
13
This is an important
difference
because I think there are some significant
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
35
#define SPECT_DIFF_TAVG (float)0.30 // tavg parameter for spectral
difference
measure
42
#define SD_FEATURE_THR (float)0.5 // default threshold for Spectral
Difference
feature
/external/webrtc/webrtc/modules/video_coding/
rtt_filter.h
36
// Detects RTT jumps by comparing the
difference
between
41
// Detects RTT drifts by comparing the
difference
between
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java
80
* Computes and returns the
difference
between this measurement and the given
101
Multisets.
difference
(allocations, baseline.allocations));
104
"Your benchmark appears to have non-deterministic allocation behavior. The
difference
"
112
* Computes and returns the
difference
between this measurement and the given
121
Multisets.
difference
(allocations, baseline.allocations),
122
Multisets.
difference
(baseline.allocations, allocations));
/external/llvm/utils/
findoptdiff
5
# This script helps find the optimization
difference
between two llvm
7
# one that exhibits an optimization problem. Identifying the
difference
19
# with the only
difference
being the builds.
22
# and gccld run until there is a
difference
in the assembly resulting
23
# from the optimization. The
difference
is then reported with the set of
24
# optimization passes that produce the
difference
. The processing
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
rbacrules.py
22
from .
difference
import
Difference
, SymbolWrapper, Wrapper
30
class RBACRulesDifference(
Difference
):
32
"""Determine the
difference
in RBAC rules between two policies."""
50
"""Generate the
difference
in role allow rules between the policies."""
64
"""Generate the
difference
in role_transition rules between the policies."""
Completed in 1152 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>