/developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/ |
ImageClientFragment.kt | 117 ImageContract.Columns.DISPLAY_NAME)) 119 ImageContract.Columns.ABSOLUTE_PATH))
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/ |
ImageClientFragment.kt | 117 ImageContract.Columns.DISPLAY_NAME)) 119 ImageContract.Columns.ABSOLUTE_PATH))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
SetupBrowser.c | 523 UINTN Columns;
585 // Retrieve the number of columns and rows in the current console mode
587 ConOut->QueryMode (ConOut, SavedConsoleMode.Mode, &Columns, &Rows);
601 // Limit MaxLength to width of the screen minus 2 columns for the box itself
603 MaxLength = MIN (MaxLength, Columns - 2);
609 Column = (Columns - (MaxLength + 2)) / 2;
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ConsoleLogger.h | 35 UINTN ColsPerScreen; ///< how many columns the screen can display
197 @param[out] Columns Upon return, the number of columns in the selected geometry
210 OUT UINTN *Columns,
|
ConsoleWrappers.c | 273 @param[out] Columns Upon return, the number of columns in the selected geometry
283 OUT UINTN *Columns,
295 Columns,
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
LastAccessedStorage.java | 88 values.put(LastAccessedProvider.Columns.EXTERNAL, 1);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
MessagingContentProvider.java | 344 ConversationImagePartsView.Columns.CONVERSATION_ID + " =? AND " + 345 ConversationImagePartsView.Columns.STATUS + "<>" + 358 ConversationImagePartsView.Columns.CONVERSATION_ID + " =? AND " + 359 ConversationImagePartsView.Columns.STATUS + "=" +
|
/developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/ |
ImageClientFragment.java | 145 ImageContract.Columns.DISPLAY_NAME)); 147 ImageContract.Columns.ABSOLUTE_PATH));
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/ |
ImageClientFragment.java | 145 ImageContract.Columns.DISPLAY_NAME)); 147 ImageContract.Columns.ABSOLUTE_PATH));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.c | 470 NewModeBuffer[ValidCount].Columns = 80;
474 NewModeBuffer[ValidCount].Columns = 80;
482 if ((ModeBuffer[Index].Columns == 0) || (ModeBuffer[Index].Rows == 0)) {
489 if ((ModeBuffer[Index].Columns == NewModeBuffer[ValidIndex].Columns) &&
498 NewModeBuffer[ValidCount].Columns = ModeBuffer[Index].Columns;
507 Index, NewModeBuffer[Index].Columns, NewModeBuffer[Index].Rows));
[all...] |
TerminalConOut.c | 400 @param Columns The returned columns of the requested mode.
412 OUT UINTN *Columns,
426 *Columns = TerminalDevice->TerminalConsoleModeData[ModeNumber].Columns;
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 176 /// of the printable representation of the line to the columns those printable 179 /// If a byte 'i' corresponds to multiple columns (e.g. the byte contains a tab 189 /// and instead is the number of columns needed to display the source 195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to 208 int columns = 0; 211 out[i] = columns; 214 columns += llvm::sys::locale::columnWidth(res.first); 216 out.back() = columns; 219 /// This function takes a raw source line and produces a mapping from columns 229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns t [all...] |
/external/llvm/tools/llvm-cov/ |
CoverageReport.cpp | 21 /// \brief Helper struct which prints trimmed and aligned columns. 105 /// \brief Prints a horizontal divider which spans across the given columns. 107 static void renderDivider(T (&Columns)[N], raw_ostream &OS) { 110 Length += Columns[I];
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 128 // Return a row with all columns specified 132 new String[] { AttachmentUtilities.Columns._ID, 133 AttachmentUtilities.Columns.DATA, 134 AttachmentUtilities.Columns.DISPLAY_NAME, 135 AttachmentUtilities.Columns.SIZE }, 144 // Return a row with permuted columns 148 new String[] { AttachmentUtilities.Columns.SIZE, 149 AttachmentUtilities.Columns.DISPLAY_NAME, 150 AttachmentUtilities.Columns.DATA, 151 AttachmentUtilities.Columns._ID } [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/ |
VgaClass.c | [all...] |
VgaClass.h | 444 @param Columns Columen in current mode number
457 OUT UINTN *Columns,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitter.c | 666 ConOutPrivate->TextOutQueryData[0].Columns = 80;
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/ |
SimpleTextInOut.c | 130 OUT UINTN *Columns,
617 OUT UINTN *Columns,
626 *Columns = MODE0_COLUMN_COUNT;
|
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 281 unsigned Columns = 0; 284 ++Columns; 304 Out.EmitIntValue(Columns, 4); // Columns
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/ |
SimpleTextOut.h | 230 OUT UINTN *Columns,
242 Columns, Rows - Returns the geometry of the text output device for the
339 equal to zero and less than the number of columns and rows
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SimpleTextOut.h | 230 @param Columns Returns the geometry of the text output device for the
245 OUT UINTN *Columns,
310 equal to zero and less than the number of columns and rows
313 equal to zero and less than the number of columns and rows
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
SimpleTextOut.h | 219 @param Columns Returns the geometry of the text output device for the 234 OUT UINTN *Columns, 299 equal to zero and less than the number of columns and rows 302 equal to zero and less than the number of columns and rows
|
/frameworks/support/compat/tests/java/android/support/v4/provider/ |
FontsContractCompatTest.java | 18 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_FONT_NOT_FOUND; 19 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_FONT_UNAVAILABLE; 20 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_MALFORMED_QUERY; 21 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_OK;
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherWidgetProvider.java | 126 values.put(WeatherDataProvider.Columns.TEMPERATURE, 194 int tempColIndex = c.getColumnIndex(WeatherDataProvider.Columns.TEMPERATURE);
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 126 values.put(WeatherDataProvider.Columns.TEMPERATURE, 194 int tempColIndex = c.getColumnIndex(WeatherDataProvider.Columns.TEMPERATURE);
|