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

12345

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h287 Format, enumerator in enum:CPDF_AAction::AActionType
/external/v8/src/ppc/
H A Dsimulator-ppc.cc1124 // Unsupported instructions use Format to print an error and stop execution.
1125 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::__anon20975::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.cpp2258 bool Format = false; local
2262 Format = true;
2267 Format = true;
2272 if (!Format || NumArgs <= Idx)
H A DSemaDeclAttr.cpp2731 static FormatAttrKind getFormatAttrKind(StringRef Format) { argument
2732 return llvm::StringSwitch<FormatAttrKind>(Format)
2791 IdentifierInfo *Format, int FormatIdx,
2796 if (F->getType() == Format &&
2807 return ::new (Context) FormatAttr(Range, Context, Format, FormatIdx,
2826 StringRef Format = II->getName(); local
2828 if (normalizeName(Format)) {
2830 II = &S.Context.Idents.get(Format);
2834 FormatAttrKind Kind = getFormatAttrKind(Format);
2790 mergeFormatAttr(Decl *D, SourceRange Range, IdentifierInfo *Format, int FormatIdx, int FirstArg, unsigned AttrSpellingListIndex) argument
H A DSemaChecking.cpp1161 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, argument
1163 FSI->HasVAListArg = Format->getFirstArg() == 0;
1164 FSI->FormatIdx = Format->getFormatIdx() - 1;
1165 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
1216 bool Sema::GetFormatNSStringIdx(const FormatAttr *Format, unsigned &Idx) { argument
1218 if ((GetFormatStringType(Format) == FST_NSString) &&
1219 getFormatStringInfo(Format, false, &FSI)) {
1233 bool Format = false; local
1237 Format = true;
1242 Format
3199 GetFormatStringType(const FormatAttr *Format) argument
3215 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
H A DSemaExpr.cpp3118 const llvm::fltSemantics &Format = S.Context.getFloatTypeSemantics(Ty); local
3121 APFloat Val(Format);
3133 APFloat::getLargest(Format).toString(buffer);
3136 APFloat::getSmallest(Format).toString(buffer);
/external/v8/src/mips/
H A Dsimulator-mips.cc1952 // Unsupported instructions use Format to print an error and stop execution.
1953 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/v8/src/mips64/
H A Dsimulator-mips64.cc1952 // Unsupported instructions use Format to print an error and stop execution.
1953 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.c1282 static void PrintTypeAndTypeKind(CXType T, const char *Format) { argument
1287 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.cpp3260 const unsigned Format = Encoding & 0xf; local
3261 if (Format != dwarf::DW_EH_PE_absptr && Format != dwarf::DW_EH_PE_udata2 &&
3262 Format != dwarf::DW_EH_PE_udata4 && Format != dwarf::DW_EH_PE_udata8 &&
3263 Format != dwarf::DW_EH_PE_sdata2 && Format != dwarf::DW_EH_PE_sdata4 &&
3264 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed)
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4191 const MCObjectFileInfo::Environment Format = local
4193 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
4194 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/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp913 bufferYear.Format("%d", pTmStruct->tm_year + 1900);
914 bufferMon.Format("%02d", pTmStruct->tm_mon + 1);
915 bufferDay.Format("%02d", pTmStruct->tm_mday);
1346 szIsoDateString.Format("%d%02d%02d", iYear + i, iMonth, iDay);
2024 strIsoDate.Format("%4d-%02d-%02d", dt.GetYear(), dt.GetMonth(), dt.GetDay());
2066 strIsoTime.Format("%02d:%02d:%02d.%03d", utime.GetHour(), utime.GetMinute(),
2466 strIsoTime.Format("%02d:%02d:%02d", iHour, iMin, iSec);
4347 void CXFA_FM2JSContext::Format(FXJSE_HOBJECT hThis, function in class:CXFA_FM2JSContext
4432 L"Format");
4881 numberString.Format(formatSt
[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...]
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8714 const MCObjectFileInfo::Environment Format = local
8716 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
8717 bool IsCOFF = Format == MCObjectFileInfo::IsCOFF;
8882 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); local
8883 bool IsMachO = Format == MCObjectFileInfo::IsMachO;
/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/libvpx/libvpx/third_party/googletest/src/include/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/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h7232 // Format of IEEE floating-point:
18816 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
18834 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
18843 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
18844 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
18855 static ::std::string Format(CharType* value) { \
18874 static ::std::string Format(CharType* value) { \
18910 return FormatForComparison<T1, T2>::Format(value);
/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/ ...
/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/ ...

Completed in 6733 milliseconds

12345