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

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
test_trace_event.cc 56 int64_t last = interface_->Now(); local
60 ASSERT_LE(last, next);
61 last = next;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 277 ir_expression *last = NULL; local
287 if (last) {
288 last = new(mem_ctx) ir_expression(ir_binop_add,
291 last);
293 last = temp;
296 assign(ir, 0, last);
309 ir_expression *last = NULL; local
325 if (last) {
326 last = new(mem_ctx) ir_expression(join,
329 last);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemoApp.mm 21 // drawStars error not easy to debug last time I checked
35 double last = seconds;
37 SkDebugf("old=%d seconds=%g\n", useOld, seconds - last);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfOutlineDictionary_autogen.cpp 35 SkPdfDictionary* SkPdfOutlineDictionary::Last(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Last", "");
44 return get("Last", "") != NULL;
  /external/libcxx/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /external/libvorbis/doc/
vorbis-clip.txt 41 is, 'complete samples-to-date' up to the last completed packet of that
52 and/or ends before the physical PCM data represented in the last
58 integral number of packets; such a file is encoded with the last
63 the character of the last frame. Simply setting them to zero will
65 noise. Libvorbis extrapolates the last frame past the end of data to
66 produce the extra samples. Even simply duplicating the last value is
71 position in the last page to a short value, that is, the last
74 last page is too many; it is 'original' + 'extra', where the
75 granulepos says that through the last packet we only have 'original
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 277 ir_expression *last = NULL; local
287 if (last) {
288 last = new(mem_ctx) ir_expression(ir_binop_add,
291 last);
293 last = temp;
296 assign(ir, 0, last);
309 ir_expression *last = NULL; local
325 if (last) {
326 last = new(mem_ctx) ir_expression(join,
329 last);
    [all...]
  /external/skia/experimental/Intersection/
EdgeDemoApp.mm 21 // drawStars error not easy to debug last time I checked
35 double last = seconds;
37 SkDebugf("old=%d seconds=%g\n", useOld, seconds - last);
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfOutlineDictionary_autogen.cpp 35 SkPdfDictionary* SkPdfOutlineDictionary::Last(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Last", "");
44 return get("Last", "") != NULL;
  /external/zlib/src/contrib/ada/
zlib-streams.adb 92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
106 Last : Stream_Element_Offset;
109 Flush (Stream.Writer, Buffer, Last, Mode);
111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
113 exit when Last < Buffer'Last;
133 Last : out Stream_Element_Offset)
138 Last : out Stream_Element_Offset);
146 Last : out Stream_Element_Offset) i
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c 42 wchar_t ** __restrict last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
  /cts/tools/dasm/src/java_cup/runtime/
char_token.java 9 * @version last updated: 1/7/96
double_token.java 9 * @version last updated: 1/7/96
float_token.java 9 * @version last updated: 1/7/96
int_token.java 9 * @version last updated: 11/25/95
long_token.java 9 * @version last updated: 1/7/96
str_token.java 9 * @version last updated: 11/25/95
token.java 10 * @version last updated: 11/25/95
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 22 last if $token->get_type() == $TLexer::EOF;
t.pl 17 last if $token->get_type() == $TLexer::EOF;
  /external/bison/examples/calc++/
location.hh 163 position last = loc.end - 1; local
165 if (last.filename
167 || *loc.begin.filename != *last.filename))
168 ostr << '-' << last; local
169 else if (loc.begin.line != last.line)
170 ostr << '-' << last.line << '.' << last.column;
171 else if (loc.begin.column != last.column)
172 ostr << '-' << last.column;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentSigner.java 22 * start or the last call to getSignature().

Completed in 871 milliseconds

<<11121314151617181920>>