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

12 3 4 5 6

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 27 public static interface Columns {
  /frameworks/base/core/java/android/provider/
FontsContract.java 86 public static final class Columns implements BaseColumns {
89 private Columns() {}
248 * {@link FontsContract.Columns#RESULT_CODE}
428 public static final int FAIL_REASON_FONT_NOT_FOUND = Columns.RESULT_CODE_FONT_NOT_FOUND;
433 public static final int FAIL_REASON_FONT_UNAVAILABLE = Columns.RESULT_CODE_FONT_UNAVAILABLE;
438 public static final int FAIL_REASON_MALFORMED_QUERY = Columns.RESULT_CODE_MALFORMED_QUERY;
542 if (font.getResultCode() != Columns.RESULT_CODE_OK) {
650 if (font.getResultCode() != Columns.RESULT_CODE_OK) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 26 public static interface Columns extends Entry.Columns {
  /frameworks/base/core/tests/coretests/src/android/provider/
FontsContractTest.java 23 import static android.provider.FontsContract.Columns.RESULT_CODE_OK;
24 import static android.provider.FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND;
25 import static android.provider.FontsContract.Columns.RESULT_CODE_FONT_UNAVAILABLE;
26 import static android.provider.FontsContract.Columns.RESULT_CODE_MALFORMED_QUERY;
162 MatrixCursor cursor = new MatrixCursor(new String[] { FontsContract.Columns._ID,
163 FontsContract.Columns.TTC_INDEX, FontsContract.Columns.VARIATION_SETTINGS,
164 FontsContract.Columns.WEIGHT, FontsContract.Columns.ITALIC,
165 FontsContract.Columns.RESULT_CODE })
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
FontsContractTest.java 36 import android.provider.FontsContract.Columns;
196 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
213 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
235 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
243 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
260 assertEquals(Columns.RESULT_CODE_FONT_NOT_FOUND, font.getResultCode());
276 assertEquals(Columns.RESULT_CODE_FONT_UNAVAILABLE, font.getResultCode());
292 assertEquals(Columns.RESULT_CODE_MALFORMED_QUERY, font.getResultCode());
308 assertEquals(Columns.RESULT_CODE_OK, font.getResultCode());
310 assertEquals(Columns.RESULT_CODE_FONT_NOT_FOUND, font2.getResultCode())
    [all...]
  /developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherWidgetService.java 71 final int dayColIndex = mCursor.getColumnIndex(WeatherDataProvider.Columns.DAY);
73 WeatherDataProvider.Columns.TEMPERATURE);
  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 38 import com.android.emailcommon.utility.AttachmentUtilities.Columns;
181 new String[] { Columns.DATA }, null, null, null);
258 Columns._ID,
259 Columns.DATA,
290 if (Columns._ID.equals(column)) {
293 else if (Columns.DATA.equals(column)) {
296 else if (Columns.DISPLAY_NAME.equals(column)) {
299 else if (Columns.SIZE.equals(column)) {
  /external/clang/lib/Frontend/
DependencyFile.cpp 410 unsigned Columns = 0;
415 if (Columns == 0) {
416 Columns += N;
417 } else if (Columns + N + 2 > MaxColumns) {
418 Columns = N + 2;
421 Columns += N + 1;
429 Columns += 1;
439 if (Columns + (N + 1) + 2 > MaxColumns) {
441 Columns = 2;
445 Columns += N + 1
    [all...]
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 27 bool CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns) {
28 if (Colors < 0 || BitsPerComponent < 0 || Columns < 0)
31 int check = Columns;
258 int Columns = 1728;
265 Columns = pParams->GetIntegerFor("Columns", 1728);
273 Columns, Rows);
285 int Colors = 0, BitsPerComponent = 0, Columns = 0;
290 Columns = pParams->GetIntegerFor("Columns", 1)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllog/ui/
NewCallLogFragment.java 34 import com.android.dialer.calllog.database.AnnotatedCallLog.Columns;
92 new String[] {Columns.TIMESTAMP, Columns.CONTACT_NAME},
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetService.java 76 final int dayColIndex = mCursor.getColumnIndex(WeatherDataProvider.Columns.DAY);
78 WeatherDataProvider.Columns.TEMPERATURE);
  /external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstreamVisitor.h 26 FixedStreamArray<ColumnNumberEntry> Columns;
57 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines))
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 352 int Columns) {
354 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
446 int Columns) {
448 int row_bits = std::min(BitsPerComponent * Colors * Columns,
486 int Columns) {
487 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
497 TIFF_PredictLine(scan_line, row_size, BitsPerComponent, Colors, Columns);
629 int Columns);
677 int Columns) {
694 if (BitsPerComponent * Colors * Columns == 0)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 321 UINTN Columns;
366 // Retrieve the number of columns and rows in the current console mode
368 ConOut->QueryMode (ConOut, SavedConsoleMode.Mode, &Columns, &Rows);
382 // Limit MaxLength to width of the screen minus 2 columns for the box itself
384 MaxLength = MIN (MaxLength, Columns - 2);
390 Column = (Columns - (MaxLength + 2)) / 2;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 407 UINTN Columns;
453 // Retrieve the number of columns and rows in the current console mode
455 ConOut->QueryMode (ConOut, SavedConsoleMode.Mode, &Columns, &Rows);
469 // Limit MaxLength to width of the screen minus 2 columns for the box itself
471 MaxLength = MIN (MaxLength, Columns - 2);
477 Column = (Columns - (MaxLength + 2)) / 2;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 66 UINTN Columns;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 67 UINTN Columns;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 257 // Compute the maximum number of text Rows and Columns that this current graphics mode can support.
271 mGraphicsConsoleModeData[Count - 1].Columns = MaxColumns;
292 NewModeBuffer[ValidCount].Columns = 80;
297 NewModeBuffer[ValidCount].DeltaX = (HorizontalResolution - (NewModeBuffer[ValidCount].Columns * EFI_GLYPH_WIDTH)) >> 1;
302 NewModeBuffer[ValidCount].Columns = 80;
316 if ((ModeBuffer[Index].Columns == 0) || (ModeBuffer[Index].Rows == 0) ||
317 (ModeBuffer[Index].Columns > MaxColumns) || (ModeBuffer[Index].Rows > MaxRows)) {
324 if ((ModeBuffer[Index].Columns == NewModeBuffer[ValidIndex].Columns) &&
333 NewModeBuffer[ValidCount].Columns = ModeBuffer[Index].Columns;
    [all...]
GraphicsConsole.h 57 UINTN Columns;
300 @param Columns The returned columns of the requested mode.
312 OUT UINTN *Columns,
388 equal to zero and less than the number of columns and rows
391 equal to zero and less than the number of columns and rows
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 146 row.add(ImageContract.Columns.DISPLAY_NAME, file.name)
147 row.add(ImageContract.Columns.SIZE, file.length())
148 row.add(ImageContract.Columns.ABSOLUTE_PATH, file.absolutePath)
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 146 row.add(ImageContract.Columns.DISPLAY_NAME, file.name)
147 row.add(ImageContract.Columns.SIZE, file.length())
148 row.add(ImageContract.Columns.ABSOLUTE_PATH, file.absolutePath)
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 70 /// \param Columns The number of columns to use in line-wrapping, 0 disables
75 unsigned Columns, bool ShowColors);
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/
FontRequestEmojiCompatConfigTest.java 20 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_FONT_NOT_FOUND;
21 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_FONT_UNAVAILABLE;
22 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_MALFORMED_QUERY;
23 import static android.support.v4.provider.FontsContractCompat.Columns.RESULT_CODE_OK;
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 181 row.add(ImageContract.Columns.DISPLAY_NAME, file.getName());
182 row.add(ImageContract.Columns.SIZE, file.length());
183 row.add(ImageContract.Columns.ABSOLUTE_PATH, file.getAbsolutePath());
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 181 row.add(ImageContract.Columns.DISPLAY_NAME, file.getName());
182 row.add(ImageContract.Columns.SIZE, file.length());
183 row.add(ImageContract.Columns.ABSOLUTE_PATH, file.getAbsolutePath());

Completed in 905 milliseconds

12 3 4 5 6