HomeSort by relevance Sort by last modified time
    Searched defs:Format (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 28 // It's formatted by clang-format using chromium coding style:
29 // clang-format -i -style=chromium filename
1234 # cmd_comment: A comment added to the cmd format.
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 152 // A helper function that is used by Format and FormatByPattern.
289 // The first regular expression covers RFC 3966 format, where the extension is
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 293 enum Format {
319 void StreamParametersTest(Format format);
320 int ProcessStreamChooser(Format format);
321 int AnalyzeReverseStreamChooser(Format format);
324 Format format);
325 void VerifyDebugDumpTest(Format format)
    [all...]
  /external/chromium_org/v8/src/mips/
simulator-mips.cc     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 244 enum Format
260 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {}
267 Format format; member in class:xe::ri::Image
  /external/gtest/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /external/jhead/
exif.c 191 // TODO: replace the ", 0" values in this table with the correct format, e.g. ", FMT_USHORT"
388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount)
393 switch(Format){
409 printf("Unknown format %d:", Format);
425 double ConvertAnyFormat(void * ValuePtr, int Format)
430 switch(Format){
454 // Not sure if this is correct (never seen float used in Exif format)
459 ErrNonfatal("Illegal format code %d",Format,0)
1184 int format = TagTable[i].Format; local
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 476 Format,
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 74 private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
474 * - Only a single instance of a particular format character within a block
477 * - If the format is to be turned on, we use the _first_ instance; if it
479 * format.)
498 // and whether we should append a closing format token (if value in
509 addToken(new Format(ch, false));
511 Format start = formatStart.get(key);
519 start = new Format(ch, true);
530 Format end = new Format(key.charValue(), false)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 126 unsigned int Format : 4;
ntddcdrm.h 125 /* CDROM_READ_TOC_EX.Format constants */
134 UCHAR Format : 4;
148 /* CDROM_SUB_Q_DATA_FORMAT.Format constants */
155 UCHAR Format;
vmr9.h 351 D3DFORMAT Format;
    [all...]
dxva2api.h 285 D3DFORMAT Format;
696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
704 #define IDirectXVideoAccelerationService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
733 #define IDirectXVideoDecoderService_CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle) (This)->lpVtbl->CreateSurface(This,Width,Height,BackBuffers,Format,Pool,Usage,DxvaType,ppSurface,pSharedHandle)
dxvahd.h 279 D3DFORMAT Format;
399 STDMETHOD_(HRESULT,CreateVideoSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DXVAHD_SURFACE_TYPE Type,UINT NumSurfaces,IDirect3DSurface9 **ppSurfaces,HANDLE *pSharedHandle) PURE;
414 #define IDXVAHD_Device_CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle) (This)->lpVtbl->CreateVideoSurface(This,Width,Height,Format,Pool,Usage,Type,NumSurfaces,ppSurfaces,pSharedHandle)
mfobjects.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 126 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int depth);
148 void allocLevel (int level, const tcu::TextureFormat& format, int width);
174 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height);
200 void allocFace (int level, tcu::CubeFace face, const tcu::TextureFormat& format, int width, int height);
225 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
251 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
277 void allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int numLayers);
294 enum Format
308 void setStorage (const tcu::TextureFormat& format, int width, int height);
623 virtual void texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 221 "A format (currently must be \"xml\"), optionally followed "
384 // Returns the output format, or "" for normal printed output.
476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 504 // Initialize the platform / file format parser.
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 221 "A format (currently must be \"xml\"), optionally followed "
384 // Returns the output format, or "" for normal printed output.
476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 221 "A format (currently must be \"xml\"), optionally followed "
384 // Returns the output format, or "" for normal printed output.
476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 205 "A format (currently must be \"xml\"), optionally followed "
365 // Returns the output format, or "" for normal printed output.
457 const String& full_name = String::Format("%s.%s",
793 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 82 /* 32 bit PVR2D pixel format specifier */
87 #define PVR2D_RGB565 0x01UL // Common rgb 565 format
88 #define PVR2D_ARGB4444 0x02UL // Common argb 4444 format
89 #define PVR2D_RGB888 0x03UL // Common rgb 888 format (not supported)
90 #define PVR2D_ARGB8888 0x04UL // Common argb 8888 format
91 #define PVR2D_ARGB1555 0x05UL // Common argb 1555 format
94 #define PVR2D_PAL2 0x08UL // Palletized 2 bit format (requires 4x32 bit CLUT)
95 #define PVR2D_PAL4 0x09UL // Palletized 4 bit format (requires 16x32 bit CLUT)
96 #define PVR2D_PAL8 0x0AUL // Palletized 8 bit format (requires 256x32 bit CLUT)
108 #define PVR2D_16BPP_RAW 0x1BUL // 16 bit raw (no format conversion
    [all...]

Completed in 3514 milliseconds

1 2 3 45 6 7