Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 25 of 76) sorted by relevance

1234

/external/valgrind/main/memcheck/tests/
Dmemalign2.c29 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/
Dpopover.css125 .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/
Dstringpiece.cc10 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/
Djavascriptlintrules.py118 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)
Dclosurizednamespacesinfo.py259 for piece in pieces:
260 if piece.endswith('_'):
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript26 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/
DBugReporter.cpp131 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 …]
DPlistDiagnostics.cpp371 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()
DPathDiagnostic.cpp152 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()
DBugReporterVisitors.cpp622 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/
DIndicReordering.cpp245 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/
Dlogging.cc834 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 <<()
Dlogging.h945 BASE_API std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
Dwebkit46 -webkit-scrollbar-track-piece
/external/regex-re2/re2/
Dstringpiece.h180 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
/external/dnsmasq/contrib/openvpn/
DREADME37 > piece of the puzzle and that this problem has been solved before. Any
/external/llvm/docs/
DBugpoint.rst90 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/
Ddarwin9.supp260 # un-identified piece of code, the ??? also matches any 3-char
/external/valgrind/main/docs/internals/
Dxml-output-protocol4.txt165 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
Dsegments-seginfos.txt20 A piece of address space may or may not be mmaped from a file.
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS22 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/
DREADME.AMIWIN24 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/
Dant.bat18 REM This is an inordinately troublesome piece of code, particularly because it
/external/qemu/docs/
DCHAR-DEVICES.TXT137 As described above, a CharDriverState "user" is a piece of code that can write
/external/icu4c/test/intltest/
Dssearch.cpp1869 for(int32_t piece = 0; piece < pieces; piece += 1) { in generateTestCase() local

1234