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

  /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/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Box.java 18 public class Box {
24 public Box(String id, String name) {
  /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/opencv3/3rdparty/openexr/Imath/
ImathBox.h 41 // class Imath::Box<class T>
56 // a float (and/or double) for use in initializing the box.
71 class Box
83 // Constructors - an "empty" box is created by default
86 Box ();
87 Box (const T &point);
88 Box (const T &minT, const T &maxT);
94 bool operator == (const Box<T> &src) const;
95 bool operator != (const Box<T> &src) const;
98 // Box manipulatio
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 30 struct Box {
31 Box() : left(), top(), right(), bottom() {}
40 fprintf(stderr, "Could not parse Box.\n");
44 fprintf(stderr, "Box dimensions must be non-negative.\n");
69 // Represents a bitmap buffer with a crop box.
79 // bpp, width, height, box, pixels
100 if (!box.Read()) {
101 fprintf(stderr, "Expected crop box argument not found.\n");
105 if (box.bottom * row_stride > total_size ||
106 box.right * pixel_stride > row_size)
140 Box box; member in struct:Bitmap
206 Box box; local
    [all...]
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeSetImplementationsTest.java 195 Box box = new Box(); local
196 box.setId("id123");
197 box.setSet(set);
198 set.add(box);
206 assertTrue(output.contains("? !!examples.collections.TypeSafeSetImplementationsTest$Box"));
216 public static class Box {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
SerializedLambdaTest.java 169 class Box {
172 Box(String s) { this.s = s; }
176 Predicate<String> foo(Box b) {
180 Predicate<String> pred = new Moo().foo(new Box("goo"));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/X11/
Xregion.h 53 } Box, BOX, BoxRec, *BoxPtr;
78 BOX *rects;
79 BOX extents;
115 (firstrect) = (BOX *) Xrealloc \
116 ((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 204 accessPanel.add(Box.createGlue(), labelConstraints);
208 accessPanel.add(Box.createGlue(), constraintsLastStretch);
351 panel.add(Box.createGlue(), lastGlueConstraints);
MemberSpecificationDialog.java 161 accessPanel.add(Box.createGlue(), labelConstraints);
165 accessPanel.add(Box.createGlue(), constraintsLastStretch);
312 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,
  /external/ImageMagick/MagickCore/
resize.c 185 static double Box(const double magick_unused(x),
192 A Box filter is a equal weighting function (all weights equal).
551 % Box Triangle Quadratic
648 % If a "filter:window" operation has not been provided, a 'Box'
743 A 'Box' windowing function means its a simble non-windowed filter.
761 { UndefinedFilter, BoxFilter }, /* Undefined (default to Box) */
763 { BoxFilter, BoxFilter }, /* Box averaging filter */
    [all...]
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
GdxSetupUI.java 57 import javax.swing.Box;
532 SetupCheckBox box = (SetupCheckBox) e.getSource();
534 sdkLocationText.setEnabled(box.isSelected());
536 if (box.isSelected()) {
570 SetupCheckBox box = (SetupCheckBox) e.getSource();
571 if (box.isSelected()) {
589 extensionPanel.add(Box.createHorizontalBox());
  /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/v8/src/
objects.h 138 // - Box
507 V(BOX, Box, box) \
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 935 milliseconds