HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 151 - 175 of 663) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Demo/tix/samples/
SHList2.py 37 # at the top of the dialog box
139 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
140 box.add( 'ok', text='Ok', underline=0, width=6,
143 box.add( 'cancel', text='Cancel', underline=0, width=6,
146 box.pack( side=Tix.BOTTOM, fill=Tix.X)
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 122 Mailbox box = new Mailbox(); local
129 box.mDisplayName = displayName;
130 box.mServerId = name;
131 box.mParentServerId = "parent-serverid-" + name;
132 box.mParentKey = 4;
133 box.mAccountKey = accountId;
134 box.mType = type;
135 box.mDelimiter = delimiter;
136 box.mSyncKey = "sync-key-" + name;
137 box.mSyncLookback = 2
    [all...]
  /packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
TelephonyRegistryTestApp.java 95 CheckBox box = new CheckBox(this); local
96 box.setText(EVENTS.valueAt(i));
98 box.setOnCheckedChangeListener((buttonView, isChecked) -> {
105 eventContainer.addView(box);
  /external/autotest/client/site_tests/ui_AppLauncher/
ui_AppLauncher.py 69 box = (upper_x, upper_y, upper_x + self.launcher_width, upper_y +
72 graphics_utils.take_screenshot_crop(filepath, box)
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_winsys.h 52 const struct pipe_box *box,
58 const struct pipe_box *box,
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.h 134 const struct pipe_box *box,
144 const struct pipe_box *box,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 456 const struct pipe_box *box,
462 tmpl.u.tex.first_layer = box->z;
463 tmpl.u.tex.last_layer = box->z + box->depth - 1;
485 box->x, box->y, box->width, box->height, false);
521 box->x, box->y, box->width, box->height, false)
    [all...]
nv50_transfer.c 249 const struct pipe_box *box,
272 tx->base.box = *box;
275 tx->nblocksx = box->width << mt->ms_x;
276 tx->nblocksy = box->height << mt->ms_y;
278 tx->nblocksx = util_format_get_nblocksx(res->format, box->width);
279 tx->nblocksy = util_format_get_nblocksy(res->format, box->height);
285 nv50_m2mf_rect_setup(&tx->rect[0], res, level, box->x, box->y, box->z)
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 50 // In edit mode, display the check box for re-using existing boto file.
60 TextBox box = getValueFieldEditor(CloudStorageInfo.JSON_FIELD_BOTO_KEY_ID);
61 if (box != null) {
62 box.setEnabled(!event.getValue());
64 box = getValueFieldEditor(CloudStorageInfo.JSON_FIELD_BOTO_SECRET_KEY);
65 if (box != null) {
66 box.setEnabled(!event.getValue());
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 548 struct pipe_box box, dstbox; local
608 box = *src_box;
609 src_box = &box;
615 box.width = align(box.width, 4);
616 box.height = align(box.height, 4);
626 box.x /= 2;
627 box.width /= 2;
640 box.y /= 4
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 135 Box box = (Box) yaml.load(doc); local
136 assertNotNull(box);
137 assertEquals("id11", box.getId());
138 assertEquals("Main box", box.getName());
139 Item top = box.getTop();
143 Item bottom = box.getBottom();
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskImageContainer.java 196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) {
199 return new Rect(box);
202 return new Rect(box.top, box.left, box.bottom, box.right);
  /external/libjpeg-turbo/doc/html/
doxygen.css 192 -webkit-transition-property: background-color, box-shadow;
194 -moz-transition-property: background-color, box-shadow;
196 -ms-transition-property: background-color, box-shadow;
198 -o-transition-property: background-color, box-shadow;
200 transition-property: background-color, box-shadow;
206 box-shadow: 0 0 10px cyan;
236 box-shadow: 2px 2px 3px #999;
237 -webkit-box-shadow: 2px 2px 3px #999;
238 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
427 -webkit-transition-property: background-color, box-shadow
    [all...]
  /external/libnl/doc/
libnl.css 187 -webkit-transition-property: background-color, box-shadow;
189 -moz-transition-property: background-color, box-shadow;
191 -ms-transition-property: background-color, box-shadow;
193 -o-transition-property: background-color, box-shadow;
195 transition-property: background-color, box-shadow;
201 box-shadow: 0 0 10px cyan;
231 box-shadow: 2px 2px 3px #999;
232 -webkit-box-shadow: 2px 2px 3px #999;
233 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
422 -webkit-transition-property: background-color, box-shadow
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 571 blit.src.box.x = 0;
572 blit.src.box.y = 0;
573 blit.src.box.z = 0;
574 blit.src.box.depth = 1;
575 blit.src.box.width = device->cursor.w;
576 blit.src.box.height = device->cursor.h;
581 blit.dst.box.z = 0;
582 blit.dst.box.depth = 1;
588 /* NOTE: blit messes up when box.x + box.width < 0, fix drive
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 55 * Reads a IHDR box - Image Header box
70 * Writes the Image Header box - Image Header box.
81 * Writes the Bit per Component box.
92 * Reads a Bit per Component box.
115 * Writes the Channel Definition box.
126 * Writes the Colour Specification box.
137 * Writes a FTYP box - File type box
2279 opj_jp2_box_t box; local
2710 opj_jp2_box_t box; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 256 struct pipe_box box = { local
264 PIPE_TRANSFER_READ, &box, &transfer);
273 map, box.width, box.height);
277 map, box.width, box.height);
281 map, box.width, box.height);
285 box.width, box.height, map, transfer->stride, 0, 0)
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 99 const BoundingBox& box,
111 // within this box, roughly based on the box dimensions.
113 MAX(1, MIN(box.GetWidth(), box.GetHeight()) * kClosestPercent / 2.0f);
123 if (box.Contains(candidate.pos_)) {
128 // Now, go through and check which keypoints will still fit in the box.
136 if (!box.Contains(candidate.pos_) ||
165 // box.
305 const BoundingBox box = *iter local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 495 SVGA3dCopyBox *box; local
517 sizeof *cmd + sizeof *box + sizeof *pSuffix,
532 box = (SVGA3dCopyBox *)&cmd[1];
533 box->x = host_offset;
534 box->y = 0;
535 box->z = 0;
536 box->w = size;
537 box->h = 1;
538 box->d = 1;
539 box->srcx = guest_offset
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 459 info.dst.box.x = dstX0;
460 info.dst.box.y = dstY0;
461 info.dst.box.z = dst->u.tex.first_layer;
462 info.dst.box.width = dstX1 - dstX0;
463 info.dst.box.height = dstY1 - dstY0;
464 assert(info.dst.box.width >= 0);
465 assert(info.dst.box.height >= 0);
466 info.dst.box.depth = 1;
470 info.src.box.x = srcX0;
471 info.src.box.y = srcY0
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 386 struct pipe_box box; local
403 u_box_1d(0, item->size_in_dw * 4, &box);
407 src, 0, &box);
433 struct pipe_box box; local
457 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box);
461 src, 0, &box);
490 struct pipe_box box; local
504 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box);
512 src, 0, &box);
522 src, 0, &box);
    [all...]
  /external/autotest/tko/
compose_query.cgi 266 return [[display.box(msg)]]
289 return [[display.box(str(error))]]
300 return [[display.box(msg)]]
306 header_row = [display.box("<center>(Flip Axis)</center>", link=link)]
314 header_row.append(display.box(x_header,header=True,link=link))
324 cur_row = [display.box(y_header, header=True, link=link)]
333 cur_row.append(display.box(None, None,
  /external/opencv/cv/src/
cvcamshift.cpp 168 CvBox2D* box )
257 if( _comp || box )
288 if( box )
290 box->size.height = (float)length;
291 box->size.width = (float)width;
292 box->angle = (float)(theta*180./CV_PI);
293 box->center = cvPoint2D32f( comp.rect.x + comp.rect.width*0.5f,
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c 313 struct pipe_box box = {}; local
331 box.width = (*resource)->width0;
332 box.height = (*resource)->height0;
333 box.depth = (*resource)->depth0;
334 ptr = priv->s_pipe->transfer_map(priv->s_pipe, *resource, 0, PIPE_TRANSFER_WRITE, &box, transfer);
893 struct pipe_box box = {}; local
905 box.width = def->nFrameWidth;
906 box.height = def->nFrameHeight;
907 box.depth = 1;
909 PIPE_TRANSFER_WRITE, &box,
1234 struct pipe_box box = {}; local
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 306 public static void populateListBox(ListBox box, String staticDataKey) {
309 box.addItem(Utils.jsonToString(jsonOption));
313 public static void populateListBox(SimplifiedList box, String staticDataKey) {
317 box.addItem(option, option);
321 public static void setSelectedItem(ListBox box, String item) {
322 box.setSelectedIndex(0);
323 for (int i = 0; i < box.getItemCount(); i++) {
324 if (box.getItemText(i).equals(item)) {
325 box.setSelectedIndex(i);

Completed in 871 milliseconds

1 2 3 4 5 67 8 91011>>