Searched refs:Format (Results 276 - 300 of 733) sorted by relevance

<<11121314151617181920>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction.java35 import org.jf.dexlib2.Format;
139 public abstract Format getFormat();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DPreconditions.java34 import org.jf.dexlib2.Format;
41 public static void checkFormat(Opcode opcode, Format expectedFormat) {
/external/swiftshader/src/D3D8/
H A DDirect3DVolume8.cpp113 description->Format = format;
190 sw::Format Direct3DVolume8::translateFormat(D3DFORMAT format)
H A DDirect3DSurface8.hpp56 static sw::Format translateFormat(D3DFORMAT format);
/external/swiftshader/src/D3D9/
H A DDirect3DVolume9.cpp129 description->Format = format;
225 sw::Format Direct3DVolume9::translateFormat(D3DFORMAT format)
H A DDirect3DSurface9.hpp63 static sw::Format translateFormat(D3DFORMAT format);
/external/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp153 const sw::Format renderTargetFormats[] =
165 const sw::Format depthStencilFormats[] =
179 sw::Format currentDisplayFormat = getDisplayFormat();
184 for(unsigned int formatIndex = 0; formatIndex < sizeof(renderTargetFormats) / sizeof(sw::Format); formatIndex++)
186 sw::Format renderTargetFormat = renderTargetFormats[formatIndex];
188 for(unsigned int depthStencilIndex = 0; depthStencilIndex < sizeof(depthStencilFormats) / sizeof(sw::Format); depthStencilIndex++)
190 sw::Format depthStencilFormat = depthStencilFormats[depthStencilIndex];
650 sw::Format Display::getDisplayFormat() const
H A DDisplay.h81 sw::Format getDisplayFormat() const;
H A DSurface.hpp48 sw::Format getInternalFormat() const override;
92 EGLenum textureFormat; // Format of texture: RGB, RGBA, or no texture
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h45 enum class ReplacementType { Empty, Format, Literal }; member in class:llvm::ReplacementType
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
154 // \brief Format text given a format string and replacement parameters.
228 // ===Invalid Format String Handling===
/external/fmtlib/test/
H A Dtime-test.cc13 TEST(TimeTest, Format) {
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h272 class U_I18N_API TimeZoneFormat : public Format {
293 * Return true if the given Format objects are semantically equal.
296 * @return Return TRUE if the given Format objects are semantically equal.
300 virtual UBool operator==(const Format& other) const;
308 virtual Format* clone() const;
522 using Format::format;
622 * Format APIs
626 * Format an object to produce a time zone display string using localized GMT offset format.
H A Ddatefmt.h149 class U_I18N_API DateFormat : public Format {
223 virtual UBool operator==(const Format&) const;
226 using Format::format;
229 * Format an object to produce a string. This method handles Formattable
248 * Format an object to produce a string. This method handles Formattable
497 * See Format::parseObject() for more.
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s40 @ CHECK: Format: Mach-O arm
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.h45 uint32_t Format : 10; member in struct:INPUT_ELEMENT_DESC::__anon15570::__anon15571
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dindexbuffer9.c55 switch (pDesc->Format) {
H A Dvertexbuffer9.c53 pDesc->Format = D3DFMT_VERTEXDATA;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_fbo.h166 return rb->Base.Base.Format;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp70 wsColor.Format(L"%d,%d,%d", r, g, b);
/external/swiftshader/src/Main/
H A DFrameBufferDD.cpp253 void FrameBufferDD::flip(void *source, Format sourceFormat, size_t sourceStride)
284 void FrameBufferDD::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
323 void FrameBufferDD::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride)
331 void FrameBufferDD::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
/external/v8/src/arm64/
H A Ddisasm-arm64.h32 void Format(Instruction* instr, const char* mnemonic, const char* format);
/external/webrtc/webrtc/base/
H A Dwindow.h51 static uint64_t Format(const WindowT& id) { function in class:rtc::WindowId
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DMessageFormatTest.java12 import java.text.Format;
131 * Test method for 'com.ibm.icu.text.MessageFormat.setFormatsByArgumentIndex(Format[])'
136 Format[] formats = {
147 * Test method for 'com.ibm.icu.text.MessageFormat.setFormats(Format[])'
154 Format[] formats = {
164 * Test method for 'com.ibm.icu.text.MessageFormat.setFormatByArgumentIndex(int, Format)'
176 * Test method for 'com.ibm.icu.text.MessageFormat.setFormat(int, Format)'
189 Format[] formats = mf.getFormatsByArgumentIndex();
202 Format[] formats = mf.getFormats();
/external/skia/src/fonts/
H A DSkRandomScalerContext.cpp65 SkMask::Format format = SkMask::kARGB32_Format; // init to handle defective compilers
137 SkMask::Format format = (SkMask::Format)glyph.fMaskFormat;
/external/toolchain-utils/cros_utils/
H A Dtabulator.py37 Format(),
40 Format()),
42 Format()),
46 Format()),
551 class Format(object): class in inherits:object
605 class PValueFormat(Format):
619 class StorageFormat(Format):
620 """Format the cell as a storage number.
641 class CoeffVarFormat(Format):
642 """Format th
[all...]

Completed in 562 milliseconds

<<11121314151617181920>>