HomeSort by relevance Sort by last modified time
    Searched full:piece (Results 101 - 125 of 716) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/docs/
acknowledgements.html 26 License. <b>RetroGuard</b> is a very nice piece of code, but it only performed
  /system/core/include/utils/
FileMap.h 74 * Get a pointer to the piece of the file we requested.
  /frameworks/base/tools/aapt2/
ResourceParser.cpp     [all...]
  /art/runtime/base/
stringpiece.h 25 // A string-like object that points to a sized piece of memory.
221 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
  /external/javasqlite/src/main/java/SQLite/
Stmt.java 28 * @return true when the next piece of the SQL statement sequence
50 * // s.prepare() for the next piece of SQL
  /external/pcre/dist/
pcre_stringpiece.h.in 32 // A string like object that points into another piece of memory.
178 const pcrecpp::StringPiece& piece);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
javascriptlintrules.py 118 for piece in identifier.split('.'):
119 if piece.endswith('_'):
120 self._used_private_members.add(piece)
124 for piece in token.string.split('.'):
125 if piece.endswith('_'):
126 self._used_private_members.add(piece)
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 347 /// \brief In the containing bug report, this piece is the last piece from
520 /// Mark the diagnostic piece as being potentially prunable. This
529 /// Return true if the diagnostic piece is prunable.
772 assert(Loc.isValid() && "Invalid location for end-of-path piece");
788 /// \brief If the last piece of the report point to the header file, resets
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 327 /// \brief The piece of text that the user is expected to type to
331 /// \brief A piece of text that should be placed in the buffer, e.g.,
341 /// \brief A piece of text that describes something about the result but
344 /// \brief A piece of text that describes the type of an entity or, for
347 /// \brief A piece of text that describes the parameter that corresponds
382 /// \brief One piece of the code completion string.
384 /// \brief The kind of data stored in this piece of the code completion
    [all...]
  /external/icu/icu4c/source/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...]