Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 214) sorted by relevance

123456789

/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DDirectoryEntry.java31 protected DirectoryEntry(Parcel in) { in DirectoryEntry() argument
32 fileName = in.readString(); in DirectoryEntry()
33 mimeType = in.readString(); in DirectoryEntry()
38 public DirectoryEntry createFromParcel(Parcel in) {
39 return new DirectoryEntry(in);
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DExampleAgent.java147 DataInputStream in = new DataInputStream(instream); in compareStateFile() local
150 int stateVersion = in.readInt(); in compareStateFile()
163 int lastFilling = in.readInt(); in compareStateFile()
164 boolean lastMayo = in.readBoolean(); in compareStateFile()
165 boolean lastTomato = in.readBoolean(); in compareStateFile()
223 DataInputStream in = new DataInputStream(baStream); in onRestore() local
225 mFilling = in.readInt(); in onRestore()
226 mAddMayo = in.readBoolean(); in onRestore()
227 mAddTomato = in.readBoolean(); in onRestore()
DMultiRecordExampleAgent.java88 DataInputStream in = new DataInputStream(instream); in onBackup() local
92 lastFilling = in.readInt(); in onBackup()
93 lastMayo = in.readBoolean(); in onBackup()
94 lastTomato = in.readBoolean(); in onBackup()
176 DataInputStream in = new DataInputStream(instream); in onRestore() local
179 mFilling = in.readInt(); in onRestore()
181 mAddMayo = in.readBoolean(); in onRestore()
183 mAddTomato = in.readBoolean(); in onRestore()
/development/samples/SkeletonApp/
Dreadme.txt8 list in the app launcher (it is named Skeleton App) or by selecting it from
9 the top list in the Sample Code app.
18 to the user (in the app launcher's list), handle data types, etc.
28 This is the implementation of the "activity" feature described in
30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
31 tag and CLASS comes from the class in the <activity> tag.
51 drawn to the screen. These can be bitmaps (in .png or .jpeg format) or
53 here is used as the image to display in one of the views in
62 These XML files describe additional resources included in the application.
63 They all use the same syntax; all of these resources could be defined in one
/development/samples/ControllerSample/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/development/tools/repo_diff/
DREADME.md6 The ouput is in CSV and is easily consumable in a spreadsheet.
43 5. Create a [new data source in Data Studio](https://datastudio.google.com/datasources/create).
44 6. Connect your new data source to the project.csv sheet in the Google spreadsheet.
60 1. Match projects in source tree A with projects in source tree B.
62 3. Find commits in source tree B that are not in source tree A.
65 of finding commits only in B is explaned below.
69 After matching up projects in both source tree
72 the commits that exist in the downstream project (B) but not the
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
[all …]
/development/samples/training/NsdChat/
Dproguard.cfg1 # To enable ProGuard in your project, edit project.properties
2 # to define the proguard.config property as described in that file.
5 # By default, the flags in this file are appended to flags specified
6 # in ${sdk.dir}/tools/proguard/proguard-android.txt
8 # include property in project.properties.
/development/tools/idegen/
DREADME2 and Eclipse. Your IDE should be able to compile everything in a reasonable
10 your VM options in "Help > Edit Custom VM" and increase the
11 file size limit in "Help -> Edit custom properties" by adding
26 3) Open android.ipr in IntelliJ. If you already have the project open,
27 hit the sync button in IntelliJ, and it will automatically detect the
44 least one jar is present, so include a random jar that won't get in the
58 IDEGen keeps an exclusion list in the "excluded-paths" file. This file
64 "excluded-paths" file in the project's root directory. For example, you
65 might exclude all apps except the Browser in your IDE configuration with
70 You may want some source roots to come before others in Eclipse. Simply
[all …]
Dexcluded-paths8 # Developers can also create an 'excluded-paths' file in the project's root
17 # Note: Google-specific excludes go in vendor/google/excluded-paths.
19 # Generated API stubs. We only want the originals in our IDE.
30 # Not actually built. Also disabled in make file.
39 # fully featured desktop VM while almost everything in our IDE configuration
41 # environments in one IDE configuration doesn't work well.
51 # Each test has a Main.java in the default package, so they conflict with
62 # This directory contains only an R.java file which is the same as the one in
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java158 private Node(Parcel in) { in Node() argument
159 mIsTaskNode = in.readInt() == 1; in Node()
161 mTaskId = in.readInt(); in Node()
163 mName = ComponentName.CREATOR.createFromParcel(in); in Node()
165 if (in.readInt() > 0) { in Node()
166 in.readTypedList(mChildren, Node.CREATOR); in Node()
170 mOptionFlags = in.readInt(); in Node()
171 if (in.readInt() > 0) { in Node()
172 mIntent = Intent.CREATOR.createFromParcel(in); in Node()
267 public Node createFromParcel(Parcel in) {
[all …]
/development/tools/idegen/src/
DFiles.java31 Reader in = new FileReader(file); in toString() local
33 while ((read = in.read(buffer)) > -1) { in toString()
36 in.close(); in toString()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt2 abide - v. dwell; inhabit or live in
3 abound - v. be abundant or plentiful; exist in large quantities
5 absorb - v. assimilate or take in
8 abundant - j. present in great quantity
34 advocate - v. speak, plead, or argue in favor of
48 alternate - j. serving or used in place of another
49 alternative - j. serving or used in place of another
55 analogy - n. drawing a comparison in order to show a similarity in some respect
62 antichrist - n. the adversary of Christ (or Christianity) mentioned in the New Testament
63 antique - j. made in or typical of earlier times and valued for its age
[all …]
/development/samples/browseable/CardView/
D_index.jd8 This sample demonstrates how to use CardView introduced in the support library in
/development/samples/Vault/src/com/example/android/vault/
DUtils.java59 final InputStream in = new FileInputStream(file); in readFully() local
64 while ((count = in.read(buffer)) != -1) { in readFully()
69 in.close(); in readFully()
/development/tools/labpretest/
DREADME9 It will detect if it is in a low battery situation and wait for it to charge
15 I would connect 8 devices to a host and run this script in 8 separate shell
30 The script uses included copies of adb and fastboot which are in in the tools/
32 sub directory and put adb and fastboot in it and make sure they are executable.
38 2) Copy a build image to the new sub directory in our format.
40 3) Copy a boot image to the new sub directory in our format.
42 4) Copy a radio image to the new sub directory in our format.
47 file that is read in before the main loop starts. It allows you to add any non
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
3 # in /usr/local/google/home/omakoto/Android/Sdk/tools/proguard/proguard-android.txt
5 # directive in build.gradle.
/development/samples/browseable/TextSwitcher/
D_index.jd9 \n\nClick the button below to set new text in the TextSwitcher and observe the
10 in and out fade animations.
/development/tools/hosttestlib/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this lib.
/development/apps/Development/src/com/android/development/
DLogViewer.java78 final DataInputStream in; field in LogViewer.LogReader
86 this.in = new DataInputStream(this.socket.getInputStream()); in LogReader()
95 while (in.available() > 0) { in run()
98 int length = in.readInt(); in run()
100 in.readFully(bytes); in run()
/development/samples/browseable/ScopedDirectoryAccess/
D_index.jd8 This sample demonstrates how to use the Scoped Directory Access API introduced in Android N
10 READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE in your manifest.
/development/tools/apkcheck/
DREADME.txt7 The public API description files live in the source tree, in
8 frameworks/base/api/. The tip-of-tree version is in "current.xml",
11 annotations like "@hide" in comments.
17 class), so while the output from dexdeps is similar in structure to the
29 through in large batches.
38 use "uses-library" directives to pull in external libraries. Since
72 (1) Class names are not in binary form
78 This could be a Creator class in the package android.os.Parcelable,
79 or Parcelable.Creator in the package android.os. We can guess based on
82 The API XML does specify each package in a <package> tag, so we should have
[all …]
/development/samples/VoicemailProviderDemo/
DNOTICE5 you may not use this file except in compliance with the License.
7 Unless required by applicable law or agreed to in writing, software
48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
51 (an example is provided in the Appendix below).
53 "Derivative Works" shall mean any work, whether in Source or Object
64 submitted to Licensor for inclusion in the Work by the copyright owner
73 designated in writing by the copyright owner as "Not a Contribution."
84 Work and such Derivative Works in Source or Object form.
89 (except as stated in this section) patent license to make, have made,
[all …]
/development/samples/AccelerometerPlay/
DNOTICE5 you may not use this file except in compliance with the License.
7 Unless required by applicable law or agreed to in writing, software
48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
51 (an example is provided in the Appendix below).
53 "Derivative Works" shall mean any work, whether in Source or Object
64 submitted to Licensor for inclusion in the Work by the copyright owner
73 designated in writing by the copyright owner as "Not a Contribution."
84 Work and such Derivative Works in Source or Object form.
89 (except as stated in this section) patent license to make, have made,
[all …]
/development/apps/GestureBuilder/
DNOTICE5 you may not use this file except in compliance with the License.
7 Unless required by applicable law or agreed to in writing, software
48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
51 (an example is provided in the Appendix below).
53 "Derivative Works" shall mean any work, whether in Source or Object
64 submitted to Licensor for inclusion in the Work by the copyright owner
73 designated in writing by the copyright owner as "Not a Contribution."
84 Work and such Derivative Works in Source or Object form.
89 (except as stated in this section) patent license to make, have made,
[all …]
/development/apps/SdkSetup/
DNOTICE5 you may not use this file except in compliance with the License.
7 Unless required by applicable law or agreed to in writing, software
48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
51 (an example is provided in the Appendix below).
53 "Derivative Works" shall mean any work, whether in Source or Object
64 submitted to Licensor for inclusion in the Work by the copyright owner
73 designated in writing by the copyright owner as "Not a Contribution."
84 Work and such Derivative Works in Source or Object form.
89 (except as stated in this section) patent license to make, have made,
[all …]

123456789