/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 185 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local 189 Front.push_back(MI); in eraseInstrWithNoUses() 191 while (Front.size() != 0) { in eraseInstrWithNoUses() 192 MI = Front.back(); in eraseInstrWithNoUses() 193 Front.pop_back(); in eraseInstrWithNoUses() 370 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local 371 Front.push_back(MI); in elideCopiesAndPHIs() 372 while (Front.size() != 0) { in elideCopiesAndPHIs() 373 MI = Front.back(); in elideCopiesAndPHIs() 374 Front.pop_back(); in elideCopiesAndPHIs() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Plane.java | 32 OnPlane, Back, Front enumConstant 116 return PlaneSide.Front; in testPoint() 134 return PlaneSide.Front; in testPoint()
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 208 …return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*"; in AreAllAllowed() 270 return IncludeItems.Front().AreAllAllowed(); in AreAllAllowed() 295 if (!DoesNameContainWildcard(item.PathParts.Front())) in AddItem() 301 const UString &front = item.PathParts.Front(); in AddItem() 369 int index = FindSubNode(pathParts.Front()); in CheckPathVect() 482 const UString &front = pathParts.Front(); in AddItem() 543 const UString &front = pathParts.Front(); in AddItem()
|
D | MyVector.h | 222 const T& Front() const { return _items[0]; } in Front() function 223 T& Front() { return _items[0]; } in Front() function 339 T* p = (&Front()) - 1; in Sort() 379 T* p = (&Front()) - 1; in Sort2() 443 const T& Front() const { return operator[](0); } in Front() function 444 T& Front() { return operator[](0); } in Front() function
|
D | Wildcard.h | 136 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); } in AllAreRelative()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_buffer.cc | 68 VCMFrameBuffer* FrameList::Front() const { in Front() function in webrtc::FrameList 98 VCMFrameBuffer* oldest_frame = Front(); in CleanUpOldOrEmptyFrames() 464 if (decodable_frames_.Front()->GetState() == kStateComplete) { in CompleteSequenceWithNextFrame() 486 decodable_frames_.Front()->GetState() != kStateComplete) { in NextCompleteTimestamp() 504 decodable_frames_.Front()->GetState() != kStateComplete) { in NextCompleteTimestamp() 515 decodable_frames_.Front()->GetState() != kStateComplete) { in NextCompleteTimestamp() 519 *timestamp = decodable_frames_.Front()->TimeStamp(); in NextCompleteTimestamp() 541 oldest_frame = incomplete_frames_.Front(); in NextMaybeIncompleteTimestamp() 547 oldest_frame = decodable_frames_.Front(); in NextMaybeIncompleteTimestamp() 976 uint32_t start_timestamp = incomplete_frames_.Front()->TimeStamp(); in NonContinuousOrIncompleteDuration() [all …]
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2MT.cpp | 39 Result = Coder2->Code(&InStreamPointers.Front(), &InSizePointers.Front(), NumInStreams, in Code() 40 &OutStreamPointers.Front(), &OutSizePointers.Front(), NumOutStreams, progress); in Code()
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/ |
D | LinkList.h | 102 Node* Front() const in Front() function 248 return RemoveItem(Front(), ppItem); in RemoveFront() 274 return GetItem(Front(), ppItem); in GetFront() 329 return POSITION(Front()); in FrontPosition()
|
/external/webrtc/talk/app/webrtc/ |
D | datachannel.cc | 93 DataBuffer* DataChannel::PacketQueue::Front() { in Front() function in webrtc::DataChannel::PacketQueue 514 rtc::scoped_ptr<DataBuffer> buffer(queued_received_data_.Front()); in DeliverQueuedReceivedData() 529 DataBuffer* buffer = queued_send_data_.Front(); in SendQueuedDataMessages() 609 rtc::scoped_ptr<DataBuffer> buf(control_packets.Front()); in SendQueuedControlMessages()
|
D | datachannel.h | 219 DataBuffer* Front();
|
/external/lzma/CPP/Windows/Control/ |
D | PropertyPage.cpp | 122 sheet.ppsp = &pagesA.Front(); in MyPropertySheet() 137 sheet.ppsp = &pagesW.Front(); in MyPropertySheet()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 394 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local 395 if (Front == '_' || Front == '@') in demanglePE32ExternCFunc() 399 if (Front != '?') { in demanglePE32ExternCFunc()
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 27 + Front-end time estimation with invalid shaders 61 Front-end time is estimated by compiling invalid shaders with either an invalid
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SetProperties.cpp | 71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
|
D | EnumDirItems.cpp | 426 const UString &name = item.PathParts.Front(); in CanUseFsDirect() 471 const UString &name = item.PathParts.Front(); in EnumerateDirItems() 602 const UString &name = item.PathParts.Front(); in EnumerateDirItems()
|
D | ArchiveCommandLine.cpp | 597 ConvertToLongName(prefix, item.PathParts.Front()); in ConvertToLongNames() 1129 UString arcName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2() 1203 updateOptions.EMailAddress = parser[NKey::kEmail].PostStrings.Front(); in Parse2() 1223 updateOptions.StdInFileName = parser[NKey::kStdIn].PostStrings.Front(); in Parse2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 277 UString arcPath = commandStrings.Front(); in Main2() 354 wildcardCensor.Pairs.Front().Head; in Main2()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 197 _mixerCoderSpec->SetCoderInfo(mainCoderIndex, &sizePointers.Front(), NULL); in Encode() 261 RINOK(_mixerCoder->Code(&inStreamPointers.Front(), NULL, 1, in Encode() 262 &outStreamPointers.Front(), NULL, outStreamPointers.Size(), compressProgress)); in Encode()
|
D | 7zProperties.cpp | 103 const CVolume &volume = _volumes.Front(); in FillPopIDs()
|
/external/vixl/src/vixl/ |
D | invalset.h | 150 const ElementType Front() const; 485 cached_min_key_ = Key(Front()); in Sort() 534 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Front() const { in Front() function
|
/external/valgrind/ |
D | COPYING.DOCS | 71 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 72 the Document is released under this License. A Front-Cover Text may 144 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 246 You may add a passage of up to five words as a Front-Cover Text, and a 249 Front-Cover Text and one of Back-Cover Text may be added by (or 380 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. 384 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 388 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
|
/external/clang/ |
D | README.txt | 2 // C Language Family Front-end
|
/external/libmicrohttpd/doc/ |
D | fdl-1.3.texi | 77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 78 the Document is released under this License. A Front-Cover Text may 155 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 288 You may add a passage of up to five words as a Front-Cover Text, and a 291 Front-Cover Text and one of Back-Cover Text may be added by (or 477 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover 483 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 489 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
|
/external/bison/doc/ |
D | fdl.texi | 77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 78 the Document is released under this License. A Front-Cover Text may 155 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 288 You may add a passage of up to five words as a Front-Cover Text, and a 291 Front-Cover Text and one of Back-Cover Text may be added by (or 477 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover 483 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, 489 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | ref.tex | 37 %\chapter*{Front Matter\label{front}}
|