HomeSort by relevance Sort by last modified time
    Searched refs:BOX (Results 1 - 25 of 31) sorted by null

1 2

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
NodeShape.java 27 BOX("box"),
ArrowType.java 28 BOX("box"),
GraphvizNode.java 37 private NodeShape shape = NodeShape.BOX;
  /frameworks/layoutlib/bridge/src/android/text/
Primitive.java 27 // Box and Glue have width only.
47 BOX,
75 assert this == BOX || this == GLUE || this == WORD_BREAK;
76 if (this == BOX || this == GLUE) {
OptimizingLineBreaker.java 160 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) {
162 if (p.type == PrimitiveType.BOX) {
191 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) {
193 if (p.type == PrimitiveType.BOX) {
GreedyLineBreaker.java 58 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) {
60 if (p.type == PrimitiveType.BOX) {
StaticLayout_Delegate.java 160 primitives.add(PrimitiveType.BOX.getNewPrimitive(i, widths[i]));
  /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/fonttools/Lib/fontTools/
agl.py 237 250C;SF010000;BOX DRAWINGS LIGHT DOWN AND RIGHT
238 2514;SF020000;BOX DRAWINGS LIGHT UP AND RIGHT
239 2510;SF030000;BOX DRAWINGS LIGHT DOWN AND LEFT
240 2518;SF040000;BOX DRAWINGS LIGHT UP AND LEFT
241 253C;SF050000;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
242 252C;SF060000;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
243 2534;SF070000;BOX DRAWINGS LIGHT UP AND HORIZONTAL
244 251C;SF080000;BOX DRAWINGS LIGHT VERTICAL AND RIGHT
245 2524;SF090000;BOX DRAWINGS LIGHT VERTICAL AND LEFT
246 2500;SF100000;BOX DRAWINGS LIGHT HORIZONTA
    [all...]
  /external/libvpx/libvpx/test/
test.mk 15 ## BLACK BOX TESTS
17 ## Black box tests only use the public API.
99 ## WHITE BOX TESTS
  /external/python/cpython2/Lib/plat-irix5/
FL.py 96 BOX = 1
flp.py 265 'Box': _parse_numlist, \
346 if odatalist[0].Class != FL.BOX:
347 raise error, 'merge_full_form() expects FL.BOX as first obj'
387 obj = crfunc(odata.Type, odata.Box[0], odata.Box[1], odata.Box[2], \
388 odata.Box[3], odata.Label)
405 elif cl == FL.BOX: return fm.add_box
452 print ' Box ', i.Box, ' btype ', i.Boxtyp
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
FL.py 96 BOX = 1
flp.py 264 'Box': _parse_numlist, \
345 if odatalist[0].Class != FL.BOX:
346 raise error, 'merge_full_form() expects FL.BOX as first obj'
386 obj = crfunc(odata.Type, odata.Box[0], odata.Box[1], odata.Box[2], \
387 odata.Box[3], odata.Label)
404 elif cl == FL.BOX: return fm.add_box
451 print ' Box ', i.Box, ' btype ', i.Boxtyp
    [all...]
  /external/python/cpython2/Modules/
imgfile.c 276 else if ( strcmp( filter, "box") == 0 )
277 fmode = BOX;
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
image.py 59 if hasattr(pil_image, 'BOX'):
60 _PIL_INTERPOLATION_METHODS['box'] = pil_image.BOX
384 supported. If PIL version 3.4.0 or newer is installed, "box" and
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 721 milliseconds

1 2