HomeSort by relevance Sort by last modified time
    Searched defs:Column (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/clang/lib/Format/
Format.cpp 585 // If we already exceed the column limit, we set 'Limit' to 0. The different
723 // We merge empty blocks even if the line exceeds the column limit.
760 /// Returns the modified column limit for \p I if it is inside a macro and
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 191 unsigned Column;
375 /// This updates Cur and Column while scanning.
383 /// \a Expected. This updates \a Column.
386 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
483 /// @brief Current column number in Unicode code points.
484 unsigned Column;
705 , Column(0)
723 , Column(0)
866 ++Column;
882 ++Column;
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 227 The row and column are 1-based. (That is the first row and first column is
229 a row and column value.
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
239 There is a minor performance cost to computing the row and column. Computation
245 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /external/tinyxml/
tinyxml.h 181 The row and column are 1-based. (That is the first row and first column is
183 a row and column value.
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
193 There is a minor performance cost to computing the row and column. Computation
199 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h 351 SHORT Column;
358 SHORT Column;
368 SHORT Column;
389 SHORT Column;
adoctint.h 111 typedef class ADOColumn Column;
113 typedef struct ADOColumn Column;
    [all...]
mmcobj.h 120 typedef struct Column Column;
177 typedef Column *PCOLUMN;
178 typedef Column **PPCOLUMN;
    [all...]
netmon.h 930 NMCOLUMNINFO Column[0];
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 764 int Column = getTargetHooks().getDwarfEHStackPointer(CGM);
765 if (Column == -1) {
769 return RValue::get(llvm::ConstantInt::get(Ty, Column, true));
    [all...]
CGDebugInfo.cpp 289 /// getColumnNumber - Get column number for the location.
291 // We may not want column information at all.
295 // If the location is invalid then use the current column.
2950 unsigned column = getColumnNumber(loc); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 794 ULONGLONG Column:1;
818 USHORT Column;
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 602 typedef struct Column Column;
715 ** DB_UnresetViews means that one or more views have column names that
716 ** have been filled out. If the schema changes, these column names might
720 #define DB_UnresetViews 0x0002 /* Some views have defined column names */
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
guava-13.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 

Completed in 722 milliseconds

12 3