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

1 2 3 45 6 7 8 91011>>

  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 196 or $ix,$acc,$acc ; last piece, no need to dep
216 or $ix,$acc,$acc ; last piece, no need to dep
  /external/proguard/src/proguard/retrace/
ReTrace.java 256 // Copy a literal piece of input line.
312 // Copy the last literal piece of input line.
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 267 * Get DRM media object content data. Support get the data piece by piece if the content is too large.
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 1338 int32_t i, j, piece, leftLen, firstBytes; local
1578 int32_t bufLen, piece, i, copyBytes, leftBytes; local
    [all...]
  /dalvik/vm/reflect/
Reflect.h 134 * Return an array of Annotation objects for the specified piece. For method
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 36 * stores each distinct piece of application data in a separate record within
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftSpec.java 99 * the HTTP headers a new piece of data which is to be stored by
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_single.sgml 14 Each element in the list contains a piece of data, together with a pointer
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 148 // Every piece of code that can change the edit should call these functions
  /external/chromium/net/base/
escape.h 65 // you wouldn't want this since it might not be interpreted in one piece
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 176 // ",-/", and then rewrites segment to contain just the truncated piece so
  /external/harfbuzz/src/
harfbuzz-buffer.c 39 * same piece of memory, which is owned by in_string. This remains the
  /external/icu4c/common/unicode/
stringpiece.h 37 * A string-like object that points to a sized piece of memory.
  /external/valgrind/main/
darwin9.supp 260 # un-identified piece of code, the ??? also matches any 3-char
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 290 ALOGV("piece #%d/%d", i + 1, totalCount);
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 42 * dynamic memory. When a client requests MemoryArea for a piece of memory
  /external/chromium/base/
logging.cc 834 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
835 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 442 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
444 dyn_cast_or_null<PathDiagnosticEventPiece>(piece))
446 return piece;
  /external/zlib/examples/
gun.c 76 #define PIECE 16384 /* limits i/o chunks for 16-bit int case */
99 ret = PIECE;
141 ret = PIECE;
  /frameworks/base/core/java/android/widget/
Switch.java 396 * Set the drawable used for the switch "thumb" - the piece that the user
409 * Set the drawable used for the switch "thumb" - the piece that the user
421 * Get the drawable used for the switch "thumb" - the piece that the user
  /ndk/sources/host-tools/make-3.81/
vmsify.c 909 static char piece[512]; local
915 p = piece;
989 return piece;
  /dalvik/docs/
debugmon.html 485 u4 offset of this piece (relative to the virtual address)
486 u4 length of piece, in allocation units
579 u4 offset of this piece (relative to the virtual address)
580 u4 length of piece, in allocation units
672 <p>If a piece of code wants to send a chunk of data to the server at some
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 143 create a longer piece. The sequencing can be fixed at the time the music file
150 <br>Figure 1: Linear Music Piece</p>
162 the musical segments can be recombined to create a linear music piece. In this
171 <br>Figure 2: Non-linear music piece</p>
175 piece. The scenario is a first-person-shooter (FPS) and JET is providing the
    [all...]
  /external/stlport/src/
allocators.cpp 385 // Try to make use of the left-over piece.
412 // Any leftover piece will eventually make it to the
958 // Try to make use of the left-over piece.
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
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

Completed in 764 milliseconds

1 2 3 45 6 7 8 91011>>