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

  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antlr-*-jar-with-dependencies.jar)
21 rm -fr $WORKSPACE/tmp
22 mkdir -p $WORKSPACE/tmp
23 cd $WORKSPACE
30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE)
37 (cd tmp/antlr-$ANTLR2_VERSION/lib/python; python setup.py install --install-lib=$WORKSPACE)
46 cd $WORKSPACE
57 cd $WORKSPACE
65 cd $WORKSPACE
  /tools/motodev/makefile/auto_tests/
configure_start_auto_tests.sh 22 mkdir $WORKSPACE
24 ### The folder 'SDK' to inside 'WORKSPACE'
25 cp -r $SDK_FOLDER $WORKSPACE
31 rm -rf $WORKSPACE/$SDK_FOLDER/platforms/android-8
99 sed "s/WORKSPACE/$W/g" $LIBRARY_FILE > $AUTO_TEST_TEMP_FILES/library.xml
128 find $PLUGIN_FILES -iname '*.zip' -exec cp \{\} $WORKSPACE/ \;
129 cd $WORKSPACE
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/model/
AndroidProject.java 52 private static final IWorkspace WORKSPACE = ResourcesPlugin.getWorkspace();
456 else if (WORKSPACE.getRoot().getProject(name).exists())
464 status = WORKSPACE.validateName(name, IResource.PROJECT);
498 IProject handle = WORKSPACE.getRoot().getProject(name);
499 status = WORKSPACE.validateProjectLocation(handle, new Path(location));
753 || !WORKSPACE.validateName(name, IResource.PROJECT).isOK();
759 || ((location.length() == 0) || !WORKSPACE.validateProjectLocation(
760 WORKSPACE.getRoot().getProject(name), new Path(location))
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 186 private enum State { NONE, WORKSPACE, APPS_CUSTOMIZE, APPS_CUSTOMIZE_SPRING_LOADED };
187 private State mState = State.WORKSPACE;
200 // How long to wait before the new-shortcut animation automatically pans the workspace
209 private Workspace mWorkspace;
235 // scroll issues (because the workspace may not have been measured yet) and extra work.
568 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
569 // that is subsequently removed from the workspace in startBinding().
613 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
615 // return to the workspace. Clearing mAddInfo.container here fixes this issue
685 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION
3277 final Workspace workspace = mWorkspace; local
3306 Workspace workspace = mWorkspace; local
3375 final Workspace workspace = mWorkspace; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 78 milliseconds