HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 251 - 275 of 4676) sorted by null

<<11121314151617181920>>

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
AttrData.java 7 private final String format; field in class:AttrData
10 public AttrData(String name, String format, List<Pair> pairs) {
12 this.format = format;
17 return format;
50 .append("', format='")
51 .append(format)
StaxAttrLoader.java 10 private String format; field in class:StaxAttrLoader
24 if (format == null) {
25 format = type;
27 format = format + "|" + type;
48 format = xml.getAttributeValue(null, "format");
53 AttrData attrData = new AttrData(name, format, new ArrayList<>(pairs));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDateIntervalFormatTest.java 10 import android.text.format.DateUtils;
33 DateFormat format = new SimpleDateFormat("MM/dd/yyyy", ULocale.getDefault()); local
34 Date date = format.parse(actual);
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Logger.java 22 System.out.println(String.format(message, args));
35 System.out.println(String.format(message, args));
48 System.out.println(String.format(message, args));
72 System.err.println(String.format(message, args));
84 System.out.println(String.format(message, args));
  /external/selinux/prebuilts/bin/
seinfo.py 31 return "{0}\n\t{1}".format(attr.statement(), contents)
108 format='%(asctime)s|%(levelname)s|%(name)s|%(message)s') variable
110 logging.basicConfig(level=logging.INFO, format='%(message)s')
112 logging.basicConfig(level=logging.WARNING, format='%(message)s')
299 print("Statistics for policy file: {0}".format(p))
300 print("Policy Version: {0} (MLS {1})".format(p.version, mls))
301 print("Target Policy: {0}".format(p.target_platform))
302 print("Handle unknown classes: {0}".format(p.handle_unknown))
303 print(" Classes: {0:7} Permissions: {1:7}".format(
305 print(" Sensitivities: {0:7} Categories: {1:7}".format(
    [all...]
  /external/skia/src/gpu/gl/
GrGLStencilAttachment.h 19 struct Format {
35 const Format& format)
36 : GrStencilAttachment(gpu, width, height, format.fStencilBits, sampleCnt)
37 , fFormat(format)
46 const Format& format() const { return fFormat; } function in class:GrGLStencilAttachment
58 Format fFormat;
  /external/skqp/src/gpu/gl/
GrGLStencilAttachment.h 19 struct Format {
35 const Format& format)
36 : GrStencilAttachment(gpu, width, height, format.fStencilBits, sampleCnt)
37 , fFormat(format)
46 const Format& format() const { return fFormat; } function in class:GrGLStencilAttachment
58 Format fFormat;
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptProcess.java 35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath()));
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ITNProxy.java 59 params.put("app.build.date", format(appInfo.getBuildDate()));
60 params.put("app.build.date.release", format(appInfo.getMajorReleaseBuildDate()));
87 private static String format(Calendar calendar) { method in class:ITNProxy
  /external/swiftshader/src/D3D8/
Direct3DIndexBuffer8.hpp 32 Direct3DIndexBuffer8(Direct3DDevice8 *device, unsigned int length, unsigned long usage, D3DFORMAT format, D3DPOOL pool);
64 const D3DFORMAT format; member in class:D3D8::Direct3DIndexBuffer8
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
56 static sw::Format translateFormat(D3DFORMAT format);
57 static int bytes(D3DFORMAT format);
60 static unsigned int memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, D3DFORMAT format); // FIXME: Surface::size
67 const D3DFORMAT format; member in class:D3D8::Direct3DSurface8
Direct3DVolume8.hpp 33 Direct3DVolume8(Direct3DDevice8 *device, Direct3DVolumeTexture8 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool locakble, unsigned long usage);
57 static sw::Format translateFormat(D3DFORMAT format);
58 static unsigned int memoryUsage(int width, int height, int depth, D3DFORMAT format);
65 const D3DFORMAT format; member in class:D3D8::Direct3DVolume8
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 32 Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool, unsigned long levels, unsigned long usage);
69 const D3DFORMAT format; member in class:D3D9::Direct3DBaseTexture9
Direct3DSurface9.hpp 31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
63 static sw::Format translateFormat(D3DFORMAT format);
64 static int bytes(D3DFORMAT format);
67 static unsigned int memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, D3DFORMAT format);
73 const D3DFORMAT format; member in class:D3D9::Direct3DSurface9
Direct3DVolume9.hpp 33 Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, unsigned long usage);
57 static sw::Format translateFormat(D3DFORMAT format);
58 static unsigned int memoryUsage(int width, int height, int depth, D3DFORMAT format);
66 const D3DFORMAT format; member in class:D3D9::Direct3DVolume9
  /external/swiftshader/src/OpenGL/libGL/
Display.h 33 sw::Format format; member in struct:gl::DisplayMode
Image.hpp 32 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type);
33 Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget);
35 void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input);
49 virtual sw::Format getInternalFormat();
56 static sw::Format selectInternalFormat(GLenum format, GLenum type);
88 const GLenum format; member in class:gl::Image
90 const sw::Format internalFormat;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatCommon.h 28 void format(raw_ostream &S, StringRef Options) { function in struct:llvm::FmtAlign
29 // If we don't need to align, we can format straight into the underlying
32 // TODO: Make the format method return the number of bytes written, that
35 Adapter.format(S, Options);
41 Adapter.format(Stream, Options);
  /external/testng/src/main/java/org/testng/
AssertJUnit.java 101 throw new AssertionError(format(message, expected, actual)); method
342 + format(message, expected[i], actual[i]));
364 fail(format(message, expected, actual)); method
367 static String format(String message, Object expected, Object actual) { method in class:AssertJUnit
  /external/toolchain-utils/automation/common/
logger.py 106 def format(self, record): member in class:CustomFormatter
  /external/toybox/toys/posix/
touch.c 21 -d set time to DATE (in YYYY-MM-DDThh:mm:SS[.frac][tz] format)
22 -t set time to TIME (in [[CC]YY]MMDDhhmm[.ss][frac] format)
44 char *s, *date, **format; local
54 format = (char *[]){"%Y-%m-%dT%T", "%Y-%m-%d %T", 0};
57 format = (char *[]){"%m%d%H%M", "%y%m%d%H%M", "%C%y%m%d%H%M", 0};
68 while (*format) {
71 if ((s ? s-date : strlen(date)) != strlen(*format)) {
72 format++;
80 s = strptime(date, *format++, &tm);
  /external/turbine/java/com/google/turbine/binder/lookup/
ImportScope.java 45 throw TurbineError.format(source, position, ErrorKind.SYMBOL_NOT_FOUND, bit);
  /external/vulkan-validation-layers/layers/
parameter_name.h 30 * a format string and a vector of index values, and performs string formatting when an accessor function is called to
39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
49 /// Format specifier for the parameter name string, to be replaced by an index value. The parameter name string must contain
50 /// one format specifier for each index value specified.
57 * @param source Paramater name string without format specifiers.
59 * @pre The source string must not contain the %i format specifier.
66 * @param source Paramater name string without format specifiers.
68 * @pre The source string must not contain the %i format specifier.
75 * @param source Paramater name string without format specifiers
113 std::stringstream format; local
    [all...]
  /external/webrtc/webrtc/base/
httpcommon-inl.h 94 CTYPE format[5], port[32]; local
95 asccpyn(format, arraysize(format), ":%hu");
96 sprintfn(port, arraysize(port), format, port_);
  /frameworks/av/media/libmedia/
MediaCodecBuffer.cpp 27 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer)
29 mFormat(format),
63 sp<AMessage> MediaCodecBuffer::format() { function in class:android::MediaCodecBuffer
67 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) {
69 mFormat = format;

Completed in 1356 milliseconds

<<11121314151617181920>>