HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 701 - 725 of 962) sorted by null

<<21222324252627282930>>

  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 255 if delim == '\n': # most likely a file with a single column
258 # there is *no* delimiter, it's a single column of quoted data
383 # Creates a dictionary of types of data in each column. If any
384 # column is of a single type (say, integers), *except* for the first
389 # Finally, a 'vote' is taken at the end for each column, adding or
427 if columnTypes[col] is None: # add new column type
430 # type is inconsistent, remove column from
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 255 if delim == '\n': # most likely a file with a single column
258 # there is *no* delimiter, it's a single column of quoted data
383 # Creates a dictionary of types of data in each column. If any
384 # column is of a single type (say, integers), *except* for the first
389 # Finally, a 'vote' is taken at the end for each column, adding or
427 if columnTypes[col] is None: # add new column type
430 # type is inconsistent, remove column from
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 369 * delete from <table> where <column> not in (select <foreignColumn> from <foreignTable>)
372 * @param column the column deletion will be based on
373 * @param foreignColumn the column in the foreign table whose absence will trigger the deletion
376 private static void deleteUnlinked(SQLiteDatabase db, String table, String column,
378 int count = db.delete(table, column + " not in (select " + foreignColumn + " from " +
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 30 information about which file, line, or column it occurred in.
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
  /external/bison/src/
scan-gram.l 60 scanner_cursor.column -= mbsnwidth (yytext, yyleng, 0); \
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 15 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 164 -webkit-flex-direction: column;
  /external/chromium_org/chrome/browser/resources/
plugins.js 165 // Make sure the left column (with "Description:", "Location:", etc.) is the
sync_setup_overlay.css 55 -webkit-column-count: 3;
  /external/chromium_org/remoting/webapp/
connection_history.js 142 // the column widths.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkPanel.css 294 .resource-websocket .data-column div {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityUIElementChromium.cpp 98 return result.append("Column");
853 int column = arguments[0].toInt32(); local
855 WebAccessibilityObject obj = accessibilityObject().cellForColumnAndRow(column, row);
    [all...]
  /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).
  /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/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 30 // testing of source line/column easier.
  /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 75 * the file pointed to by the _data column, when deleting the database entry.
504 * Constant for the {@link #MEDIA_TYPE} column indicating that file
510 * Constant for the {@link #MEDIA_TYPE} column indicating that file is an image file.
515 * Constant for the {@link #MEDIA_TYPE} column indicating that file is an audio file.
520 * Constant for the {@link #MEDIA_TYPE} column indicating that file is a video file.
525 * Constant for the {@link #MEDIA_TYPE} column indicating that file is a playlist file.
633 String column = isVideo ? "video_id=" : "image_id="; local
634 c = cr.query(baseUri, PROJECTION, column + origId, null, null);
763 * is automatically computed from the DATA column.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 248 String column) {
251 values.put(column, val);
    [all...]

Completed in 2211 milliseconds

<<21222324252627282930>>