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

1 2 3 45 6 7

  /external/mesa3d/src/util/sha1/
sha1.c 57 uint8_t workspace[SHA1_BLOCK_LENGTH]; local
58 CHAR64LONG16 *block = (CHAR64LONG16 *)workspace;
  /external/ppp/pppd/
sha1.c 56 static unsigned char workspace[64]; local
57 block = (CHAR64LONG16 *) workspace;
  /external/selinux/libselinux/src/
sha1.c 14 // - Not cast the workspace from a byte array to a CHAR64LONG16 due to allignment isses.
17 // CHAR64LONG16* block = (CHAR64LONG16*) workspace;
78 CHAR64LONG16 workspace; local
79 CHAR64LONG16* block = &workspace;
  /external/syslinux/com32/libutil/
sha1hash.c 124 static unsigned char workspace[64]; local
125 block = (CHAR64LONG16 *) workspace;
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 185 CHAR64LONG16 workspace; local
186 block = &workspace;
  /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();
NewProjectPage.java 145 "workspace. This can typically be the same as the application name.");
493 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
494 IStatus nameStatus = workspace.validateName(appName, IResource.PROJECT);
510 /** If the project should be created in the workspace, then update the project location
518 IPath workspace = Platform.getLocation(); local
519 String projectLocation = workspace.append(projectName).toOSString();
    [all...]
  /external/libjpeg-turbo/simd/
jidctflt-sse.asm 71 %define workspace wk(0)-DCTSIZE2*SIZEOF_FAST_FLOAT
72 ; FAST_FLOAT workspace[DCTSIZE2]
84 lea esp, [workspace]
98 lea edi, [workspace] ; FAST_FLOAT *wsptr
371 lea esi, [workspace] ; FAST_FLOAT *wsptr
jidctflt-sse2.asm 71 %define workspace wk(0)-DCTSIZE2*SIZEOF_FAST_FLOAT
72 ; FAST_FLOAT workspace[DCTSIZE2]
84 lea esp, [workspace]
98 lea edi, [workspace] ; FAST_FLOAT *wsptr
333 lea esi, [workspace] ; FAST_FLOAT *wsptr
jidctred-mmx.asm 113 %define workspace wk(0)-DCTSIZE2*SIZEOF_JCOEF
114 ; JCOEF workspace[DCTSIZE2]
126 lea esp, [workspace]
140 lea edi, [workspace] ; JCOEF *wsptr
334 lea esi, [workspace] ; JCOEF *wsptr
jidctint-mmx.asm 105 %define workspace wk(0)-DCTSIZE2*SIZEOF_JCOEF
106 ; JCOEF workspace[DCTSIZE2]
118 lea esp, [workspace]
132 lea edi, [workspace] ; JCOEF *wsptr
512 lea esi, [workspace] ; JCOEF *wsptr
    [all...]
  /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/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 658 int workspace[64], *work = workspace; local
713 work = workspace;
1516 int workspace[64], *work = workspace; local
    [all...]
  /dalvik/libdex/
sha1.cpp 142 static unsigned char workspace[64]; local
143 block = (CHAR64LONG16*)workspace;
  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 20 # Setup workspace if it is not set
22 if [ -z "$WORKSPACE" ]
24 echo Initializing workspace
37 echo Building from: $WORKSPACE
178 BUILD_OUTPUT_DIR=$WORKSPACE/Build/Emulator32
184 BUILD_OUTPUT_DIR=$WORKSPACE/Build/Emulator
201 PLATFORMFILE=$WORKSPACE/EmulatorPkg/EmulatorPkg.dsc
209 make -C $WORKSPACE/BaseTools
214 make -C $WORKSPACE/BaseTools
232 cp $WORKSPACE/EmulatorPkg/Unix/lldbefi.py $BUILD_OUTPUT_DIR/DEBUG_"$TARGET_TOOLS"/$PROCESSO
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 431 Scalar* workspace);
435 Scalar* workspace);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 46 import com.android.launcher3.Workspace;
95 * @param attrs The attributes set containing the Workspace's customization values.
100 // Disable multitouch across the workspace/all apps/customize tray
108 public void setup(DragController dragController, Workspace workspace) {
110 mScrim.setWorkspace(workspace);
290 // Account for the source scale of the icon (ie. from AllApps to Workspace, in which
291 // the workspace may have smaller icon bounds).
356 * only used for the X dimension for the case of the workspace.
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-alpha1/
testutils-25.3.0-alpha1.jar 
  /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/editors/layout/gle2/
LayoutCanvas.java 1161 IWorkspaceRoot workspace = ResourcesPlugin.getWorkspace().getRoot(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
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
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 1571 DeviceMemory<uint8> workspace; local
1694 DeviceMemory<uint8> workspace; local
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 77 import com.android.launcher3.Workspace.ItemOperator;
187 // How long to wait before the new-shortcut animation automatically pans the workspace
195 @Thunk Workspace mWorkspace;
238 // Activity result which needs to be processed after workspace has loaded.
444 // We prevent dragging when we are loading the workspace as it is possible to pick up a view
445 // that is subsequently removed from the workspace in startBinding().
523 // process the result once the workspace has loaded.
705 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
718 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
    [all...]

Completed in 410 milliseconds

1 2 3 45 6 7