HomeSort by relevance Sort by last modified time
    Searched defs:workspace (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/tensorflow/tensorflow/core/platform/posix/
test.cc 42 const char* workspace = getenv("TEST_WORKSPACE"); local
44 if (workspace && workspace[0] != '\0') {
45 return strings::StrCat(env, "/", workspace, "/tensorflow");
  /external/tensorflow/tensorflow/core/platform/windows/
test.cc 36 const char* workspace = getenv("TEST_WORKSPACE"); local
38 if (workspace && workspace[0] != '\0') {
39 return strings::StrCat(env, "/", workspace, "/tensorflow");
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 57 final Workspace workspace = mLauncher.getWorkspace(); local
58 workspace.dispatchUnhandledMove(null, direction);
60 this : workspace;
FolderIcon.java 49 * An icon that can appear on in the workspace representing an {@link UserFolder}.
119 final Workspace workspace = (Workspace) cellLayout.getParent(); local
120 return !workspace.isSmall();
374 Workspace workspace = mLauncher.getWorkspace(); local
376 workspace.setFinalTransitionTransform((CellLayout) getParent().getParent());
385 workspace.resetTransitionTransform((CellLayout) getParent().getParent());
FocusHelper.java 34 * A keyboard listener we set on all the workspace icons.
43 * A keyboard listener we set on all the workspace icons.
491 * Handles key events in the workspace hotseat (bottom of the screen).
496 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace); local
499 final int pageIndex = workspace.getCurrentPage();
515 workspace.snapToPage(pageIndex - 1);
526 workspace.snapToPage(pageIndex + 1)
667 final Workspace workspace = (Workspace) layout.getParent(); local
    [all...]
  /external/libjpeg-turbo/
jdcoefct.h 36 * We allocate a workspace of D_MAX_BLOCKS_IN_MCU coefficient blocks,
37 * and let the entropy decoder write into that workspace each time.
43 /* Temporary workspace for one MCU */
44 JCOEF *workspace; member in struct:__anon25025
jidctflt.c 85 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */ local
92 wsptr = workspace;
183 wsptr = workspace;
jidctfst.c 184 int workspace[DCTSIZE2]; /* buffers data between passes */ local
192 wsptr = workspace;
284 wsptr = workspace;
jidctred.c 133 int workspace[DCTSIZE*4]; /* buffers data between passes */ local
140 wsptr = workspace;
200 wsptr = workspace;
286 int workspace[DCTSIZE*2]; /* buffers data between passes */ local
293 wsptr = workspace;
334 wsptr = workspace;
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
OverviewState.java 28 import com.android.launcher3.Workspace;
52 Workspace workspace = launcher.getWorkspace(); local
53 View workspacePage = workspace.getPageAt(workspace.getCurrentPage());
  /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/squashfs-tools/squashfs-tools/
lzo_wrapper.h 69 void *workspace; member in struct:lzo_stream
  /external/webrtc/webrtc/base/
sha1.cc 170 uint8_t workspace[64]; local
171 memcpy(workspace, buffer, 64);
172 CHAR64LONG16* block = reinterpret_cast<CHAR64LONG16*>(workspace);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 46 // Get the list of project for the current workspace
47 IWorkspace workspace = ResourcesPlugin.getWorkspace(); local
48 List<IProject> projects = Arrays.asList(workspace.getRoot().getProjects());
60 // filter the list of projects in workspace by 2 conditions:
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 59 import com.android.launcher3.Workspace;
74 * An icon that can appear on in the workspace representing an {@link Folder}.
296 Workspace workspace = mLauncher.getWorkspace(); local
298 workspace.setFinalTransitionTransform();
307 workspace.resetTransitionTransform();
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 156 CHAR64LONG16 workspace; local
163 block = &workspace;
  /external/syslinux/com32/lib/jpeg/
jidctflt.c 133 FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */ local
139 wsptr = workspace;
230 wsptr = 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;
  /frameworks/av/media/libmedia/
Visualizer.cpp 303 int32_t workspace[mCaptureSize >> 1]; local
307 workspace[i >> 1] =
309 nonzero |= workspace[i >> 1];
313 fixed_fft_real(mCaptureSize >> 1, workspace);
317 short tmp = workspace[i >> 1] >> 21;
320 tmp = workspace[i >> 1];
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 34 import com.android.launcher3.Workspace;
178 Workspace workspace = mLauncher.getWorkspace();
179 workspace.snapToPage(workspace.getPageIndexForScreenId(screenId));
199 // Bind the item in next frame so that if a new workspace page was created,
393 * Find empty space on the workspace and returns the screenId.
396 Workspace workspace = mLauncher.getWorkspace(); local
397 ArrayList<Long> workspaceScreens = workspace.getScreenOrder()
    [all...]
  /dalvik/libdex/
sha1.cpp 142 static unsigned char workspace[64]; local
143 block = (CHAR64LONG16*)workspace;
  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 243 void performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace);
294 Scalar* workspace = &m_workspaceVector.coeffRef(0); local
337 performFrancisQRStep(il, im, iu, computeU, firstHouseholderVector, workspace);
485 inline void RealSchur<MatrixType>::performFrancisQRStep(Index il, Index im, Index iu, bool computeU, const Vector3s& firstHouseholderVector, Scalar* workspace)
514 m_matT.block(k, k, 3, size-k).applyHouseholderOnTheLeft(ess, tau, workspace);
515 m_matT.block(0, k, (std::min)(iu,k+3) + 1, 3).applyHouseholderOnTheRight(ess, tau, workspace);
517 m_matU.block(0, k, size, 3).applyHouseholderOnTheRight(ess, tau, workspace);
529 m_matT.block(iu-1, iu-1, 2, size-iu+1).applyHouseholderOnTheLeft(ess, tau, workspace);
530 m_matT.block(0, iu-1, iu+1, 2).applyHouseholderOnTheRight(ess, tau, workspace);
532 m_matU.block(0, iu-1, size, 2).applyHouseholderOnTheRight(ess, tau, workspace);
    [all...]

Completed in 628 milliseconds

1 2 3 4