HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 76 - 100 of 2535) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
translogger.py 4 Middleware for logging requests, using Apache combined log format
22 format = ('%(REMOTE_ADDR)s - %(REMOTE_USER)s [%(time)s] ' variable in class:TransLogger
28 format=None,
33 if format is not None:
34 self.format = format
43 # We need to control the exact format:
99 message = self.format % d
105 format=None,
116 format=format or None
    [all...]
  /external/deqp/framework/delibs/deimage/
deImage.h 41 deImageFormat format; member in struct:deImage_s
45 deImage* deImage_create (int width, int height, deImageFormat format);
58 deImage* deImage_convertFormat (const deImage* image, deImageFormat format);
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 36 static inline int getTransferAlignment (tcu::TextureFormat format)
38 int pixelSize = format.getPixelSize();
47 * \note Stride must be default stride for format.
58 TransferFormat format = getTransferFormat(dst.getFormat()); local
61 gl.readPixels(x, y, width, height, format.format, format.dataType, dst.getDataPtr());
66 * \note Stride must be default stride for format.
77 TransferFormat format = getTransferFormat(src.getFormat()); local
80 gl.texImage2D(target, level, internalFormat, width, height, 0, format.format, format.dataType, src.getDataPtr())
97 TransferFormat format = getTransferFormat(src.getFormat()); local
116 TransferFormat format = getTransferFormat(src.getFormat()); local
136 TransferFormat format = getTransferFormat(src.getFormat()); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.cpp 46 static const string getASTCFormatShortName (CompressedTexFormat format)
48 DE_ASSERT(tcu::isAstcFormat(format));
49 const IVec3 blockSize = tcu::getBlockPixelSize(format);
52 return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isAstcSRGBFormat(format) ? "_srgb" : "");
81 const CompressedTexFormat format = (CompressedTexFormat)formatI; local
83 if (!tcu::isAstcFormat(format))
85 if (tcu::isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(astcTestType))
88 testTypeGroup->addChild(new ASTCBlockCase2D(m_context, getASTCFormatShortName(format).c_str(), glu::getCompressedTexFormatName(glu::getGLFormat(format)), astcTestType, format));
100 const CompressedTexFormat format = (CompressedTexFormat)formatI; local
    [all...]
  /external/drm_hwcomposer/
drm_hwcomposer.h 57 uint32_t format; /* DRM_FORMAT_* from drm_fourcc.h */ member in struct:hwc_drm_bo
  /external/elfutils/src/libebl/
libebl.h 373 char format; member in struct:__anon8952
378 /* Describe the format of a core file note with the given header and NAME.
388 const char **name, const char **format)
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 44 static String format(String template, Object... args) { method in class:Platform
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 50 static String format(String template, Object... args) { method in class:Platform
51 return String.format(template, args);
  /external/icu/icu4c/source/i18n/
windtfmt.h 21 #include "unicode/format.h"
29 * \brief C++ API: Format dates using Windows API.
49 virtual Format *clone(void) const;
53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const;
55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
69 * Set the calendar to be used by this date format. Initially, the default
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat
131 return DateFormat::format(date, appendTo);
  /external/icu/icu4c/source/layout/
DeviceTables.cpp 24 le_uint16 format = SWAPW(deltaFormat) - 1; local
27 if (ppem >= start && ppem <= SWAPW(endSize) && format < FORMAT_COUNT) {
29 le_uint16 bits = fieldBits[format];
34 le_uint16 field = (word >> shift) & fieldMasks[format];
38 if ((field & fieldSignBits[format]) != 0) {
39 result |= ~ fieldMasks[format];
StateTableProcessor2.h 43 le_uint16 format; member in class:StateTableProcessor2
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
YMDDateFormatter.java 61 public String format(long date) { method in class:YMDDateFormatter
62 return format(new Date(date));
69 public String format(Date date) { method in class:YMDDateFormatter
76 return df.format(date);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DurationFormat.java 27 * Construct a duration format for the specified locale
55 * Format an arbitrary object.
57 * @param object the object to format. Should be either a Long, Date, or javax.xml.datatype.Duration object.
63 public abstract StringBuffer format(Object object, StringBuffer toAppend, method in class:DurationFormat
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatSerialTestData.java 8 package com.ibm.icu.dev.test.format;
PluralRulesFactory.java 7 package com.ibm.icu.dev.test.format;
PluralRulesTest.java 7 package com.ibm.icu.dev.test.format;
    [all...]
  /external/junit/src/org/junit/internal/builders/
AnnotatedBuilder.java 40 throw new InitializationError(String.format(
  /external/libcxx/test/libcxx/ndk/test/
config.py 5 import libcxx.android.test.format namespace
33 libdir = '{}/obj/STATIC_LIBRARIES/libc_ndk_intermediates'.format(
51 return libcxx.android.test.format.TestFormat(
  /external/libdrm/tests/planetest/
bo.h 15 uint32_t format; member in struct:sp_bo
26 uint32_t depth, uint32_t bpp, uint32_t format, uint32_t flags);
  /external/libexif/libexif/
exif-entry.h 39 #include <libexif/exif-format.h>
48 ExifFormat format; member in struct:_ExifEntry
60 * than exif_format_get_size(format)*components */
116 /*! Initialize an empty #ExifEntry with default data in the correct format
127 /*! Fix the type or format of the given EXIF entry to bring it into spec.
129 * format according to the EXIF specification, then it is converted to make it
146 * This is meant for display to the user. The format of each tag is subject
  /external/libvorbis/doc/
06-floor0.tex 18 \subsection{Floor 0 format}
  /external/linux-tools-perf/src/tools/perf/util/
pmu.h 20 struct list_head format; member in struct:perf_pmu
  /external/lldb/source/Breakpoint/
BreakpointID.cpp 39 // easily change or add to the format for specifying ID ranges at a later date.
104 const char *format = "%i%n.%i%n"; local
108 format,
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 37 * Translate from gallium format to SVGA3D format.
41 enum pipe_format format,
44 switch(format) {
113 * Format capability description entry.
116 SVGA3dSurfaceFormat format; member in struct:format_cap
119 * Capability index corresponding to the format.
132 * Format capability description table.
466 * SVGA3D_BUFFER is a placeholder format for index/vertex buffers.
552 * Get format capabilities from the host. It takes in consideratio
    [all...]
svga_sampler_view.c 64 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, PIPE_BIND_SAMPLER_VIEW); local
144 sv->handle = svga_texture_view_surface(svga, tex, flags, format,

Completed in 570 milliseconds

1 2 34 5 6 7 8 91011>>