HomeSort by relevance Sort by last modified time
    Searched defs:workspace (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 83 * Checks whether there given file store points to a file in the workspace.
84 * Only returns a workspace file if there's a single match.
110 // the file is part of the current workspace
138 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
139 IFile file = workspace.getRoot().getFile(filePath);
155 // the file is not part of the current workspace
224 // We try to open a file that is part of the current workspace
231 // We try to open a file that is not part of the current workspace
  /system/core/init/
property_service.c 62 } workspace; typedef in typeref:struct:__anon81193
64 static int init_workspace(workspace *w, size_t size)
76 static workspace pa_workspace;
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 50 * An icon that can appear on in the workspace representing an {@link UserFolder}.
135 final Workspace workspace = (Workspace) cellLayout.getParent(); local
136 return !workspace.workspaceInModalState();
353 // Workspace#onDropExternal.
433 Workspace workspace = mLauncher.getWorkspace(); local
435 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent());
444 workspace.resetTransitionTransform((CellLayout) getParent().getParent())
    [all...]
DeviceProfile.java 548 // Pad the left and right of the workspace to ensure consistent spacing
570 /** Returns the bounds of the workspace page indicators. */
591 /** Returns the workspace padding in the specified orientation */
600 // Pad the left and right of the workspace with search/hotseat bar sizes
610 // Pad the left and right of the workspace to ensure consistent spacing
628 // Pad the top and bottom of the workspace with search/hotseat bar sizes
665 // The rect returned will be extended to below the system ui that covers the workspace
761 // Layout the workspace
762 PagedView workspace = (PagedView) launcher.findViewById(R.id.workspace); local
    [all...]
DragLayer.java 96 * @param attrs The attributes set containing the Workspace's customization values.
101 // Disable multitouch across the workspace/all apps/customize tray
573 // Account for the source scale of the icon (ie. from AllApps to Workspace, in which
574 // the workspace may have smaller icon bounds).
590 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
645 * only used for the X dimension for the case of the workspace.
907 Workspace workspace = mLauncher.getWorkspace(); local
    [all...]
Launcher.java 228 private enum State { NONE, WORKSPACE, APPS_CUSTOMIZE, APPS_CUSTOMIZE_SPRING_LOADED };
229 private State mState = State.WORKSPACE;
245 // How long to wait before the new-shortcut animation automatically pans the workspace
257 private Workspace mWorkspace;
288 // scroll issues (because the workspace may not have been measured yet) and extra work.
675 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
676 // that is subsequently removed from the workspace in startBinding().
745 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
747 // return to the workspace. Clearing mAddInfo.container here fixes this issue
4331 Workspace workspace = mWorkspace; local
4455 final Workspace workspace = mWorkspace; local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 53 private final Workspace workspace; field in class:ScreenViewer
76 ScreenViewer(Workspace workspace, IDevice device, int spacing) {
80 this.workspace = workspace;
666 workspace.beginTask();
780 workspace.endTask();
803 workspace.beginTask();
827 workspace.endTask()
    [all...]
  /external/jpeg/
jdcoefct.c 40 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
41 * and let the entropy decoder write into that workspace each time.
42 * (On 80x86, the workspace is FAR even though it's not really very big;
727 JBLOCK workspace; local
815 /* Fetch current DCT block into workspace so we can modify it. */
816 jcopy_block_row(buffer_ptr, (JBLOCKROW) workspace, (JDIMENSION) 1);
828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) {
840 workspace[1] = (JCOEF) pred;
843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) {
855 workspace[8] = (JCOEF) pred
    [all...]
jmemmgr.c 390 * object so that it can be saved away if this sarray is the workspace for
401 JSAMPROW workspace; local
424 workspace = (JSAMPROW) alloc_large(cinfo, pool_id,
428 result[currow++] = workspace;
429 workspace += samplesperrow;
449 JBLOCKROW workspace; local
472 workspace = (JBLOCKROW) alloc_large(cinfo, pool_id,
476 result[currow++] = workspace;
477 workspace += blocksperrow;
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 393 * object so that it can be saved away if this sarray is the workspace for
404 JSAMPROW workspace; local
427 workspace = (JSAMPROW) alloc_large(cinfo, pool_id,
431 result[currow++] = workspace;
432 workspace += samplesperrow;
452 JBLOCKROW workspace; local
475 workspace = (JBLOCKROW) alloc_large(cinfo, pool_id,
479 result[currow++] = workspace;
480 workspace += blocksperrow;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcoefct.c 40 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
41 * and let the entropy decoder write into that workspace each time.
42 * (On 80x86, the workspace is FAR even though it's not really very big;
727 JBLOCK workspace; local
815 /* Fetch current DCT block into workspace so we can modify it. */
816 jcopy_block_row(buffer_ptr, (JBLOCKROW) workspace, (JDIMENSION) 1);
828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) {
840 workspace[1] = (JCOEF) pred;
843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) {
855 workspace[8] = (JCOEF) pred
    [all...]
jmemmgr.c 390 * object so that it can be saved away if this sarray is the workspace for
401 JSAMPROW workspace; local
424 workspace = (JSAMPROW) alloc_large(cinfo, pool_id,
428 result[currow++] = workspace;
429 workspace += samplesperrow;
449 JBLOCKROW workspace; local
472 workspace = (JBLOCKROW) alloc_large(cinfo, pool_id,
476 result[currow++] = workspace;
477 workspace += blocksperrow;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 252 * project, it creates a new library project in the workspace for the
286 // Create workspace copy of the project and add library dependency
299 * project, it creates a new library project in the workspace for the
346 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
347 IWorkspaceRoot root = workspace.getRoot();
350 // Create workspace copy of the project and add library dependency
437 * Creates a library project in the Eclipse workspace out of the grid layout project
451 // Install a new library into the workspace. This is a copy rather than
458 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
459 IWorkspaceRoot root = workspace.getRoot()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 357 IWorkspaceRoot workspace = ResourcesPlugin.getWorkspace().getRoot(); local
362 resource = workspace.findMember(path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 132 mCreateNewButton.setText("Create new project in workspace");
372 * When custom user selection is disabled, use the workspace default location with the
485 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
486 IProject handle = workspace.getRoot().getProject(mValues.projectName);
487 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri);
492 // an existing workspace project.) Check it either doesn't exist or is
579 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
580 IStatus nameStatus = workspace.validateName(projectName, IResource.PROJECT);
586 for (IProject existingProj : workspace.getRoot().getProjects()) {
589 "A project with that name already exists in the workspace");
    [all...]
ApplicationInfoPage.java 518 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
519 IProject handle = workspace.getRoot().getProject(mValues.testProjectName);
520 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri);
525 // an existing workspace project.) Check it either doesn't exist or is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 120 mUseDefaultLocationToggle.setText("Create Project in Workspace");
222 /** If the project should be created in the workspace, then update the project location
232 IPath workspace = Platform.getLocation(); local
233 String projectLocation = workspace.append(projectName).toOSString();
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 82 * @param attrs The attributes set containing the Workspace's customization values.
87 // Disable multitouch across the workspace/all apps/customize tray
508 toY -= scale * Workspace.DRAG_BITMAP_PADDING / 2;
563 * only used for the X dimension for the case of the workspace.
745 // This ensures that the workspace is drawn above the hotseat and qsb,
746 // except when the workspace is drawing a background gradient, in which
747 // case we want the workspace to stay behind these elements.
783 Workspace workspace = mLauncher.getWorkspace(); local
784 int width = workspace.getWidth()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 593 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
594 IWorkspaceRoot root = workspace.getRoot();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 891 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 581 // Get the list of project for the current workspace
582 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
583 IProject[] projects = workspace.getRoot().getProjects();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 692 IPath workspace = Platform.getLocation(); local
693 String projectLocation = workspace.append(projectValues.projectName).toOSString();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 658 int workspace[64], *work = workspace; local
713 work = workspace;
1516 int workspace[64], *work = workspace; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 

Completed in 5110 milliseconds

1 2 3 45 6 7