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...]
  /external/llvm/docs/
Bugpoint.rst 88 program and partitions it into two pieces: one piece which it compiles with the
89 "safe" backend (into a shared object), and one piece which it runs with either
105 specified on one piece, linking the two pieces back together, and then executing
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 502 // Piece expressions must be at the end.
521 assert(isBitPiece() && "Expected bit piece");
526 assert(isBitPiece() && "Expected bit piece");
  /external/proguard/src/proguard/retrace/
ReTrace.java 261 // Copy a literal piece of the input line.
264 // Copy a matched and translated piece of the input line.
318 // Copy the last literal piece of the input line.
  /external/icu/icu4c/source/common/
udataswp.h 221 * Read the beginning of an ICU data piece, recognize magic bytes,
223 * Set a U_UNSUPPORTED_ERROR if it does not look like an ICU data piece.
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 161 * piece-wise linear approximator. Note that we ignore the lower
181 * piece-wise linear approximator.
  /frameworks/base/docs/html/design/patterns/
help.jd 5 <p>We wish we could guarantee that if you follow every piece of advice on this website, everyone will be able to learn and use your app without a hitch. Sadly, that's not the case.</p>
110 <p>People don't read help from start to finish. They scan around, looking for a piece of information containing the answer they need. Make it less burdensome with friendly formatting and layout choices like bold headings, bulleted and numbered lists, tables, and white space between paragraphs. And if you have a large amount of content, divide it into multiple screens to cut down on scrolling.</p>
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 781 // Ranges History [var, loc, piece ofs size]
782 // 0 | [x, (reg0, piece 0, 32)]
783 // 1 | | [x, (reg1, piece 32, 32)] <- IsPieceOfPrevEntry
786 // 4 [x, (mem, piece 0, 64)] <- overlapping with both previous pieces of
791 // [0-1] [x, (reg0, piece 0, 32)]
792 // [1-3] [x, (reg0, piece 0, 32), (reg1, piece 32, 32)]
793 // [3-4] [x, (reg1, piece 32, 32)]
794 // [4- ] [x, (mem, piece 0, 64)]
812 // If this piece overlaps with any open ranges, truncate them
    [all...]
  /art/runtime/mirror/
array.cc 40 // piece and work our way in.
  /docs/source.android.com/src/devices/
hal.jd 57 for that specific piece of hardware. For example in the camera HAL, the <code>camera_module_t</code> struct
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeFilter.cs 67 apply them to a particular subtree. The final piece of the tree
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 63 apply them to a particular subtree. The final piece of the tree
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 37 * HTTP "magic-cookie" represents a piece of state information
  /external/chromium-trace/trace-viewer/third_party/Paste/
PKG-INFO 10 to build web applications. Each piece of middleware uses the WSGI (`PEP 333`_)
  /external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
PKG-INFO 10 to build web applications. Each piece of middleware uses the WSGI (`PEP 333`_)
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/
timeline_view_test.html 69 // Add a known problematic piece of data to test the import errors UI.

Completed in 5224 milliseconds

1 2 3 45 6 7 8 91011>>