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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 456 // get current leafname, if any
457 String leafName = ""; //$NON-NLS-1$
462 leafName = m.group(2);
506 currPath = newPath + leafName;
507 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
522 if (leafName.length() > 0) {
  /external/doclava/src/com/google/doclava/
Stubs.java 344 String leafName = cl.asTypeInfo().fullName(classDeclTypeVars);
345 int bracket = leafName.indexOf('<');
346 if (bracket < 0) bracket = leafName.length() - 1;
347 int period = leafName.lastIndexOf('.', bracket);
349 leafName = leafName.substring(period + 1);
352 stream.println(kind + " " + leafName);
438 stream.println(cl.leafName() + "() { " + superCtorCall(cl, null) + "throw new"
    [all...]
ClassInfo.java 322 public String leafName() {
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 307 status_t addLeafFile(const String8& leafName,
535 void addResource(const String8& leafName,
AaptAssets.cpp     [all...]
Resource.cpp 347 String8 leafName = groups.keyAt(i);
364 leafName.string(), group->getPath().string(), group.get()));
365 set->add(leafName, group);
369 index = set->indexOfKey(leafName);
372 leafName.string(), group->getPath().string(), group.get()));
373 set->add(leafName, group);
377 leafName.string(), group->getPath().string(), group.get()));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 162 String leafName = f.getFullPath().removeFileExtension().lastSegment();
163 return "*" + leafName; //$NON-NLS-1$
  /prebuilt/sdk/tools/linux/
aapt 

Completed in 135 milliseconds