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

1 2

  /development/samples/ApiDemos/res/menu/
title_only.xml 22 <item android:id="@+id/dive"
23 android:title="@string/dive" />
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 21 <a href="android-developers.blogspot.com/2011/06/deep-dive-into-location.html">
22 <h4>A Deep Dive Into Location</h4>
  /dalvik/tests/074-gc-thrash/src/
Main.java 207 dive(0, iter);
248 * Recursively dive down, setting one or more local variables.
253 private String dive(int depth, int iteration) { method in class:Deep
297 dive(depth+1, iteration+1);
  /frameworks/base/docs/html/guide/topics/media/
index.jd 43 applications. In later lessons, you dive deeper and learn how to control the camera hardware
  /frameworks/base/docs/html/training/camera/
index.jd 47 leveraging existing camera applications. In later lessons, you dive deeper
photobasics.jd 98 botched stage dive. Here is a function to check whether an app can handle your intent:</p>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 149 case R.id.dive:
150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show();
  /external/mesa3d/docs/
games.html 23 </li><li><a href="http://www.sics.se/dive/" target="_parent">DIVE</a> - Distributed Interactive
  /external/e2fsprogs/lib/ext2fs/
dosio.c 106 * dive into them an return an appropriate entry. Also dive into
  /frameworks/base/docs/html/training/design-navigation/
screen-planning.jd 78 <p>However, you can use screen grouping techniques and more sophisticated navigation elements to present content in a more intuitive and device-sensitive way. In the next lesson, we explore screen grouping techniques, such as providing multi-pane layouts for tablet devices. Later, we'll dive into the various navigation patterns common on Android.</p>
  /external/llvm/docs/tutorial/
LangImpl1.html 84 we'll dive right into it and show you the 3 lines it takes to add JIT support.
179 <p>Lets dive into the implementation of this language!</p>
OCamlLangImpl1.html 90 we'll dive right into it and show you the 3 lines it takes to add JIT support.
186 <p>Lets dive into the implementation of this language!</p>
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 107 // now retrieve the real begin of the children before we dive in
  /development/samples/ApiDemos/src/com/example/android/apis/
Shakespeare.java 172 "Dive, thoughts, down to my soul: here" +
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 293 "Dive, thoughts, down to my soul: here" +
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Shakespeare.java 172 "Dive, thoughts, down to my soul: here" +
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Shakespeare.java 172 "Dive, thoughts, down to my soul: here" +
  /frameworks/base/docs/html/design/patterns/
navigation.jd 112 events, and provides paths for the user to dive deeply into the app. Notifications of this style are
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 382 // TODO: For this to be really effective, we have to dive into the pointer
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 871 // dive down to the lowest right-hand (last) child of that sibling.
890 // dive down to the lowest right child.
    [all...]
  /external/markdown/docs/
writing_extensions.txt 12 output of the parser before it is returned. If you really want to dive in,
  /external/clang/lib/CodeGen/
CGCall.cpp 527 /// at its inner goodness. Dive as deep as possible without entering an element
533 // We can't dive into a zero-element struct.
547 SrcPtr = CGF.Builder.CreateConstGEP2_32(SrcPtr, 0, 0, "coerce.dive");
    [all...]
  /development/samples/ApiDemos/res/values/
strings.xml 536 <string name="dive">Dive</string>
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java     [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 132 I thought that before we dive into the various small details, I'll reserve a
    [all...]

Completed in 721 milliseconds

1 2