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

<<21222324252627282930>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 66 void AddError(const string& filename, int line, int column,
69 filename, line, column, message);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 31 import column namespace
45 # Column descriptors, and display preferences for them.
232 factory = column.ColumnHeaderFactory(
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 77 // work through each column and calculate its type
95 // if we're already sorted by this column, just
108 // if we're already sorted by this column in reverse, just
166 guessType: function(table, column) {
167 // guess the type of a column based on its first non-blank row
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /external/chromium_org/ui/login/account_picker/
user_pod_row.css 313 flex-direction: column;
415 flex-direction: column;
450 flex-direction: column;
570 flex-direction: column;
  /external/chromium_org/v8/src/
liveedit-debugger.js 156 // Start with breakpoints. Convert their line/column positions and
373 break_point.line(), break_point.column());
378 column: break_point.column()
410 break_point.update_positions(new_location.line, new_location.column);
415 column: new_location.column
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-mirror-cache.js 30 // testing of source line/column easier.
  /external/chromium_org/v8/tools/
stats-viewer.py 234 name.grid(row=index, column=0, padx=1, pady=1)
243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
  /external/clang/tools/scan-build/
sorttable.js 77 // work through each column and calculate its type
95 // if we're already sorted by this column, just
108 // if we're already sorted by this column in reverse, just
166 guessType: function(table, column) {
167 // guess the type of a column based on its first non-blank row
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /external/libopus/doc/
customdoxygen.css 34 -moz-column-gap: 1em;
35 -webkit-column-gap: 1em;
36 -moz-column-count: 3;
37 -webkit-column-count: 3;
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 66 void AddError(const string& filename, int line, int column,
69 filename, line, column, message);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 47 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
188 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
294 ;// Updating source and column prediction buffer contents
301 VST1 {dtemp0},[pPredBufCol]! ;// Updating Pridiction column buffer
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 33 -moz-column-gap: 1em;
34 -webkit-column-gap: 1em;
35 -moz-column-count: 3;
36 -webkit-column-count: 3;
  /frameworks/base/tools/preload/
sorttable.js 77 // work through each column and calculate its type
95 // if we're already sorted by this column, just
108 // if we're already sorted by this column in reverse, just
166 guessType: function(table, column) {
167 // guess the type of a column based on its first non-blank row
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /ndk/docs/renderscript/
doxygen.css 33 -moz-column-gap: 1em;
34 -webkit-column-gap: 1em;
35 -moz-column-count: 3;
36 -webkit-column-count: 3;
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 704 * Determine whether the column position is Saturday or not.
706 * @param column the column position
708 * @return true if the column is Saturday position
710 public static boolean isSaturday(int column, int firstDayOfWeek) {
711 return (firstDayOfWeek == Time.SUNDAY && column == 6)
712 || (firstDayOfWeek == Time.MONDAY && column == 5)
713 || (firstDayOfWeek == Time.SATURDAY && column == 0);
717 * Determine whether the column position is Sunday or not.
719 * @param column the column positio
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 237 private void appendValue(StringBuilder sb, ValuesDelta values, String column) {
238 String value = values.getAsString(column);
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 418 * delete from <table> where <column> not in (select <foreignColumn> from <foreignTable>)
422 * @param column the column deletion will be based on
423 * @param foreignColumn the column in the foreign table whose absence will trigger the deletion
426 public static void deleteUnlinked(SQLiteDatabase db, String table, String column,
428 int count = db.delete(table, column + " not in (select " + foreignColumn + " from " +
1438 String column = projection[i]; local
1489 String column = projection[i]; local
3875 final String column = projection[i]; local
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 

Completed in 440 milliseconds

<<21222324252627282930>>