OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing
(Results
76 - 100
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs
679
RewriteOperation
existing
;
680
if ( m.TryGetValue( op.index, out
existing
) &&
existing
!= null )
/external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java
498
final int
existing
= m_constants.findCONSTANT_Utf8 (value);
local
499
if (
existing
> 0)
501
return
existing
;
/external/llvm/utils/llvm-build/llvmbuild/
main.py
117
existing
= self.component_info_map.get(ci.name)
118
if
existing
is not None:
121
ci.name, ci.subpath,
existing
.subpath))
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java
272
* in the set. Thus, adding one element to an
existing
{@link Field} does not
313
final Field
existing
= fields.get(number);
local
316
if (
existing
!= null) {
317
lastField.mergeFrom(
existing
);
/external/mesa3d/docs/
MESA_drm_image.spec
126
creating an EGLImage from an already
existing
client API
128
an
existing
DRM buffer name, it doesn't seem right to overload
/external/v8/test/mjsunit/
debug-liveedit-2.js
54
// However, this does not actually patch
existing
"Chooser" instances,
/external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdataappenddata.js
84
the specified data to the already
existing
character
hc_characterdataappenddatagetdata.js
85
the specified data to the already
existing
character
hc_elementnormalize2.js
78
Add an empty text node to an
existing
attribute node, normalize the containing element
hc_elementnotfounderr.js
83
a non
existing
attribute node. This should cause the
hc_elementsetattributenodenull.js
79
null value if no previously
existing
Attr node with the
hc_namednodemapsetnameditemthatexists.js
89
method should replace the already
existing
node with
hc_namednodemapsetnameditemwithnewvalue.js
79
existing
node with the same name then it returns null.
hc_nodeinsertbeforenewchildexists.js
83
present in the tree. The
existing
node should be
/external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement19.js
79
an
existing
one.
HTMLTableElement22.js
79
an
existing
one.
HTMLTableElement25.js
79
an
existing
one.
HTMLTableElement26.js
79
an
existing
one.
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdataappenddata.js
84
the specified data to the already
existing
character
hc_characterdataappenddatagetdata.js
85
the specified data to the already
existing
character
hc_elementnormalize2.js
78
Add an empty text node to an
existing
attribute node, normalize the containing element
hc_elementnotfounderr.js
83
a non
existing
attribute node. This should cause the
hc_elementsetattributenodenull.js
79
null value if no previously
existing
Attr node with the
hc_namednodemapsetnameditemthatexists.js
89
method should replace the already
existing
node with
hc_namednodemapsetnameditemwithnewvalue.js
79
existing
node with the same name then it returns null.
Completed in 3657 milliseconds
1
2
3
4
5
6
7
8
9