/external/fio/os/windows/posix/include/sys/ |
shm.h | 28 pid_t shm_lpid; /* process ID of last shared memory operation */ 31 time_t shm_atime; /* time of last shmat() */ 32 time_t shm_dtime; /* time of last shmdt() */ 33 time_t shm_ctime; /* time of last change by shmctl() */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
shmbuf.h | 16 __kernel_time_t shm_atime; /* last attach time */ 17 __kernel_time_t shm_dtime; /* last detach time */ 18 __kernel_time_t shm_ctime; /* last change time */ 20 __kernel_pid_t shm_lpid; /* pid of last operator */
|
sembuf.h | 15 __kernel_time_t sem_otime; /* last semop time */ 16 __kernel_time_t sem_ctime; /* last change time */
|
/external/markdown/MarkdownTest/Tests_2007/ |
Code Blocks.text | 14 code block on the last lin
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_linux.h | 10 // Saves the last modified time of the chrome executable file. 13 // Returns the last modified time of the chrome executable file.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
cc.html | 3 <!--p class="last-updated">Last updated August 2, 2013.</p-->
|
/external/chromium_org/content/public/common/ |
result_codes.h | 16 // Last return code (keep this last).
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-fasta.js | 6 var last = 42, A = 3877, C = 29573, M = 139968; variable 9 last = (last * A + C) % M; 10 return max * last / M; 37 var last = null; 39 if (last) table[c] += table[last]; 40 last = c;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-fasta.js | 6 var last = 42, A = 3877, C = 29573, M = 139968; variable 9 last = (last * A + C) % M; 10 return max * last / M; 37 var last = null; 39 if (last) table[c] += table[last]; 40 last = c;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
string-fasta.js | 6 var last = 42, A = 3877, C = 29573, M = 139968; variable 9 last = (last * A + C) % M; 10 return max * last / M; 37 var last = null; 39 if (last) table[c] += table[last]; 40 last = c;
|
/external/chromium_org/third_party/skia/src/core/ |
SkDeque.cpp | 118 Block* last = fBackBlock; local 121 if (NULL == 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...] |
/external/chromium_org/tools/clang/plugins/tests/ |
enum_last_value.txt | 1 enum_last_value.cpp:11:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type. 4 enum_last_value.cpp:20:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type.
|
weak_ptr_factory.txt | 1 weak_ptr_factory.cpp:35:38: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. 4 weak_ptr_factory.cpp:41:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetError.3 | 11 \fBSDL_GetError\fP returns a NULL terminated string containing information about the last internal SDL error\&. 14 \fBSDL_GetError\fP returns a string containing the last error\&.
|
/external/skia/src/core/ |
SkDeque.cpp | 118 Block* last = fBackBlock; local 121 if (NULL == 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...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.sed | 4 # On the last line, print and exit 14 # If the @code{N} command had added the last line, print and exit
|
/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/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...] |
/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...] |
/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))
|