Searched defs:Box (Results 1 - 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DBox.java18 public class Box { class
24 public Box(String id, String name) { method in class:Box
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DBox.java30 public interface Box { interface
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp7 class Box { class in namespace:test0
15 Box* box = new Box;
/external/snakeyaml/src/test/java/examples/collections/
H A DTypeSafeSetImplementationsTest.java195 Box box = new Box();
206 assertTrue(output.contains("? !!examples.collections.TypeSafeSetImplementationsTest$Box"));
216 public static class Box { class in class:TypeSafeSetImplementationsTest
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dbitmaptools.cc30 struct Box { struct
31 Box() : left(), top(), right(), bottom() {} function in struct:Box
40 fprintf(stderr, "Could not parse Box.\n");
44 fprintf(stderr, "Box dimensions must be non-negative.\n");
140 Box box;
206 Box box;
/external/ImageMagick/MagickCore/
H A Dresize.c185 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 */
820 { Box, 0.5, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Undefined (default to Box) */
821 { Box, 0.
181 static double Box(const double magick_unused(x), function
[all...]
/external/v8/src/
H A Dobjects.h144 // - Box
556 V(BOX, Box, box) \
6901 class Box : public Struct { class in class:v8::internal::KeyCollectionMode
6906 DECLARE_CAST(Box)
6909 DECLARE_PRINTER(Box)
6910 DECLARE_VERIFIER(Box)
6916 DISALLOW_IMPLICIT_CONSTRUCTORS(Box);

Completed in 604 milliseconds