HomeSort by relevance Sort by last modified time
    Searched refs:nextLabel (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 90 String nextLabel = prefixPath == null ? labelPath[0] : labelPath[prefixPath.length];
93 addItem(myData, nextLabel, activityIntent(
97 if (entries.get(nextLabel) == null) {
98 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
99 entries.put(nextLabel, true);
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 226 int nextLabel = (nextI == order.length) ? -1 : order[nextI];
227 outputBlock(blocks.labelToBlock(order[i]), nextLabel);
236 * @param nextLabel {@code >= -1;} the next block that will be processed, or
239 private void outputBlock(BasicBlock block, int nextLabel) {
271 if ((succ >= 0) && (succ != nextLabel)) {
278 (block.getSecondarySuccessor() == nextLabel)) {
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 365 milliseconds