HomeSort by relevance Sort by last modified time
    Searched refs:WORKSPACE (Results 1 - 14 of 14) 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
  /external/boringssl/src/util/bot/go/
env.py 48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
bootstrap.py 41 # Default workspace with infra go code.
42 WORKSPACE = os.path.join(ROOT, 'go')
207 workspace=None):
214 workspace: main workspace directory or None if compiling in GOROOT.
218 if workspace:
219 env['GOBIN'] = os.path.join(workspace, 'bin')
224 if workspace:
225 all_go_paths.append(workspace)
267 return get_go_environ(TOOLSET_ROOT, WORKSPACE)
    [all...]
  /external/v8/tools/
external-reference-check.py 15 WORKSPACE = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), ".."))
  /packages/apps/Launcher3/protos/
launcher_log.proto 71 WORKSPACE = 1;
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
AospLauncherStrategy.java 37 private static final BySelector WORKSPACE = By.res(LAUNCHER_PKG, "workspace");
205 return WORKSPACE;
  /packages/apps/Launcher3/src/com/android/launcher3/
PinchToOverviewListener.java 27 * Detects pinches and animates the Workspace to/from overview mode.
47 private Workspace mWorkspace = null;
83 if (mLauncher.mState != Launcher.State.WORKSPACE || mLauncher.isOnCustomContent()) {
92 // Don't listen for the pinch gesture if the workspace isn't ready.
129 // go, since it is going from 1 to 0. If we are going to workspace, we want
162 * Cancels the current pinch, returning back to where the pinch started (either workspace or
190 // Pinch distance must equal the workspace width before switching states.
195 // Bound the scale between the overview scale and the normal workspace scale (1f).
198 // corresponds to the normal workspace scale (1f).
Launcher.java 196 enum State { NONE, WORKSPACE, WORKSPACE_SPRING_LOADED, APPS, APPS_SPRING_LOADED,
199 @Thunk State mState = State.WORKSPACE;
209 // How long to wait before the new-shortcut animation automatically pans the workspace
226 @Thunk Workspace mWorkspace;
257 // scroll issues (because the workspace may not have been measured yet) and extra work.
345 // Activity result which needs to be processed after workspace has loaded.
552 // The underlying workspace and hotseat are temporarily suppressed by the search
647 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
648 // that is subsequently removed from the workspace in startBinding().
705 // process the result once the workspace has loaded
3666 Workspace workspace = mWorkspace; local
    [all...]
Workspace.java 93 * The workspace is a wide area with a wallpaper and a finite number of pages.
95 * interact with. A workspace is meant to be used with a fixed width only.
97 public class Workspace extends PagedView
101 private static final String TAG = "Launcher.Workspace";
201 // Direction used for moving the workspace and hotseat UI
269 // Variables relating to touch disambiguation (scrolling workspace vs. scrolling a widget)
315 // Handles workspace state transitions
322 * Used to inflate the Workspace from XML.
325 * @param attrs The attributes set containing the Workspace's customization values.
327 public Workspace(Context context, AttributeSet attrs)
    [all...]
  /device/linaro/hikey/uefi-tools/
uefi-build.sh 12 unset WORKSPACE EDK_TOOLS_DIR MAKEFLAGS
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
LoggerUtils.java 106 case LauncherLogProto.WORKSPACE:
107 str = "WORKSPACE";
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 195 private enum State { NONE, WORKSPACE, APPS_CUSTOMIZE, APPS_CUSTOMIZE_SPRING_LOADED };
196 private State mState = State.WORKSPACE;
209 // How long to wait before the new-shortcut animation automatically pans the workspace
218 private Workspace mWorkspace;
246 // scroll issues (because the workspace may not have been measured yet) and extra work.
600 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
601 // that is subsequently removed from the workspace in startBinding().
645 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
647 // return to the workspace. Clearing mAddInfo.container here fixes this issue
728 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION
3461 final Workspace workspace = mWorkspace; local
3495 Workspace workspace = mWorkspace; local
3576 final Workspace workspace = mWorkspace; local
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_arm_neon.S     [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 3677 milliseconds