Searched refs:back (Results 151 - 175 of 1647) sorted by relevance

1234567891011>>

/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp88 if (!Aranges.empty() && Aranges.back().HighPC() == PrevAddress &&
89 ValidCUs.find(Aranges.back().CUOffset) != ValidCUs.end()) {
90 Aranges.back().setHighPC(E.Address);
/external/libunwind/doc/
H A Dunw_create_addr_space.tex20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
31 \section{Call-back Routines}
33 \Prog{Libunwind} uses a set of call-back routines to access the
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
49 The synopsis and a detailed description of every call-back routine
52 \subsection{Call-back Routine Synopsis}
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
86 \Var{need\_unwind\_info} is zero if the call-back doe
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_lists.h31 Layer* back();
/external/chromium_org/chrome/browser/android/
H A Dintercept_download_resource_throttle.cc42 GURL url = request_->url_chain().back();
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set.h53 const Invalidation& back() const;
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc53 return url_chain.empty() ? GURL::EmptyGURL() : url_chain.back();
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfilter_chain.cc40 filters_.back()->set_sink(sink);
H A Dfilter_chain.h55 filters_.back()->set_sink(filter);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dinode_pool.h36 int val = inos_.back();
H A Dpath.cc87 return paths_.back();
122 if (path_out.empty() || path_out.back() == "..") {
128 if (path_out.back() == "/") {
133 if (path_out.back() == "/") {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.h57 void back(ExecutionContext*);
/external/chromium_org/third_party/markupsafe/
H A D_speedups.c197 "string is not converted back to unicode."},
/external/chromium_org/third_party/skia/tests/
H A DDequeTest.cpp17 REPORTER_ASSERT(reporter, NULL == deq.back());
23 REPORTER_ASSERT(reporter, deq.back());
25 REPORTER_ASSERT(reporter, deq.back() == deq.front());
27 REPORTER_ASSERT(reporter, deq.back() != deq.front());
64 // then back down w/ reverse iteration
127 // now test pushing on the back
/external/chromium_org/third_party/zlib/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONTokener.java75 public void back() throws JSONException { method in class:JSONTokener
77 throw new JSONException("Stepping back two steps is not supported");
115 back();
295 back();
318 back();
343 back();
347 back();
365 back();
399 back();
/external/libcxx/test/containers/sequences/array/
H A Dindexing.pass.cpp34 assert(c.back() == 7.5);
/external/llvm/include/llvm/ADT/
H A DSetVector.h89 const T &back() const { function in class:llvm::SetVector
90 assert(!empty() && "Cannot call back() on empty SetVector!");
91 return vector_.back();
169 set_.erase(back());
174 T Ret = back();
/external/llvm/include/llvm/IR/
H A DBasicBlock.h212 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
213 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/skia/tests/
H A DDequeTest.cpp17 REPORTER_ASSERT(reporter, NULL == deq.back());
23 REPORTER_ASSERT(reporter, NULL != deq.back());
25 REPORTER_ASSERT(reporter, deq.back() == deq.front());
27 REPORTER_ASSERT(reporter, deq.back() != deq.front());
64 // then back down w/ reverse iteration
127 // now test pushing on the back
/external/zlib/src/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/clang/lib/Format/
H A DTokenAnnotator.cpp48 Contexts.back().IsExpression = false;
51 Contexts.back().InTemplateArgument =
93 Contexts.back().ColonIsForRangeExpr =
114 Contexts.back().IsExpression = true;
119 Contexts.back().IsExpression = true;
124 Contexts.back().IsExpression = false;
127 Contexts.back().IsExpression = false;
132 Contexts.back().IsForEachMacro = true;
133 Contexts.back().IsExpression = false;
137 Contexts.back()
[all...]
/external/chromium_org/extensions/common/manifest_handlers/
H A Dnacl_modules_handler.cc76 nacl_module_data->nacl_modules_.back().url =
78 nacl_module_data->nacl_modules_.back().mime_type = mime_type;
/external/libcxx/test/containers/sequences/list/list.capacity/
H A Dresize_size.pass.cpp34 assert(l.back() == 0);
64 assert(l.back() == 0);

Completed in 7719 milliseconds

1234567891011>>