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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_iter_iter.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last);
23 test(Iterator first, Iterator last)
25 C c(first, last);
27 assert(c.size() == std::distance(first, last));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_rvalue_reference.hpp 14 // should be the last #include
  /packages/apps/Launcher3/protos/
backup.proto 53 // Total bytes written during the last backup
55 // and were not written in the last backup
58 // Total entries written during the last backup
60 // and were not written in the last backup
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
compile.h 19 int ff_lineno; /* line number of last future statement */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 38 first, last = self.editwin.get_selection_indices()
39 if first and last:
40 data = text.get(first, last)
43 first, last, comment_header, data = \
73 text.delete(first, last)
77 text.mark_set("insert", last)
94 last = "%d.0" % lineno
104 return first, last, comment_header, text.get(first, last)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 47 self.last = 0
73 self.last = 0
82 self.last = (self.level > 0)
83 if self.last:
97 self.last = 0
100 self.last = 1
125 if self.level > 1 or self.last:
128 self.last = 0
145 self.last = 0
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
compile.h 19 int ff_lineno; /* line number of last future statement */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 38 first, last = self.editwin.get_selection_indices()
39 if first and last:
40 data = text.get(first, last)
43 first, last, comment_header, data = \
73 text.delete(first, last)
77 text.mark_set("insert", last)
94 last = "%d.0" % lineno
104 return first, last, comment_header, text.get(first, last)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 47 self.last = 0
73 self.last = 0
82 self.last = (self.level > 0)
83 if self.last:
97 self.last = 0
100 self.last = 1
125 if self.level > 1 or self.last:
128 self.last = 0
145 self.last = 0
  /external/srec/portable/src/
pmemory.c 84 * Pointer to last memory allocation associated with the same tag.
86 struct MemoryData_t* last; member in struct:MemoryData_t
107 * Last memory allocation associated with this tag.
110 MemoryData* last; member in struct:MemMapEntry_t
191 gMemoryMap[idx].last = NULL;
418 if (e->last != NULL && e->last == data)
419 e->last = data->last;
420 if (data->last != NULL
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 207 /* emit last triangle vertex as last triangle vertex */
228 /* emit last non-spoke vertex as last vertex */
240 /* emit last quad vertex as first triangle vertex */
254 /* emit last quad vertex as last triangle vertex */
272 /* emit last quad vertex as first triangle vertex */
285 /* emit last quad vertex as last triangle vertex *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 229 /* emit last triangle vertex as last triangle vertex */
250 /* emit last non-spoke vertex as last vertex */
262 /* emit last quad vertex as first triangle vertex */
276 /* emit last quad vertex as last triangle vertex */
294 /* emit last quad vertex as first triangle vertex */
307 /* emit last quad vertex as last triangle vertex *
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 207 /* emit last triangle vertex as last triangle vertex */
228 /* emit last non-spoke vertex as last vertex */
240 /* emit last quad vertex as first triangle vertex */
254 /* emit last quad vertex as last triangle vertex */
272 /* emit last quad vertex as first triangle vertex */
285 /* emit last quad vertex as last triangle vertex *
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 229 /* emit last triangle vertex as last triangle vertex */
250 /* emit last non-spoke vertex as last vertex */
262 /* emit last quad vertex as first triangle vertex */
276 /* emit last quad vertex as last triangle vertex */
294 /* emit last quad vertex as first triangle vertex */
307 /* emit last quad vertex as last triangle vertex *
    [all...]
  /external/stlport/test/eh/
test_insert.h 96 key_iterator last = EH_STD::unique( keys.begin(), keys.end() ); local
99 for ( key_iterator tmp = keys.begin(); tmp != last; ++tmp )
452 Iter first, Iter last, sequence_container_tag )
457 c_inst.insert( pos, first, last );
462 Iter first, Iter last, associative_container_tag )
464 c.insert( first, last );
468 void do_insert_range( C& c, Position, Iter first, Iter last, multiset_tag )
470 c.insert( first, last );
474 void do_insert_range( C& c, Position, Iter first, Iter last, multimap_tag )
476 c.insert( first, last );
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
rbtree.py 163 last = 0
181 if node is parent[last]:
182 grand_grand_parent[direction2] = jsw_single(grand_parent, 1 - last)
184 grand_grand_parent[direction2] = jsw_double(grand_parent, 1 - last)
191 last = direction
217 last = direction
233 parent[last] = jsw_single(node, direction)
234 parent = parent[last]
236 sibling = parent[1 - last]
238 if (not is_red(sibling[1 - last])) and (not is_red(sibling[last]))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 162 * @return the index after the last character.
307 PtNodeInfo last = null; local
318 if (null == last) continue;
319 builder.append(new String(last.mCharacters, 0, last.mCharacters.length));
320 dictDecoder.setPosition(last.mChildrenAddress);
322 groupPos = last.mChildrenAddress + BinaryDictIOUtils.getPtNodeCountSize(i);
323 last = null;
326 last = info;
328 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.cc 74 bool last = false;
79 EXPECT_TRUE(packetizer->NextPacket(buffer_, &send_bytes, &last));
80 CheckPacket(send_bytes, expected_sizes[i], last,
83 EXPECT_TRUE(last);
230 // Verify that the input variable "last" agrees with the position of data_ptr_.
232 // we are at the end and last should be true. Otherwise, it should be false.
233 void RtpFormatVp8TestHelper::CheckLast(bool last) const {
234 EXPECT_EQ(last, data_ptr_ == payload_data_ + payload_size_);
238 // the header, payload, and "last" flag.
241 bool last,
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 313 THREAD_LOCAL struct timeval last = {0, 0}; local
358 last.tv_sec = tv1;
359 last.tv_usec = tv2;
364 if ((last.tv_sec == 0) && (last.tv_usec == 0)) {
367 gettimeofday(&last, 0);
368 last.tv_sec--;
373 if ((tv.tv_sec < last.tv_sec) ||
374 ((tv.tv_sec == last.tv_sec) &&
375 (tv.tv_usec < last.tv_usec)))
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 132 last = None
137 last = Section(sections)
139 last.cache()
141 yield last
144 last.expire()
146 if last is not None:
147 last.expire()
160 last = None
165 last = Symbol(symbols, self)
167 last.cache(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolver.h 82 // Check to see if our last midpoint is a start point beyond the line break. If so,
132 , last(WTF::Unicode::OtherNeutral)
141 eor = lastStrong = last = direction;
148 , last(lastDir)
155 WTF::Unicode::Direction last; member in struct:blink::BidiStatus
176 return status1.eor == status2.eor && status1.last == status2.last && status1.lastStrong == status2.lastStrong && *(status1.context) == *(status2.context);
220 void setLastDir(WTF::Unicode::Direction lastDir) { m_status.last = lastDir; }
279 Iterator m_eor; // Points to the last character in the current run.
283 // m_endOfRunAtEndOfLine is "the position last eor in the end of line
    [all...]
  /bionic/libc/arch-x86_64/include/machine/
fpu.h 33 u_int16_t fp_ex_sw; /* saved status from last exception */
34 u_int16_t fp_ex_tw; /* saved tag from last exception */
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
fpu.h 33 u_int16_t fp_ex_sw; /* saved status from last exception */
34 u_int16_t fp_ex_tw; /* saved tag from last exception */
  /development/samples/Support13Demos/res/values/
strings.xml 34 <string name="last">Last</string>
  /external/chromium_org/base/process/
process_iterator.cc 41 // On Android, the process name contains only the last 15 characters, which
45 // last 15 characters.

Completed in 1661 milliseconds

<<11121314151617181920>>