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

  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 5 # others around it. Each one gets a box about its area.
42 # Draw box with file name
43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine);
48 #add a duplicate box to test if this works
65 # Box (type, font, fontsize, Label, BBoxLine)
66 sub Box
75 # print (STDERR "Box ('$Type', '$Font', '$Fontsize', '$Label', '$BBoxLine')\n");
76 push (@Output, "% start of box\n");
87 # Put black box around it
95 # fill bounding box
    [all...]
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 5 # others around it. Each one gets a box about its area.
42 # Draw box with file name
43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine);
48 #add a duplicate box to test if this works
65 # Box (type, font, fontsize, Label, BBoxLine)
66 sub Box
75 # print (STDERR "Box ('$Type', '$Font', '$Fontsize', '$Label', '$BBoxLine')\n");
76 push (@Output, "% start of box\n");
87 # Put black box around it
95 # fill bounding box
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 21 // kBoxNonceSize contains the number of bytes of nonce that we use in each box.
32 // TODO(rtenneti): Delete sha256 based code. Use Aes128Gcm12Encrypter to Box the
34 string CryptoSecretBoxer::Box(QuicRandom* rand, StringPiece plaintext) const {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
Box.java 28 * Defines basic interaction possibilities for any ISO box. Each box has a parent box and a type.
30 public interface Box {
38 * The box's 4-cc type.
39 * @return the 4 character type of the box
44 * Writes the complete box - size | 4-cc | content - to the given <code>writableByteChannel</code>.
45 * @param writableByteChannel the box's sink
  /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; // expected-warning {{expression result unused}}
  /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...]
  /external/chromium_org/media/mp4/
box_reader.cc 20 Box::~Box() {}
96 DVLOG(1) << "Skipping unknown box: " << FourCCToString(itr->first);
161 MEDIA_LOG(log_cb) << "Unrecognized top-level box type 0x"
184 bool BoxReader::ReadChild(Box* child) {
190 DVLOG(2) << "Found a " << FourCCToString(child_type) << " box.";
196 bool BoxReader::MaybeReadChild(Box* child) {
box_reader.h 23 struct MEDIA_EXPORT Box {
24 virtual ~Box();
75 // if an intact, complete box was not available in the buffer. If |*err| is
76 // set, there was a stream-level error when creating the box; otherwise, NULL
85 // Read the box header from the current buffer. This function returns true if
87 // does not check to ensure the entire box is in the buffer before returning
98 // Returns true if |type| is recognized to be a top-level box, false
104 // Scan through all boxes within the current box, starting at the current
108 // Read exactly one child box from the set of children. The type of the child
110 bool ReadChild(Box* child) WARN_UNUSED_RESULT
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 27 struct Box {
56 double xmin, xmax; /* X dimensions of box being tested */
57 double ymin, ymax; /* X dimensions of box being tested */
80 ** is by testing if each corner of the bounding box lies within radius
86 /* Define two bounding box regions. The first, aBox[0], extends to
92 ** Then imagine each box is split in half along its short axis by a line
93 ** that intersects the center of the circular region. A bounding box
113 /* Check if any of the 4 corners of the bounding-box being tested lie
114 ** inside the circular region. If they do, then the bounding-box does
130 /* Check if the bounding box covers any other part of the circular region
    [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/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 52 boxCallBack(Box, (void*) this);
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
  /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 37 import javax.swing.Box;
167 panel.add(Box.createVerticalGlue(),
433 add(Box.createHorizontalGlue(), new GridBagConstraints(5, 0, 1, 1, 1.0f, 0.0f,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 99 // In addition to the focused box (index == 0). We also keep information
133 // The bound of the stable region that the focused box can stay, see the
137 // Constrained frame is a rectangle that the focused box should fit into if
140 // (1) In page mode, if the focused box is constrained, scaling for the
141 // focused box is adjusted to fit into the constrained frame, instead of the
144 // (2) In page mode, if the focused box is constrained, the mPlatform's
150 // Whether the focused box is constrained.
161 // | | Box | | Box | | Box*| | Box | | Box |
    [all...]
  /external/chromium_org/v8/src/
objects.h 135 // - Box
545 V(BOX, Box, box) \
    [all...]

Completed in 2697 milliseconds