OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:there
(Results
51 - 75
of
22005
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/
insertCell-expected.txt
5
If
there
was no crash, and you can see text above mentioning cell 1 as well as cell 0, the test passed.
/external/webkit/LayoutTests/fast/encoding/
japanese-encoding-mix-expected.txt
1
Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since
there
is an explicit encoding declaration, auto-detection shouldn't change the encoding.
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
window-open-expected.txt
1
This is a new window to make sure
there
is a copy of the previous window's sessionStorage, and that they diverge after a change
/external/webkit/Source/WebCore/manual-tests/
drag-move-in-search-field.html
2
between "lorem" and "ipsum".
There
should be no assertion failure in a
/ndk/tests/standalone/init-fini-arrays/
run.sh
15
# Check that
there
is no .ctors section
22
# Check that
there
is no .dtors section
29
# Check that
there
is an .init_array section
36
# Check that
there
is a .fini_array section
README
11
section.
There
is no corresponding entry in the .fini_array for the
15
The main idea is to check that
there
is no .ctors or .dtors section in the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter_arp.h
10
/*
There
is no PF_ARP. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter_arp.h
10
/*
There
is no PF_ARP. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter_arp.h
10
/*
There
is no PF_ARP. */
/frameworks/opt/emoji/
EmojiFactory.h
33
// stored to "size". Returns NULL if
there
's no mapping from the "pua" to a
36
// TODO(dmiyakawa):
there
should be a way to tell users the format of the
41
// each career. Returns NULL when
there
's no mapping for "sjis".
49
// Returns NULL when
there
's no mapping for "vsp".
56
// Returns Android PUA corresponding to "sjis". Returns -1 when
there
's no
77
// -1 when
there
's no mapping from "vsp" to a Android PUA.
81
//
there
's no mapping from "pua" to a specific unicode.
88
// Get a specific implementation of EmojiFactory. If
there
's no implementation
94
// Get an implementation of EmojiFactory. This assumes that, usually,
there
95
// should be only one possible EmojiFactory implementation. If
there
are mor
[
all
...]
/cts/tests/tests/location/src/android/location/cts/
GpsSatelliteTest.java
58
// make sure
there
is no exception.
65
// make sure
there
is no exception.
72
// make sure
there
is no exception.
79
// make sure
there
is no exception.
86
// make sure
there
is no exception.
/frameworks/base/core/java/android/webkit/
WebViewDatabase.java
48
* Gets whether
there
are any saved username/password pairs for web forms.
51
* @return true if
there
are any saved username/password pairs
75
* Gets whether
there
are any saved credentials for HTTP authentication.
77
* @return whether
there
are any saved credentials
98
* Gets whether
there
is any saved data for web forms.
100
* @return whether
there
is any saved data for web forms
/cts/tests/assets/webkit/
test_br_tag.html
23
there
is a br after line1<br>line2
26
there
are two brs after line3<br><br>line 4
/external/chromium/webkit/glue/
webkit_constants.h
11
// default of 10ms. We'd like to go lower, however
there
are poorly
12
// coded websites out
there
which do create CPU-spinning loops. Using
/external/clang/test/Sema/
nowarn-documentation-property.m
9
/// @return `nil` if
there
is no search string, and no prefix.
13
/// @return `nil` if
there
is no search string.
/external/compiler-rt/lib/asan/lit_tests/
log_path_fork_test.cc.disabled
16
//
There
are two processes at this point, thus
there
should be two distinct
/external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNonnullByDefault.java
12
* the method parameters in that element are nonnull by default unless
there
is:
17
* <li>
there
is a default parameter annotation applied to a more tightly nested
/external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c
19
printf("Capabilities missing when
there
should be some\n");
36
printf("Detected capabilities when
there
should not be any\n");
/external/libpng/projects/cbuilder5/
zlib.readme.txt
2
explicitly build zlib. By taking this decision,
there
is no need
3
to update the libpng project each time when
there
is a change in
/external/llvm/test/Assembler/
2002-08-16-ConstExprInlined.ll
3
; assembly (because
there
are placeholders still around), which the assembler
6
;
There
are two things that need to be fixed here. Obviously assembling and
/external/llvm/test/Transforms/LCSSA/
unused-phis.ll
9
; Test to ensure that when
there
are multiple exit blocks, PHI nodes are
10
; only inserted by LCSSA when
there
is a use dominated by a given exit
/external/webkit/Source/WebCore/manual-tests/inspector/
webinspector-log.html
16
<br>In the original inspector window,
there
should now be a message
17
in the console with the text "hello, world".
There
will be a blue
/libcore/luni/src/main/java/java/util/
ListIterator.java
43
* Returns whether
there
are more elements to iterate.
45
* @return {@code true} if
there
are more elements, {@code false} otherwise.
51
* Returns whether
there
are previous elements to iterate.
53
* @return {@code true} if
there
are previous elements, {@code false}
64
* if
there
are no more elements.
75
* if
there
are no more elements.
85
* if
there
are no previous elements.
96
* if
there
are no previous elements.
/ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp
3
// 1.
there
is an annoying warning.
5
// egcs fails to see that
there
is a public static accessor function.
/ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp
3
// 1.
there
is an annoying warning.
5
// egcs fails to see that
there
is a public static accessor function.
Completed in 420 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>