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

12 3

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
zlib.h 31 void *workspace; member in struct:z_stream_s
  /external/wpa_supplicant/
sha1.c 602 u32 workspace[16]; local
603 block = (CHAR64LONG16 *) workspace;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c 609 CHAR64LONG16 workspace; local
610 block = &workspace;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 330 // if this returns true, this forces a full workspace rebuild which is not
363 // get the current workspace
364 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
367 return workspace.getRoot().getProject(projectName);
  /system/core/init/
property_service.c 109 } workspace; typedef in typeref:struct:__anon25774
111 static int init_workspace(workspace *w, size_t size)
116 /* dev is a tmpfs that we can use to carve a shared workspace
155 static workspace pa_workspace;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 54 private final Workspace workspace; field in class:ScreenViewer
77 ScreenViewer(Workspace workspace, IDevice device, int spacing) {
81 this.workspace = workspace;
667 workspace.beginTask();
781 workspace.endTask();
804 workspace.beginTask();
828 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 574 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
576 IResource firstSource = workspace.getRoot().findMember(path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 441 // Get the list of project for the current workspace
442 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
443 IProject[] projects = workspace.getRoot().getProjects();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 124 mCreateNewButton.setText("Create new project in workspace");
352 * When custom user selection is disabled, use the workspace default location with the
443 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
444 IProject handle = workspace.getRoot().getProject(mValues.projectName);
445 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri);
450 // an existing workspace project.) Check it either doesn't exist or is
540 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
541 IStatus nameStatus = workspace.validateName(projectName, IResource.PROJECT);
545 IProject handle = workspace.getRoot().getProject(projectName);
548 "A project with that name already exists in the workspace");
    [all...]
ApplicationInfoPage.java 514 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
515 IProject handle = workspace.getRoot().getProject(mValues.testProjectName);
516 IStatus locationStatus = workspace.validateProjectLocationURI(handle, uri);
521 // an existing workspace project.) Check it either doesn't exist or is
NewProjectCreator.java 292 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
293 final IProject project = workspace.getRoot().getProject(mValues.projectName);
294 final IProjectDescription description = workspace.newProjectDescription(project.getName());
346 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
349 final IProject project = workspace.getRoot().getProject(projectName);
350 final IProjectDescription description = workspace.newProjectDescription(project.getName());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 91 * Checks whether there given file store points to a file in the workspace.
92 * Only returns a workspace file if there's a single match.
118 // the file is part of the current workspace
146 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
147 IFile file = workspace.getRoot().getFile(filePath);
163 // the file is not part of the current workspace
232 // We try to open a file that is part of the current workspace
239 // We try to open a file that is not part of the current workspace
  /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...]
  /external/pcre/
pcretest.c 2573 int workspace[1000]; local
2637 int workspace[1000]; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 535 /** Opens a path (which may not be in the workspace) */
539 IWorkspaceRoot workspace = ResourcesPlugin.getWorkspace().getRoot(); local
540 IPath workspacePath = workspace.getLocation();
544 IResource member = workspace.findMember(relativePath);
549 file = workspace.getFileForLocation(filePath);
559 // It's not a path in the workspace; look externally
610 // first to Activity classes, then to the whole workspace.
659 // Try searching again with a complete workspace scope this time
716 // Instead look at surrounding files in the workspace and obtain one valid
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 217 Workspace.ZInterpolator mZInterpolator = new Workspace.ZInterpolator(0.5f);
595 // drop in Workspace
610 if (target instanceof Workspace) {
612 Workspace workspace = (Workspace) target; local
613 CellLayout layout = (CellLayout) workspace.getChildAt(currentScreen);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 503 IWorkspaceRoot workspace = ResourcesPlugin.getWorkspace().getRoot(); local
504 IPath workspacePath = workspace.getLocation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 909 IWorkspaceRoot workspace = ResourcesPlugin.getWorkspace().getRoot(); local
911 IPath workspacePath = workspace.getLocation();
914 xmlFile = (IFile) workspace.findMember(relativePath)
    [all...]

Completed in 1838 milliseconds

12 3