HomeSort by relevance Sort by last modified time
    Searched refs:piece (Results 1 - 19 of 19) sorted by null

  /external/pcre/
pcre_stringpiece.cc 41 std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
42 return (o << piece.as_string());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 498 void push_front(PathDiagnosticPiece *piece) {
499 assert(piece);
500 path.push_front(piece);
504 void push_back(PathDiagnosticPiece *piece) {
505 assert(piece);
506 path.push_back(piece);
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 343 String piece = pieces[i].trim(); local
344 if (!piece.isEmpty()) {
345 result[i] = piece;
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsify.c 909 static char piece[512]; local
915 p = piece;
989 return piece;
  /external/icu4c/layout/
IndicReordering.cpp 245 LEUnicode piece = (*splitMatra)[j]; local
247 fOutChars[i+inv_count] = piece;
248 matraClass = classTable->getCharClass(piece);
250 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData);
336 LEUnicode piece = (*splitMatra)[i]; local
337 IndicClassTable::CharClass pieceClass = classTable->getCharClass(piece);
339 saveMatra(piece, matraIndex, pieceClass);
    [all...]
  /external/chromium/base/
logging.cc 834 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
835 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
logging.h     [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 1338 int32_t i, j, piece, leftLen, firstBytes; local
1578 int32_t bufLen, piece, i, copyBytes, leftBytes; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 904 // of the first piece as a context as well.
1915 PathDiagnosticPiece *piece = new PathDiagnosticEventPiece( local
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 694 Store a piece of data in the memcache. Memcache has a maximum item size of
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js     [all...]
  /external/v8/benchmarks/
deltablue.js 198 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/v8/src/
debug-debugger.js 400 // first piece of breakable code on the line try to find the column on the
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/v8/test/mjsunit/
unicode-test.js 33 // following piece of perl-based line noise:
    [all...]

Completed in 4790 milliseconds