/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
VariableFormat.h | 70 /// Variable Store Header Format and State.
89 /// Variable region format state.
91 UINT8 Format;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
FileHandleLib.h | 471 @param[in] Format The format argument (see printlib for the format specifier).
472 @param[in] ... The variable arguments for the format.
483 IN CONST CHAR16 *Format,
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
Descriptor.h | 108 UINT32 Format:1;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
Descriptor.h | 107 UINT32 Format:1;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/ |
FileHandleLib.h | 478 @param[in] Format The format argument (see printlib for the format specifier).
479 @param[in] ... The variable arguments for the format.
490 IN CONST CHAR16 *Format,
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
TimeSeriesActivity.java | 100 plot1.setDomainValueFormat(new Format() {
102 // create a simple date format that draws on the year portion of our timestamp.
108 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) {
114 return dateFormat.format(date, toAppendTo, pos);
|
/external/dng_sdk/source/ |
dng_date_time.h | 103 /// Parse an EXIF format date string. 316 /// Tag to encode date represenation format 320 dng_date_time_format_unknown = 0, /// Date format not known 348 /// Construct with file offset and date format. 351 dng_date_time_format format); 366 /// Get for format date was originally stored in file. Throws a 371 dng_date_time_format Format () const;
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-string.h | 178 // Formats a list of arguments to a String, using the same format 185 // 0). If 4096 characters are not enough to format the input, 187 static String Format(const char* format, ...);
|
/external/llvm/test/MC/MachO/ARM/ |
thumb2-movw-fixup.s | 20 @ CHECK: Format: Mach-O arm
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 178 // Formats a list of arguments to a String, using the same format 185 // 0). If 4096 characters are not enough to format the input, 187 static String Format(const char* format, ...);
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-port.cc | 224 // Helper function used by ValidateRegex() to format error messages. 435 return String::Format("%s:", file_name).c_str(); 438 return String::Format("%s(%d):", file_name, line).c_str(); 440 return String::Format("%s:%d:", file_name, line).c_str(); 456 return String::Format("%s:%d", file_name, line).c_str();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 9 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; variable 40 swap_chain_desc.BufferDesc.Format = format; 90 swap_chain->ResizeBuffers(3, width, height, format, 0);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.cpp | 54 texd.Format = DXGI_FORMAT_R8G8B8A8_UNORM;
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-string.h | 178 // Formats a list of arguments to a String, using the same format 185 // 0). If 4096 characters are not enough to format the input, 187 static String Format(const char* format, ...);
|
/external/mesa3d/src/gtest/src/ |
gtest-port.cc | 224 // Helper function used by ValidateRegex() to format error messages. 435 return String::Format("%s:", file_name).c_str(); 438 return String::Format("%s(%d):", file_name, line).c_str(); 440 return String::Format("%s:%d:", file_name, line).c_str(); 456 return String::Format("%s:%d", file_name, line).c_str();
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_eglimage.c | 44 * Return the base format just like _mesa_base_fbo_format does. 47 st_pipe_format_to_base_format(enum pipe_format format) 51 if (util_format_is_depth_or_stencil(format)) { 52 if (util_format_is_depth_and_stencil(format)) { 56 if (format == PIPE_FORMAT_S8_UINT) 64 if (util_format_has_alpha(format)) 88 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format); 89 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format); 110 /* map pipe format to base format * [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 178 // Formats a list of arguments to a String, using the same format 185 // 0). If 4096 characters are not enough to format the input, 187 static String Format(const char* format, ...);
|
/external/skia/src/gpu/text/ |
GrAtlasGlyphCache.cpp | 20 bool GrAtlasGlyphCache::initAtlas(GrMaskFormat format) { 21 int index = MaskFormatToAtlasIndex(format); 23 GrPixelConfig config = MaskFormatToPixelConfig(format, *fContext->caps()); 198 SkMask::Format format = static_cast<SkMask::Format>(glyph.fMaskFormat); local 199 switch (format) { 209 SkDEBUGFAIL("unsupported SkMask::Format"); 218 // Retrieving the image from the cache can actually change the mask format. 230 // Retrieving the image from the cache can actually change the mask format 414 GrMaskFormat format = get_packed_glyph_mask_format(skGlyph); local [all...] |
/external/skia/src/gpu/vk/ |
GrVkCaps.h | 23 typedef GrVkStencilAttachment::Format StencilFormat; 101 * Returns both a supported and most prefered stencil format to use in draws.
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
PackedSwitchMethodItem.java | 29 package org.jf.baksmali.Adaptors.Format;
|
SparseSwitchMethodItem.java | 29 package org.jf.baksmali.Adaptors.Format;
|
/external/swiftshader/src/Main/ |
FrameBufferAndroid.cpp | 65 void FrameBufferAndroid::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) 103 switch(buffer->format) 105 default: ALOGE("Unsupported buffer format %d", buffer->format); ASSERT(false);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
gtest-port.cc | 224 // Helper function used by ValidateRegex() to format error messages. 435 return String::Format("%s:", file_name).c_str(); 438 return String::Format("%s(%d):", file_name, line).c_str(); 440 return String::Format("%s:%d:", file_name, line).c_str(); 456 return String::Format("%s:%d", file_name, line).c_str();
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 178 // Formats a list of arguments to a String, using the same format 185 // 0). If 4096 characters are not enough to format the input, 187 static String Format(const char* format, ...);
|
/external/v8/src/wasm/ |
wasm-result.h | 116 void Format(i::Handle<i::JSFunction> constructor, const char* fmt, va_list);
|