HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 76 - 100 of 964) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp 102 const char *End = P + Size;
105 } while(P != End);
112 const char *End = P + Size;
115 } while(P != End);
126 // How can it find the end? Because crtendS.o is linked
  /external/llvm/lib/Support/
StreamableMemoryObject.cpp 23 RawMemoryObject(const unsigned char *Start, const unsigned char *End) :
24 FirstChar(Start), LastChar(End) {
25 assert(LastChar >= FirstChar && "Invalid start/end range");
129 const unsigned char *Start, const unsigned char *End) {
130 return new RawMemoryObject(Start, End);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 40 int End;
  /external/chromium_org/base/debug/
trace_event_synthetic_delay.h 24 // Here BEGIN establishes the start time for the delay and END executes the
26 // row, END should be called a corresponding number of times. Only the last
27 // call to END will have an effect.
29 // Note that a single delay may begin on one thread and end on another. This
55 // End a named delay. The delay is applied only if this call matches the
61 trace_event_internal::GetOrCreateDelay(name, &impl_ptr)->End(); \
98 // multiple times as long as the calls to End() are balanced. Only the first
102 // End the delay. The delay is applied only if this call matches the first
104 void End();
107 // active simultaneously and will complete independently. The computed end
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_win.cc 29 virtual void End() OVERRIDE;
68 // Always call End() before destroying.
72 void ColorChooserWin::End() {
  /external/chromium_org/ppapi/cpp/dev/
printing_dev.cc 51 void End(PP_Instance instance) {
72 &End,
  /external/clang/lib/Format/
WhitespaceManager.h 156 // change, so that the correct column can be reconstructed at the end of
170 /// \brief Align trailing comments from change \p Start to change \p End at
172 void alignTrailingComments(unsigned Start, unsigned End, unsigned Column);
177 /// \brief Align escaped newlines from change \p Start to change \p End at
179 void alignEscapedNewlines(unsigned Start, unsigned End, unsigned Column);
  /external/llvm/include/llvm/MC/MCAnalysis/
MCModule.h 50 /// \brief Remap \p Atom to the given range, and update its Begin/End fields.
56 /// \brief Insert an atom in the module, using its Begin and End addresses.
96 MCTextAtom *createTextAtom(uint64_t Begin, uint64_t End);
97 MCDataAtom *createDataAtom(uint64_t Begin, uint64_t End);
111 const_atom_iterator atom_end() const { return Atoms.end(); }
112 atom_iterator atom_end() { return Atoms.end(); }
124 const_func_iterator func_end() const { return Functions.end(); }
125 func_iterator func_end() { return Functions.end(); }
  /external/llvm/include/llvm/MC/
MCWin64EH.h 65 : Begin(nullptr), End(nullptr),ExceptionHandler(nullptr),
70 MCSymbol *End;
91 } // end namespace llvm
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end();
49 It != End; ++It)
61 E = Int->Successors.end(); I != E; ++I)
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 37 // to the end of the function.
40 MCSymbol *End;
41 FunctionInfo() : End(nullptr) {}
120 E = DirAndFilenameToFilepathMap.end();
139 /// \brief Process end of an instruction.
142 } // End of namespace llvm
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 27 return std::includes(Changes.begin(), Changes.end(),
28 FailingSet.begin(), FailingSet.end());
49 std::set<unsigned> range(unsigned Start, unsigned End) {
51 while (Start != End)
DeltaAlgorithmTest.cpp 22 ie = S.end(); it != ie; ++it) {
42 return std::includes(Changes.begin(), Changes.end(),
43 FailingSet.begin(), FailingSet.end());
64 std::set<unsigned> range(unsigned Start, unsigned End) {
66 while (Start != End)
  /system/media/camera/docs/
CaptureResultTest.mako 20 * modify the comment blocks at the start or end.
37 * End generated code
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 325 thread.newMessage() << "Begin -- eglCreateSyncKHR(" << ((size_t)m_display) << ", EGL_SYNC_FENCE_KHR, NULL)" << tcu::ThreadUtil::Message::End;
327 thread.newMessage() << "End -- " << ((size_t)m_sync) << " = eglCreateSyncKHR()" << tcu::ThreadUtil::Message::End;
338 thread.newMessage() << "Begin -- eglWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", 0)" << tcu::ThreadUtil::Message::End;
340 thread.newMessage() << "End -- " << result << " = eglWaitSyncKHR()" << tcu::ThreadUtil::Message::End;
345 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;
347 thread.newMessage() << "End -- " << result << " = eglClientWaitSyncKHR()" << tcu::ThreadUtil::Message::End;
358 thread.newMessage() << "Begin -- eglDestroySyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ")" << tcu::ThreadUtil::Message::End;
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
huffman.c 268 goto End;
276 goto End;
281 End:
307 goto End;
310 goto End;
315 End:
  /external/webp/src/utils/
huffman.c 268 goto End;
276 goto End;
281 End:
307 goto End;
310 goto End;
315 End:
  /art/runtime/
oat_file.cc 232 if (oat > End()) {
238 if (oat > End()) {
242 End());
256 if (UNLIKELY(oat > End())) {
264 if (UNLIKELY(oat > End())) {
274 if (UNLIKELY(oat > End())) {
294 if (UNLIKELY(oat > End())) {
318 if (UNLIKELY(oat > End())) {
356 const byte* OatFile::End() const {
377 if (primary_it != oat_dex_files_.end()) {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 66 virtual bool End(base::subtle::Atomic32 submit_count) OVERRIDE;
85 bool AsyncPixelTransfersCompletedQuery::End(
143 virtual bool End(base::subtle::Atomic32 submit_count) OVERRIDE;
167 bool AllSamplesPassedQuery::End(base::subtle::Atomic32 submit_count) {
202 virtual bool End(base::subtle::Atomic32 submit_count) OVERRIDE;
223 bool CommandsIssuedQuery::End(base::subtle::Atomic32 submit_count) {
249 virtual bool End(base::subtle::Atomic32 submit_count) OVERRIDE;
266 bool CommandLatencyQuery::End(base::subtle::Atomic32 submit_count) {
295 virtual bool End(base::subtle::Atomic32 submit_count) OVERRIDE;
319 bool AsyncReadPixelsCompletedQuery::End(base::subtle::Atomic32 submit_count)
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 668 bool ParseIntelExpression(IntelExprStateMachine &SM, SMLoc &End);
675 bool IsUnevaluatedOperand, SMLoc &End);
682 SMLoc End, unsigned Size, StringRef Identifier,
763 } // end anonymous namespace
980 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier,
989 return X86Operand::CreateReg(RegNo, Start, End, /*AddressOf=*/true
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 157 printf("[ReadHuffmanCodeLengths] Unexpected end of input.\n");
223 printf("[ReadHuffmanCode] Unexpected end of input.\n");
410 printf("[DecodeContextMap] Unexpected end of input.\n");
437 goto End;
442 printf("[DecodeContextMap] Unexpected end of input.\n");
444 goto End;
455 goto End;
468 End:
500 after the end of the copy.
525 The worst case of extra writing past the end of the match occurs whe
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 50 "-length, clang-format will format up to the end\n"
55 LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n"
115 // Parses <start line>:<end line> input to a pair of line numbers.
136 llvm::errs() << "error: invalid <start line>:<end line> pair\n";
140 llvm::errs() << "error: start line should be less than end line\n";
144 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
145 if (Start.isInvalid() || End.isInvalid())
147 Ranges.push_back(CharSourceRange::getCharRange(Start, End));
168 SourceLocation End;
176 End = Start.getLocWithOffset(Lengths[i])
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 66 FullSourceLoc Begin, End;
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
78 assert(Begin.isValid() && End.isValid());
82 if (End.isBeforeInTranslationUnitThan(RHS.Begin))
84 if (RHS.End.isBeforeInTranslationUnitThan(Begin))
87 !RHS.End.isBeforeInTranslationUnitThan(End))
90 RHS.End.isBeforeInTranslationUnitThan(End))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 141 /// loop start value, loop end value, and induction value. Based upon
148 const MachineOperand *End,
274 } // end anonymous namespace
308 for (MachineLoopInfo::iterator I = MLI->begin(), E = MLI->end();
398 InductionMap::iterator IndMapEnd = IndMap.end();
610 /// represent the loop start value, loop end value, and induction value.
614 const MachineOperand *End,
622 // Check if either the start or end values are an assignment of an immediate.
629 if (End->isReg()) {
630 const MachineInstr *EndValInstr = MRI->getVRegDef(End->getReg())
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 210 // Use SRST to find the character. End is its address on success.
218 SDValue End = DAG.getNode(SystemZISD::SEARCH_STRING, DL, VTs, Chain,
220 Chain = End.getValue(1);
221 SDValue Glue = End.getValue(2);
223 // Now select between End and null, depending on whether the character
226 Ops.push_back(End);
232 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VTs, Ops);
233 return std::make_pair(End, Chain);
270 SDValue End = DAG.getNode(SystemZISD::SEARCH_STRING, DL, VTs, Chain,
272 Chain = End.getValue(1)
    [all...]

Completed in 817 milliseconds

1 2 34 5 6 7 8 91011>>