HomeSort by relevance Sort by last modified time
    Searched full:workspace (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/zlib/projects/visualc6/
zlib.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
README.txt 26 1) On the main menu, select "File | Open Workspace".
47 2) In the Workspace window, select the "FileView" tab.
48 Right-click on the root item "Workspace '...'".
49 Select "Insert Project into Workspace".
  /external/quake/quake/src/QW/
qw.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/tinyxml/
tinyxml.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 55 * Used to inflate the Workspace from XML.
58 * @param attrs The attribtues set containing the Workspace's customization values.
150 final Workspace workspace = mLauncher.getWorkspace(); local
151 workspace.getChildAt(workspace.getCurrentScreen()).requestFocus();
HandleView.java 58 final Workspace workspace = mLauncher.getWorkspace(); local
59 workspace.dispatchUnhandledMove(null, direction);
61 this : workspace;
Launcher.java 172 private Workspace mWorkspace;
711 mWorkspace = (Workspace) dragLayer.findViewById(R.id.workspace);
712 final Workspace workspace = mWorkspace; local
713 workspace.setHapticFeedbackEnabled(false);
742 workspace.setOnLongClickListener(this);
743 workspace.setDragController(dragController);
744 workspace.setLauncher(this);
750 dragController.setDragScoller(workspace);
1631 final Workspace workspace = mWorkspace; local
2109 final Workspace workspace = mWorkspace; local
2136 final Workspace workspace = mWorkspace; local
2187 final Workspace workspace = mWorkspace; local
    [all...]
  /external/expat/
expat.dsw 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/
BaseBuilderTest.java 28 String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty 'some warning text";
32 assertEquals("C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml", m.group(1));
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 27 <!-- The workspace contains 3 screens of cells -->
28 <com.android.launcher2.Workspace
29 android:id="@+id/workspace"
40 </com.android.launcher2.Workspace>
  /packages/apps/Launcher2/res/values/
attrs.xml 30 <!-- Workspace specific attributes. These attributes are used to customize
31 the workspace in XML files. -->
32 <declare-styleable name="Workspace">
33 <!-- The first screen the workspace should display. -->
  /external/icu4c/samples/citer/
readme.txt 10 citer.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\citer\citer.sln
  /external/icu4c/samples/props/
readme.txt 10 props.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\props\props.sln
  /external/icu4c/samples/ustring/
readme.txt 10 ustring.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln
  /external/jpeg/
jcdctmgr.c 190 DCTELEM workspace[DCTSIZE2]; /* work area for FDCT subroutine */ local
196 /* Load data into workspace, applying unsigned->signed conversion */
201 workspaceptr = workspace;
224 (*do_dct) (workspace);
233 temp = workspace[i];
280 FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */ local
286 /* Load data into workspace, applying unsigned->signed conversion */
291 workspaceptr = workspace;
315 (*do_dct) (workspace);
324 temp = workspace[i] * divisors[i]
    [all...]
  /dalvik/libcore/support/src/test/java/tests/resources/JarIndex/
hyts_13.jar 
hyts_33.jar 
  /external/icu4c/samples/break/
readme.txt 11 break.sln Windows MSVC workspace. Double-click this to get started.
16 2. In MSVC, open the workspace file icu\samples\break\break.sln
  /external/icu4c/samples/cal/
readme.txt 13 cal.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\cal\cal.sln
  /external/icu4c/samples/case/
readme.txt 11 case.sln Windows MSVC workspace. Double-click this to get started.
17 (or, use the workspace All, in icu\samples\all\all.sln )
  /external/icu4c/samples/coll/
readme.txt 10 coll.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\coll\coll.sln
  /external/icu4c/samples/date/
readme.txt 13 date.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\date\date.sln
  /external/icu4c/samples/numfmt/
readme.txt 13 numfmt.sln Windows MSVC workspace. Double-click this to get started.
18 2. In MSVC, open the workspace file icu\samples\numfmt\numfmt.sln
  /external/icu4c/samples/strsrch/
readme.txt 10 strsrch.sln Windows MSVC workspace. Double-click this to get started.
15 2. In MSVC, open the workspace file icu\samples\strsrch\strsrch.sln
  /external/icu4c/samples/ucnv/
readme.txt 16 ucnv.sln Windows MSVC workspace. Double-click this to get started.
21 2. In MSVC, open the workspace file icu\samples\ucnv\ucnv.sln

Completed in 303 milliseconds

12 3 4 5 6 7 8 91011>>