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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
system.txt 1 This screen allows you to view modify the way SELinux is running on your system.
  /development/samples/browseable/FindMyPhone/
_index.jd 8 This sample application notifies you when you may have left your phone behind
9 (specifically, when your companion and wearable disconnect). If you have misplaced your phone, but
10 it is still connected to your wearable, you can also start an activity on the wearable to sound an
11 alarm on your phone.
  /frameworks/base/docs/html/training/
best-ux.jd 8 <p>These classes teach you how to engage and retain your users by implementing
10 in your app, your app should match their expectations for user interaction on Android.
11 And to keep your users coming back, you should take advantage of
12 platform capabilities that reveal and open your content without
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
import.apt 4 as imports in your main .g files, you need to place the imported grammar
5 files in the imports directory beneath the root directory of your grammar
8 For a default layout, place your import grammars in the directory: <<<src/main/antlr3/imports>>>
  /external/slf4j/
README.md 8 If you are interested in improving SLF4J, great! The SLF4J community looks forward to your contribution. Please follow this process:
10 1. Start a discussion on the [slf4j-dev mailing list](http://www.slf4j.org/mailing-lists.html) about your proposed change. Alternately file a [bug report](http://www.slf4j.org/bug-reporting.html).
11 2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it easier to merge your changes back.
12 3. Make your changes on the branch you hopefuly created in Step 2. Be sure that your code passes existing unit tests. Please add unit tests for your work if appropriate. It usually is.
13 4. Push your changes to your fork/branch in github. Don't push it to your master! If you do it will make it harder to submit ne (…)
    [all...]
  /development/samples/browseable/GridViewPager/
_index.jd 8 Demonstrates how to implement a GridViewPager in your wearable app.
  /external/okhttp/okio/okio/src/main/java/okio/
package-info.java 3 * and process your data.
  /frameworks/av/include/private/
README 4 various framework components. Use at your peril.
  /frameworks/base/include/private/
README 4 various framework components. Use at your peril.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
varargs.h 5 #error "Revise your code to use <stdarg.h>."
  /frameworks/base/docs/html/distribute/engage/
intents.jd 2 page.metaDescription=Use Android Intents to make your app available to users as they perform tasks in other apps.
6 <p>Let the user choose <em>your app</em> to handle specific tasks from another app,
8 Android's open Intents system. By adding Intent filters for the tasks your app can handle,
9 you make it easy for the user to access your app?s features from other apps and from voice
14 <p>By declaring Intent Filters in your app, it informs the Android OS about the
16 your users to make full use of your app?s features, it can help them discover
26 <li> Identify and package any features your app can offer to other apps.
27 <li> Use the "view" intent to give users the option to open any links to your
28 website within your app instead
    [all...]

Completed in 1058 milliseconds

1 2 3 4 5 6 7 8 91011>>