/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/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 108 const PathDiagnosticPiece *piece = I->getPtr(); in HandlePathDiagnostic() local 109 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc(); in HandlePathDiagnostic() 117 for (PathDiagnosticPiece::range_iterator RI = piece->ranges_begin(), in HandlePathDiagnostic() 118 RE = piece->ranges_end(); in HandlePathDiagnostic() 129 dyn_cast<PathDiagnosticCallPiece>(piece)) { in HandlePathDiagnostic() 133 dyn_cast<PathDiagnosticMacroPiece>(piece)) { in HandlePathDiagnostic() 586 const PathDiagnosticPiece *piece = it->getPtr(); in compute_path_size() local 588 dyn_cast<PathDiagnosticCallPiece>(piece)) { in compute_path_size()
|
D | PlistDiagnostics.cpp | 374 const PathDiagnosticPiece *piece = I->getPtr(); in FlushDiagnosticsImpl() local 375 AddFID(FM, Fids, SM, piece->getLocation().asLocation()); in FlushDiagnosticsImpl() 377 for (PathDiagnosticPiece::range_iterator RI = piece->ranges_begin(), in FlushDiagnosticsImpl() 378 RE= piece->ranges_end(); RI != RE; ++RI) { in FlushDiagnosticsImpl() 384 dyn_cast<PathDiagnosticCallPiece>(piece)) { in FlushDiagnosticsImpl() 388 dyn_cast<PathDiagnosticMacroPiece>(piece)) { in FlushDiagnosticsImpl()
|
D | BugReporter.cpp | 127 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front()); in RemoveUneededCalls() local 130 switch (piece->getKind()) { in RemoveUneededCalls() 132 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece); in RemoveUneededCalls() 141 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); in RemoveUneededCalls() 148 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece); in RemoveUneededCalls() 160 pieces.push_back(piece); in RemoveUneededCalls() 1605 PathDiagnosticPiece *piece = I->getPtr(); in CompactPathDiagnostic() local 1608 if (PathDiagnosticCallPiece *call=dyn_cast<PathDiagnosticCallPiece>(piece)){ in CompactPathDiagnostic() 1613 const FullSourceLoc Loc = piece->getLocation().asLocation(); in CompactPathDiagnostic() 1623 Pieces.push_back(piece); in CompactPathDiagnostic() [all …]
|
D | HTMLDiagnostics.cpp | 102 PathDiagnosticPiece *piece = it->getPtr(); in flattenPath() local 104 dyn_cast<PathDiagnosticCallPiece>(piece)) { in flattenPath() 117 dyn_cast<PathDiagnosticMacroPiece>(piece)) { in flattenPath() 118 currentPath.push_back(piece); in flattenPath() 125 currentPath.push_back(piece); in flattenPath()
|
D | BugReporterVisitors.cpp | 442 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); in VisitNode() local 444 dyn_cast_or_null<PathDiagnosticEventPiece>(piece)) in VisitNode() 446 return piece; in VisitNode()
|
/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/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/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/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/mesa3d/docs/ |
D | README.AMIWIN | 24 register for this great piece of software) and released a development kit
|
/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
|
/external/bluetooth/glib/ |
D | README.in | 175 As a last resort, you can also provide a pointer to a larger piece
|
/external/elfutils/ |
D | android.patch | 406 Elf_Type d_type; /* Type of this piece of data. */
|