/external/testng/src/test/java/test/sample/ |
BaseAfterClassCalledAtEnd.java | 10 assert m_afterClass : "This afterClass method should have been called last";
|
/external/valgrind/none/tests/amd64-linux/ |
map_32bits.c | 10 void *last; local 26 fprintf(stderr, "last mmap ok: %p\n", last); 29 last = res;
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sembuf.h | 15 __kernel_time_t sem_otime; /* last semop time */ 16 __kernel_time_t sem_ctime; /* last change time */
|
msgbuf.h | 20 __kernel_time_t msg_stime; /* last msgsnd time */ 27 __kernel_time_t msg_rtime; /* last msgrcv time */ 34 __kernel_time_t msg_ctime; /* last change time */ 41 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 42 __kernel_pid_t msg_lrpid; /* last receive pid */
|
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/ |
Reference_dumpDomains | 2 - ConfigurableDomain: Domain_0_1 = {Sequence aware: no, Last applied configuration: <none>} 4 - ConfigurableDomain: Domain_1_2 = {Sequence aware: no, Last applied configuration: <none>}
|
/external/skia/src/core/ |
SkDeque.cpp | 118 Block* last = fBackBlock; local 121 if (nullptr == last->fBegin) { 123 last->fBegin = last->start(); 124 end = last->fBegin + fElemSize; 126 end = last->fEnd + fElemSize; 127 if (end > last->fStop) { // no more room in this chunk 129 last = this->allocateBlock(fAllocCount); 130 last->fPrev = fBackBlock; 131 fBackBlock->fNext = last; 189 Block* last = fBackBlock; local [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-bend2.d | 7 #error: invalid mmo file: lop_end not last item in file 10 # b-goodmain.s not the last one.
|
/external/pcre/dist/doc/ |
pcre_get_stringtable_entries.3 | 23 This convenience function finds, for a compiled pattern, the first and last 32 \fIlast\fP Where to return a pointer to the last entry
|
/external/libcxxabi/src/ |
cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 39 const char* parse_encoding(const char* first, const char* last, C& db); 41 const char* parse_name(const char* first, const char* last, C& db, 44 const char* parse_expression(const char* first, const char* last, C& db); 46 const char* parse_template_args(const char* first, const char* last, C& db); 48 const char* parse_operator_name(const char* first, const char* last, C& db); 50 const char* parse_unqualified_name(const char* first, const char* last, C& db); 52 const char* parse_decltype(const char* first, const char* last, C& db); 97 print_state(const char* msg, const char* first, const char* last, const C& db) 100 for (; first != last; ++first [all...] |
/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...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 39 const char* parse_encoding(const char* first, const char* last, C& db); 41 const char* parse_name(const char* first, const char* last, C& db, 44 const char* parse_expression(const char* first, const char* last, C& db); 46 const char* parse_template_args(const char* first, const char* last, C& db); 48 const char* parse_operator_name(const char* first, const char* last, C& db); 50 const char* parse_unqualified_name(const char* first, const char* last, C& db); 52 const char* parse_decltype(const char* first, const char* last, C& db); 97 print_state(const char* msg, const char* first, const char* last, const C& db) 100 for (; first != last; ++first [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...] |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 46 last = "%d.%d" % (line, j) 49 sellast = text.index("sel.last") 50 if selfirst == first and sellast == last: 56 text.tag_add("sel", first, last) 57 text.mark_set("insert", self.engine.isback() and first or last) 65 pat = text.get("sel.first", "sel.last")
|
/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...] |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 46 last = "%d.%d" % (line, j) 49 sellast = text.index("sel.last") 50 if selfirst == first and sellast == last: 56 text.tag_add("sel", first, last) 57 text.mark_set("insert", self.engine.isback() and first or last) 65 pat = text.get("sel.first", "sel.last")
|
/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...] |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 46 last = "%d.%d" % (line, j) 49 sellast = text.index("sel.last") 50 if selfirst == first and sellast == last: 56 text.tag_add("sel", first, last) 57 text.mark_set("insert", self.engine.isback() and first or last) 65 pat = text.get("sel.first", "sel.last")
|
/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...] |
SearchDialog.py | 14 pat = text.get("sel.first", "sel.last") 46 last = "%d.%d" % (line, j) 49 sellast = text.index("sel.last") 50 if selfirst == first and sellast == last: 56 text.tag_add("sel", first, last) 57 text.mark_set("insert", self.engine.isback() and first or last) 65 pat = text.get("sel.first", "sel.last")
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_PutVLCBits.c | 60 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 61 * for last = 0 62 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 63 * for last = 1 67 * (considering last and inter/intra status) for last = 0 71 * (considering last and inter/intra status) for last = 1 73 * armVCM4P2_Huff_Tables_VLC.c for last == 0 74 * [in] pVlcTableL0 VLC table for last == 123 OMX_U8 last = 0, first = 1, fMode; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
Visitor.java | 65 Object last = null; local 72 doBetween(c, last, item); 74 doAt(last=item); 76 doAfter(c, last); 87 Object last = null; local 97 cpr = last == cpr0 ? cpr1 : cpr0; // make sure we don't override last 106 doBetween(c, last, item); 108 doAt(last = item); 110 doAfter(c, last); 115 Object last = null; local [all...] |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
Visitor.java | 64 Object last = null; local 71 doBetween(c, last, item); 73 doAt(last=item); 75 doAfter(c, last); 86 Object last = null; local 96 cpr = last == cpr0 ? cpr1 : cpr0; // make sure we don't override last 105 doBetween(c, last, item); 107 doAt(last = item); 109 doAfter(c, last); 114 Object last = null; local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
distance.hpp | 36 template< typename First, typename Last > struct apply 39 iterator_range<First,Last> 47 iterator_range<First,Last> 54 iterator_range<First,Last> 65 , typename BOOST_MPL_AUX_NA_PARAM(Last) 69 ::template apply<First, Last> 71 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, distance, (First, Last))
|
/external/google-breakpad/src/common/linux/ |
linux_libc_support_unittest.cc | 171 const char* last; local 173 last = my_read_hex_ptr(&result, ""); 175 ASSERT_EQ(*last, 0); 177 last = my_read_hex_ptr(&result, "0"); 179 ASSERT_EQ(*last, 0); 181 last = my_read_hex_ptr(&result, "0123"); 183 ASSERT_EQ(*last, 0); 185 last = my_read_hex_ptr(&result, "0123a"); 187 ASSERT_EQ(*last, 0); 189 last = my_read_hex_ptr(&result, "0123a-") 196 const char* last; local [all...] |
/external/kernel-headers/original/uapi/asm-generic/ |
msgbuf.h | 26 __kernel_time_t msg_stime; /* last msgsnd time */ 30 __kernel_time_t msg_rtime; /* last msgrcv time */ 34 __kernel_time_t msg_ctime; /* last change time */ 41 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 42 __kernel_pid_t msg_lrpid; /* last receive pid */
|