/frameworks/compile/mclinker/include/mcld/Support/ |
CXADemangle.tcc | 34 const char* parse_type(const char* first, const char* last, C& db); 36 const char* parse_encoding(const char* first, const char* last, C& db); 38 const char* parse_name(const char* first, const char* last, C& db, 41 const char* parse_expression(const char* first, const char* last, C& db); 43 const char* parse_template_args(const char* first, const char* last, C& db); 45 const char* parse_operator_name(const char* first, const char* last, C& db); 47 const char* parse_unqualified_name(const char* first, const char* last, C& db); 49 const char* parse_decltype(const char* first, const char* last, C& db); 94 print_state(const char* msg, const char* first, const char* last, const C& db) 97 for (; first != last; ++first [all...] |
/external/python/cpython2/Doc/includes/ |
test.py | 18 >>> n1.last 27 >>> n1.last = 'tell' 32 Traceback (most recent call last): 36 Traceback (most recent call last): 43 Traceback (most recent call last): 57 >>> n2.last 61 Traceback (most recent call last): 65 Traceback (most recent call last): 69 Traceback (most recent call last): 75 Traceback (most recent call last) [all...] |
/external/python/cpython3/Doc/includes/ |
test.py | 18 >>> n1.last 27 >>> n1.last = 'tell' 32 Traceback (most recent call last): 36 Traceback (most recent call last): 43 Traceback (most recent call last): 57 >>> n2.last 61 Traceback (most recent call last): 65 Traceback (most recent call last): 69 Traceback (most recent call last): 75 Traceback (most recent call last) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ReplaceDialog.py | 33 last = text.index("sel.last") 35 last = None 37 last = last or first 38 self.show_hit(first, last) 96 first = last = None 111 last = "%d.%d" % (line, j) 113 text.mark_set("insert", last) 116 if first != last [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ReplaceDialog.py | 33 last = text.index("sel.last") 35 last = None 37 last = last or first 38 self.show_hit(first, last) 96 first = last = None 111 last = "%d.%d" % (line, j) 113 text.mark_set("insert", last) 116 if first != last [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 33 last = text.index("sel.last") 35 last = None 37 last = last or first 38 self.show_hit(first, last) 96 first = last = None 111 last = "%d.%d" % (line, j) 113 text.mark_set("insert", last) 116 if first != last [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 33 last = text.index("sel.last") 35 last = None 37 last = last or first 38 self.show_hit(first, last) 96 first = last = None 111 last = "%d.%d" % (line, j) 113 text.mark_set("insert", last) 116 if first != last [all...] |
/external/iptables/extensions/ |
libxt_NFQUEUE.c | 37 " --queue-balance first:last Balance flows between queues <value> to <value>.\n"); 46 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" 57 " --queue-balance first:last Balance flows between queues <value> to <value>.\n" 167 unsigned int last = tinfo->queues_total; local 169 if (last > 1) { 170 last += tinfo->queuenum - 1; 171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last); 181 unsigned int last = info->queues_total; local 183 if (last > 1) { 184 last += info->queuenum - 1 197 unsigned int last = info->queues_total; local 223 unsigned int last = tinfo->queues_total; local 236 unsigned int last = info->queues_total; local 252 unsigned int last = info->queues_total; local 288 unsigned int last = tinfo->queues_total; local 304 unsigned int last = info->queues_total; local 322 unsigned int last = info->queues_total; local [all...] |
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 21 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) { 22 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { 25 if (edge->fWinding == last->fWinding) { 26 if (edge->fLastY + 1 == last->fFirstY) { 27 last->fFirstY = edge->fFirstY; 30 if (edge->fFirstY == last->fLastY + 1) { 31 last->fLastY = edge->fLastY; 36 if (edge->fFirstY == last->fFirstY) [all...] |
/external/skqp/src/core/ |
SkEdgeBuilder.cpp | 21 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) { 22 if (last->fCurveCount || last->fDX || edge->fX != last->fX) { 25 if (edge->fWinding == last->fWinding) { 26 if (edge->fLastY + 1 == last->fFirstY) { 27 last->fFirstY = edge->fFirstY; 30 if (edge->fFirstY == last->fLastY + 1) { 31 last->fLastY = edge->fLastY; 36 if (edge->fFirstY == last->fFirstY) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
ilist_base.h | 44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 46 node_base_type *Final = Last.getPrev(); 47 Last.setPrev(Prev); 48 Prev->setNext(&Last); 56 node_base_type &Last) { 57 if (&Next == &Last || &First == &Last) 65 node_base_type &Final = *Last.getPrev(); 68 First.getPrev()->setNext(&Last); 69 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
ilist_base.h | 44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 46 node_base_type *Final = Last.getPrev(); 47 Last.setPrev(Prev); 48 Prev->setNext(&Last); 56 node_base_type &Last) { 57 if (&Next == &Last || &First == &Last) 65 node_base_type &Final = *Last.getPrev(); 68 First.getPrev()->setNext(&Last); 69 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
ilist_base.h | 44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 46 node_base_type *Final = Last.getPrev(); 47 Last.setPrev(Prev); 48 Prev->setNext(&Last); 56 node_base_type &Last) { 57 if (&Next == &Last || &First == &Last) 65 node_base_type &Final = *Last.getPrev(); 68 First.getPrev()->setNext(&Last); 69 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
ilist_base.h | 42 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { 44 node_base_type *Final = Last.getPrev(); 45 Last.setPrev(Prev); 46 Prev->setNext(&Last); 54 node_base_type &Last) { 55 if (&Next == &Last || &First == &Last) 63 node_base_type &Final = *Last.getPrev(); 66 First.getPrev()->setNext(&Last); 67 Last.setPrev(First.getPrev()) [all...] |