/external/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;
|
/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
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_PutVLCBits.c | 45 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 46 * for last = 0 47 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 48 * for last = 1 52 * (considering last and inter/intra status) for last = 0 56 * (considering last and inter/intra status) for last = 1 58 * armVCM4P2_Huff_Tables_VLC.c for last == 0 59 * [in] pVlcTableL0 VLC table for last == 108 OMX_U8 last = 0, first = 1, fMode; local [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 43 size_t pos = 0, last; local 54 std::string str = getNextToken(f, pos, &last, WHITESPACE); 60 pos = last; 66 pos = last; 74 pos = last; 97 size_t pos, last; local 107 field = getNextToken(linestr, 0, &last, "("); 108 pos = last + 1; 110 field = getNextToken(linestr, pos, &last, ",)"); 116 pos = last + 1 208 size_t last; local [all...] |
/external/chromium/base/memory/ |
scoped_vector.h | 65 // Lets the ScopedVector take ownership of elements in [first,last). 67 void insert(iterator position, InputIterator first, InputIterator last) { 68 v.insert(position, first, last); 76 iterator erase(iterator first, iterator last) { 77 STLDeleteContainerPointers(first, last); 78 return v.erase(first, last); 86 // Like |erase()|, but doesn't delete the elements in [first, last). 87 iterator weak_erase(iterator first, iterator last) { 88 return v.erase(first, last);
|
/external/kernel-headers/original/asm-mips/ |
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/kernel-headers/original/linux/netfilter/ |
nf_conntrack_tcp.h | 46 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */ 48 u_int8_t last_index; /* Index of the last packet */ 49 u_int32_t last_seq; /* Last sequence number seen in dir */ 50 u_int32_t last_ack; /* Last sequence number seen in opposite dir */ 51 u_int32_t last_end; /* Last seq + len */
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
mozilla | 14 -moz-last-node 44 last-child 45 last-of-type 49 nth-last-child 50 nth-last-of-type
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 75 Last RN 7 111 MOV Last,#0 118 STM pDst!,{temp2,temp1,Last,LR} 120 STM pDst!,{temp2,temp1,Last,LR} 122 STM pDst!,{temp2,temp1,Last,LR} 124 STM pDst!,{temp2,temp1,Last,LR} 126 STM pDst!,{temp2,temp1,Last,LR} 128 STM pDst!,{temp2,temp1,Last,LR} 130 STM pDst!,{temp2,temp1,Last,LR} 131 STM pDst!,{temp2,temp1,Last,LR [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 75 Last RN 7 111 MOV Last,#0 118 STM pDst!,{temp2,temp1,Last,LR} 120 STM pDst!,{temp2,temp1,Last,LR} 122 STM pDst!,{temp2,temp1,Last,LR} 124 STM pDst!,{temp2,temp1,Last,LR} 126 STM pDst!,{temp2,temp1,Last,LR} 128 STM pDst!,{temp2,temp1,Last,LR} 130 STM pDst!,{temp2,temp1,Last,LR} 131 STM pDst!,{temp2,temp1,Last,LR [all...] |
/development/tools/idegen/src/ |
Stopwatch.java | 22 long last = System.currentTimeMillis(); field in class:Stopwatch 26 Log.info(label + ": " + (now - last) + "ms"); 27 last = now;
|
/external/qemu-pc-bios/vgabios/ |
dataseghack | 10 'BEGIN { i = 0; last = "hello" }\ 11 /BLOCK_STRINGS_BEGIN/,/^\.bss/ { if ( i > 1 ) { print last } last = $0; i = i + 1 }\
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAbsListView.java | 40 * Robolectric accessor for the last smoothScrolledPosition 49 * Robolectric accessor for the last smoothScrollBy distance 58 * Robolectric accessor for the last smoothScrollBy duration
|
/external/skia/bench/ |
TimerData.h | 24 * @param last True if this is the last set of times to add. 26 void appendTimes(BenchTimer*, bool last);
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchStackFromBottomTest.java | 62 assertEquals("Last item not the last child in the grid", 65 assertEquals("Last item not at the bottom of the grid", 79 assertEquals("Last item not the last child in the grid", 82 assertEquals("Last item not at the bottom of the grid", 96 assertEquals("Last item not the last child in the grid", 99 assertEquals("Last item not at the bottom of the grid", 113 assertEquals("Last item not the last child in the grid" [all...] |
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | 60 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min)
64 while(++current < last) {
75 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min, compare comp)
78 while(++current < last) {
125 spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset
131 find_extremes(first, last, max, min);
136 unsigned log_divisor = get_log_divisor(last - first, rough_log_2_size((size_t)(*max >> 0) - (*min >> 0)));
144 for (RandomAccessIter current = first; current != last;)
180 bins[bin_count - 1] = last;
187 size_t max_count = get_max_count(log_divisor, last - first); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.min.max/ |
max_element.pass.cpp | 15 // max_element(Iter first, Iter last); 24 test(Iter first, Iter last) 26 Iter i = std::max_element(first, last); 27 if (first != last) 29 for (Iter j = first; j != last; ++j) 33 assert(i == last);
|
min_element.pass.cpp | 15 // min_element(Iter first, Iter last); 24 test(Iter first, Iter last) 26 Iter i = std::min_element(first, last); 27 if (first != last) 29 for (Iter j = first; j != last; ++j) 33 assert(i == last);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
msg.h | 18 struct msg *msg_last; /* last message in queue,unused */ 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 27 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */ 28 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msg.h | 18 struct msg *msg_last; /* last message in queue,unused */ 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 27 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */ 28 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msg.h | 18 struct msg *msg_last; /* last message in queue,unused */ 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 27 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */ 28 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLFace.java | 51 int last = mVertexList.size() - 1; local 52 if (last < 2) { 55 GLVertex vertex = mVertexList.get(last); 61 mVertexList.remove(last + 1); 62 vertex = mVertexList.get(last); 77 int last = mVertexList.size() - 1; local 80 GLVertex vn = mVertexList.get(last); 83 for (int i = 1; i < last; i++) {
|
/external/chromium/chrome/browser/resources/options/ |
autofill_options.css | 13 #autofill-options > div:last-child { 17 #autofill-options > div.settings-list > div:last-child {
|
/external/icu4c/test/perf/DateFmtPerf/ |
breakdata.h | 13 "Please note neither this listing nor its contents are final til midnight of the last day of the month of any such announcement." 15 "Midnight, Central Time, of the last day of the stated month. A"
|
/external/kernel-headers/original/asm-arm/ |
sembuf.h | 16 __kernel_time_t sem_otime; /* last semop time */ 18 __kernel_time_t sem_ctime; /* last change time */
|