HomeSort by relevance Sort by last modified time
    Searched defs:Box (Results 1 - 12 of 12) sorted by null

  /external/clang/test/SemaCXX/
warn-unused-value.cpp 5 class Box {
13 Box* box = new Box; local
14 box->i; // expected-warning {{expression result unused}}
15 box->j;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Box.java 33 // $Id: Box.java 4131 2009-03-19 20:15:28Z blaine.dev $
42 * A box with solid (filled) faces.
47 public class Box extends AbstractBox {
77 * Creates a new box.
79 * The box has a center of 0,0,0 and extends in the out from the center by
80 * the given amount in <em>each</em> direction. So, for example, a box
83 * @param x the size of the box along the x axis, in both directions.
84 * @param y the size of the box along the y axis, in both directions.
85 * @param z the size of the box along the z axis, in both directions.
87 public Box(float x, float y, float z)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /external/skia/src/animator/
SkAnimatorScript.cpp 52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 193 accessPanel.add(Box.createGlue(), labelConstraints);
197 accessPanel.add(Box.createGlue(), constraintsLastStretch);
337 panel.add(Box.createGlue(), lastGlueConstraints);
MemberSpecificationDialog.java 158 accessPanel.add(Box.createGlue(), labelConstraints);
162 accessPanel.add(Box.createGlue(), constraintsLastStretch);
306 panel.add(Box.createGlue(), lastGlueConstraints);
ProGuardGUI.java     [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 18 import javax.swing.Box;
168 panel.add(Box.createVerticalGlue(),
434 add(Box.createHorizontalGlue(), new GridBagConstraints(5, 0, 1, 1, 1.0f, 0.0f,
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 28 import javax.swing.Box;
276 status.add(Box.createHorizontalGlue(), new GridBagConstraints(6, 0, 1, 1, 1.0f, 1.0f,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 98 // In addition to the focused box (index == 0). We also keep information
132 // The bound of the stable region that the focused box can stay, see the
136 // Constrained frame is a rectangle that the focused box should fit into if
139 // (1) In page mode, if the focused box is constrained, scaling for the
140 // focused box is adjusted to fit into the constrained frame, instead of the
143 // (2) In page mode, if the focused box is constrained, the mPlatform's
149 // Whether the focused box is constrained.
160 // | | Box | | Box | | Box*| | Box | | Box |
    [all...]

Completed in 1319 milliseconds