HomeSort by relevance Sort by last modified time
    Searched full:planted (Results 1 - 12 of 12) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
readin.good 16 planted in a great need.
readin.inp 11 planted in a great need.
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 180 if (lte == null || lte.planted == false)
185 if (lte == null || lte.planted == false)
198 if (lte == null || lte.planted == false)
DAsm.java 121 * Holds CodeAddress associated with particular label and <i>planted</i>
123 * <i>planted</i> is false if this label is a target of forward branch and
127 LabelTableEntry(CodeAddress code_address, boolean planted) {
129 this.planted = planted;
133 boolean planted; field in class:DAsm.LabelTableEntry
137 * Hold a translation table "LabelX" -> CodeAddress, planted.
434 if (lte.planted == false) {
506 if (lte.planted == true)
509 lte.planted = true
    [all...]