OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:consistent
(Results
1 - 25
of
1460
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java
55
* Checks to see if this api is
consistent
with a newer version.
58
boolean
consistent
= true;
62
consistent
= false;
66
consistent
= false;
72
consistent
= false;
75
return
consistent
;
/development/samples/ContactManager/
_index.html
7
resulting in a more
consistent
user experience.</p>
/libcore/luni/src/main/java/java/lang/
StringIndexOutOfBoundsException.java
59
* Used internally for
consistent
high-quality error reporting.
67
* Used internally for
consistent
high-quality error reporting.
75
* Used internally for
consistent
high-quality error reporting.
83
* Used internally for
consistent
high-quality error reporting.
ArrayIndexOutOfBoundsException.java
59
* Used internally for
consistent
high-quality error reporting.
67
* Used internally for
consistent
high-quality error reporting.
/packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java
35
// Note null is a valid return value. But still it should be
consistent
.
38
// Should be
consistent
.
/external/chromium/chrome/browser/ui/views/
theme_background.h
22
// view in such a way that it's
consistent
with the frame's theme
/external/clang/test/SemaCXX/
virtual-member-functions-key-function.cpp
20
// Make sure that the key-function computation is
consistent
when the
/external/valgrind/main/none/tests/
fdleak.h
20
* after the start of main() in order to get
consistent
results across
/external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.rc
26
// remains
consistent
on all systems.
/libcore/luni/src/main/java/java/util/concurrent/
Delayed.java
16
* <tt>compareTo</tt> method that provides an ordering
consistent
with
/external/doclava/src/com/google/doclava/
PackageInfo.java
271
boolean
consistent
= true;
275
consistent
= false;
280
consistent
= false;
287
consistent
= false;
290
return
consistent
;
/cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java
30
* @param plugInName Name of DRM plug-in. The name SHOULD be
consistent
with
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DHBasicKeyPairGenerator.java
16
* This generates keys
consistent
for use with the basic algorithm for
/external/chromium/build/
grit_action.gypi
6
#
consistent
manner. To use this the following variables need to be
/external/chromium/chrome/browser/ui/cocoa/
floating_bar_backing_view.mm
44
// a double-click in the blank area should try to minimize, to be
consistent
/external/chromium/chrome/common/extensions/docs/static/
experimental.webNavigation.html
18
consistent
. Comparing one event to another event will give you the correct
experimental.webRequest.html
17
consistent
. Comparing one event to another event will give you the correct
/external/dropbear/libtommath/
bn_mp_get_int.c
38
/* force result to 32-bits always so it is
consistent
on non 32-bit platforms */
/external/grub/stage2/
pxeloader.S
33
But I like that the memory layout of the body is
consistent
/external/kernel-headers/original/asm-generic/
mman.h
33
/* common parameters: try to keep these
consistent
across architectures */
/external/valgrind/main/exp-ptrcheck/tests/
stackerr.c
4
It's difficult to get
consistent
behaviour across all platforms.
/external/webkit/Source/WebCore/platform/graphics/wince/
WinCEGraphicsExtras.h
28
// is
consistent
when transformation shifts.
/external/webkit/Tools/WinLauncher/
WinLauncher.rc
32
// remains
consistent
on all systems.
/frameworks/base/core/java/android/preference/
package.html
5
in the same manner and the user experience is
consistent
with that of the system and
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h
33
/* common parameters: try to keep these
consistent
across architectures */
Completed in 430 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>