Home
last modified time | relevance | path

Searched refs:Front (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp185 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/
DPlane.java32 OnPlane, Back, Front enumConstant
116 return PlaneSide.Front; in testPoint()
134 return PlaneSide.Front; in testPoint()
/external/lzma/CPP/Common/
DWildcard.cpp208 …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()
DMyVector.h222 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
DWildcard.h136 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); } in AllAreRelative()
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc68 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/
DCoderMixer2MT.cpp39 Result = Coder2->Code(&InStreamPointers.Front(), &InSizePointers.Front(), NumInStreams, in Code()
40 &OutStreamPointers.Front(), &OutSizePointers.Front(), NumOutStreams, progress); in Code()
/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp122 sheet.ppsp = &pagesA.Front(); in MyPropertySheet()
137 sheet.ppsp = &pagesW.Front(); in MyPropertySheet()
/external/webrtc/talk/app/webrtc/
Ddatachannel.cc93 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()
Ddatachannel.h219 DataBuffer* Front();
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp394 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
395 if (Front == '_' || Front == '@') in demanglePE32ExternCFunc()
399 if (Front != '?') { in demanglePE32ExternCFunc()
/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
DEnumDirItems.cpp426 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()
DArchiveCommandLine.cpp597 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/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt27 + 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/Bundles/SFXCon/
DSfxCon.cpp277 UString arcPath = commandStrings.Front(); in Main2()
354 wildcardCensor.Pairs.Front().Head; in Main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp197 _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()
D7zProperties.cpp103 const CVolume &volume = _volumes.Front(); in FillPopIDs()
/external/vixl/src/vixl/
Dinvalset.h150 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/clang/
DREADME.txt2 // C Language Family Front-end
/external/valgrind/
DCOPYING.DOCS71 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/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dref.tex37 %\chapter*{Front Matter\label{front}}
/external/libmicrohttpd/doc/
Dfdl-1.3.texi77 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/
Dfdl.texi77 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/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios.mm159 if (strcmp(deviceUniqueIdUTF8, "Front Camera") == 0) {

12