HomeSort by relevance Sort by last modified time
    Searched full:last (Results 276 - 300 of 23681) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 7 Traceback (most recent call last):
31 Traceback (most recent call last):
36 Traceback (most recent call last):
45 Traceback (most recent call last):
50 Traceback (most recent call last):
55 Traceback (most recent call last):
60 Traceback (most recent call last):
65 Traceback (most recent call last):
70 Traceback (most recent call last):
75 Traceback (most recent call last)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc 97 bool last = false; local
100 ASSERT_TRUE(packetizer->NextPacket(packet.get(), &length, &last));
102 EXPECT_EQ(i == expected_sizes.size() - 1, last) << "FUA index: " << i;
106 EXPECT_FALSE(packetizer->NextPacket(packet.get(), &length, &last));
170 bool last = false;
171 ASSERT_TRUE(packetizer->NextPacket(packet, &length, &last));
173 EXPECT_TRUE(last);
176 EXPECT_FALSE(packetizer->NextPacket(packet, &length, &last));
200 bool last = false; local
201 ASSERT_TRUE(packetizer->NextPacket(packet, &length, &last));
237 bool last = false; local
272 bool last = false; local
324 bool last = false; local
    [all...]
  /external/chromium_org/media/filters/
h264_bit_reader.cc 41 // If a sequence of 0x000003 is found, skip (ignore) the last byte (0x03).
43 // Detected 0x000003, skip last byte.
98 // On last byte?
102 // Last byte, look for stop bit;
103 // We have more RBSP data if the last non-zero bit we find is not the
  /external/chromium_org/net/quic/congestion_control/
cubic.h 37 // follows a cubic function that depends on the time passed since last
53 // Time when this cycle started, after last loss event.
59 // Last congestion window (in packets) used.
62 // Max congestion window (in packets) used just before last loss event.
79 // Last congestion window in packets computed by cubic function.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_can_inline.cpp 30 * other than as the last instruction. We could potentially work
68 /* If the function is empty (no last instruction) or does not end with a
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); local
72 if (last == NULL || !last->as_return())
opt_redundant_jumps.cpp 61 /* If the last instruction in both branches is a 'break' or a 'continue',
102 /* If the last instruction of a loop body is a 'continue', remove it.
104 ir_instruction *const last = local
107 if (last && (last->ir_type == ir_type_loop_jump)
108 && (((ir_loop_jump *) last)->mode == ir_loop_jump::jump_continue)) {
109 last->remove();
  /external/chromium_org/ui/views/focus/
external_focus_tracker.h 16 // ExternalFocusTracker tracks the last focused view which belongs to the
26 // when that view wants to return focus to the last focused view which is not
40 // Focuses last focused view which is not a child of parent view and is not
64 // ID of the last focused view, which we store in view_storage_.
67 // Used to store the last focused view which is not a child of
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 11 last = capng.CAP_LAST_CAP variable
26 if len < 80 and last > 30:
27 last = 30 variable
29 print("Doing advanced bit tests for %d capabilities...\n" % (last))
30 for i in range(last+1):
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 30 * other than as the last instruction. We could potentially work
68 /* If the function is empty (no last instruction) or does not end with a
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); local
72 if (last == NULL || !last->as_return())
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 48 // Puts a pointer to anything last in the list.
53 // Puts a copy of the specified integer last in the list.
61 // Pops the last ListItem from the list
70 // Returns a pointer to the last ListItem in the list.
71 ListItem* Last() const;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLDBuffer.c 49 * [in] last status of the last flag
66 OMX_U8 last,
87 /* If last is 1, fill the remaining elments of the buffer with zeros */
88 if (last == 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
msq.h 41 __time_t msg_stime; /* time of last msgsnd command */
45 __time_t msg_rtime; /* time of last msgrcv command */
49 __time_t msg_ctime; /* time of last change */
56 __pid_t msg_lspid; /* pid of last msgsnd() */
57 __pid_t msg_lrpid; /* pid of last msgrcv() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
msq.h 41 __time_t msg_stime; /* time of last msgsnd command */
45 __time_t msg_rtime; /* time of last msgrcv command */
49 __time_t msg_ctime; /* time of last change */
56 __pid_t msg_lspid; /* pid of last msgsnd() */
57 __pid_t msg_lrpid; /* pid of last msgrcv() */
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 156 // Find the last element in unenqueued.
157 Reference<?> last = unenqueued; local
158 while (last.pendingNext != unenqueued) {
159 last = last.pendingNext;
162 last.pendingNext = list;
163 last = list;
164 while (last.pendingNext != list) {
165 last = last.pendingNext
    [all...]
  /external/checkpolicy/
queue.c 146 queue_node_ptr_t p, last, temp; local
152 last = NULL;
157 if (last) {
158 last->next = p->next;
159 if (last->next == NULL)
160 q->tail = last;
172 last = p;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxc_int.h 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
127 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
128 MODE_INFO *prev_mi; /* 'mi' from last frame (points into prev_mip) */
130 MODE_INFO *show_frame_mi; /* MODE_INFO for the last decoded frame
144 int copy_buffer_to_gf; /* 0 none, 1 Last to GF, 2 ARF to GF */
145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */
155 FRAME_CONTEXT lfc; /* last frame entropy */
  /external/libcxx/test/algorithms/alg.sorting/alg.min.max/
minmax_element_comp.pass.cpp 15 // minmax_element(Iter first, Iter last, Compare comp);
25 test(Iter first, Iter last)
29 std::pair<Iter, Iter> p = std::minmax_element(first, last, comp);
30 if (first != last)
32 for (Iter j = first; j != last; ++j)
40 assert(p.first == last);
41 assert(p.second == last);
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 96 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
127 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
128 MODE_INFO *prev_mi; /* 'mi' from last frame (points into prev_mip) */
130 MODE_INFO *show_frame_mi; /* MODE_INFO for the last decoded frame
144 int copy_buffer_to_gf; /* 0 none, 1 Last to GF, 2 ARF to GF */
145 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */
155 FRAME_CONTEXT lfc; /* last frame entropy */

Completed in 674 milliseconds

<<11121314151617181920>>