HomeSort by relevance Sort by last modified time
    Searched refs:existing (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 515 * We are replacing a pre-existing block, so find any
969 Frame existing = startFrames[label]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 573 RewriteOperation existing;
574 if (m.TryGetValue(op.index, out existing) && existing != null) {
  /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/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/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 612 milliseconds

1 2 34 5 6 7 8 91011