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

12345

/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h164 struct Format { struct in class:vk_testing::Device
171 const std::vector<Format> &formats() const { return formats_; }
219 std::vector<Format> formats_;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp980 StringRef Format = local
982 if (Format == "clang")
984 else if (Format == "msvc")
986 else if (Format == "msvc-fallback") {
989 } else if (Format == "vi")
996 << Format;
/external/deqp/executor/
H A DxeTestCaseResult.hpp245 enum Format enum in class:xe::ri::Image
268 Format format;
/external/pdfium/core/fxge/
H A Dfx_dib.h388 enum class Format { kCleared, kPreMultiplied, kUnPreMultiplied }; class in class:CFX_DIBitmap
393 Format m_nFormat;
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp2644 const unsigned Format = Encoding & 0xf; local
2645 if (Format != dwarf::DW_EH_PE_absptr && Format != dwarf::DW_EH_PE_udata2 &&
2646 Format != dwarf::DW_EH_PE_udata4 && Format != dwarf::DW_EH_PE_udata8 &&
2647 Format != dwarf::DW_EH_PE_sdata2 && Format != dwarf::DW_EH_PE_sdata4 &&
2648 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed)
/external/v8/src/arm64/
H A Ddisasm-arm64.cc89 Format(instr, mnemonic, form);
136 Format(instr, mnemonic, form);
174 Format(instr, mnemonic, form);
209 Format(instr, mnemonic, form);
221 Format(instr, "unallocated", "(LogicalImmediate)");
252 Format(instr, mnemonic, form);
332 Format(instr, mnemonic, form);
347 Format(instr, mnemonic, form);
363 Format(instr, mnemonic, form);
416 Format(inst
1252 void DisassemblingDecoder::Format(Instruction* instr, const char* mnemonic, function in class:v8::internal::DisassemblingDecoder
[all...]
/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc107 Format(instr, mnemonic, form);
157 Format(instr, mnemonic, form);
200 Format(instr, mnemonic, form);
240 Format(instr, mnemonic, form);
252 Format(instr, "unallocated", "(LogicalImmediate)");
288 Format(instr, mnemonic, form);
379 Format(instr, mnemonic, form);
399 Format(instr, mnemonic, form);
419 Format(instr, mnemonic, form);
475 Format(inst
4077 void Disassembler::Format(const Instruction *instr, function in class:vixl::aarch64::Disassembler
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1339 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1357 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
1366 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
1367 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1378 static ::std::string Format(CharType* value) { \
1397 static ::std::string Format(CharType* value) { \
1433 return FormatForComparison<T1, T2>::Format(value);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp299 enum Format enum in class:sglr::rc::Renderbuffer
/external/pcre/dist2/src/sljit/
H A DsljitNativeTILEGX_64.c481 struct Format { struct
489 const struct Format formats[] =
539 const struct Format* compute_format()
546 const struct Format* match = NULL;
547 const struct Format *b = NULL;
571 const struct Format* match = compute_format();
/external/v8/src/mips/
H A Dsimulator-mips.cc1894 // Unsupported instructions use Format to print an error and stop execution.
1895 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1897 // Unsupported instructions use Format to print an error and stop execution.
1898 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/v8/src/ppc/
H A Dsimulator-ppc.cc1092 // Unsupported instructions use Format to print an error and stop execution.
1093 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc352 enum Format { enum in class:webrtc::__anon24659::ApmTest
384 void StreamParametersTest(Format format);
385 int ProcessStreamChooser(Format format);
386 int AnalyzeReverseStreamChooser(Format format);
389 Format format);
390 void VerifyDebugDumpTest(Format format);
582 int ApmTest::ProcessStreamChooser(Format format) {
595 int ApmTest::AnalyzeReverseStreamChooser(Format format) {
702 void ApmTest::StreamParametersTest(Format format) {
1713 Format forma
[all...]
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2271 bool Format = false; local
2275 Format = true;
2280 Format = true;
2285 if (!Format || NumArgs <= Idx)
H A DSemaDeclAttr.cpp2804 static FormatAttrKind getFormatAttrKind(StringRef Format) { argument
2805 return llvm::StringSwitch<FormatAttrKind>(Format)
2864 IdentifierInfo *Format, int FormatIdx,
2869 if (F->getType() == Format &&
2880 return ::new (Context) FormatAttr(Range, Context, Format, FormatIdx,
2899 StringRef Format = II->getName(); local
2901 if (normalizeName(Format)) {
2903 II = &S.Context.Idents.get(Format);
2907 FormatAttrKind Kind = getFormatAttrKind(Format);
2863 mergeFormatAttr(Decl *D, SourceRange Range, IdentifierInfo *Format, int FormatIdx, int FirstArg, unsigned AttrSpellingListIndex) argument
/external/v8/src/s390/
H A Dsimulator-s390.cc1851 // Unsupported instructions use Format to print an error and stop execution.
1852 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/clang/tools/c-index-test/
H A Dc-index-test.c1298 static void PrintTypeAndTypeKind(CXType T, const char *Format) { argument
1303 printf(Format,
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc477 const String& full_name = String::Format("%s.%s",
829 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
1353 const DWORD kBufSize = 4096; // String::Format can't exceed this length.
1371 const String error_hex(String::Format("0x%08X ", hr));
1456 // The longest string String::Format can produce when invoked
1462 str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32);
1542 return String::Format("L\"%s\"",
1701 String String::Format(const char * format, ...) { function in class:testing::internal::String
2483 return internal::String::Format("%d %s", count,
3151 m << String::Format("
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3625 const unsigned Format = Encoding & 0xf; local
3626 if (Format != dwarf::DW_EH_PE_absptr && Format != dwarf::DW_EH_PE_udata2 &&
3627 Format != dwarf::DW_EH_PE_udata4 && Format != dwarf::DW_EH_PE_udata8 &&
3628 Format != dwarf::DW_EH_PE_sdata2 && Format != dwarf::DW_EH_PE_sdata4 &&
3629 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed)
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4156 const MCObjectFileInfo::Environment Format = local
4158 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
4159 bool IsCOFF = Format == MCObjectFileInfo::IsCOFF;
/external/llvm/utils/unittest/googletest/src/
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,
3126 m << String::Format("
[all...]
/external/mesa3d/src/gtest/src/
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
2482 return internal::String::Format("%d %s", count,
3154 m << String::Format("
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp304 {"Format", CXFA_FM2JSContext::Format},
1013 bufferYear.Format("%d", pTmStruct->tm_year + 1900);
1014 bufferMon.Format("%02d", pTmStruct->tm_mon + 1);
1015 bufferDay.Format("%02d", pTmStruct->tm_mday);
1398 szIsoDateString.Format("%d%02d%02d", iYear + i, iMonth, iDay);
1952 strIsoDate.Format("%4d-%02d-%02d", dt.GetYear(), dt.GetMonth(), dt.GetDay());
1990 strIsoTime.Format("%02d:%02d:%02d.%03d", utime.GetHour(), utime.GetMinute(),
2312 strIsoTime.Format("%02d:%02d:%02d", iHour, iMin, iSec);
3923 void CXFA_FM2JSContext::Format(CFXJSE_Valu function in class:CXFA_FM2JSContext
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc465 const String& full_name = String::Format("%s.%s",
801 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
931 return String::Format("'%s' (%u, 0x%X)",
932 ch ? String::Format("%c", ch).c_str() : "\\0",
1372 const DWORD kBufSize = 4096; // String::Format can't exceed this length.
1389 const String error_hex(String::Format("0x%08X ", hr));
1476 // The longest string String::Format can produce when invoked
1482 str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32);
1562 return String::Format("L\"%s\"",
1723 String String::Format(cons function in class:testing::internal::String
[all...]

Completed in 1068 milliseconds

12345