/external/deqp/modules/egl/ |
teglGLES2SharingThreadedTests.cpp | 300 thread.newMessage() << "Begin -- eglCreateSyncKHR(" << ((size_t)m_display) << ", EGL_SYNC_FENCE_KHR, DE_NULL)" << tcu::ThreadUtil::Message::End; 302 thread.newMessage() << "End -- " << ((size_t)m_sync) << " = eglCreateSyncKHR()" << tcu::ThreadUtil::Message::End; 313 thread.newMessage() << "Begin -- eglWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", 0)" << tcu::ThreadUtil::Message::End; 315 thread.newMessage() << "End -- " << result << " = eglWaitSyncKHR()" << tcu::ThreadUtil::Message::End; 320 thread.newMessage() << "Begin -- eglClientWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1000 000 000)" << tcu::ThreadUtil::Message::End; 322 thread.newMessage() << "End -- " << result << " = eglClientWaitSyncKHR()" << tcu::ThreadUtil::Message::End; 333 thread.newMessage() << "Begin -- eglDestroySyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ")" << tcu::ThreadUtil::Message::End; [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | 64 ValuesIn(ForwardIterator begin, ForwardIterator end); [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | 64 ValuesIn(ForwardIterator begin, ForwardIterator end); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 260 } // end anonymous namespace 322 if (SI != FuncInfo.StaticAllocaMap.end()) { 602 if (SI != FuncInfo.StaticAllocaMap.end()) { 833 } // end switch [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 170 } // end anonymous namespace. 284 BasicBlock::const_iterator End = II; 285 for (auto Itr = std::prev(Start); Itr != End; --Itr) { 579 if (I != LocalValueMap.end() && I->second != 0) { 690 if (SI != FuncInfo.StaticAllocaMap.end()) { [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 453 Value *End = ConstantInt::get(Idx->getType(), 455 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End); 467 Value *End = ConstantInt::get(Idx->getType(), 469 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End); [all...] |
/external/llvm/tools/dsymutil/ |
DwarfLinker.cpp | 119 /// \brief Compute the end offset for this unit. Must be 344 // Set offset and chain at the end of the entries list. 645 for (auto Range = FunctionRanges.begin(), End = FunctionRanges.end(); 646 Range != End; ++Range) 651 // addresses might end up in a different order. 652 std::sort(Ranges.begin(), Ranges.end()); 679 for (auto Range = Ranges.begin(), End = Ranges.end(); Range != End; [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-param-util-generated.h | 64 ValuesIn(ForwardIterator begin, ForwardIterator end); [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | 64 ValuesIn(ForwardIterator begin, ForwardIterator end); [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | 62 ForwardIterator begin, ForwardIterator end); [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-param-util-generated.h | 64 ValuesIn(ForwardIterator begin, ForwardIterator end); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxva2api.h | 381 REFERENCE_TIME End; 742 /* End additional prototypes */
|
asptlb.h | 481 virtual HRESULT WINAPI End(void) = 0; 519 HRESULT (WINAPI *End)(IResponse *This); [all...] |
dimm.h | 307 virtual HRESULT WINAPI End(void) = 0; 319 HRESULT (WINAPI *End)(IActiveIMMMessagePumpOwner *This); 333 #define IActiveIMMMessagePumpOwner_End(This) (This)->lpVtbl->End(This) [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 495 Value *End = EmitScalarExpr(E->getArg(1)); 497 return RValue::get(Builder.CreateCall2(F, Begin, End)); 637 BasicBlock *End = createBasicBlock("fpclassify_end", this->CurFn); 638 Builder.SetInsertPoint(End); 649 Builder.CreateCondBr(IsZero, End, NotZero); 657 Builder.CreateCondBr(IsNan, End, NotNan); 668 Builder.CreateCondBr(IsInf, End, NotInf); 681 Builder.CreateBr(End); 685 Builder.SetInsertPoint(End); [all...] |
CGExpr.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | 179 std::copy(Attrs.begin(), Attrs.end(), S->getAttrArrayPtr()); 542 SourceLocation End = ReadSourceLocation(Record, Idx); 545 E->setComponent(I, Node(Start, Record[Idx++], End)); 549 E->setComponent(I, Node(Start, ReadDeclAs<FieldDecl>(Record, Idx), End)); 556 End)); [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | 982 CXSourceLocation end = clang_getRangeEnd(range); local 987 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); 988 if (clang_equalLocations(start, end)) { [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | 222 for (Function::iterator I = F.begin(); I != F.end(); I++) 247 for (Function::iterator I = F.begin(); I != F.end(); ) { 270 II = Successors.begin(), IE = Successors.end(); II != IE; ++II) 285 II = Successors.begin(), IE = Successors.end(); II != IE; ++II) 317 for (Function::iterator I = std::next(F.begin()), E = F.end(); I != E;) { 353 for (Function::iterator I = std::next(F.begin()), E = F.end(); I != E;) { 356 // If this block doesn't end with an uncond branch, ignore it. 549 if (MaybeBase == RelocateIdxMap.end()) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_icd.h | 93 void (GLAPIENTRY * End)(void);
|
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 13 // new features are added, they should have values added at the end of the 171 /// \brief Raw source location of end of range. 172 unsigned End; 178 End(R.getEnd().getRawEncoding()), [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 137 /// Clang internally represents ranges where the end location points to the 138 /// start of the token at the end. However, for external clients it is more 236 // If the begin/end of the range lie in the same FileID, do the optimization 244 return Visitor.visitPreprocessedEntities(Entities.begin(), Entities.end(), 257 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); 259 if (End.first != Begin.first) { 260 // If the end does not reside in the same file, try to recover by 261 // picking the end of the file of begin location. 262 End.first = Begin.first; 263 End.second = SM.getFileIDSize(Begin.first) [all...] |
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 310 /// \brief Parse up to the end of statement and a return the contents from the 311 /// current token until the end of the statement; the current token on exit 315 /// \brief Parse until the end of a statement or a comma is encountered, 316 /// return the contents from the current token up to the end or comma. 466 // "end" 592 // If this is the end of an included file, pop the parent file off the 666 e = Symbols.end(); 675 // to track that. Currently, we just point to the end of the file. 713 const char *End = getTok().getLoc().getPointer(); 714 return StringRef(Start, End - Start) [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 329 outs() << " (entries start past the end of the indirect symbol " 332 outs() << " (entries extends past the end of the indirect symbol " 823 array_pod_sort(Relocs.begin(), Relocs.end()); 848 Relocs.begin(), Relocs.end(), 850 if (Reloc != Relocs.end()) { 859 auto Sect = std::find_if(LiteralSections.begin(), LiteralSections.end(), 864 if (Sect == LiteralSections.end()) { 8114 const char *end = Ptr + t.cmdsize; local [all...] |