Searched defs:Format (Results 101 - 124 of 124) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s",
828 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
1352 const DWORD kBufSize = 4096; // String::Format can't exceed this length.
1370 const String error_hex(String::Format("0x%08X ", hr));
1455 // The longest string String::Format can produce when invoked
1461 str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32);
1541 return String::Format("L\"%s\"",
1700 String String::Format(const char * format, ...) { function in class:testing::internal::String
2453 return internal::String::Format("%d %s", count,
3125 m << String::Format("
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp39 #include "llvm/Support/Format.h"
1875 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, argument
1877 FSI->HasVAListArg = Format->getFirstArg() == 0;
1878 FSI->FormatIdx = Format->getFormatIdx() - 1;
1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
1930 bool Sema::GetFormatNSStringIdx(const FormatAttr *Format, unsigned &Idx) { argument
1932 if ((GetFormatStringType(Format) == FST_NSString) &&
1933 getFormatStringInfo(Format, false, &FSI)) {
1947 bool Format = false; local
1951 Format
4011 GetFormatStringType(const FormatAttr *Format) argument
4027 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
H A DSemaExpr.cpp3185 const llvm::fltSemantics &Format = S.Context.getFloatTypeSemantics(Ty); local
3188 APFloat Val(Format);
3200 APFloat::getLargest(Format).toString(buffer);
3203 APFloat::getSmallest(Format).toString(buffer);
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8951 const MCObjectFileInfo::Environment Format = local
8953 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
8954 bool IsCOFF = Format == MCObjectFileInfo::IsCOFF;
9119 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); local
9120 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h689 Format, member in class:XFA_Element
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1805 const String& full_name = String::Format("%s.%s",
2141 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
2271 return String::Format("'%s' (%u, 0x%X)",
2272 ch ? String::Format("%c", ch).c_str() : "\\0",
2712 const DWORD kBufSize = 4096; // String::Format can't exceed this length.
2729 const String error_hex(String::Format("0x%08X ", hr));
2816 // The longest string String::Format can produce when invoked
2822 str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32);
2902 return String::Format("L\"%s\"",
3063 String String::Format(cons function in class:testing::internal::String
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h1237 UINT8 Format; member in struct:_EFI_IFR_TO_STRING
1340 UINT8 Format; member in struct:_EFI_IFR_FIND
/external/fmtlib/test/gtest/
H A Dgtest.h7171 // Format of IEEE floating-point:
18752 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18770 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
18779 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
18780 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18791 static ::std::string Format(CharType* value) { \
18810 static ::std::string Format(CharType* value) { \
18846 return FormatForComparison<T1, T2>::Format(value);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1552 GLenum Format; /**< default: GL_RGBA, but may be GL_BGRA */ member in struct:gl_client_array
1933 GLenum Format; /**< String encoding format */ member in struct:gl_program
2618 gl_format Format; /**< The actual renderbuffer memory format */ member in struct:gl_renderbuffer
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7172 // Format of IEEE floating-point:
18753 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18771 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
18780 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
18781 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18792 static ::std::string Format(CharType* value) { \
18811 static ::std::string Format(CharType* value) { \
18847 return FormatForComparison<T1, T2>::Format(value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp5023 enum class Format class in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate
5222 VertexInputAttributeDescription( uint32_t location_ = 0, uint32_t binding_ = 0, Format format_ = Format::eUndefined, uint32_t offset_ = 0 ) argument
5253 VertexInputAttributeDescription& setFormat( Format format_ )
5285 Format format;
6197 BufferViewCreateInfo( BufferViewCreateFlags flags_ = BufferViewCreateFlags(), Buffer buffer_ = Buffer(), Format format_ = Format::eUndefined, DeviceSize offset_ = 0, DeviceSize range_ = 0 ) argument
6243 BufferViewCreateInfo& setFormat( Format format_ )
6289 Format format;
11492 ImageViewCreateInfo( ImageViewCreateFlags flags_ = ImageViewCreateFlags(), Image image_ = Image(), ImageViewType viewType_ = ImageViewType::e1D, Format format argument
12726 ImageCreateInfo( ImageCreateFlags flags_ = ImageCreateFlags(), ImageType imageType_ = ImageType::e1D, Format format_ = Format::eUndefined, Extent3D extent_ = Extent3D(), uint32_t mipLevels_ = 0, uint32_t arrayLayers_ = 0, SampleCountFlagBits samples_ = SampleCountFlagBits::e1, ImageTiling tiling_ = ImageTiling::eOptimal, ImageUsageFlags usage_ = ImageUsageFlags(), SharingMode sharingMode_ = SharingMode::eExclusive, uint32_t queueFamilyIndexCount_ = 0, const uint32_t* pQueueFamilyIndices_ = nullptr, ImageLayout initialLayout_ = ImageLayout::eUndefined ) argument
13504 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format format_ = Format::eUndefined, SampleCountFlagBits samples_ = SampleCountFlagBits::e1, AttachmentLoadOp loadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp storeOp_ = AttachmentStoreOp::eStore, AttachmentLoadOp stencilLoadOp_ = AttachmentLoadOp::eLoad, AttachmentStoreOp stencilStoreOp_ = AttachmentStoreOp::eStore, ImageLayout initialLayout_ = ImageLayout::eUndefined, ImageLayout finalLayout_ = ImageLayout::eUndefined ) argument
15272 SwapchainCreateInfoKHR( SwapchainCreateFlagsKHR flags_ = SwapchainCreateFlagsKHR(), SurfaceKHR surface_ = SurfaceKHR(), uint32_t minImageCount_ = 0, Format imageFormat_ = Format::eUndefined, ColorSpaceKHR imageColorSpace_ = ColorSpaceKHR::eSrgbNonlinear, Extent2D imageExtent_ = Extent2D(), uint32_t imageArrayLayers_ = 0, ImageUsageFlags imageUsage_ = ImageUsageFlags(), SharingMode imageSharingMode_ = SharingMode::eExclusive, uint32_t queueFamilyIndexCount_ = 0, const uint32_t* pQueueFamilyIndices_ = nullptr, SurfaceTransformFlagBitsKHR preTransform_ = SurfaceTransformFlagBitsKHR::eIdentity, CompositeAlphaFlagBitsKHR compositeAlpha_ = CompositeAlphaFlagBitsKHR::eOpaque, PresentModeKHR presentMode_ = PresentModeKHR::eImmediate, Bool32 clipped_ = 0, SwapchainKHR oldSwapchain_ = SwapchainKHR() ) argument
[all...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 862 milliseconds

12345