OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:same
(Results
101 - 125
of
461
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/doclava/src/com/google/doclava/
Doclava.java
897
// these this and the description are in the
same
directory,
941
// make a pass and resolve ones that have the
same
name
1046
int
same
= 0;
local
1047
while (
same
< (srclen - 1) &&
same
< (tgtlen - 1) && (src[
same
].equals(tgt[
same
]))) {
1048
same
++;
1053
int up = srclen -
same
- 1;
1060
for (int i =
same
; i < N; i++)
[
all
...]
/external/emma/
test.sh
131
echo Tests failed:
same
lines, different order: See $TESTDIR/diff-ordered
/external/icu4c/data/rbnf/
rbnffiles.mk
10
# you should consider creating a 'rbnflocal.mk' file in this
same
directory.
/external/v8/test/mjsunit/bugs/
bug-618.js
29
// additional tests for configurable in the
same
manner as existing tests
/external/v8/test/mjsunit/compiler/
binary-ops.js
38
// Values in the
same
span.
/external/v8/test/mjsunit/
function-source.js
32
// Check that the script source for all functions in a script is the
same
.
mjsunit.js
46
// Expected and found values the
same
objects, or the
same
primitive
57
// The found object is an Array with the
same
length and elements
62
// The found object must have the
same
enumerable properties as the
sin-cos.js
48
// Ensure that sine and log are not the
same
.
transcendentals.js
29
// Two fp numbers that have the
same
hash value (see TranscendentalCache
/external/v8/test/mjsunit/regress/
regress-1387.js
28
// Tests that we always return the
same
type error function when trying to
regress-732.js
45
// the
same
index.
/external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition24.js
79
that is the
same
is not flagged.
nodegetbaseuri01.js
78
Call Node.getBaseURI() on a test document. Should be not-null and
same
as Document.getDocumentURI().
nodeisequalnode01.js
86
Using isEqualNode check if 2 Document nodes created by parsing the
same
xml document
nodeisequalnode02.js
78
Using isEqualNode check if 2 newly created Document nodes having the
same
namespaceURI
nodeisequalnode06.js
80
Using isEqualNode check if 2 Element nodes having the
same
nodeName and namespaceURI attribute
nodeisequalnode12.js
81
by parsing the
same
xml document are equal.
nodeisequalnode14.js
80
Using isEqualNode check if 2 Attr nodes having the
same
nodeName and a null namespaceURI
nodeisequalnode19.js
80
Using isEqualNode check if 2 Attr nodes having the
same
nodeName but different namespaceURIs
nodeisequalnode20.js
78
Using isEqualNode check if an Element and an Attr nodes having the
same
nodeName
nodeisequalnode29.js
80
Using isEqualNode check if 2 new Comment nodes having the
same
data are equal and two others
nodeisequalnode31.js
80
Using isEqualNode check if 2 new CDATASection nodes having the
same
data are equal and two others
nodeisequalnode32.js
80
Using isEqualNode check if 2 new ProcessingInstruction nodes having the
same
data are equal and two others
nodeissamenode09.js
80
Using isSameNode check if an Entity and its docType nodes are not the
same
.
nodeissamenode10.js
78
Using isSameNode check if an new Document and a new Element node are not the
same
.
Completed in 4589 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>