/external/valgrind/main/memcheck/tests/ |
D | memalign2.c | 29 int* piece; in main() 50 piece = malloc(1024 * 1000); assert (piece); in main() 51 free (piece); in main() 56 piece = malloc(1024 * 100); assert (piece); in main() 58 free (piece); in main()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | popover.css | 125 .popover ::-webkit-scrollbar-track-piece:horizontal:start { 129 .popover ::-webkit-scrollbar-track-piece:horizontal:end { 133 .popover ::-webkit-scrollbar-track-piece:horizontal:end:corner-present { 137 .popover ::-webkit-scrollbar-track-piece:horizontal:decrement { 143 .popover ::-webkit-scrollbar-track-piece:horizontal:increment { 172 .popover ::-webkit-scrollbar-track-piece:vertical:start { 176 .popover ::-webkit-scrollbar-track-piece:vertical:end { 180 .popover ::-webkit-scrollbar-track-piece:vertical:end:corner-present { 184 .popover ::-webkit-scrollbar-track-piece:vertical:decrement { 190 .popover ::-webkit-scrollbar-track-piece:vertical:increment {
|
/external/regex-re2/util/ |
D | stringpiece.cc | 10 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument 11 o.write(piece.data(), piece.size()); in operator <<()
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | 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)
|
D | closurizednamespacesinfo.py | 259 for piece in pieces: 260 if piece.endswith('_'):
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 26 cut selection -- Cut a piece of text and place it on the system clipboard. 28 copy selection -- Copy a piece of text and place it on the system clipboard.
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 131 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front()); in RemoveUneededCalls() local 134 switch (piece->getKind()) { in RemoveUneededCalls() 136 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); in RemoveUneededCalls() 151 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); in RemoveUneededCalls() 158 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece); in RemoveUneededCalls() 168 pieces.push_back(piece); in RemoveUneededCalls() 1771 PathDiagnosticPiece *piece = I->getPtr(); in CompactPathDiagnostic() local 1774 if (PathDiagnosticCallPiece *call=dyn_cast<PathDiagnosticCallPiece>(piece)){ in CompactPathDiagnostic() 1779 const FullSourceLoc Loc = piece->getLocation().asLocation(); in CompactPathDiagnostic() 1789 Pieces.push_back(piece); in CompactPathDiagnostic() [all …]
|
D | PlistDiagnostics.cpp | 371 const PathDiagnosticPiece *piece = I->getPtr(); in FlushDiagnosticsImpl() local 372 AddFID(FM, Fids, SM, piece->getLocation().asLocation()); in FlushDiagnosticsImpl() 373 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() 381 dyn_cast<PathDiagnosticCallPiece>(piece)) { in FlushDiagnosticsImpl() 390 dyn_cast<PathDiagnosticMacroPiece>(piece)) { in FlushDiagnosticsImpl()
|
D | PathDiagnostic.cpp | 152 const PathDiagnosticPiece *piece = I->getPtr(); in HandlePathDiagnostic() local 153 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc(); in HandlePathDiagnostic() 161 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic() 173 dyn_cast<PathDiagnosticCallPiece>(piece)) { in HandlePathDiagnostic() 177 dyn_cast<PathDiagnosticMacroPiece>(piece)) { in HandlePathDiagnostic() 819 const PathDiagnosticPiece *piece = it->getPtr(); in compute_path_size() local 821 dyn_cast<PathDiagnosticCallPiece>(piece)) { in compute_path_size()
|
D | BugReporterVisitors.cpp | 622 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); in VisitNode() local 624 dyn_cast_or_null<PathDiagnosticEventPiece>(piece)) in VisitNode() 626 return piece; in VisitNode()
|
/external/icu4c/layout/ |
D | IndicReordering.cpp | 245 LEUnicode piece = (*splitMatra)[j]; in decomposeReorderMatras() local 247 fOutChars[i+inv_count] = piece; in decomposeReorderMatras() 248 matraClass = classTable->getCharClass(piece); in decomposeReorderMatras() 250 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData); in decomposeReorderMatras() 336 LEUnicode piece = (*splitMatra)[i]; in noteMatra() local 337 IndicClassTable::CharClass pieceClass = classTable->getCharClass(piece); in noteMatra() 339 saveMatra(piece, matraIndex, pieceClass); in noteMatra()
|
/external/chromium/base/ |
D | logging.cc | 834 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument 835 o.write(piece.data(), static_cast<std::streamsize>(piece.size())); in operator <<()
|
D | logging.h | 945 BASE_API std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
D | webkit | 46 -webkit-scrollbar-track-piece
|
/external/regex-re2/re2/ |
D | stringpiece.h | 180 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
|
/external/dnsmasq/contrib/openvpn/ |
D | README | 37 > piece of the puzzle and that this problem has been solved before. Any
|
/external/llvm/docs/ |
D | Bugpoint.rst | 90 program and partitions it into two pieces: one piece which it compiles with the 91 "safe" backend (into a shared object), and one piece which it runs with either 107 specified on one piece, linking the two pieces back together, and then executing
|
/external/valgrind/main/ |
D | darwin9.supp | 260 # un-identified piece of code, the ??? also matches any 3-char
|
/external/valgrind/main/docs/internals/ |
D | xml-output-protocol4.txt | 165 STRING is not escaped in any way, so that it itself may be a piece 349 XWHAT is an extended version of WHAT. It also contains a piece of 632 hthreadid is a Helgrind-specific piece of information and is
|
D | segments-seginfos.txt | 20 A piece of address space may or may not be mmaped from a file.
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 22 gdb does this by sending some commands (e.g. using tcp/ip) to a piece 23 of code running on the remote computer. This piece of code (called a 318 This would allow to interactively searching who is "keeping" a piece
|
/external/mesa3d/docs/ |
D | README.AMIWIN | 24 register for this great piece of software) and released a development kit
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
D | ant.bat | 18 REM This is an inordinately troublesome piece of code, particularly because it
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 137 As described above, a CharDriverState "user" is a piece of code that can write
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 1869 for(int32_t piece = 0; piece < pieces; piece += 1) { in generateTestCase() local
|