HomeSort by relevance Sort by last modified time
    Searched refs:Columns (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 913 @param[out] Columns Upon return, the number of columns in the selected geometry
926 OUT UINTN *Columns,
938 Columns,
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 45 * definitions for the supported URIs and data columns.
196 * Generic columns for use by sync adapters. The specific functions of these
197 * columns are private to the sync adapter. Other clients of the API should
198 * not attempt to either read or write this column. These columns are
267 * Columns for Sync information used by Calendars and Events tables. These
333 * Columns specific to the Calendars Uri that other Uris can query.
594 * columns but are restricted to a single account at a time. Calendars are
642 * <h3>Calendar Columns</h3> The following Calendar columns are writable by
650 * The following Calendars columns are writable only by a sync adapte
    [all...]
ContactsContract.java 57 * definitions for the supported URIs and columns. These APIs supersede
368 * {@link #ACCOUNT_TYPE} columns (nulls are allowed). Since directory IDs are assigned
417 * It supports the same semantics as {@link #CONTENT_URI} and returns the same columns.
683 public interface SyncStateColumns extends SyncStateContract.Columns {
691 public static final class SyncState implements SyncStateContract.Columns {
745 public static final class ProfileSyncState implements SyncStateContract.Columns {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 114 UINT Columns;
453 WORD Columns;
dbgeng.h 245 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
246 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
316 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
317 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
378 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
379 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
443 STDMETHOD(GetOutputWidth)(THIS_ PULONG Columns) PURE;
444 STDMETHOD(SetOutputWidth)(THIS_ ULONG Columns) PURE;
    [all...]
d3dx9effect.h 51 UINT Columns;
d3d10effect.h 70 UINT Columns;
    [all...]
adoctint.h 167 typedef interface ADOColumns Columns;
    [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 647 my $Columns = 2;
669 $Columns += 1;
703 my $SONAME_report = "<td colspan=\'$Columns\' rowspan='2'>\n";
730 foreach (1 .. $Columns) {
752 foreach (1 .. $Columns) {
774 foreach (1 .. $Columns) {
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 81 // columns used to duplicate an event row
121 // columns used to duplicate a reminder row
126 // columns used to duplicate an attendee row
136 // columns used to duplicate an extended property row
370 + SyncStateContract.Columns.ACCOUNT_NAME + ","
371 + SyncStateContract.Columns.ACCOUNT_TYPE + ","
372 + SyncStateContract.Columns.DATA
517 // IMPORTANT: when adding new columns, be sure to update ALLOWED_IN_EXCEPTION and
572 // SYNC_DATAX columns are available for use by sync adapters
635 // SYNC_DATAX columns are available for use by sync adapter
3103 String[] columns = { local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go     [all...]
fakedb_test.go 131 colName []string // used by CREATE, INSERT, SELECT (selected columns)
405 // (note that where columns must always contain ? marks,
922 func (rc *rowsCursor) Columns() []string {
  /prebuilts/go/linux-x86/src/database/sql/
sql.go     [all...]
fakedb_test.go 131 colName []string // used by CREATE, INSERT, SELECT (selected columns)
405 // (note that where columns must always contain ? marks,
922 func (rc *rowsCursor) Columns() []string {
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 572 for (const auto &C : L.Columns) {
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 4602 final Set<String> columns = ImmutableSet.copyOf(uiProjection); local
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 74 // instructions. Columns are numbered beginning at 1. It may
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 6 // translates tabbed columns in input into properly aligned text.
35 // columns in its input to align them in the output.
44 // the same width, effectively aligning the columns. It assumes that
56 // the b and c are in distinct columns (the b column is not contiguous
64 // If DiscardEmptyColumns is set, empty columns that are terminated
65 // entirely by vertical (or "soft") tabs are discarded. Columns
83 // all columns in the current line (effectively calling Flush). Tab-
84 // terminated cells in the next line start new columns. Unless found
160 // Handle empty columns as if they were not present in
164 // Always use tabs for indentation columns (i.e., padding o
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 74 // instructions. Columns are numbered beginning at 1. It may
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 6 // translates tabbed columns in input into properly aligned text.
35 // columns in its input to align them in the output.
44 // the same width, effectively aligning the columns. It assumes that
56 // the b and c are in distinct columns (the b column is not contiguous
64 // If DiscardEmptyColumns is set, empty columns that are terminated
65 // entirely by vertical (or "soft") tabs are discarded. Columns
83 // all columns in the current line (effectively calling Flush). Tab-
84 // terminated cells in the next line start new columns. Unless found
160 // Handle empty columns as if they were not present in
164 // Always use tabs for indentation columns (i.e., padding o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 318 IN ULONG Columns,
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 525 String[] COLUMNS = new String[] {
657 * If any of these columns are used in a Data projection, there is no point in
    [all...]

Completed in 673 milliseconds

1 2 3 45 6