HomeSort by relevance Sort by last modified time
    Searched refs:at_end (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/common/
stabs_reader.cc 65 entry_.at_end = !cursor_;
94 while (!iterator_->at_end) {
132 assert(!iterator_->at_end && iterator_->type == N_SO);
149 if (iterator_->at_end || iterator_->type != N_SO)
175 while (!iterator_->at_end && iterator_->type != N_SO) {
204 if (!iterator_->at_end) {
222 assert(!iterator_->at_end && iterator_->type == N_FUN);
245 while (!iterator_->at_end) {
270 if (!iterator_->at_end) {
302 assert(!iterator_->at_end &
    [all...]
stabs_reader.h 123 bool at_end; member in struct:google_breakpad::StabsReader::EntryIterator::Entry
156 // at_end() is true when it is called.
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 51 bool at_end; member in struct:google_breakpad::ELFSymbolIterator::Symbol
83 // at_end() is true when it is called.
116 symbol_.at_end = !cursor_;
156 while(!iterator->at_end) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
consuming_buffers.hpp 54 consuming_buffers_iterator(bool at_end, const Buffer& first,
57 : at_end_(max_size > 0 ? at_end : true),
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_llvm.c 71 while(!at_end(&shader->variants, li)) {
draw_pt_fetch_shade_pipeline_llvm.c 127 while (!at_end(&shader->variants, li)) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_list.h 160 #define at_end(list, elem) ((elem) == (list)) macro
  /external/mesa3d/src/mesa/main/
simple_list.h 167 #define at_end(list, elem) ((elem) == (list)) macro
  /toolchain/binutils/binutils-2.25/gas/
listing.c 128 int at_end; member in struct:file_info_struct
284 p->at_end = 0;
483 if (file->at_end)
501 file->at_end = 1;
537 file->at_end = 1;
589 file->at_end = 1;
1091 if (!current_file->at_end)
1096 && !current_file->at_end)
1252 && !list->file->at_end)
1288 && !list->file->at_end)
    [all...]
  /external/v8/src/regexp/
jsregexp.h 339 at_end(false),
346 return (at_end == that->at_end) &&
355 at_end |= that->at_end;
389 bool at_end: 1; member in struct:v8::internal::NodeInfo
737 AT_END,
744 return new(on_success->zone()) AssertionNode(AT_END, on_success);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 2520 int at_end = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
lp_state_setup.c 939 while(!at_end(&lp->setup_variants_list, li)) {
  /external/v8/test/mjsunit/
regexp.js 343 assertFalse(/f(o)$\1/.test('foo'), "backref detects at_end");

Completed in 1292 milliseconds