HomeSort by relevance Sort by last modified time
    Searched full:ends (Results 1 - 25 of 2698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/accessory/arduino/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /device/google/accessory/demokit/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_iostream.i 4 %callback(1) ends;
  /external/chromium-libpac/test/js-unittest/
ends_with_statement_no_semicolon.js 0 // Ends with a statement, and no terminal newline.
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
  /ndk/sources/cxx-stl/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
ostream 9 using _STLP_NEW_IO_NAMESPACE::ends;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_ios.i 11 AUTODOC(ends, "Ends stream");
std_iostream.i 4 %callback("%s") ends;
  /external/valgrind/massif/tests/
realloc.c 5 int* x = realloc(NULL, 800); // equivalent to malloc(800), and ends up
16 x = realloc(x, 0); // equivalent to free(x), and ends up
  /dalvik/dx/tests/112-dex-return-jsr-result/
info.txt 2 from a jsr subroutine ends up being represented appropriately.
  /external/clang/test/Lexer/
eof-file.c 4 // This file intentionally ends without a \n on the last line. Make sure your
  /external/markdown/tests/extensions-x-footnotes/
footnote.txt 3 [^1]: Footnote that ends with a list:
  /ndk/tests/device/test-stlport_shared-exception/jni/
const.cpp 2 // Bug: a ends up in the text segment, so trying to initialize it causes
  /ndk/tests/device/test-stlport_static-exception/jni/
const.cpp 2 // Bug: a ends up in the text segment, so trying to initialize it causes
  /art/runtime/base/
timing_logger_test.cc 31 logger.EndTiming(); // Ends split1.
72 logger.NewTiming(name2); // Ends timing1.
75 logger.NewTiming(name5); // Ends timing4.
76 logger.EndTiming(); // Ends timing5.
77 logger.EndTiming(); // Ends timing3.
78 logger.EndTiming(); // Ends timing2.
114 } // Ends innerinnersplit1.
115 } // Ends innersplit1.
118 } // Ends innersplit2.
119 } // Ends outersplit
    [all...]

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011>>