HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 401 - 425 of 723) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 217 virtual void centertext(int row,const char* label);
218 // Put the label text centered in the specified row.
  /external/clang/tools/scan-build/
scan-build 301 my $Row = {
311 push @$Stats, $Row;
442 foreach my $Row (@$Stats) {
443 $FilesHash->{$Row->{Filename}} = 1;
444 $TotalBlocks += $Row->{Total};
445 $UnreachedBlocks += $Row->{Unreachable};
446 $BlockAborted++ if $Row->{Aborted} eq 'yes';
447 $WorkListAborted++ if $Row->{Empty} eq 'no';
448 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no'
    [all...]
  /external/quake/quake/src/QW/client/
draw.c 139 int row, col; local
151 row = num>>4;
153 source = draw_chars + (row<<10) + (col<<3);
311 int row, col; local
318 row = num>>4;
320 source = draw_chars + (row<<10) + (col<<3);
617 int row, col; local
622 row = num>>4;
624 source = draw_chars + (row<<10) + (col<<3);
  /external/opencv/ml/src/
mlsvm.cpp 457 // the size of Q matrix row headers
477 CvSVMKernelRow* row = rows + i1;
478 bool existed = row->data != 0;
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
487 // delete row from the LRU list
498 // insert row into the LRU list
499 row->data = data;
500 row->prev = &lru_list;
501 row->next = lru_list.next;
502 row->prev->next = row->next->prev = row
570 float* row = get_row_base( i, &existed ); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 608 + " rowParent=" + oldEntry.row.getParent());
623 ViewGroup rowParent = (ViewGroup) oldEntry.row.getParent();
631 boolean isFirstAnyway = rowParent.indexOfChild(oldEntry.row) == 0;
678 // Update the veto button accordingly (and as a result, whether this row is
680 updateNotificationVetoButton(oldEntry.row, notification);
725 // create the row view
728 View row = inflater.inflate(R.layout.status_bar_notification_row, parent, false); local
731 View vetoButton = updateNotificationVetoButton(row, notification);
736 ImageView largeIcon = (ImageView)row.findViewById(R.id.large_icon);
745 ViewGroup content = (ViewGroup)row.findViewById(R.id.content)
822 View row = mNotificationData.get(N-i-1).row; local
900 View row = inflater.inflate(R.layout.status_bar_notification_row, parent, false); local
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 666 private int[] row; field in class:ImageEditorPanel.ImageViewer
825 int[] row = new int[patch.width]; local
830 row = GraphicsUtilities.getPixels(image, patch.x, patch.y + i, patch.width, 1, row);
831 if (!Arrays.equals(reference, row)) {
    [all...]
  /external/libpng/
png.h     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 32 * row is selected. The rows take up the
40 * selected row
183 public void getRectForRow(Rect rect, int row) {
185 final int top = getPaddingTop() + row * rowHeight;
246 // set the row that is closest to the rect
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 813 details.row = history::URLRow(GURL(data[i].url));
835 details.row = history::URLRow(GURL(data[i].url));
883 history::URLRow row; member in struct:QueryHistoryCallbackImpl
    [all...]
template_url_model.cc 945 const history::URLRow& row = details.row; local
    [all...]
  /external/dropbear/
sshpty.c 343 pty_change_window_size(int ptyfd, int row, int col,
348 w.ws_row = row;
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 72 // through fStartYPtr until a valid row is found. This is so that images
286 uint8_t* row = scanline + iter.currY() * rowBytes; local
287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) {
bmpdecoderhelper.cpp 279 int row = 0; local
281 for (int h = height_ - 1; h >= 0; h--, row++) {
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 37 // Two dots in a row means not an IP address.
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 35 * row is selected. The rows take up the
43 * selected row
185 public void getRectForRow(Rect rect, int row) {
187 final int top = mPaddingTop + row * rowHeight;
247 // set the row that is closest to the rect
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 150 protected View updateNotificationVetoButton(View row, StatusBarNotification n) {
151 View vetoButton = row.findViewById(R.id.veto);
  /packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java 206 * @return the row position of the timezone, or -1 if not found
337 for (TimezoneRow row : timezones) {
339 timeZones[1][i++] = row.toString();
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 230 Object[] row = new Object[PROJECTION_CONTACT.length]; local
231 matrixCursor.addRow(row);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 352 // Strides not equal, so do a row-by-row memcpy from the
354 for (int row = 0; row < destRect.height(); ++row)
355 memcpy(&m_tilePixels[destRect.width() * 4 * row],
356 &paintPixels[4 * (paintOffset.x() + (paintOffset.y() + row) * paintRect.width())],
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 507 for (int row = 0; row < image1.size().width(); ++row) {
509 if (image1.pixel(row, column) != image2.pixel(row, column))
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 458 int col, row; local
461 row = index - col * mUnitCount;
463 row = index / mUnitCount;
464 col = index - row * mUnitCount;
468 int y = mVerticalPadding + row * (mSlotHeight + mSlotGap);
485 // (1) mUnitCount: the number of slots we can fit into one column (or row).
  /external/webkit/Source/WebCore/inspector/front-end/
TextViewer.js     [all...]
  /hardware/invensense/mlsdk/mllite/
ml.c     [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 165 * for each row of the result set.<P>
186 * for each row of the result set. Each '%q' or %Q in the
218 * Return the row identifier of the last inserted
219 * row.
726 * @param row row identifier
732 long row, boolean rw) throws SQLite.Exception {
735 _open_blob(db, table, column, row, rw, blob);
780 * @param row row identifie
    [all...]
  /external/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 54 ; Load above row, if it exists
78 ; Load left row, if it exists
148 ; Copy down above row
337 ; Load above row, if it exists
361 ; Load left row, if it exists
431 ; Copy down above row

Completed in 3795 milliseconds

<<11121314151617181920>>