HomeSort by relevance Sort by last modified time
    Searched full:piece (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/inspector/front-end/
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
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
trash_stack.sgml 29 Each piece of memory that is pushed onto the stack
39 Pushes a piece of memory onto a #GTrashStack.
43 @data_p: the piece of memory to push on the stack.
48 Pops a piece of memory off a #GTrashStack.
  /external/chromium/chrome/browser/ui/gtk/
tabstrip_origin_provider.h 16 // exists to make it easier to test piece by piece.
  /external/valgrind/main/memcheck/tests/
memalign2.c 29 int* piece;
43 // We allocate (and then free) a piece of memory smaller than
50 piece = malloc(1024 * 1000); assert (piece);
51 free (piece);
56 piece = malloc(1024 * 100); assert (piece);
58 free (piece);
  /packages/apps/Contacts/src/com/android/contacts/util/
SchedulingUtils.java 27 /** Runs a piece of code after the next layout run */
40 /** Runs a piece of code just before the next draw. */
  /external/doclava/src/com/google/doclava/
Resolution.java 28 * <p>Variables refer to the piece of data within a Java type that needs to be updated
43 * @param variable The piece of data within a Java type that needs to be updated
55 * @return The piece of data within a Java type that needs to be updated
  /external/icu4c/tools/toolutil/
swapimpl.h 27 * Identifies and then transforms the ICU data piece in-place, or determines
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
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/regex-re2/util/
stringpiece.cc 10 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
11 o.write(piece.data(), piece.size());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gnu-versions.h 24 number associated with the library interface of a piece of the C library
28 the GNU C library. The source files for each piece surround all their
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
gnu-versions.h 24 number associated with the library interface of a piece of the C library
28 the GNU C library. The source files for each piece surround all their
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
gnu-versions.h 24 number associated with the library interface of a piece of the C library
28 the GNU C library. The source files for each piece surround all their
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 27 * separate your test classes by what class or major piece of
  /frameworks/compile/mclinker/include/mcld/Target/
Stub.h 20 * \brief Stub is a piece of jumpping code.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 60 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be placed in an Activity
completion1-expected-completion12.txt 60 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be placed in an Activity
completion9-expected-completion64.txt 60 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be placed in an Activity
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 53 /// \brief Return a diagnostic piece which should be associated with the
63 /// \brief Provide custom definition for the final diagnostic piece on the
64 /// path - the piece, which is displayed before the path is expanded.
68 /// non-NULL end of path diagnostic piece.
75 /// \brief Generates the default final diagnostic piece.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
balanced_quicksort.h 69 typedef std::pair<RandomAccessIterator, RandomAccessIterator> Piece;
71 /** @brief Initial piece to work on. */
72 Piece initial;
75 RestrictedBoundedConcurrentQueue<Piece> leftover_parts;
84 Piece global;
245 typedef std::pair<RandomAccessIterator, RandomAccessIterator> Piece;
258 Piece current = tl.initial;
427 typedef std::pair<RandomAccessIterator, RandomAccessIterator> Piece;
466 Piece dummy;
  /cts/tests/tests/webkitsecurity/assets/
overflow-custom-scrollbar-crash.html 29 ::-webkit-scrollbar-track-piece:horizontal:decrement {
35 ::-webkit-scrollbar-track-piece:horizontal:increment {
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_AccessUnit.h 44 /** A Fragment is a piece of access unit. It can be decoded without decoding the others*/
61 /** An access unit is the smallest piece of data with timing information.*/
  /external/clang/lib/Rewrite/
RewriteRope.cpp 45 /// new RopePieces (e.g. when the middle of some other rope piece is deleted,
104 /// If there is no space in this subtree for the extra piece, the extra tree
112 /// If there is no space in this subtree for the extra piece, the extra tree
170 assert(i < getNumPieces() && "Invalid piece ID");
207 /// If there is no space in this subtree for the extra piece, the extra tree
215 /// If there is no space in this subtree for the extra piece, the extra tree
235 /// If there is no space in this subtree for the extra piece, the extra tree
245 // Find the piece that this offset lands in.
258 // Otherwise, we need to split piece 'i' at Offset-PieceOffs. Convert Offset
259 // to being Piece relative
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 23 // TODO(port): This is just a piece of the silent import functionality from
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 335 uint32_t Piece = Read(NumBits);
336 if ((Piece & (1U << (NumBits-1))) == 0)
337 return Piece;
342 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit;
344 if ((Piece & (1U << (NumBits-1))) == 0)
348 Piece = Read(NumBits);
355 uint32_t Piece = Read(NumBits);
356 if ((Piece & (1U << (NumBits-1))) == 0)
357 return uint64_t(Piece);
362 Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) << NextBit
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 125 // Remove the front piece from the path. If it is still something we
127 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front());
130 switch (piece->getKind()) {
132 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
141 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece);
148 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece);
160 pieces.push_back(piece);
388 // If the piece contains a special message, add it to all the call
835 // of the first piece as a context as well.
1605 PathDiagnosticPiece *piece = I->getPtr(); local
2018 PathDiagnosticPiece *piece = new PathDiagnosticEventPiece( local
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>