/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 52 public static class Columns { 276 new String[] { Columns.DATA },
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmcobj.h | 115 typedef struct Columns Columns; 179 typedef Columns *PCOLUMNS; 180 typedef Columns **PPCOLUMNS; [all...] |
d3d10shader.h | 152 UINT Columns;
|
d3d11shader.h | 96 UINT Columns;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.h | 67 UINTN Columns;
471 @param Columns The returned columns of the requested mode.
484 OUT UINTN *Columns,
[all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d11shader.idl | 86 UINT Columns;
|
d3d10shader.idl | 119 UINT Columns;
|
/external/syslinux/efi32/include/efi/ |
eficon.h | 57 OUT UINTN *Columns,
|
/external/syslinux/efi64/include/efi/ |
eficon.h | 57 OUT UINTN *Columns,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
eficon.h | 57 OUT UINTN *Columns,
|
/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 35 * for the supported URIS and columns. 69 * Generic columns for use by sync adapters. The specific functions of 70 * these columns are private to the sync adapter. Other clients of the API 71 * should not attempt to either read or write these columns. 108 * Columns that appear when each row of a table belongs to a specific 506 public static final class SyncState implements SyncStateContract.Columns {
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
FontsContractE2ETest.java | 33 import android.provider.FontsContract.Columns;
|
/frameworks/support/emoji/core/src/android/support/text/emoji/ |
FontRequestEmojiCompatConfig.java | 134 if (font.getResultCode() != FontsContractCompat.Columns.RESULT_CODE_OK) {
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
DocumentStack.java | 234 cursor.getColumnIndex(LastAccessedProvider.Columns.STACK));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitter.h | 87 UINTN Columns;
[all...] |
/external/pdfium/core/fxcodec/codec/ |
fx_codec_fax.cpp | 82 int columns, 89 *b1 = FindBit(ref_buf.data(), columns, a0 + 1, !first_bit); 90 if (*b1 >= columns) { 91 *b1 = *b2 = columns; 95 *b1 = FindBit(ref_buf.data(), columns, *b1 + 1, first_bit); 98 if (*b1 >= columns) { 99 *b1 = *b2 = columns; 102 *b2 = FindBit(ref_buf.data(), columns, *b1 + 1, first_bit); 105 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { 107 endpos = std::min(std::max(endpos, 0), columns); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 3588 ExprP<Vec3> columns[3]; local [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 3639 ExprP<Vec3> columns[3]; local [all...] |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |
/prebuilts/go/darwin-x86/src/database/sql/driver/ |
driver.go | 266 // statement is aware of its own columns' types and can convert from 278 // Columns returns the names of the columns. The number of 279 // columns of the result is inferred from the length of the 282 Columns() []string 289 // size as the Columns() are wide.
|
/prebuilts/go/linux-x86/src/database/sql/driver/ |
driver.go | 266 // statement is aware of its own columns' types and can convert from 278 // Columns returns the names of the columns. The number of 279 // columns of the result is inferred from the length of the 282 Columns() []string 289 // size as the Columns() are wide.
|
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
GenCfgOpt.py | [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
BiosVideo.c | [all...] |
/external/clang/lib/Format/ |
FormatToken.h | 137 /// line for multi-line tokens) in columns. 138 /// We need this to correctly measure number of columns a token spans. 141 /// \brief Contains the width in columns of the last line of a multi-line 535 /// a specific number of columns. 537 /// \brief The number of columns to use. 538 unsigned Columns;
|
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |