HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 551 - 575 of 732) sorted by null

<<21222324252627282930

  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 187 public int getBaseline(int row) {
188 if (row == 0 && mLabel != null) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 481 // Get the current top row of the menu
486 // Set the current top row of the menu
487 inline void set_top_row (int row) {
488 OnError (::set_top_row (menu, row));
  /external/quake/quake/src/QW/client/
vid_win.c 3123 int lnummodes, i, j, k, column, row, dup, dupmode; local
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 3076 int lnummodes, i, j, k, column, row, dup, dupmode; local
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 79 /** vertical height of drawn blocks in each row */
86 /** total vertical space for row */
93 /** start of first row */
130 public static interface Row {
136 Row row; field in class:TimeLineView.Record
139 public Record(Row row, Block block) {
140 this.row = row;
423 Row row = rec.row; local
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 51 this.captchaRow_ = document.querySelector('.captcha-row');
52 this.captchaImage_ = document.querySelector('.captcha-row img');
  /external/chromium/chrome/browser/task_manager/
task_manager.h 38 // A resource represents one row in the task manager.
258 // resource for the given row isn't a renderer.
397 // Retrieves the ProcessMetrics for the resources at the specified row.
399 bool GetProcessMetricsForRow(int row,
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 127 jnz filter_block1d8_h6_rowloop ; next row
304 jnz filter_block1d16_h6_sse2_rowloop ; next row
399 jnz vp8_filter_block1d8_v6_sse2_loop ; next row
514 jnz vp8_filter_block1d16_v6_sse2_loop ; next row
627 jnz filter_block1d8_h6_only_rowloop ; next row
792 jnz filter_block1d16_h6_only_sse2_rowloop ; next row
886 jnz vp8_filter_block1d8_v6_only_sse2_loop ; next row
    [all...]
subpixel_ssse3.asm 1064 movq xmm4, [rsi] ; load row 0
1065 movq xmm2, [rsi + 8] ; load row 0
1069 movq xmm3, [rsi] ; load row + 1
1070 movq xmm5, [rsi + 8] ; load row + 1
1076 movq xmm7, [rsi + rax] ; load row + 2
1079 movq xmm6, [rsi + rax + 8] ; load row + 2
1096 movdqa [rdi], xmm4 ; store row 0
1105 movdqa [rdi + rdx],xmm3 ; store row 1
    [all...]
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_variance16x16_armv6.asm 111 add r0, r0, r1 ; set src_ptr to next row
114 add r2, r2, r3 ; set dst_ptr to next row
vp8_variance_halfpixvar16x16_h_armv6.asm 137 add r0, r0, r1 ; set src_ptr to next row
140 add r2, r2, r3 ; set dst_ptr to next row
  /external/openssl/apps/
ocsp.c 1162 char *itmp, *row[DB_NUMBER],**rrow; local
1163 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL;
1170 row[DB_serial] = itmp;
1172 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
    [all...]
  /external/qemu/hw/
pxa.h 113 int row; member in struct:keymap
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 148 fields.row = -1;
169 fields.row = compString[0] - '0';
176 fields.row = compString[0] - '0';
180 if (fields.row >= matSize || fields.col >= matSize) {
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DebuggerPresentationModel.js 184 var newLineNumber = diff.left[lineNumber].row;
187 if (diff.left[i].row === undefined)
189 var shiftedLineNumber = diff.left[i].row + lineNumber - i;
191 var originalLineNumber = diff.right[shiftedLineNumber].row;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtMaemoWebPopup.cpp 61 emit itemClicked(m_list->row(item));
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.cpp 58 emit itemClicked(m_list->row(item));
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp     [all...]
  /external/webp/src/dec/
vp8i.h 226 uint8_t* cache_y_; // macroblock row for storing unfiltered samples
292 // Filter the decoded macroblock row (if needed)
296 // Finalize and transmit a complete row. Return false in case of user-abort.
303 int row, int num_rows);
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 352 String[] row = (String[]) r.rows.elementAt(0);
358 assertTrue(stringInHex.equalsIgnoreCase(row[1]));
379 String[] row = (String[]) r.rows.elementAt(0);
380 assertEquals(name,row[1]);
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 194 // Select the closest icon in the previous row, otherwise select the tab bar
207 // Select the closest icon in the previous row, otherwise do nothing
355 // Select the closest icon in the previous row, otherwise select the tab bar
367 // Select the closest icon in the previous row, otherwise do nothing
630 final int row = lp.cellY; local
631 final int newRow = row + lineDelta;
640 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 267 View row = mConfigUi.getLayoutInflater().inflate(R.layout.wifi_dialog_row, group, false); local
268 ((TextView) row.findViewById(R.id.name)).setText(name);
269 ((TextView) row.findViewById(R.id.value)).setText(value);
270 group.addView(row);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 690 * CI_GET_CHAR_INFO_2D - return the charinfo struct for the indicated row and
691 * column. This is used for fonts that have more than row zero.
693 #define CI_GET_CHAR_INFO_2D(fs,row,col,def,cs) \
696 if (row >= fs->min_byte1 && row <= fs->max_byte1 && \
701 cs = &fs->per_char[((row - fs->min_byte1) * \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 533 // Attach row/column info
535 String row = e.getAttributeNS(ANDROID_URI, ATTR_LAYOUT_ROW); local
536 if (row.length() == 0) {
537 row = "?";
553 styledString.append(row, QUALIFIER_STYLER);
    [all...]

Completed in 363 milliseconds

<<21222324252627282930