/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 25 template<template<typename> class F, typename X> using Four = Add<Two, Two, F, X>; typedef 26 template<template<typename> class F, typename X> using Sixteen = Mul<Four, Four, F, X>;
|
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 101 OwningBuffer Four(MemoryBuffer::getNewMemBuffer(123, "zeros")); in TEST_F() local 102 EXPECT_TRUE(0 != Four.get()); in TEST_F() 104 EXPECT_EQ(0, Four->getBufferStart()[0]); in TEST_F()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 31 const MCExpr *Four = MCConstantExpr::Create(4, getContext()); in getTTypeGlobalReference() local 32 return MCBinaryExpr::CreateAdd(Res, Four, getContext()); in getTTypeGlobalReference()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 121 const MCExpr *Four = MCConstantExpr::Create(4, Context); in getExprForPersonalitySymbol() local 122 return MCBinaryExpr::CreateAdd(Res, Four, Context); in getExprForPersonalitySymbol()
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | ClassIsEnum.java | 24 One, Two, Three, Four; enumConstant
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | hyperlink_text_view_unittest.mm | 145 NSString* message = @"One Two Three Four"; 152 [view_ addLinkRange:NSMakeRange(14,4) withName:@"Name:Four" linkColor:blue]; 180 [linkAttributes setObject:@"Name:Four" forKey:NSLinkAttributeName];
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection_unittest.mm | 140 ASCIIToUTF16("Four"), 189 ASCIIToUTF16("Four"),
|
/external/libffi/src/powerpc/ |
D | ppc_closure.S | 227 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
|
/external/chromium_org/ui/app_list/cocoa/ |
D | apps_search_results_controller_unittest.mm | 227 AddTestResultAtIndex(kDefaultResultsCount, "Four", std::string());
|
/external/fdlibm/ |
D | readme | 70 Note: Four macros are defined in fdlibm.h to handle this kind of
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 1898 /// Four Register. 1923 // Four element structure loads. 1970 // Four element struture. 2015 // Four element structure store. 2039 // Four element structure.
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
D | tgsi.rst | 468 .. opcode:: PK4B - Pack Four Signed 8-bit Scalars 473 .. opcode:: PK4UB - Pack Four Unsigned 8-bit Scalars 648 .. opcode:: UP4B - Unpack Four Signed 8-Bit Values 656 .. opcode:: UP4UB - Unpack Four Unsigned 8-Bit Scalars
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 468 .. opcode:: PK4B - Pack Four Signed 8-bit Scalars 473 .. opcode:: PK4UB - Pack Four Unsigned 8-bit Scalars 648 .. opcode:: UP4B - Unpack Four Signed 8-Bit Values 656 .. opcode:: UP4UB - Unpack Four Unsigned 8-Bit Scalars
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | e_select.test | 1195 INSERT INTO h2 VALUES('Four'); 1235 3.1 "SELECT ALL x FROM h2" {One Two Three Four one two three four} 1236 3.2 "SELECT ALL x FROM h1, h2 ON (x=b)" {One one Four four} 1238 3.1 "SELECT x FROM h2" {One Two Three Four one two three four} 1239 3.2 "SELECT x FROM h1, h2 ON (x=b)" {One one Four four} 1260 Four One Three Two four one three two
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2833 SDValue Four = DAG.getIntPtrConstant(4); in ExpandIntOp_UINT_TO_FP() local 2834 if (TLI.isBigEndian()) std::swap(Zero, Four); in ExpandIntOp_UINT_TO_FP() 2836 Zero, Four); in ExpandIntOp_UINT_TO_FP()
|
D | LegalizeDAG.cpp | 2377 SDValue Zero = DAG.getIntPtrConstant(0), Four = DAG.getIntPtrConstant(4); in ExpandLegalINT_TO_FP() local 2379 SignSet, Four, Zero); in ExpandLegalINT_TO_FP()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 157 HelpText<"Four-byte version string for gcov files.">;
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1021 Four, enumerator
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 469 // Four operand long
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.rules | 1030 # Library Build Rules: Four ways to build a library
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5449 APInt Four(BitWidth, 4); in SolveQuadraticEquation() local 5465 SqrtTerm -= Four * (A * C); in SolveQuadraticEquation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4980 SDValue Four = DAG.getConstant(4, PtrVT); in LowerFLT_ROUNDS_() local 4981 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()
|
/external/libexif/po/ |
D | en_GB.po | 2516 "stating ExifR98 Rules. Four bytes used including the termination code " 2521 "stating ExifR98 Rules. Four bytes used including the termination code "
|
D | en_AU.po | 2516 "stating ExifR98 Rules. Four bytes used including the termination code " 2521 "stating ExifR98 Rules. Four bytes used including the termination code "
|
/external/srtp/doc/ |
D | rfc3711.txt | 2755 Framework and Four Profiles: RTP, UDP, ESP, and
|