HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 826 - 850 of 1202) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.css 10 flex-direction: column;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
common.css 390 flex-direction: column;
  /external/chromium_org/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 30 // testing of source line/column easier.
  /external/chromium_org/v8/test/mjsunit/
debug-breakpoints.js 164 //Second test set and clear breakpoints on lines 1, 2 and 3 (column = 0).
debug-stepin-positions.js 94 var col = resultPositions[i].position.column - markLength;
  /external/chromium_org/v8/tools/
tickprocessor.js 561 return {line: array[1], column: array[2]};
579 var column = lc.column - 1;
580 var entry = this.sourceMap.findEntry(lineNumber, column);
  /external/eigen/lapack/
clarft.f 45 *> H(i) is stored in the i-th column of the array V, and
dlarft.f 45 *> H(i) is stored in the i-th column of the array V, and
slarft.f 45 *> H(i) is stored in the i-th column of the array V, and
zlarft.f 45 *> H(i) is stored in the i-th column of the array V, and
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 814 * Every time a &lt;cs token is found, grab the line and column and call
820 int column = node.getPos() local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 217 sub lr, lr, #158 ; move over to next column
  /external/skia/gm/rebaseline_server/static/
loader.js 539 * the sort column key is within, or 'none' if the sort column
550 * For a particular ImagePair, return the value of the column we are
554 * @param imagePair: imagePair to get a column value out of.
574 * @param imagePair: imagePair to get a column value out of.
845 * Returns a single "column slice" of a 2D array.
855 * @param column (numeric): index within each row array
857 $scope.columnSliceOf2DArray = function(array, column) {
861 slice.push(array[row][column]);
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 151 --sort=A,B,C sort columns by events A,B,C [event column order]
361 # column order (ie. first column event is primary sort key, 2nd column is
519 # and make lines too long, we compute exactly how wide each column needs to be
531 # Find maximum width count for each column. @CC_col_width positions
546 # Print the CC with each column's size dictated by $CC_col_widths.
571 # Prints summary and function totals (with separate column widths, so that
579 # Work out the size of each column for printing (summary and functions
787 # Work out the size of each column for printin
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 76 * the file pointed to by the _data column, when deleting the database entry.
536 * Constant for the {@link #MEDIA_TYPE} column indicating that file
542 * Constant for the {@link #MEDIA_TYPE} column indicating that file is an image file.
547 * Constant for the {@link #MEDIA_TYPE} column indicating that file is an audio file.
552 * Constant for the {@link #MEDIA_TYPE} column indicating that file is a video file.
557 * Constant for the {@link #MEDIA_TYPE} column indicating that file is a playlist file.
664 String column = isVideo ? "video_id=" : "image_id="; local
665 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 293 const int start_col = pLocation.begin.column;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 217 sub lr, lr, #158 ; move over to next column
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 277 String column) {
280 values.put(column, val);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
expr.c 20 ** If pExpr is a column, a reference to a column via an 'AS' alias,
21 ** or a sub-select with a column as the return value, then the
22 ** affinity of that column is returned. Otherwise, 0x00 is returned,
143 /* Neither side of the comparison is a column. Compare the
148 /* One side is a column, the other is not. Use the columns affinity. */
177 ** idx_affinity is the affinity of an indexed column. Return true
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2163 int column; local
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 416 self.status_bar.set_label('column', 'Col: ?', side=RIGHT)
419 self.text.bind("<<set-line-and-column>>", self.set_line_and_column)
420 self.text.event_add("<<set-line-and-column>>",
425 line, column = self.text.index(INSERT).split('.')
426 self.status_bar.set_label('column', 'Col: %s' % column)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 416 self.status_bar.set_label('column', 'Col: ?', side=RIGHT)
419 self.text.bind("<<set-line-and-column>>", self.set_line_and_column)
420 self.text.event_add("<<set-line-and-column>>",
425 line, column = self.text.index(INSERT).split('.')
426 self.status_bar.set_label('column', 'Col: %s' % column)
    [all...]

Completed in 830 milliseconds

<<31323334353637383940>>