Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 49) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCube.java32 int one = 0x10000; in Cube() local
34 -one, -one, -one, in Cube()
35 one, -one, -one, in Cube()
36 one, one, -one, in Cube()
37 -one, one, -one, in Cube()
38 -one, -one, one, in Cube()
39 one, -one, one, in Cube()
40 one, one, one, in Cube()
41 -one, one, one, in Cube()
45 0, 0, 0, one, in Cube()
[all …]
/development/tools/
Dmake_key43 one=${tmpdir}/one
45 mknod ${one} p
47 chmod 0600 ${one} ${two}
53 ( openssl genrsa -f4 2048 | tee ${one} > ${two} ) &
56 ( openssl ecparam -name prime256v1 -genkey -noout | tee ${one} > ${two} ) &
68 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 -nocrypt
72 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 \
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKube.java33 int one = 0x10000; in makeGLWorld() local
35 GLColor red = new GLColor(one, 0, 0); in makeGLWorld()
36 GLColor green = new GLColor(0, one, 0); in makeGLWorld()
37 GLColor blue = new GLColor(0, 0, one); in makeGLWorld()
38 GLColor yellow = new GLColor(one, one, 0); in makeGLWorld()
39 GLColor orange = new GLColor(one, half, 0); in makeGLWorld()
40 GLColor white = new GLColor(one, one, one); in makeGLWorld()
/development/tools/idegen/
Dexcluded-paths1 # Default Idegen excluded paths file. Contains regular expressions, one per
11 # Currently, we lump all the .java files together into one big module, so you
41 # environments in one IDE configuration doesn't work well.
55 # We can only support one policy impl at a time.
62 # This directory contains only an R.java file which is the same as the one in
DREADME44 least one jar is present, so include a random jar that won't get in the
59 has one regular expression per line that matches paths (relative to the
/development/samples/browseable/RecipeAssistant/
D_index.jd10 … from a short list of recipes and select one to view. Each recipe is broken down into a number of
12 … wearable. On the wearable device, the steps are displayed as a multi-page notification, with one
/development/build/tools/
Dmk_sdk_repo_xml.sh28 - schema is one of 'repository' or 'addon'
29 - type is one of ${TYPES// /, } (or their plural).
30 - os is one of ${OSES// /, }.
31 There can be more than one zip for the same type
/development/host/windows/usb/api/
DBUILDME.TXT31 Assuming that WDK is installed, you need to set one of the WDK's build
33 choose the one for the oldest version of Windows you want to support),
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT31 Assuming that WDK is installed, you need to set one of the WDK's build
33 choose the one for the oldest version of Windows you want to support),
/development/host/windows/usb/winusb/
DBUILDME.TXT31 Assuming that WDK is installed, you need to set one of the WDK's build
33 choose the one for the oldest version of Windows you want to support),
/development/tools/repo_diff/
DREADME.md9 Data Studio dashboard like [this one](https://datastudio.google.com/open/0Bz6OwjyDcWYDbDJoQWtmRl8te…
76 which exist in one branch but not another. It does so by
81 However, there are many instances where a change in one branch
/development/samples/SkeletonApp/
Dreadme.txt53 here is used as the image to display in one of the views in
63 They all use the same syntax; all of these resources could be defined in one
/development/samples/browseable/ElevationBasic/
D_index.jd9 first view has a fixed elevation using XML and the second one is raised when the user
/development/samples/browseable/ActivitySceneTransitionBasic/
D_index.jd9 from one Activity to another. Uses a combination of changeImageTransform and
/development/samples/browseable/AppRestrictionSchema/
D_index.jd8 This sample shows how to use app restrictions. This application has one boolean
/development/samples/browseable/Geofencing/
D_index.jd11 the area, and reappears the next time he/she is at one of these locations.
/development/samples/browseable/BasicManagedProfile/
D_index.jd12 Note that there can only be one managed profile on a device.
/development/samples/USB/AdbTest/
DREADME.txt3 output in a text view and only allows connecting to one device at a time.
/development/samples/USB/MissileLauncher/
DREADME.txt4 Pressing the "Fire" button will fire one missile.
/development/samples/browseable/ActiveNotifications/
D_index.jd13 If you add more than one notification a notification summary will be
/development/tools/labpretest/
DREADME20 If there is only one device attached to the host you can simply just run the
44 5) Copy a userdata.img file, possibly from one of the other directories.
/development/tools/repo_diff/service/repodiff/
DREADME.md9 **Use Google Cloud**. This is one assumption made based on the idea that Google
61 Applications steps can be optionally disabled for presumably one-off runs:
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt52 ambiguous - j. having more than one possible meaning
148 colleague - n. an associate that one works with
167 component - n. an artifact that is one of the individual parts of which a composite entity is made …
179 consecutive - j. one after the other
201 conversion - n. the act of changing from one use or function or purpose to another
202 convertible - j. designed to be changed from one use or form to another
289 dominance - n. the state that exists when one person or group has power over another
335 equilibrium - n. a stable situation in which forces cancel one another
362 exploit - v. use or manipulate to one's advantage
371 extradition - n. the surrender of an accused or convicted person by one state or country to another…
[all …]
/development/samples/browseable/WatchFace/
D_index.jd27 not configured the Google Fit Wear App, then you may get zero steps until one of the two is setup.
/development/samples/TicTacToeMain/
DREADME.txt18 displayed to the user. When one of the start buttons is selected, an

12