HomeSort by relevance Sort by last modified time
    Searched full:chained (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /frameworks/base/location/java/android/location/
LocationRequest.java 257 * @return the same object, so that setters can be chained
300 * @return the same object, so that setters can be chained
347 * @return the same object, so that setters can be chained
383 * @return the same object, so that setters can be chained
411 * @return the same object, so that setters can be chained
442 * @return the same object, so that setters can be chained
  /external/clang/include/clang/Serialization/
ASTWriter.h 82 /// output stream, plus those deserialized from a chained PCH.
154 /// the output stream, as well as those deserialized from a chained PCH.
190 /// output stream, plus those deserialized from a chained PCH.
271 /// \brief Mapping from declarations that came from a chained PCH to the
276 /// \brief Map of first declarations from a chained PCH that point to the
  /external/libogg/doc/
oggstream.html 454 <p>Multiplexed and/or unmultiplexed bitstreams may be chained
456 chained and multiplexed streams. Each link, when unchained, must
457 stand on its own as a valid physical bitstream. Chained streams do
465 <p>Below, we present an example of a multiplexed and chained bitstream:</p>
476 multiplexed groups are chained, the new group does not begin until all
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 1 //===- ChainedIncludesSource.cpp - Chained PCHs in Memory -------*- C++ -*-===//
11 // to chained PCHs in memory, mainly used for testing.
  /external/kernel-headers/original/linux/
irq.h 384 * Set a highlevel chained flow handler for a given IRQ.
385 * (a chained handler is automatically enabled and set to
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 31 /// LowerSwitch Pass - Replace all SwitchInst instructions with chained branch
256 // of chained if-then insts in a balanced binary search.
  /external/stlport/src/
lock_free_slist.h 108 * topmost item. The items are still chained and may be traversed safely as
255 * topmost. The items are still chained and may be traversed safely as
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 108 * topmost item. The items are still chained and may be traversed safely as
255 * topmost. The items are still chained and may be traversed safely as
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CrossfadeActivity.java 117 // describes in the chained method calls. Listeners are set on the
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 96 * @return this (self reference, allowing this to be chained in an
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 39 * type, so that Builder methods of more derived classes can be chained onto
  /external/libxml2/include/libxml/
hash.h 2 * Summary: Chained hash tables
  /external/llvm/test/CodeGen/Thumb2/
crash.ll 26 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
  /external/qemu/slirp/
mbuf.c 12 * chained together. If there's more data than the mbuf
  /external/qemu/slirp-android/
mbuf.c 12 * chained together. If there's more data than the mbuf
  /external/skia/src/gpu/
GrTextStrike.cpp 200 // update fAtlas as well, since they may be chained in a linklist
  /external/valgrind/main/include/
pub_tool_hashtable.h 34 /* Generic type for a separately-chained hash table. Via a kind of dodgy
  /libcore/luni/src/main/java/javax/xml/transform/sax/
package.html 64 illustrates several transformations chained together. Each filter points to a
  /ndk/sources/host-tools/make-3.81/doc/
make.info 153 Node: Chained Rules297412
  /external/libxslt/libxslt/
xsltInternals.h 275 struct _xsltTemplate *next;/* chained list sorted by priority */
307 struct _xsltDecimalFormat *next; /* chained list */
332 struct _xsltDocument *next; /* documents are kept in a chained list */
474 xsltElemPreCompPtr next; /* next item in the global chained
586 xsltElemPreCompPtr next; /* next item in the global chained
    [all...]

Completed in 1497 milliseconds

12 3 4 5 6 7 8 910